---
title: "GET /futures/v1/exchanges"
method: GET
path: "/futures/v1/exchanges"
tags: ["us_futures"]
---

# GET /futures/v1/exchanges

`GET /futures/v1/exchanges`

US futures exchanges and trading venues including major derivatives exchanges (CME, CBOT, NYMEX, COMEX) and other futures market infrastructure for commodity, financial, and other derivative contract trading.

## Query parameters

- `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.
    - `acronym` string — Well-known acronym for the exchange (e.g., 'CME', 'NYMEX', 'CBOT', 'COMEX').
    - `id` string, required — Numeric identifier for the futures exchange or trading venue.
    - `locale` string — Geographic location code where the exchange operates.
    - `mic` string — Market Identifier Code (MIC) - ISO 10383 standard four-character code for the futures market.
    - `name` string, required — Full official name of the futures exchange (e.g., 'Chicago Mercantile Exchange', 'New York Mercantile Exchange').
    - `operating_mic` string — Operating Market Identifier Code for the futures exchange.
    - `type` string, required — Type of venue - 'exchange' for futures exchanges and derivatives trading platforms.
    - `url` string — Official website URL of the futures exchange organization.
  - `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)
