Returns the number of transactions sent from an address (the nonce). Use pending to get the pre-confirmed nonce.
Returns the number of transactions sent from an address. This value is the account’s current nonce — the value to use as nonce when constructing the next transaction.
Flashblocks: Query https://mainnet.base.org with "pending" to get the nonce inclusive of all pre-confirmed transactions, updated every ~200ms. This is critical for agents submitting high-frequency transactions to avoid nonce gaps.
Block number in hex, or "latest", "pending", "safe", "finalized", "earliest". Use "pending" to include all pre-confirmed transactions in the nonce count.