generate_algorand_qrcode
Create Algorand payment QR codes with addresses, amounts, assets, and notes following ARC-26 standards for blockchain transactions.
Instructions
Generate an Algorand URI and QR code according to ARC-26 specification
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Algorand address in standard format (58 characters) | |
| label | No | Label for the address (e.g. name of receiver) | |
| amount | No | Amount in microAlgos (must be non-negative) | |
| asset | No | Asset ID for ASA transfers | |
| note | No | URL-encoded note that can be modified by user | |
| xnote | No | URL-encoded note that must not be modified by user | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |