api_algod_get_pending_transactions_by_address
Retrieve pending transactions for a specific Algorand account address to monitor unconfirmed blockchain activity.
Instructions
Get pending transactions for an address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Account address | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |