Skip to main content
GET
/
api
/
v1
/
klsi
/
markets
/
category
/
{category}
{
  "markets": [
    {
      "klsi_id": "<string>",
      "title": "<string>",
      "rules": [
        "<string>"
      ],
      "x": [
        "<string>"
      ],
      "y": [
        "<string>"
      ],
      "action": [
        "<string>"
      ],
      "closed": true,
      "closed_time": 123,
      "inserted_at": "2023-11-07T05:31:56Z",
      "delphi_id": "<string>",
      "close_time": "2023-11-07T05:31:56Z",
      "event_id": "<string>",
      "category": "<string>",
      "result": "<string>",
      "determination_ts": 123,
      "settled_ts": 123
    }
  ],
  "count": 123,
  "limit": 123,
  "offset": 123,
  "category": "<string>"
}

Authorizations

X-API-Key
string
header
required

Your API key (get one from the test-key endpoint above)

Path Parameters

category
string
required

Category name

Query Parameters

limit
integer
default:100

Maximum number of markets to return (default: 100, max: 1000)

Required range: x <= 1000
offset
integer
default:0

Number of markets to skip for pagination

Response

200 - application/json

List of KLSI markets in the category

markets
object[]
count
integer
limit
integer
offset
integer
category
string