eth_getTransactionCount
Returns the number of transactions sent from address.
Parameters
Name
Type
Description
Address
Address
Address to fetch count for.
BlockNumber
HexString<Number>
| "latest"
| "earliest"
| "pending"
Hexadecimal block number, or the string "latest", "earliest" or "pending".
Return Type
HexString<Number>
- Number of transactions sent from address.
Example
Last updated
Was this helpful?