wallet_get_transaction_count
Retrieve the transaction count (nonce) for a specified Ethereum or EVM-compatible wallet, optionally filtering by block tag. Input wallet details or use environment variables for seamless integration.
Instructions
Get the number of transactions sent from this account (nonce)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blockTag | No | Optional block tag (latest, pending, etc.) | |
wallet | No | The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set. |