fetchBalance
Retrieve account balances from supported prediction market exchanges like Polymarket and Kalshi. Returns a compact summary by default, or full details with verbose flag.
Instructions
Fetch account balances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| address | No | ||
| credentials | No | Venue credentials (privateKey, apiKey, etc.). Only needed for authenticated operations like trading. | |
| verbose | No | Return full uncompacted response. Default false returns a compact, agent-friendly summary. |