api_algod_get_pending_transactions
Retrieve pending transactions from the Algorand blockchain to monitor unconfirmed activity, with options for network selection and pagination.
Instructions
Get all pending transactions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxTxns | No | Maximum number of transactions to return | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |