GET
/
exchanges
Exchanges List with data
curl --request GET \
  --url https://api.coingecko.com/api/v3/exchanges \
  --header 'x-cg-demo-api-key: <api-key>'
[
  {
    "id": "bybit_spot",
    "name": "Bybit",
    "year_established": 2018,
    "country": "British Virgin Islands",
    "description": "Bybit is a cryptocurrency exchange that offers a professional platform featuring an ultra-fast matching engine, excellent customer service and multilingual community support for crypto traders of all levels...",
    "url": "https://www.bybit.com",
    "image": "https://assets.coingecko.com/markets/images/698/small/bybit_spot.png?1706864649",
    "has_trading_incentive": false,
    "trust_score": 10,
    "trust_score_rank": 1,
    "trade_volume_24h_btc": 51075.6271283852
  },
  {
    "id": "gdax",
    "name": "Coinbase Exchange",
    "year_established": 2012,
    "country": "United States",
    "description": "",
    "url": "https://www.coinbase.com/",
    "image": "https://assets.coingecko.com/markets/images/23/small/Coinbase_Coin_Primary.png?1706864258",
    "has_trading_incentive": false,
    "trust_score": 10,
    "trust_score_rank": 2,
    "trade_volume_24h_btc": 37443.7299607648
  }
]

Notice

  • Please note that the trade_volume_24h_btc_normalized data field will no longer be supported by our API starting on June 15, 2025. Please refer to changelog for more details.

Tips

  • You may include values such as per_page and page to specify how many results you would like to show in the responses per page and which page of responses you would like to show.

Note

  • All the exchanges in the responses are the exchanges with active trading volume on CoinGecko, any inactive or deactivated exchanges will be removed from the list.
  • Cache / Update Frequency: every 60 seconds for all the API plans.

Authorizations

x-cg-demo-api-key
string
header
required

Query Parameters

per_page
integer

total results per page, default: 100 Valid values: 1...250

page
integer

page through results, default: 1

Response

200 - application/json

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