---
title: "Crypto Symbol"
method: GET
path: "/crypto/symbol"
tags: ["Default"]
---

# Crypto Symbol

`GET /crypto/symbol`

List supported crypto symbols by exchange

## Query parameters

- `exchange` string, required

## Response `200`

successful operation

- CryptoSymbol[]
  - `description` string — Symbol description
  - `displaySymbol` string — Display symbol name.
  - `symbol` string — Unique symbol used to identify this symbol used in <code>/crypto/candle</code> endpoint.

## Changes

- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-05-26** `c5b8e420b78c` — 1 info
  - api tag `Default` removed

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/crypto/symbol/get.md)

---

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