Returns the number of transactions sent from an address (nonce).
JSON-RPC Method: eth_getTransactionCount
This endpoint uses the standard Ethereum JSON-RPC 2.0 format.
Optional API key for increased rate limits.
Without API key:
With API key:
Usage: Add apikey=YOUR_KEY to any request query string.
2.0 "2.0"
eth_getTransactionCount "eth_getTransactionCount"
[
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"latest"
]1