Get Market Price History
polymarket.market.historyRetrieve price history for a Polymarket prediction market by providing condition ID, interval, and number of days to analyze historical price trends.
Instructions
Get price history for a prediction market
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | Yes | Polymarket condition ID | |
| interval | No | Price data interval for history (1h, 4h, 1d, or 1w) | |
| days | No | Number of days of history (1-365) |
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. |