Skip to main content
Get Currencies

Authorizations

Authorization
string
header
required

Enter your Bearer token. 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).