pending block parameter to include transactions that are in the mempool but not yet mined.
Parameters
The 20-byte account address.
Block number in hexadecimal, or a block tag:
latest, earliest, pending, safe, or finalized.Returns
The number of transactions sent from the address as a hexadecimal integer.
Flashblocks Behavior
On a Flashblocks-aware endpoint, use"pending" as the block parameter to query preconfirmed state — data available up to 200ms before the next full block is sealed.
Returns the account nonce including transactions preconfirmed in Flashblocks but not yet in a sealed block. Always use "pending" when building sequential transactions to avoid nonce gaps.