← Back to catalog
polymarket.market_detail
mock data$0.001 / callPolymarket Market Detail
Get detailed info about a prediction market
Input schema
market_idrequired
stringPolymarket condition ID or slug
include_history
booleanInclude recent price history
include_orderbook
booleanInclude current order book snapshot
Call via REST
curl -X POST https://unifyapi.pro/api/call/polymarket.market_detail \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"market_id":"<market_id>","include_history":"<include_history>","include_orderbook":"<include_orderbook>"}'