curl --request GET \
--url https://api.coingecko.com/api/v3/exchanges/{id} \
--header 'x-cg-demo-api-key: <api-key>'{
"name": "Binance",
"year_established": 2017,
"country": "Cayman Islands",
"description": "One of the world's largest cryptocurrency exchanges by trading volume.",
"url": "https://www.binance.com/",
"image": "https://coin-images.coingecko.com/markets/images/52/small/binance.jpg?1706864274",
"facebook_url": "https://www.facebook.com/binanceexchange",
"reddit_url": "https://www.reddit.com/r/binance/",
"telegram_url": "",
"slack_url": "",
"other_url_1": "https://medium.com/binanceexchange",
"other_url_2": "https://steemit.com/@binanceexchange",
"twitter_handle": "binance",
"has_trading_incentive": false,
"centralized": true,
"public_notice": "",
"alert_notice": "",
"trust_score": 10,
"trust_score_rank": 2,
"coins": 435,
"pairs": 1391,
"trade_volume_24h_btc": 95073.68489926813,
"tickers": [
{
"base": "USDC",
"target": "USDT",
"market": {
"name": "Binance",
"identifier": "binance",
"has_trading_incentive": false
},
"last": 1.00087,
"volume": 2089887585,
"converted_last": {
"btc": 0.00001301,
"eth": 0.00047417,
"usd": 0.999569
},
"converted_volume": {
"btc": 27187,
"eth": 990971,
"usd": 2088986570
},
"trust_score": null,
"bid_ask_spread_percentage": 0.010999,
"timestamp": "2026-05-26T10:21:17+00:00",
"last_traded_at": "2026-05-26T10:21:17+00:00",
"last_fetch_at": "2026-05-26T10:23:00+00:00",
"is_anomaly": false,
"is_stale": false,
"trade_url": "https://www.binance.com/en/trade/USDC_USDT?ref=37754157",
"token_info_url": null,
"coin_id": "usd-coin",
"target_coin_id": "tether",
"coin_mcap_usd": 76286248956.20789
},
{
"base": "BTC",
"target": "USDT",
"market": {
"name": "Binance",
"identifier": "binance",
"has_trading_incentive": false
},
"last": 76960,
"volume": 9037.21995,
"converted_last": {
"btc": 1.000348,
"eth": 36.491428,
"usd": 76860
},
"converted_volume": {
"btc": 9040,
"eth": 329781,
"usd": 694600292
},
"trust_score": null,
"bid_ask_spread_percentage": 0.010013,
"timestamp": "2026-05-26T10:21:39+00:00",
"last_traded_at": "2026-05-26T10:21:39+00:00",
"last_fetch_at": "2026-05-26T10:22:33+00:00",
"is_anomaly": false,
"is_stale": false,
"trade_url": "https://www.binance.com/en/trade/BTC_USDT?ref=37754157",
"token_info_url": null,
"coin_id": "bitcoin",
"target_coin_id": "tether",
"coin_mcap_usd": 1536007329547.9153
}
],
"status_updates": [
{
"description": "Juventus and Paris Saint-Germain Fan Tokens on Binance Launchpool!",
"category": "general",
"created_at": "2020-12-14T11:18:49.085Z",
"user": "Darc",
"user_title": "Marketing",
"pin": false,
"project": {
"type": "Market",
"id": "binance",
"name": "Binance",
"image": {
"thumb": "https://coin-images.coingecko.com/markets/images/52/thumb/binance.jpg?1706864274",
"small": "https://coin-images.coingecko.com/markets/images/52/small/binance.jpg?1706864274",
"large": "https://coin-images.coingecko.com/markets/images/52/large/binance.jpg?1706864274"
}
}
}
]
}Exchange Data by ID
To query exchange’s data (name, year established, country, etc.), exchange volume in BTC and top 100 tickers based on exchange’s ID
curl --request GET \
--url https://api.coingecko.com/api/v3/exchanges/{id} \
--header 'x-cg-demo-api-key: <api-key>'{
"name": "Binance",
"year_established": 2017,
"country": "Cayman Islands",
"description": "One of the world's largest cryptocurrency exchanges by trading volume.",
"url": "https://www.binance.com/",
"image": "https://coin-images.coingecko.com/markets/images/52/small/binance.jpg?1706864274",
"facebook_url": "https://www.facebook.com/binanceexchange",
"reddit_url": "https://www.reddit.com/r/binance/",
"telegram_url": "",
"slack_url": "",
"other_url_1": "https://medium.com/binanceexchange",
"other_url_2": "https://steemit.com/@binanceexchange",
"twitter_handle": "binance",
"has_trading_incentive": false,
"centralized": true,
"public_notice": "",
"alert_notice": "",
"trust_score": 10,
"trust_score_rank": 2,
"coins": 435,
"pairs": 1391,
"trade_volume_24h_btc": 95073.68489926813,
"tickers": [
{
"base": "USDC",
"target": "USDT",
"market": {
"name": "Binance",
"identifier": "binance",
"has_trading_incentive": false
},
"last": 1.00087,
"volume": 2089887585,
"converted_last": {
"btc": 0.00001301,
"eth": 0.00047417,
"usd": 0.999569
},
"converted_volume": {
"btc": 27187,
"eth": 990971,
"usd": 2088986570
},
"trust_score": null,
"bid_ask_spread_percentage": 0.010999,
"timestamp": "2026-05-26T10:21:17+00:00",
"last_traded_at": "2026-05-26T10:21:17+00:00",
"last_fetch_at": "2026-05-26T10:23:00+00:00",
"is_anomaly": false,
"is_stale": false,
"trade_url": "https://www.binance.com/en/trade/USDC_USDT?ref=37754157",
"token_info_url": null,
"coin_id": "usd-coin",
"target_coin_id": "tether",
"coin_mcap_usd": 76286248956.20789
},
{
"base": "BTC",
"target": "USDT",
"market": {
"name": "Binance",
"identifier": "binance",
"has_trading_incentive": false
},
"last": 76960,
"volume": 9037.21995,
"converted_last": {
"btc": 1.000348,
"eth": 36.491428,
"usd": 76860
},
"converted_volume": {
"btc": 9040,
"eth": 329781,
"usd": 694600292
},
"trust_score": null,
"bid_ask_spread_percentage": 0.010013,
"timestamp": "2026-05-26T10:21:39+00:00",
"last_traded_at": "2026-05-26T10:21:39+00:00",
"last_fetch_at": "2026-05-26T10:22:33+00:00",
"is_anomaly": false,
"is_stale": false,
"trade_url": "https://www.binance.com/en/trade/BTC_USDT?ref=37754157",
"token_info_url": null,
"coin_id": "bitcoin",
"target_coin_id": "tether",
"coin_mcap_usd": 1536007329547.9153
}
],
"status_updates": [
{
"description": "Juventus and Paris Saint-Germain Fan Tokens on Binance Launchpool!",
"category": "general",
"created_at": "2020-12-14T11:18:49.085Z",
"user": "Darc",
"user_title": "Marketing",
"pin": false,
"project": {
"type": "Market",
"id": "binance",
"name": "Binance",
"image": {
"thumb": "https://coin-images.coingecko.com/markets/images/52/thumb/binance.jpg?1706864274",
"small": "https://coin-images.coingecko.com/markets/images/52/small/binance.jpg?1706864274",
"large": "https://coin-images.coingecko.com/markets/images/52/large/binance.jpg?1706864274"
}
}
}
]
}Notes
- Exchange volume is provided in BTC. Use Exchange Rates to convert to other currencies.
- Tickers are limited to 100 items. Use Exchange Tickers for more.
- For derivatives exchanges (e.g.
bitmex,binance_futures), use Derivatives Exchange Data instead. - When
dex_pair_format=symbol, DEX pairbaseandtargetdisplay as symbols (e.g.WETH,USDC) instead of contract addresses.
SDK Examples
const response = await client.exchanges.getID('binance');
console.log(JSON.stringify(response, null, 2));
response = client.exchanges.get_id("binance")
print(response.model_dump_json(indent=2))
Authorizations
Learn how to set up your API key
Path Parameters
Exchange ID.
*refers to /exchanges/list.
Query Parameters
Set to symbol to display DEX pair base and target as symbols.
Default: contract_address
contract_address, symbol Response
Exchange data
Exchange name
Year the exchange was established
Country where the exchange is based
Exchange description
Exchange website URL
Exchange logo URL
Facebook URL
Reddit URL
Telegram URL
Slack URL
Other URL 1
Other URL 2
Twitter handle
Whether the exchange has trading incentive
Whether the exchange is centralized
Public notice
Alert notice
Exchange trust score
Exchange trust score rank
Number of coins listed
Number of trading pairs
Exchange 24h trading volume in BTC
Exchange tickers
Hide child attributes
Hide child attributes
Ticker base currency
Ticker target currency
Last price
Trading volume
Trust score
Bid-ask spread percentage
Ticker timestamp
Last traded timestamp
Last fetch timestamp
Whether ticker is anomalous
Whether ticker is stale
Trade URL
Token info URL
Base currency coin ID
Target currency coin ID
Coin market cap in USD
Status updates
Hide child attributes
Hide child attributes
Status update description
Status update category
Status update creation time
Status update user
Status update user title
Whether status update is pinned
Project information
Hide child attributes
Hide child attributes
Project type
Project ID
Project name
Was this page helpful?

