---
title: "GET /forex/v1/exchanges"
method: GET
path: "/forex/v1/exchanges"
tags: ["global_forex"]
---

# GET /forex/v1/exchanges

`GET /forex/v1/exchanges`

Global foreign exchange (FX) trading venues and market infrastructure, including electronic trading platforms, banks, and other institutions facilitating currency pair trading worldwide.

## 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.
    - `id` string, required — Numeric identifier for the forex trading venue or institution.
    - `name` string, required — Full name of the foreign exchange trading venue, platform, or financial institution.
    - `type` string, required — Type of forex venue - 'exchange' for electronic trading platforms and institutional trading venues.
  - `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)
