eth_getTransactionCount

Returns the number of transactions sent from an address.

⚠ This endpoint is only available with Blast access.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
AddressstringRequiredformat: "^0x[0-9a-fA-F]{40}$"
The address of the account to get the transaction count for.
Blockstring or enumRequired
The block number, tag, or hash at which to retrieve the transaction count.

Response

The number of transactions sent from the address, as a hexadecimal string.