---
title: "Retrieve details for a specific exchange"
method: GET
path: "/exchanges/{exchange}"
tags: ["Exchanges"]
---

# Retrieve details for a specific exchange

`GET /exchanges/{exchange}`

Retrieve details for a specific exchange by its ID

## Path parameters

- `exchange` string, required

## Response `200`

Details of the exchange

- object
  - `timestamp` integer
  - `data` object
    - `exchangeId` string
    - `name` string
    - `rank` string
    - `percentTotalVolume` string
    - `volumeUsd` string
    - `tradingPairs` string
    - `socket` boolean
    - `exchangeUrl` string
    - `updated` integer

## Other responses

- `404` — Exchange not found
- `500` — Internal server error

---

[API](https://skmtc.dev/coincap/apis/coincap-api.md) · [All operations](https://skmtc.dev/coincap/apis/coincap-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coincap/coincap-api/revisions/e3d3739c2c03/schema)
