v1

latestOpenAPI 3.0.32026-08-04850206.9 KB
Exchanges

Get exchange detail

Full single-exchange profile: ranking, volume/dominance, pair and asset counts, established date, location, referral website, and the derived type (cex/dex/null).

get/api/v1/exchanges/{slug}

Response

Example response

{
  "data": {
    "id": 1,
    "slug": "binance-exchange",
    "name": "Binance",
    "type": "cex",
    "rank": 1,
    "volume_24h": 6152385798,
    "volume_dominance": 36.98,
    "change_24h": 200.09,
    "change_7d": 22.87,
    "change_rank_24h": 0,
    "change_rank_7d": 0,
    "pairs": 1115,
    "assets": 100,
    "established": "2017-07-14",
    "location": "Cayman Islands",
    "website": "https://accounts.binance.com/register",
    "logo": "https://bitculator.com/storage/media/logo/binance.png",
    "last_updated": "2026-06-15T16:59:21+00:00"
  }
}