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

# List Supported Currencies

`GET /v2/currencies`

List the supported currencies.

## Response `200`

List Supported Currencies

- SupportedCurrencyResponseV2
  - `currencies` SupportedCurrencyV2[]
    - `currency` string — Valid ISO 4217 3 letter currency code. See the <a href="https://www.iso.org/iso-4217-currency-codes.html" target="_blank" a>ISO specification</a> for details.
    - `maxPaymentAmount` integer — The max amount allowed in this currency

## Changes

- **2020-06-24** `aded220b0d7b` — 1 info
  - api operation id `listSupportedCurrencies` removed and replaced with `listSupportedCurrenciesV2`
- **2020-01-28** `1b2abf26b5d6` — 1 info
  - the `currencies/items/currency` response's property pattern `^[A-Z]{3}$` was added for the status `200`
- **2019-07-15** `ced8e167a97c` — 2 breaking, 2 info
  - the `currencies/items/currency` response property's maxLength was unset from `3` for the response status `200`
  - the `currencies/items/currency` response property's minLength was decreased from `3` to `0` for the response status `200`
  - api operation id `listSupportedCurrenciesV2` removed and replaced with `listSupportedCurrencies`
  - the `currencies/items/currency` response's property pattern `^[A-Z]{3}$` was removed for the status `200`

[Change history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v2/currencies/get.md)

---

[API](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/revisions/25a3d8f6e24a?raw)
