Skip to main content
POST
eth_getTransactionCount
Robinhood Chain API method that returns the number of transactions sent from an address (nonce).

Parameters

  • address — the address to get the transaction count from
  • quantity or tag — the block number in hex format or block tag (latest, earliest, pending, safe, finalized)

Response

  • quantity — the number of transactions sent from this address

eth_getTransactionCount code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_getTransactionCount
params
string[]

The address to get the transaction count from.

Response

200 - application/json

Returns the number of transactions sent from an address.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026