wallet_switch_account
Switch the active Algorand wallet account by nickname or index to manage signing and balance queries for blockchain transactions.
Instructions
Switch the active wallet account by nickname or index. The active account is used for signing and balance queries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nickname | No | Nickname of the account to switch to | |
| index | No | Index of the account to switch to (0-based) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |