sui_list_balances
List all coin-type balances held by a Sui address, with paginated results showing each coin type and amount.
Instructions
List all coin-type balances held by an address. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | 0x-prefixed Sui address. | |
| page_size | No | ||
| page_token | No | Opaque continuation token from a previous response, if paginating. | |
| network | No | Sui network. Defaults to the server's configured default. |