Currencies

Retrieve All Currencies in Nexus

get

Returns all the currencies available in Nexus, along with the countries where each currency is used, and corresponding symbols, names, and decimal places.

Responses
chevron-right
200

A list of currencies with their details.

application/json
get
/currencies
200

A list of currencies with their details.

Retrieve a Single Currency

get

Get a single currency by its 3-letter currency code, along with the countries where the currency is used, and corresponding symbols, name, and decimal places.

Path parameters
currencyCodestringRequired

The 3-letter currency code

Example: IDR
Responses
chevron-right
200

Currency information.

application/json
get
/currencies/{currencyCode}
200

Currency information.

Last updated