---
title: "Get supported currencies"
method: GET
path: "/v0.1/currencies/all"
tags: ["Currencies and rates"]
---

# Get supported currencies

`GET /v0.1/currencies/all`

List of currencies, supported by Protocol

## Response `200`

OK

- Currencies
  - `currencies` Currency[], required
    - `currencyId` string, required — Currency Id, has format `ETHEREUM:${token}` or `ETHEREUM:${token}:${tokenId}`
    - `symbol` string, required
    - `abbreviation` string
    - `alias` string — Alias to real coin, 'usd' means 1:1 to USD
    - `rate` string
    - `decimals` integer, required — Number of decimals

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/rarible/apis/openapi-definition.md) · [All operations](https://skmtc.net/rarible/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rarible/openapi-definition/revisions/5d2651b9411d/schema)
