eth_getTransactionCount
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.
address
20-byte address
blockIdentifier
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