Get Order Book
polymarket.market.orderbookRetrieve the order book for a prediction market using its condition ID. Specify depth to limit price levels per side.
Instructions
Get order book for a prediction market
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | Yes | Polymarket condition ID | |
| depth | No | Number of price levels per side (1-50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |