UnifyAPI
← Back to catalog

polymarket.get_orderbook

mock data$0.001 / call

Polymarket Orderbook

Get order book for a prediction market

Financeprovider: Polymarket#polymarket#finance

Input schema

depth

Number of price levels per side (1-50)

integer
market_idrequired

Polymarket condition ID

string

Call via REST

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

Try it

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