fetchOrderBooks
Fetch order books for multiple outcomes across prediction markets in one request, supporting exchanges like Polymarket and Kalshi.
Instructions
Batch variant of {@link fetchOrderBook}. Fetches order books for multiple outcomes in a single request where the exchange supports it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| outcomeIds | Yes | ||
| verbose | No | Return full uncompacted response. Default false returns a compact, agent-friendly summary. |