api_indexer_lookup_asset_transactions
Retrieve and filter transaction history for specific Algorand assets by ID, time, round, address, or role to analyze asset activity.
Instructions
Get transactions involving this asset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | Yes | Asset ID | |
| limit | No | Maximum number of transactions to return | |
| beforeTime | No | Only return transactions before this time | |
| afterTime | No | Only return transactions after this time | |
| minRound | No | Only return transactions after this round | |
| maxRound | No | Only return transactions before this round | |
| address | No | Filter by account address | |
| addressRole | No | Filter by address role (sender or receiver) | |
| excludeCloseTo | No | Whether to exclude close-to transactions | |
| nextToken | No | Token for retrieving the next page of results | |
| txid | No | Filter by transaction ID | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |