Fetch a single market’s detail with live price.
If include_book is true, the response also includes a book key with the CLOB order-book snapshot (async, best-effort).
include_book
book
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/v1/markets/{condition_id} \ --header 'X-API-Key: <x-api-key>'
{ "condition_id": "<string>", "slug": "<string>", "question": "<string>", "outcomes": [ "<string>" ], "active": true, "closed": false, "is_hot": false, "image_url": "<string>", "live_price": { "buy": "<string>", "sell": "<string>", "volume": "<string>", "updated_at": "<string>", "source": "<string>", "outcomes": [] }, "event_group_id": "<string>", "event_title": "<string>", "end_date": "<string>", "resolved_outcome": "<string>" }
Your PolySimulator API key
Include CLOB order book
Successful Response
Show child attributes
Was this page helpful?