Skip to main content
GET
/
v1
/
currencies
Get Currencies
curl --request GET \
  --url https://qa-lynx.nayax.com/operational/v1/currencies \
  --header 'Authorization: <api-key>'
[
  {
    "CurrencyID": 123,
    "CurrencyCode": "<string>",
    "CurrencySign": "<string>",
    "LastUpdated": "2023-11-07T05:31:56Z",
    "ShvaValue": "<string>",
    "ShvaCode": 123,
    "CurrencyISONumerical": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Query Parameters

CurrencyID
integer<int32>

The unique identifier of the currency to filter the results.

Response

200 - application/json

A list of currencies matching the specified criteria.

CurrencyID
integer<int32> | null

The unique identifier of the currency.

CurrencyCode
string | null

The ISO 4217 code of the currency (e.g., "USD" for US Dollar).

CurrencySign
string | null

The symbol used to represent the currency (e.g., "$" for US Dollar).

LastUpdated
string<date-time> | null

The date and time when the currency information was last updated.

ShvaValue
string | null

A value associated with the currency in the Shva system.

ShvaCode
integer<int32> | null

The Shva system code associated with the currency.

CurrencyISONumerical
string | null

The ISO 4217 numeric code of the currency (e.g., "840" for US Dollar).