---
title: "Cryptocurrency exchanges"
method: GET
path: "/cryptocurrency_exchanges"
tags: ["reference_data"]
---

# Cryptocurrency exchanges

`GET /cryptocurrency_exchanges`

The cryptocurrency exchanges endpoint provides a daily updated list of available cryptocurrency exchanges. It returns an array containing details about each exchange, such as exchange names and identifiers.

## Query parameters

- `format` 'JSON' | 'CSV'
- `delimiter` string

## Response `200`

- object
  - `data` CryptocurrencyExchangesResponseItem[], required — List of cryptocurrency exchanges
    - `name` string, required — Name of cryptocurrency exchange
  - `status` string, required — Response status

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

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