latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

us_futures

Market Status API

Retrieve the current market status for a specific product or products. 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.

get/futures/v1/market-status

Query parameters

product_codestring

The product code of the futures contracts for which you want statuses.

product_code.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

product_code.gtstring

Filter greater than the value.

product_code.gtestring

Filter greater than or equal to the value.

product_code.ltstring

Filter less than the value.

product_code.ltestring

Filter less than or equal to the value.

limitinteger

Limit the maximum number of results returned. Defaults to '10' if not specified. The maximum allowed limit is '100'.

Response

A list of results.

next_urlstring

If present, this value can be used to fetch the next page.

request_idstring required

A request id assigned by the server.

status'OK' required

The status of this request's response.