eth_getTransactionCount
eth_getTransactionCount
Returns the number of transactions sent from an address.
Request
This endpoint expects an object.
address
Address whose sent transaction count should be returned.
block
Block number or tag used for the transaction count lookup.
Response
Transaction count encoded as a hexadecimal quantity.