Get Token Balances
get_token_balancesGet the ERC-20 tokens held by an address, with human-readable quantities and USD values. Tokens with no USD price are filtered out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Default 1. | |
| offset | No | Records per page. Default 100. | |
| address | Yes | Account address to query. | |
| chainid | No | Numeric chain id (e.g. 1=Ethereum, 56=BNB, 137=Polygon). Defaults to server config. |