eth_getTransactionCount
Returns the number of transactions sent from an address. Use the pending
tag to get the address nonce in the latest Flashblock.
Path parameters
apiKey
Request
This endpoint expects an object.
Address
The address of the account to get the transaction count for.
Block
The block number, tag, or hash at which to retrieve the transaction count.
Response
The number of transactions sent from the address, as a hexadecimal string.