---
title: "Exchanges List (ID Map)"
method: GET
path: "/exchanges/list"
tags: ["Exchanges"]
---

# Exchanges List (ID Map)

`GET /exchanges/list`

This endpoint allows you to **query all the exchanges with ID and name**

## Query parameters

- `status` 'active' | 'inactive'

## Response `200`

List all exchanges with ID and name

- ExchangesListItem[]
  - `id` string, required — exchange ID
  - `name` string, required — exchange name

## Changes

- **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/91c83447321b/schema)
