api_indexer_lookup_asset_balances
Retrieve accounts holding a specific Algorand asset and their balance amounts using filters for address, balance range, and network.
Instructions
Get accounts holding this asset and their balances
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | Yes | Asset ID | |
| limit | No | Maximum number of balances to return | |
| currencyGreaterThan | No | Filter by minimum balance | |
| currencyLessThan | No | Filter by maximum balance | |
| nextToken | No | Token for retrieving the next page of results | |
| address | No | Filter by account address | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |