api_algod_get_pending_transaction
Retrieve pending transaction details from the Algorand blockchain to monitor status, verify processing, and track network activity using transaction ID.
Instructions
Get pending transaction information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txId | Yes | Transaction ID | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |