Available as MCP tool:
polymarket_price_history - call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.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
Probability history for one outcome token.
Number of returned points.
Always
0 for this call.Account credits remaining.
200 OK · polymarket_price_history
Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
polymarket_price_history — request parameters
polymarket_price_history — request parameters
Outcome token id returned by
polymarket_market_read.1h or 1d.ISO 8601 UTC start. Must be used with
end_time.ISO 8601 UTC end. Must be used with
start_time.Optional maximum points returned. Range
1-20000.Related
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.