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] - an integer block number, or the string "latest", "earliest" or "pending", see the default block parameter
EXAMPLE
RESPONSE
RESULT FIELDS
TRANSACTION COUNT
- a hex code of the integer representing the number of transactions sent from this address.
BODY
Last updated