Skip to main content
GET
/
markets
List markets
curl --request GET \
  --url https://clob.kuest.com/markets
{
  "data": [
    {
      "enable_order_book": true,
      "active": true,
      "closed": true,
      "archived": true,
      "accepting_orders": true,
      "minimum_order_size": 123,
      "minimum_tick_size": 123,
      "condition_id": "<string>",
      "question_id": "<string>",
      "question": "<string>",
      "description": "<string>",
      "market_slug": "<string>",
      "seconds_delay": 123,
      "fpmm": "<string>",
      "maker_base_fee": 123,
      "taker_base_fee": 123,
      "notifications_enabled": true,
      "neg_risk": true,
      "neg_risk_market_id": "<string>",
      "neg_risk_request_id": "<string>",
      "rewards": {
        "rates": [
          {
            "asset_address": "<string>",
            "rewards_daily_rate": 123
          }
        ],
        "min_size": 123,
        "max_spread": 123
      },
      "is_50_50_outcome": true,
      "tokens": [
        {
          "token_id": "<string>",
          "outcome": "<string>",
          "price": 123,
          "winner": true
        }
      ],
      "tags": [
        "<string>"
      ],
      "accepting_order_timestamp": "<string>",
      "end_date_iso": "<string>",
      "game_start_time": "<string>",
      "icon": "<string>",
      "image": "<string>"
    }
  ],
  "next_cursor": "<string>",
  "limit": 123,
  "count": 123
}
Returns a paginated list of markets and metadata. Use next_cursor=MA== for the first page and continue until the API returns LTE=.

Query Parameters

next_cursor
string

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

Response

Market list.

data
object[]
required
next_cursor
string
required
limit
integer
required
count
integer
required