Skip to main content
GET
/
simplified-markets
Get simplified markets
curl --request GET \
  --url https://clob.polymarket.com/simplified-markets
{
  "limit": 123,
  "next_cursor": "<string>",
  "count": 123,
  "data": [
    {
      "condition_id": "<string>",
      "rewards": {
        "rates": [
          {
            "asset_address": "<string>",
            "rewards_daily_rate": 123
          }
        ],
        "min_size": 123,
        "max_spread": 123
      },
      "tokens": [
        {
          "token_id": "<string>",
          "outcome": "<string>",
          "price": 123,
          "winner": true
        }
      ],
      "active": true,
      "closed": true,
      "archived": true,
      "accepting_orders": true
    }
  ]
}

Query Parameters

next_cursor
string

Response

Successful response

limit
integer
next_cursor
string
count
integer
data
object[]