UnifyAPI
← Back to catalog

polymarket.prices

mock data$0.001 / call

Polymarket Midpoint Price

Get midpoint price for a prediction market token

Financeprovider: Polymarket#polymarket#finance

Input schema

token_idrequired

Polymarket CLOB token ID

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/polymarket.prices \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"token_id":"<token_id>"}'

Try it

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