v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Currencies

Retrieve a single currency

get/api/v1/currencies/{currencyId}

Path parameters

currencyIdinteger required

Response

Currency with provided id

idinteger nullable

id of the currency

identifierstring nullable

Currency identifier

namestring nullable

Readable name of currency

decimalsinteger

Number of decimals for this currency

Example response

{
  "id": 1,
  "identifier": "DKK",
  "name": "Danish krone",
  "decimals": 2
}