Returns the number of transactions sent from an address. This value is the account’s current nonce — the value to use asDocumentation Index
Fetch the complete documentation index at: https://base-a060aa97-meyer9-move-azul-to-top-of-upgrades.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
nonce when constructing the next transaction.
Parameters
The 20-byte address to query.
Block number in hex, or
"latest", "pending", "safe", "finalized", "earliest". Use "pending" on a Flashblocks endpoint to include all pre-confirmed transactions in the nonce count.Returns
The transaction count (nonce) as a hexadecimal string.