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

Query Parameters

next_cursor
string

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

Response

Market list.

data
object[]
required
next_cursor
string
required

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