GET
/
v1
/
currencies
[
  {
    "code": "<string>",
    "name": "<string>",
    "symbol": "<string>",
    "decimal_places": 123,
    "active": true
  }
]

Response

200 - application/json

List of currencies

The response is of type object[].