azeth_accounts
Retrieve a list of all your smart accounts, including names, addresses, and token IDs, with indices for use in other tools.
Instructions
List all your Azeth smart accounts with their names, addresses, and trust registry token IDs.
Use this when: You want to see all your accounts at a glance, find an account by name, or get the "#N" index for use in other tools.
Returns: Your EOA owner address and an indexed list of smart accounts. Each account shows its #N index (usable in other tools), name, address, and tokenId.
Note: This is a read-only operation. Names come from the trust registry. The owner is determined by the AZETH_PRIVATE_KEY environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Target chain. Defaults to AZETH_CHAIN env var or "baseSepolia". Accepts "base", "baseSepolia", "ethereumSepolia", "ethereum" (and aliases like "base-sepolia", "eth-sepolia", "sepolia", "eth", "mainnet"). |