← Back to catalog
polymarket.price_history
mock data$0.001 / callPolymarket Price History
Get price history for a prediction market
Input schema
days
integerNumber of days of history (1-365)
interval
stringPrice data interval for history (1h, 4h, 1d, or 1w)
market_idrequired
stringPolymarket condition ID
Call via REST
curl -X POST https://unifyapi.pro/api/call/polymarket.price_history \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"days":0,"interval":"<interval>","market_id":"<market_id>"}'