eth_getTransactionCount
Returns the number of transactions sent from an address.
Parameters
address
: [Required] 20 bytes. The address you are inquiring about.block number
orblock hash
: A string representing a block number, block hash, or one of the string tagslatest
,earliest
,pending
,safe
, orfinalized
. See the default block parameter.
Returns
A hexadecimal of the number of transactions sent from the given address.
Example
Last updated
Was this helpful?