---
title: "Exchanges List with Data"
method: GET
path: "/exchanges"
---

# Exchanges List with Data

`GET /exchanges`

To query all the supported exchanges with exchanges' data (ID, name, country, etc.) that have active trading volumes on CoinGecko

## Query parameters

- `per_page` number
- `page` number

## Response `200`

List of exchanges with data

- object[]
  - `id` string, required — Exchange ID
  - `name` string, required — Exchange name
  - `year_established` number, nullable, required — Year the exchange was established
  - `country` string, nullable, required — Country where the exchange is based
  - `description` string, required — Exchange description
  - `url` string, required — Exchange website URL
  - `image` string, required — Exchange logo URL
  - `has_trading_incentive` boolean, required — Whether the exchange has trading incentive
  - `trust_score` number, nullable, required — Exchange trust score
  - `trust_score_rank` number, nullable, required — Exchange trust score rank
  - `trade_volume_24h_btc` number, required — Exchange 24h trading volume in BTC

## Changes

- **2026-05-28** `11cc9e00fd86` — 2 breaking, 12 info
  - the response property `items/trust_score` became nullable for the status `200`
  - the response property `items/trust_score_rank` became nullable for the status `200`
  - api tag `Exchanges` removed
  - the response property `items/country` became required for the status `200`
  - …10 more
- **2026-04-30** `fb6b6a203ce6` — 1 breaking, 11 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `country` from the response with the `200` status
  - removed the optional property `description` from the response with the `200` status
  - removed the optional property `has_trading_incentive` from the response with the `200` status
  - …8 more
- **2025-06-23** `385cf003659b` — 1 warning
  - removed the optional property `trade_volume_24h_btc_normalized` from the response with the `200` status

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/exchanges/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)
