---
title: "GET /crypto/v1/exchanges"
method: GET
path: "/crypto/v1/exchanges"
tags: ["global_crypto"]
---

# GET /crypto/v1/exchanges

`GET /crypto/v1/exchanges`

Global cryptocurrency exchanges and digital asset trading platforms, including major centralized exchanges (Coinbase, Binance, Bitfinex, etc.) that facilitate trading of cryptocurrencies and digital tokens 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 cryptocurrency exchange or trading platform.
    - `name` string, required — Full official name of the cryptocurrency exchange or digital asset trading platform.
    - `type` string, required — Type of crypto venue - 'exchange' for cryptocurrency exchanges and digital asset trading platforms.
    - `url` string — Official website URL of the cryptocurrency 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)
