get_application_address
Retrieve the blockchain address for a specific Algorand application ID to interact with smart contracts or verify deployment.
Instructions
Get the address for a given application ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Application ID to get the address for | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |