---
title: "Get exchange detail"
method: GET
path: "/api/v1/exchanges/{slug}"
tags: ["Exchanges"]
---

# Get exchange detail

`GET /api/v1/exchanges/{slug}`

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

## Response `200`

- object
  - `data` object
    - `id` integer
    - `slug` string
    - `name` string
    - `type` string
    - `rank` integer
    - `volume_24h` integer
    - `volume_dominance` number
    - `change_24h` number
    - `change_7d` number
    - `change_rank_24h` integer
    - `change_rank_7d` integer
    - `pairs` integer
    - `assets` integer
    - `established` string
    - `location` string
    - `website` string
    - `logo` string
    - `last_updated` string

## Other responses

- `404`

---

[API](https://skmtc.net/bitculator/apis/bitculator-data-api.md) · [All operations](https://skmtc.net/bitculator/apis/bitculator-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitculator/bitculator-data-api/revisions/ed1378af68b6/schema)
