eth_getTransactionCount
Accounts info | Tempo
eth_getTransactionCount | Tempo
Tempo API method that returns the number of transactions sent from an address (the nonce). This is used to set the correct nonce when sending transactions.
POST
eth_getTransactionCount
Tempo API method that returns the number of transactions sent from an address (the nonce). This is used to set the correct nonce when sending transactions.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
address— the address to get the transaction count forblockParameter— the block number (hex) or tag (latest,earliest,pending)
Response
result— the number of transactions sent from the address encoded as hexadecimal
eth_getTransactionCount code examples
Body
application/json
Last modified on May 18, 2026