---
title: "Cryptocurrency pairs"
method: GET
path: "/cryptocurrencies"
tags: ["reference_data"]
---

# Cryptocurrency pairs

`GET /cryptocurrencies`

The cryptocurrencies endpoint provides a daily updated list of all available cryptos. It returns an array containing detailed information about each cryptocurrency, including its symbol, name, and other relevant identifiers. This endpoint is useful for retrieving a comprehensive catalog of cryptocurrencies for applications that require up-to-date market listings or need to display available crypto assets to users.

## Query parameters

- `symbol` string
- `exchange` string
- `currency_base` string
- `currency_quote` string
- `format` 'JSON' | 'CSV'
- `delimiter` string
- `page` integer
- `outputsize` integer

## Response `200`

- object
  - `count` integer, required — Count
  - `data` CryptocurrencyResponseItem[], required — List of cryptocurrencies
    - `symbol` string, required — Cryptocurrency pair codes with slash(/) delimiter
    - `available_exchanges` string[], required — List of exchanges where the cryptocurrency is available
    - `currency_base` string, required — Base currency of the cryptocurrency pair
    - `currency_quote` string, required — Quote currency of the cryptocurrency pair
  - `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)
