api_indexer_lookup_transaction_by_id
Retrieve detailed transaction information from the Algorand blockchain by providing a specific transaction ID and network selection.
Instructions
Get transaction information by ID
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) |