List all currencies
Returns the distinct set of currencies used across all countries.
curl -X GET "https://example.com/currencies"[ { "code": "ILS", "name": "Israeli new shekel", "symbol": "₪" }]Returns the distinct set of currencies used across all countries.
curl -X GET "https://example.com/currencies"[ { "code": "ILS", "name": "Israeli new shekel", "symbol": "₪" }]