Skip to main content
Available as MCP tool: polymarket_price_history - call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.
Live   free

What it does for your agent

polymarket_price_history returns how one outcome’s implied probability changed over time. Use it after your agent has selected a market outcome and needs a clean timeline for a chart, event recap, or probability-move explanation. Pass an outcome_token_id, choose 1h or 1d, and optionally set a UTC time range. The response gives ordered points with time, probability, and price.

Response

PolymarketPriceHistory
required
Probability history for one outcome token.
number
Number of returned points.
number
Always 0 for this call.
number
Account credits remaining.
200 OK · polymarket_price_history

Notes

Start from Prediction Markets Events, read the selected market, then pass one returned outcome_token_id here.
Use 1d for a simple timeline. Use 1h when the agent needs to explain movement around a specific day or announcement.
interval only accepts 1h and 1d. Requests such as interval=15m return 400 before any credit is charged.
This returns implied-probability points for one outcome. It is not OHLCV data, an order book, trade history, or investment advice.

Direct invocation

Full parameter reference

string
required
Outcome token id returned by polymarket_market_read.
string
required
1h or 1d.
string
ISO 8601 UTC start. Must be used with end_time.
string
ISO 8601 UTC end. Must be used with start_time.
number
Optional maximum points returned. Range 1-20000.

Prediction Markets Events

Browse, search, and read event cards before selecting a market.

Prediction Markets Market Details

Read market outcomes and copy the outcome_token_id you need.