Market Status
GET
/futures/vX/market-status
Futures REST access is currently in beta and coming soon.
Retrieve the current market status for various futures products and exchanges. This endpoint returns real-time indicators, such as open, pause, close, for futures products, along with the corresponding exchange and product codes and an evaluation timestamp. This information enables users to monitor operational conditions and adjust their trading strategies accordingly.
Use Cases: Real-time monitoring, algorithm scheduling, UI updates, operational planning.
Query Parameters
product_code
string
The product code to return market statuses for.
limit
integer
The number of results to return per page (default=100, max=1000, min=1).
sort
enum (string)
Sort results by field and direction using dotted notation (e.g., 'ticker.asc', 'name.desc').
Response Attributes
next_url
string
optional
If present, this value can be used to fetch the next page of data.
request_id
string
optional
A unique identifier for this request.
results
array (object)
optional
market_status
enum (pre_open, open, close, pause, post_close_pre_open)
The current status of the market.
product_code
string
The product code for the product.
trading_venue
string
optional
The trading venue (MIC) for the exchange on which the corresponding product trades.
status
string
optional
The status of this request's response.
timestamp
string
optional
An RFC3339 timestamp representing the moment at which the market statuses were evaluated.