get_token_balances
Retrieve token balances for a XIAN address with pagination. Optionally include zero-balance tokens.
Instructions
List all token balances for a XIAN address with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of token balances to return | |
| offset | No | Pagination offset | |
| address | Yes | The XIAN address to inspect (64 hex characters) | |
| include_zero | No | Include tokens whose current balance is zero |