Get Market Details
polymarket.market.detailRetrieve detailed information about a prediction market, including order book and price history.
Instructions
Get detailed info about a prediction market
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | Yes | Polymarket condition ID or slug | |
| include_orderbook | No | Include current order book snapshot | |
| include_history | No | Include recent price history |
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. |