---
title: "Retrieve a list of exchanges"
method: GET
path: "/exchanges"
tags: ["Exchanges"]
---

# Retrieve a list of exchanges

`GET /exchanges`

Retrieve a list of exchanges with optional pagination

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A list of exchanges

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

## Other responses

- `400` — Invalid query parameters
- `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)
