eth_getTransactionCount
Returns the number of transactions sent from an address.
Parameters
address
: [Required] A string representing the address (20 bytes).block parameter
: [Required] A hexadecimal block number, or one of the string tagslatest
,earliest
,pending
,safe
, orfinalized
. See the default block parameter.