get_wallet_balances
Fetch stablecoin balances and metadata for the configured wallet address.
Instructions
Get token balances for the configured wallet. Returns all stablecoin holdings with amounts and metadata. Uses the wallet address from WALLET_PRIVATE_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. Default: 1 | |
| page_size | No | Results per page. Default: 20, Max: 200 | |
| wallet_address | No | Optional. If omitted, uses the configured wallet address from WALLET_PRIVATE_KEY. The API only allows querying your own balances. |