eth_getTransactionCount
Currently only works on the latest block.
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. Please note only the 'latest'
block option is supported.
Response
The number of transactions sent from the address, as a hexadecimal string.