api_indexer_lookup_account_assets
Retrieve and filter asset holdings for an Algorand account, supporting pagination and network selection.
Instructions
Get account assets
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Account address | |
| limit | No | Maximum number of assets to return | |
| assetId | No | Filter by asset ID | |
| nextToken | No | Token for retrieving the next page of results | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |