Get Price History
Retrieve historical price data for a specific token over a given time interval.
get/api/workflows/polymarket/getPriceHistory
Query parameters
clobTokenIdstring required
CLOB token ID
interval'1hr' | '1d' | '1w' | '1m' | 'max' required
Time interval for price history
Response
Price history data
Example response
{
"history": [
{
"t": 1735689600,
"p": 0.52
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.