Currencies

Currencies

List all available fiat currencies for creating an order.


GET | https://api.wirecash.com/v1/currencies

.get("https://api.wirecash.com/v1/currencies")

Example response

[
  {
    "code": "AED",
    "symbol": "د.إ",
    "full_name": "United Arab Emirates Dirham"
  },
  {
    "code": "ARS",
    "symbol": "ARS$",
    "full_name": "Argentine Peso"
  },
  {
    "code": "AUD",
    "symbol": "A$",
    "full_name": "Australian Dollar"
  },
  {
    "code": "BGN",
    "symbol": "лв",
    "full_name": "Bulgarian Lev"
  },
  {
    "code": "BHD",
    "symbol": ".د.ب",
    "full_name": "Bahraini Dinar"
  },
  ...
]
Previous
Getting started