eth_getTransactionCount
Returns the number of transactions sent from an address.
Parameters
ADDRESS
, The address from which the transaction count to be checked.BLOCKNUMBER |TAG
- The block number as a string in hexadecimal format or the string "latest", "earliest" or "pending", see the default block parameter.
Returns
RESULT
- integer of the number of transactions send from this address.
Request example
Response example
Last updated