post https://api.blockvision.org/v1/
Returns the number of transactions sent from an address.
Parameters
Params
- a string array containing (required):
DATA(hex string, required)
, 20 Bytes - address.QUANTITY|TAG(hex string|string, required)
- integer block number in hex string format, or the string"latest"
,"earliest"
or"pending"
, see the default block parameter
Returns
QUANTITY(hex string)
- integer of the number of transactions send from this address.