decode_address
Convert an Algorand blockchain address into its corresponding public key for verification and analysis purposes.
Instructions
Decode an Algorand address to a public key
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address in standard Algorand format (58 characters) to decode | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |