---
title: "Get all currencies allowed for transfers"
method: GET
path: "/v1/currencies"
tags: ["currencies"]
---

# Get all currencies allowed for transfers

`GET /v1/currencies`

Returns all currencies available for creating transfers. Currency names are returned in English by default — pass an `Accept-Language` header to receive localized names.

## Headers

- `Accept-Language` string
- `X-External-Correlation-Id` string, uuid

## Response `200`

List of currencies allowed for transfers.

- object[]
  - `code` string — Currency code (ISO 4217 Alphabetic Code).
  - `symbol` string — The symbol of this currency.
  - `name` string — Display name of this currency.
  - `countryKeywords` string[] — Keywords associated with this currency.
  - `supportsDecimals` boolean — Whether this currency supports decimal values or not.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
