1s_multi_balance_live
Retrieve ETH and multiple ERC20 token balances in one batched call. Handles per-token errors independently for efficient wallet balance checks.
Instructions
Get ETH and multiple ERC20 balances in a single batched RPC call. Use this to check a wallet's holdings across multiple tokens efficiently. Individual token errors are returned per-token without failing the entire request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum address (0x...) | |
| tokens | No | Comma-separated ERC20 contract addresses | |
| network | No | Blockchain network: "ethereum" (default), "sepolia", "avax" |