web3_getTransactionCount
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the number of transactions sent from an address.
address
: [Required] 20 bytes. The address you are inquiring about.
block parameter
: A string representing a block number, block hash, or one of the string tags latest
, earliest
, pending
, safe
, or finalized
. See the .
A hexadecimal representation of the number of transactions sent from the given address.