---
title: "Get Currencies"
method: GET
path: "/v1/currencies"
tags: ["Lookups"]
---

# Get Currencies

`GET /v1/currencies`

Retrieves a list of currencies, optionally filtered by `CurrencyID`.

## Query parameters

- `CurrencyID` integer

## Response `200`

A list of currencies matching the specified criteria.

- Currency[]
  - `CurrencyID` integer, nullable — The unique identifier of the currency.
  - `CurrencyCode` string, nullable — The ISO 4217 code of the currency (e.g., "USD" for US Dollar).
  - `CurrencySign` string, nullable — The symbol used to represent the currency (e.g., "$" for US Dollar).
  - `LastUpdated` string, date-time, nullable — The date and time when the currency information was last updated.
  - `ShvaValue` string, nullable — A value associated with the currency in the Shva system.
  - `ShvaCode` integer, nullable — The Shva system code associated with the currency.
  - `CurrencyISONumerical` string, nullable — The ISO 4217 numeric code of the currency (e.g., "840" for US Dollar).

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
