eth_getTransactionCount
Returns the number of transactions sent from an address.
Params
(2)1. Address (required)
string
Match pattern:
^0x[0-9a-fA-F]{40}$
2. Block (required)
Block number
(any of)
string
Match pattern:
^0x([1-9a-f]+[0-9a-f]*|0)$
Result
(Transaction count)string
Match pattern:
^0x([1-9a-f]+[0-9a-f]*|0)$