Developer Portal
  • Getting Started with CoinPays
    • Getting Started with CoinPays
    • iFrame API Integration Processes
    • Direct API Integration Processes
    • Pay with Link Solution Integration Processes
  • Iframe API
    • Iframe API Before You Start
    • Iframe API Step 1
    • Iframe API Step 2
  • Direct API
    • Direct API Before You Start
    • Direct API Step 1
    • Direct API Step 2
  • Shared API
    • Coins
    • Languages
    • Fiat Currencies
    • Get Payment Details
  • Donations
    • Iframe Donation
    • Stream Donation
  • Detailed Terms and Their Meanings
    • Merchant Details
    • Wallet Address & Networks
    • Merchant Test Mode
Powered by GitBook
On this page
  • Fetching the fiat currencies
  • The response to the request is in JSON format:
  1. Shared API

Fiat Currencies

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

PreviousLanguagesNextGet Payment Details

Last updated 11 months ago

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.

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"
  },
  ...
]
https://app.coinpays.io/shared/currencies