Get Currency
Path parameters
idstringRequired
The currency ID.
Query parameters
selectstringOptional
Optional select statement to filter fields.
Responses
200
OK
application/json
Represents currency in exchange module.
iconstring · nullableOptional
revisioninteger · int32Optional
idstringOptional
The unique identifier of the currency.
namestringOptional
The name of the currency.
codestringOptional
The ISO code of currency
precisioninteger · int32Optional
Precision of the currency
statusstring · enumOptionalPossible values:
Currency status enumeration
404
Not Found
application/json
get
/public/v1/exchange/currencies/{id}Last updated
Was this helpful?