iota_wallet_accounts
List all derived wallet accounts to manage IOTA blockchain assets and track balances across multiple addresses.
Instructions
List all derived wallet accounts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/index.ts:132-137 (handler)The 'iota_wallet_accounts' tool is registered directly in index.ts, using a 'wallet' helper function to fetch data from the '/accounts' endpoint.
server.tool( "iota_wallet_accounts", "List all derived wallet accounts", {}, async () => text(await wallet("/accounts")) );