---
title: "GET /public/get_currencies"
method: GET
path: "/public/get_currencies"
tags: ["Market Data", "Public"]
---

# GET /public/get_currencies

`GET /public/get_currencies`

Retrieves all cryptocurrencies supported by the Deribit API. Returns a list of available currencies with their codes and basic information.

This method takes no parameters and is useful for discovering which currencies are available for trading on the platform.

[Try in API console](https://test.deribit.com/api_console?method=%2Fpublic%2Fget_currencies)

## Response `200`

Success response

- PublicGetCurrenciesResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` CurrencyWithApr[], required
    - `withdrawal_fee` number, required — The total transaction fee paid for withdrawals
    - `withdrawal_priorities` KeyNumberPair[]
      - `name` string, required
      - `value` number, required
    - `min_withdrawal_fee` number — The minimum transaction fee paid for withdrawals
    - `currency` string, required — The abbreviation of the currency. This abbreviation is used elsewhere in the API to identify the currency.
    - `currency_long` string, required — The full name for the currency.
    - `min_confirmations` integer, required — Minimum number of block chain confirmations before deposit is accepted.
    - `coin_type` 'BITCOIN' | 'ETHER', required — The type of the currency.
    - `in_cross_collateral_pool` boolean, required — `true` if the currency is part of the cross collateral pool
    - `apr` number — Simple Moving Average (SMA) of the last 7 days of rewards. If fewer than 7 days of reward data are available, the APR is calculated as the average of the available rewards. Only applicable to yield-generating tokens (`USDE`, `STETH`, `USDC`, `BUILD`).
    - `network_fee` number — The network fee
    - `network_currency` string — The currency of the network
    - `decimals` integer — The number of decimal places for the currency
    - `currency_uuid` string — Internal identifier for this currency. Absent if the currency does not have an assigned identifier.

---

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