azeth_balance
Retrieve token balances and USD values for your EOA and all Azeth smart accounts. Get multi-account breakdown and total portfolio value.
Instructions
Check all balances with USD values for your EOA and all Azeth smart accounts.
Use this when: You need to know how much ETH, USDC, or WETH your accounts hold, or you want a total portfolio value in USD before making a transfer or payment.
Returns: Multi-account breakdown with per-token USD values and grand total. EOA is shown first (index 0), followed by smart accounts in deployment order.
Optionally filter to a single smart account by providing its address.
Note: This is a read-only, single-RPC-call operation and safe to call repeatedly. The owner is determined by the AZETH_PRIVATE_KEY environment variable.
Example: {} or { "smartAccount": "#1" }
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"). | |
| smartAccount | No | Smart account address, name, or "#N" (account index). If omitted, shows all accounts. |