get_pending_transaction_count
Retrieve the number of pending transactions for an address on EVM networks, derived from the gap between its pending and confirmed nonce.
Instructions
Get the number of pending transactions for an address (difference between pending and latest nonce)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The address to check | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |