api_indexer_lookup_application_boxes
Retrieve application boxes from the Algorand blockchain by specifying the application ID, network, and pagination parameters.
Instructions
Get all application boxes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Application ID | |
| maxBoxes | No | Maximum number of boxes to return | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |