Skip to main content
GET
/
api
/
v1
/
klsi
/
{klsi_id}
/
market
{
  "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
}

Authorizations

X-API-Key
string
header
required

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

Path Parameters

klsi_id
string
required

Kalshi market ID

Response

Market details

klsi_id
string
title
string
rules
string[]
x
(string | null)[]
y
(string | null)[]
action
(string | null)[]
closed
boolean
closed_time
integer | null
inserted_at
string<date-time>

Timestamp when this record was ingested

delphi_id
string | null
close_time
string<date-time> | null
event_id
string
category
string
result
string

Market resolution result

determination_ts
integer

Unix timestamp of determination

settled_ts
integer

Unix timestamp of settlement