v1

latestSwagger 2.02026-07-13137761.0 MB
Currency

Get a currency

This endpoint allows you to get the information about a given currency.

get/api/rest/v1/currencies/{code}

Path parameters

codestring required

Code of the resource

Response

OK

codestring required

Currency code

enabledboolean

Whether the currency is enabled

labelstring

Currency label

Example response

{
  "code": "EUR",
  "enabled": true,
  "label": "EUR (Euro)"
}