Currencies
Returns all the currencies available in Nexus, along with the countries where each currency is used, and corresponding symbols, names, and decimal places.
Responses
200
A list of currencies with their details.
application/json
get
/currencies200
A list of currencies with their details.
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
currencyCodestringRequiredExample:
The 3-letter currency code
IDRResponses
200
Currency information.
application/json
get
/currencies/{currencyCode}200
Currency information.
Last updated
