get_wallet_balances_by_chain
Retrieve token balances for a wallet on a specific blockchain network. Provides amounts, USD values, and token metadata for portfolio analysis across supported chains.
Instructions
Get token balances for a wallet on a specific blockchain network. Provides detailed information about all token holdings including amounts, USD values, and token metadata for portfolio analysis.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Ethereum wallet address (42-character hex string starting with 0x) to get token balances for | |
| chain | Yes | Blockchain network to query. Supported: 'eth' (Ethereum), 'arb' (Arbitrum), 'matic' (Polygon), 'avax' (Avalanche), 'bsc' (BSC), 'base' (Base), 'op' (Optimism) |