fetchOpenOrders
Fetch open orders from a prediction market exchange, with optional filtering by market. Returns a compact summary by default or full details in verbose mode.
Instructions
Fetch all open orders, optionally filtered by market.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| marketId | 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. |