api_algod_get_application_boxes
Retrieve all application boxes from the Algorand blockchain by specifying the application ID, network, and pagination parameters to access stored data.
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) |