eth_getTransactionCount
Returns the number of transactions sent from an address.
REQUEST
HEADERS
REQUEST PARAMS
ADDRESS
[required] - a string representing the address (20 bytes) to check for transaction count forBLOCK PARAMETER
[required] - hexadecimal block number, or the string "latest", "earliest" or "pending".
EXAMPLE
RESPONSE
RESULT FIELDS
TRANSACTION COUNT
- a hex code of the integer representing the number of transactions sent from this address.
BODY
Last updated