Axes Docs

Get Sampling Markets

List sampling markets

GET
/sampling-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/sampling-markets"
{
  "data": [
    {
      "condition_id": "string",
      "status": "string",
      "neg_risk": true,
      "market_id": 0,
      "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"
}
{
  "error": "string"
}