Skip to main content
GET
/
sampling-simplified-markets
List sampling simplified markets
curl --request GET \
  --url https://clob.kuest.com/sampling-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>"
}
Returns a smaller paginated subset of simplified markets.

Query Parameters

next_cursor
string

Base64 offset cursor (use MA== for the first page).

Response

Simplified market list.

data
object[]
required
next_cursor
string
required

Base64 offset for the next page, or LTE= when complete.