wallet_balance
Retrieve the native coin balance and all ERC-20 token holdings for any wallet address on Ethereum, Base, Polygon, Arbitrum, or Optimism. Returns decimal balances with symbols for UI display or portfolio tools.
Instructions
[$0.002/call, wallet required] Look up the native coin balance (ETH/MATIC) plus every ERC-20 holding for a wallet address on Ethereum, Base, Polygon, Arbitrum, or Optimism. Returns clean decimal balances (already scaled by token decimals) plus symbol and contract - ready to display in a UI or feed into a portfolio tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | 0x-prefixed 40-char hex wallet address. | |
| network | No | ethereum / base / polygon / arbitrum / optimism (default base). |