---
title: "Market Status API"
method: GET
path: "/futures/v1/market-status"
tags: ["us_futures"]
---

# Market Status API

`GET /futures/v1/market-status`

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.

## Query parameters

- `product_code` string
- `product_code.any_of` string
- `product_code.gt` string
- `product_code.gte` string
- `product_code.lt` string
- `product_code.lte` string
- `limit` integer

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `market_event` string — The current status of the market for the product.
    - `name` string — The name of the futures product.
    - `product_code` string — The product code of the futures contracts for which you want statuses.
    - `session_end_date` string, date — The trading date for the current session.
    - `timestamp` string — The timestamp for the given market event.
    - `trading_venue` string — The trading venue (MIC) for the exchange on which the corresponding product trades.
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
