Returns all the currencies available in Nexus, along with the countries where each currency is used, and corresponding symbols, names, and decimal places.
Responses
application/json
objectoptional
get
GET /currencies HTTP/1.1
Host: localhost:3000
Accept: */*
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
application/json
objectoptional
get
GET /currencies/{currencyCode} HTTP/1.1
Host: localhost:3000
Accept: */*