api_indexer_lookup_application_box
Retrieve application box data by name and ID on the Algorand blockchain to access stored information for smart contracts.
Instructions
Get application box by name
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Application ID | |
| boxName | Yes | Box name Buffer | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |