eth_getTransactionCount
Returns the number of transactions sent from an address. The API credit value for this method is 80.
1. Parameters
curl https://Krypc-End Point URL/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"eth_getTransactionCount","params":["0x8D97689C9818892B700e27F316cc3E41e17fBeb9", "latest"],"id":1,"jsonrpc":"2.0"}'
Last updated
Was this helpful?