Skip to main content
GET
/
api
/
v1
/
klsi
/
{klsi_id}
/
mve_trades
[
  {
    "trade_ts": "2023-11-07T05:31:56Z",
    "market_ticker": "<string>",
    "yes_price": 123,
    "no_price": 123,
    "count": 123,
    "taker_side": "<string>",
    "mve_collection_ticker": "<string>",
    "event_ticker": "<string>",
    "leg_market_tickers": [
      "<string>"
    ],
    "leg_event_tickers": [
      "<string>"
    ],
    "leg_sides": [
      "<string>"
    ],
    "num_legs": 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 ticker

Response

MVE trades for the market

trade_ts
string<date-time>

Trade timestamp

market_ticker
string

Kalshi market ticker

yes_price
integer

YES price in cents

no_price
integer

NO price in cents

count
integer

Number of contracts traded

taker_side
string

Taker side (e.g., yes, no)

mve_collection_ticker
string

MVE collection ticker

event_ticker
string

Kalshi event ticker

leg_market_tickers
string[]

Market tickers for each leg of the parlay

leg_event_tickers
string[]

Event tickers for each leg of the parlay

leg_sides
string[]

Side (yes/no) for each leg of the parlay

num_legs
integer

Number of legs in the parlay