---
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

- Exchanges
  - `id` string — exchange ID
  - `name` string — exchange name
  - `year_established` number — exchange established year
  - `country` string — exchange country
  - `description` string — exchange description
  - `url` string — exchange website url
  - `image` string — exchange image url
  - `has_trading_incentive` boolean — 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

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