Skip to main content
GET
/
api
/
v1
/
klsi
/
{klsi_id}
/
tradehistory
[
  {
    "id": "<string>",
    "exchange": "<string>",
    "market_id": "<string>",
    "yes_price": 123,
    "no_price": 123,
    "count": 123,
    "taker_side": "<string>",
    "last_update": "2023-11-07T05:31:56Z"
  }
]

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

200 - application/json

Trade history

id
string
exchange
string
market_id
string
yes_price
number
no_price
number
count
integer
taker_side
string
last_update
string<date-time>