eth_getTransactionCount - Ethereum
Shows the number of transactions that were sent from one stated address
How to Use the eth_getTransactionCount Method
Parameters
[
'0xc94770007dda54cF92009BFF0dE90c06F603a09f',
'latest' // state at the latest block
]What you receive
Sample
Call
curl https://eth-mainnet.rpcfast.com/?api_key=<key> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getTransactionCount","params":["0xc94770007dda54cF92009BFF0dE90c06F603a09f","latest"],"id":0}'
Outcome
Last updated