UnifyAPI
← Back to catalog

polymarket.market_detail

mock data$0.001 / call

Polymarket Market Detail

Get detailed info about a prediction market

Financeprovider: Polymarket#polymarket#finance

Input schema

market_idrequired

Polymarket condition ID or slug

string
include_history

Include recent price history

boolean
include_orderbook

Include current order book snapshot

boolean

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

Try it

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