Axes Docs

Get Simplified Markets

List simplified markets

GET
/simplified-markets

Query Parameters

next_cursor?string

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

Response Body

application/json

application/json

curl -X GET "https://clob.axes.co/simplified-markets"
{
  "data": [
    {
      "condition_id": "string",
      "status": "string",
      "neg_risk": true,
      "market_id": 0,
      "question": "string",
      "slug": "string",
      "assets_ids": [
        "string"
      ],
      "outcomes": [
        "string"
      ]
    }
  ],
  "next_cursor": "string"
}
{
  "error": "string"
}