wallet_add_account
Create a new Algorand account with secure keychain storage, customizable spending limits, and a nickname for easy identification.
Instructions
Create a new Algorand account and store it securely in the OS keychain with a nickname and spending limits. Returns only address and public key.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mnemonic | No | 25-word mnemonic to import. If omitted, a new account is generated. | |
| nickname | Yes | Human-readable nickname for this account | |
| allowance | No | Max per-transaction amount in microAlgos (0 = unlimited) | |
| dailyAllowance | No | Max daily spending total in microAlgos (0 = unlimited) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |