api_algod_get_application_box
Retrieve application box data by specifying the application ID and box name on the Algorand blockchain. Use this tool to access stored information within smart contract boxes for development and analysis purposes.
Instructions
Get application box by name
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Application ID | |
| boxName | Yes | Box name. | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |