---
title: "GET /options/v1/exchanges"
method: GET
path: "/options/v1/exchanges"
tags: ["us_options"]
---

# GET /options/v1/exchanges

`GET /options/v1/exchanges`

US options exchanges and trading venues including traditional options exchanges (CBOE, ISE, etc.), Securities Information Processors (SIP), and other options market infrastructure for derivatives 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 — Exchange acronym or short name (e.g., 'ISE', 'GEMX') - may be null for some venues.
    - `id` string, required — Numeric identifier for the options trading venue or exchange.
    - `locale` string — Geographic location code.
    - `mic` string — Market Identifier Code (MIC) - ISO 10383 standard four-character code identifying the specific options market.
    - `name` string, required — Full official name of the options exchange or trading venue.
    - `operating_mic` string — Operating Market Identifier Code - identifies the parent organization or operating entity.
    - `participant_id` string — Single-character participant identifier used in consolidator market data feeds and options trade reporting.
    - `type` string, required — Type of venue: 'exchange' for options exchanges, 'SIP' for Securities Information Processors like OPRA (Options Price Reporting Authority).
    - `url` string — Official website URL of the organization operating the options exchange.
  - `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)
