Retrieve price history for a Polymarket market. Each record shows the price at a point in time derived from trades.
What you get:
Important: This endpoint requires the condition_id (hex string starting with 0x), NOT the standard poly_id.
Use cases:
Your API key (get one from the test-key endpoint above)
Polymarket condition ID (hex string). This is different from the standard poly_id - it's the long identifier starting with '0x' that uniquely identifies a market condition.
Maximum number of price points to return (default: 10 in docs, no max limit)
Price history
Exchange identifier (PLY)
Polymarket condition ID (market identifier)
Token identifier for this price point
Outcome label for this token (e.g., Yes, No, or a named outcome)
Price as decimal (e.g., 0.992 = 99.2%)
Timestamp of the price point