GET
/
currencies
[
  {
    "code": "<string>",
    "name": "<string>",
    "shortName": "<string>",
    "decimals": 123,
    "symbol": "<string>",
    "marketRate": 123
  }
]

Authorizations

API-Key
string
header
required

Response

200 - application/json

List of currencies

The response is of type object[].

GET
/
currencies
[
  {
    "code": "<string>",
    "name": "<string>",
    "shortName": "<string>",
    "decimals": 123,
    "symbol": "<string>",
    "marketRate": 123
  }
]

Authorizations

API-Key
string
header
required

Response

200 - application/json

List of currencies

The response is of type object[].