---
title: "List of currencies"
method: GET
path: "/currencies"
tags: ["Currencies"]
---

# List of currencies

`GET /currencies`

You can get the list of all the currencies that we support.

## Response `200`

OK

- CurrenciesResponse
  - `data` Currency[]
    - `code` string, required — ISO 4217 currency code
    - `name` string, required — Currency name in US English

---

[API](https://skmtc.net/saltedge/apis/salt-edge-account-information-api.md) · [All operations](https://skmtc.net/saltedge/apis/salt-edge-account-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saltedge/salt-edge-account-information-api/revisions/f18f4f36d0b3/schema)
