---
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.

---

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