eth_getTransactionCount

Returns the number of transactions sent from an address.

Request

This endpoint expects an object.
addressstringRequiredformat: "^0x[a-fA-F0-9]{40}$"
Address whose sent transaction count should be returned.
blockanyRequired
Block number or tag used for the transaction count lookup.

Response

Transaction count encoded as a hexadecimal quantity.