/ DEVELOPERS / API / ETH_GETTRANSACTIONCOUNT

eth_getTransactionCount

Get the nonce (next expected) for an account.

eth_getTransactionCount

Get the nonce (next expected) for an account.

eth_*category: accountreturns: hex uint
Share link

Parameters

valid

EVM address

Block tag

Response

Press Send Request to see a response.

Copy as

curl -X POST '/rpc' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"eth_getTransactionCount","params":["0xe20E4bE36144aF17eb87509077D02F8C38423Bf7","latest"],"id":1}'