UnifyAPI
← Back to catalog

polymarket.price_history

mock data$0.001 / call

Polymarket Price History

Get price history for a prediction market

Financeprovider: Polymarket#polymarket#finance

Input schema

days

Number of days of history (1-365)

integer
interval

Price data interval for history (1h, 4h, 1d, or 1w)

string
market_idrequired

Polymarket condition ID

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.