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

# Exchanges List with Data

`GET /exchanges`

This endpoint allows you to **query all the supported exchanges with exchanges' data (ID, name, country, ...) that have active trading volumes on CoinGecko**

## Query parameters

- `per_page` number
- `page` number

## Response `200`

List all exchanges

- object[]
  - `id` string — exchange ID
  - `name` string — exchange name
  - `year_established` number, nullable — exchange established year
  - `country` string, nullable — exchange country
  - `description` string — exchange description
  - `url` string — exchange website URL
  - `image` string — exchange image URL
  - `has_trading_incentive` boolean, nullable — exchange trading incentive
  - `trust_score` number — exchange trust score
  - `trust_score_rank` number — exchange trust score rank
  - `trade_volume_24h_btc` number — exchange trade volume in BTC in 24 hours

## Changes

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