cURL
curl --request GET \ --url https://clob.kuest.com/simplified-markets
{ "data": [ { "condition_id": "<string>", "status": "<string>", "neg_risk": true, "market_id": 123, "question": "<string>", "slug": "<string>", "assets_ids": [ "<string>" ], "outcomes": [ "<string>" ] } ], "next_cursor": "<string>" }
Base64 offset cursor (use MA== for the first page).
MA==
Simplified market list.
Show child attributes
Base64 offset for the next page, or LTE= when complete.
Was this page helpful?