Eth_getTransactionCount
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
2.0methodstringRequiredExample:
eth_getTransactionCountparamsstring · hex[] · min: 2 · max: 2RequiredExample:
- address: The address to check for transaction count.
- block: The block parameter (e.g., "latest", "earliest", "pending").
["0x742d35cc6634c0532925a3b844bc454e4438f44e","latest"]idintegerRequiredExample:
1Responses
200
Hex encoded nonce (transaction count)
application/json
jsonrpcstringOptionalExample:
2.0idintegerOptionalExample:
1resultstring · hexOptional
Number of transactions sent from the address, encoded as hexadecimal (nonce).
post
/200
Hex encoded nonce (transaction count)
Last updated