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

---

[API](https://skmtc.net/coingecko/apis/coingecko-demo-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-demo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-demo-api/versions/d62c9c579f3a/schema)
