Currencies

This endpoint returns a list of all supported currencies.
Please take a look at supported currencies page to see the list.
Endpoint

GET /api/v1/currencies

Request

There is no parameters for this endpoint.

Example
/api/v1/currencies
Response
200 Successful
{
    "status": 200,
    "data": {
        "CHF": "Swiss Franc",
        "EUR": "Euro",
        "GBP": "British Pound",
        "USD": "United States Dollar",
        // ...
    }
}