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