Get Historical Cutoff Timestamps
GET/historical/cutoff
Returns the cutoff timestamps that define the boundary between live and historical data.
Cutoff fields
market_settled_ts: Markets that settled before this timestamp, and their candlesticks, must be accessed viaGET /historical/marketsandGET /historical/markets/{ticker}/candlesticks.trades_created_ts: Trades that were filled before this timestamp must be accessed viaGET /historical/fills.orders_updated_ts: Orders that were canceled or fully executed before this timestamp must be accessed viaGET /historical/orders. Resting (active) orders are always available inGET /portfolio/orders.
Responses
- 200
- 500
Historical cutoff timestamps retrieved successfully
Internal server error