Fiat Currencies

On this page, in the direct and iframe API sections, you can find the values you can use for the payment currency.

Fetching the fiat currencies

No special parameters or data are required for this request. Simply making a GET request to the link below will provide you with all the fiat currencies available in the system.

https://app.coinpays.io/shared/currencies

The response to the request is in JSON format:

Successful response example:

[
  {
    "name": "UNITED ARAB EMIRATES DIRHAM",
    "code": "AED",
    "image": "https://coinpays.ams3.cdn.digitaloceanspaces.com/marketing/currencies/aed.png"
  },
  {
    "name": "AZERBAIJANI NEW MANAT",
    "code": "AZN",
    "image": "https://coinpays.ams3.cdn.digitaloceanspaces.com/marketing/currencies/azn.png"
  },
  ...
]

Last updated