List all currencies

Returns the distinct set of currencies used across all countries.

GET
/currencies

Returns the distinct set of currencies used across all countries.

Response Body

application/json

curl -X GET "https://example.com/currencies"
[  {    "code": "ILS",    "name": "Israeli new shekel",    "symbol": "₪"  }]