cURL
curl --request GET \ --url https://api.example.com/v1/currencies
[ { "code": "<string>", "name": "<string>", "symbol": "<string>", "decimal_places": 123, "active": true } ]
List of currencies