eth_getTransactionCount

Returns the number of transactions sent from an address. This is the nonce value for the next transaction from this address. ⚡ Compute Units: [20 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)

Request

This endpoint expects an object.
addressstringRequiredformat: "^0x[0-9a-fA-F]{40}$"

20-byte address

blockIdentifierenum or stringRequired
Block number, block hash, or one of "latest", "earliest", "pending", "finalized", "safe"

Response

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