API Reference
Log In
API Reference

Exchange Data by ID

This endpoint allows you to query exchange’s data (name, year established, country, ...), exchange volume in BTC and top 100 tickers based on exchange’s ID

📘

Notes

  • The exchange volume in the response is provided in BTC. To convert it to other currencies, please use /exchange_rates endpoint.
  • For derivatives (e.g. bitmex, binance_futures), to get derivatives exchanges data, please go to /derivatives/exchange/{id} endpoint.
  • Tickers are limited to 100 items, to get more tickers, please go to /exchanges/{id}/tickers endpoint.
  • When dex_pair_format=symbol, the DEX pair base and target are displayed in symbol format (e.g. WETH, USDC) instead of as contract addresses.
  • Cache / Update Frequency: every 60 seconds for all the API plans.
🚧

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.
Path Params
string
required

exchange ID
*refers to /exchanges/list.

Query Params
string
enum

set to symbol to display DEX pair base and target as symbols, default: contract_address

Allowed:
Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json