Skip to main content
GET
Get Historical Cutoff Timestamps

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.

market_positions_last_updated_ts
string<date-time>

Cutoff based on position last-update time. Settled positions archived from the live data set before this timestamp are served through the historical section of position reads.