Skip to main content
GET
/
historical
/
cutoff
Get Historical Cutoff Timestamps
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/historical/cutoff
{
  "market_settled_ts": "2023-11-07T05:31:56Z",
  "trades_created_ts": "2023-11-07T05:31:56Z",
  "orders_updated_ts": "2023-11-07T05:31:56Z"
}

Response

Historical cutoff timestamps retrieved successfully

market_settled_ts
string<date-time>
required

Cutoff based on market settlement time. Markets and their candlesticks that settled before this timestamp must be accessed via GET /historical/markets and GET /historical/markets/{ticker}/candlesticks.

trades_created_ts
string<date-time>
required

Cutoff based on trade fill time. Fills that occurred before this timestamp must be accessed via GET /historical/fills.

orders_updated_ts
string<date-time>
required

Cutoff based on order cancellation or execution time. Orders canceled or fully executed before this timestamp must be accessed via GET /historical/orders. Resting (active) orders are always available in GET /portfolio/orders.