get_defi_balances_by_chain
Retrieve aggregated DeFi protocol balances for a wallet on a specific blockchain network to analyze diversification and assess risk.
Instructions
Get DeFi protocol balances for a wallet on a specific blockchain network. Provides aggregated balance information grouped by protocol for diversification analysis and risk assessment.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Ethereum wallet address (42-character hex string starting with 0x) to get DeFi protocol balances for | |
| chain | Yes | Blockchain network to query. Supported: 'eth' (Ethereum), 'arb' (Arbitrum), 'matic' (Polygon), 'avax' (Avalanche), 'bsc' (BSC), 'base' (Base), 'op' (Optimism) |