← Back to catalog
polymarket.get_orderbook
mock data$0.001 / callPolymarket Orderbook
Get order book for a prediction market
Input schema
depth
integerNumber of price levels per side (1-50)
market_idrequired
stringPolymarket condition ID
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>"}'