---
title: "Exchanges List"
method: GET
path: "/exchanges/list"
---

# Exchanges List

`GET /exchanges/list`

To query all the exchanges with ID and name

## Query parameters

- `status` 'active' | 'inactive'

## Response `200`

List of exchanges

- object[]
  - `id` string, required — Exchange ID
  - `name` string, required — Exchange name

## Changes

- **2026-05-28** `11cc9e00fd86` — 3 info
  - api tag `Exchanges` removed
  - the response property `items/id` became required for the status `200`
  - the response property `items/name` became required for the status `200`
- **2026-04-30** `fb6b6a203ce6` — 2 breaking
  - the response property `items/id` became optional for the status `200`
  - the response property `items/name` became optional for the status `200`
- **2025-07-08** `4f8e578c640a` — 1 breaking, 2 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `id` from the response with the `200` status
  - removed the optional property `name` from the response with the `200` status

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/exchanges/list/get.md)

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/006c13c1a566/schema)
