hyperd.balance.get
Retrieve on-chain balance for any EVM wallet address across multiple chains (Base, Ethereum, Polygon, Arbitrum). Supports ERC-20 tokens by symbol or contract address. Use chain='all' for parallel multi-chain lookup.
Instructions
Get the on-chain balance for an EVM wallet address. Multi-chain (Base, Ethereum, Polygon, Arbitrum). Supports ERC-20 by symbol or contract address. Pass chain='all' for parallel multi-chain lookup. Costs $0.01 in USDC on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | 0x EVM wallet address | |
| token | No | Token symbol (e.g., USDC, WETH) or contract address. Default USDC. | |
| chain | No | Chain. Default 'base'. Use 'all' for parallel multi-chain. |