Get all currencies

Fetch all currencies

get

Fetch all supported currencies.

Responses
curl -L \
  --url '/api/v1/payment/currencies'
[
  {
    "abbreviation": "XLM",
    "name": "Stellar Lumens",
    "model": "ACCOUNT",
    "supportedNetworks": [
      "XLM"
    ],
    "defaultNetwork": "XLM",
    "isFiat": false,
    "isERC20": false
  },
  {
    "abbreviation": "CZK",
    "name": "Czech Koruna",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "CAD",
    "name": "Canadian Dollar",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "MYR",
    "name": "Malaysian Ringgit",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "PEN",
    "name": "Peruvian sol",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "CHF",
    "name": "Swiss Franc",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "CNY",
    "name": "Chinese Yuan",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "HUF",
    "name": "Hungarian Forint",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "NGN",
    "name": "Nigerian Naira",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "TRY",
    "name": "Turkish Lira",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "RUB",
    "name": "Russian Ruble",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "BDT",
    "name": "Bangladeshi Taka",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "BGN",
    "name": "Bulgarian Lev",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "BCH",
    "name": "Bitcoin Cash",
    "model": "UTXO",
    "supportedNetworks": [
      "BCH"
    ],
    "defaultNetwork": "BCH",
    "isFiat": false,
    "isERC20": false
  },
  {
    "abbreviation": "EUR",
    "name": "Euro",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "ISK",
    "name": "Icelandic Krona",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "BTC",
    "name": "Bitcoin",
    "model": "UTXO",
    "supportedNetworks": [
      "BTC"
    ],
    "defaultNetwork": "BTC",
    "isFiat": false,
    "isERC20": false
  },
  {
    "abbreviation": "ILS",
    "name": "Israeli New Shekel",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "DKK",
    "name": "Danish Krone",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "SGD",
    "name": "Singapore Dollar",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "PHP",
    "name": "Philippine peso",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "MXN",
    "name": "Mexican Peso",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "LINK",
    "name": "Chainlink",
    "model": "ACCOUNT",
    "supportedNetworks": [
      "ETH"
    ],
    "defaultNetwork": "ETH",
    "isFiat": false,
    "isERC20": true
  },
  {
    "abbreviation": "ARS",
    "name": "Argentine Peso",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "AED",
    "name": "United Arab Emirates Dirham",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "RON",
    "name": "Romanian Leu",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "SOL",
    "name": "Solana",
    "model": "ACCOUNT",
    "supportedNetworks": [
      "SOL"
    ],
    "defaultNetwork": "SOL",
    "isFiat": false,
    "isERC20": false
  },
  {
    "abbreviation": "USDC",
    "name": "USD Coin",
    "model": "ACCOUNT",
    "supportedNetworks": [
      "ETH",
      "BSC",
      "SOL"
    ],
    "defaultNetwork": "ETH",
    "isFiat": false,
    "isERC20": true
  },
  {
    "abbreviation": "NZD",
    "name": "New Zealand Dollar",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "NOK",
    "name": "Norwegian Krone",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "KES",
    "name": "Kenyan Shilling",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "GBP",
    "name": "Pound Sterling",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "IDR",
    "name": "Indonesian Rupiah",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "LTC",
    "name": "Litecoin",
    "model": "UTXO",
    "supportedNetworks": [
      "LTC"
    ],
    "defaultNetwork": "LTC",
    "isFiat": false,
    "isERC20": false
  },
  {
    "abbreviation": "THB",
    "name": "Thai Baht",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "JPY",
    "name": "Japanese Yen",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "CLP",
    "name": "Chilean Peso",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "QAR",
    "name": "Qatari Riyal",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "HKD",
    "name": "Hong Kong Dollar",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "AUD",
    "name": "Australian Dollar",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "KRW",
    "name": "South Korean won",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "SEK",
    "name": "Swedish Krona",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "PLN",
    "name": "Poland zloty",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "ETH",
    "name": "Ethereum",
    "model": "ACCOUNT",
    "supportedNetworks": [
      "ETH",
      "BSC"
    ],
    "defaultNetwork": "ETH",
    "isFiat": false,
    "isERC20": true
  },
  {
    "abbreviation": "ZAR",
    "name": "South African Rand",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "HRK",
    "name": "Croatian kuna",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "VND",
    "name": "Vietnamese dong",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "BRL",
    "name": "Brazilian Real",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "XRP",
    "name": "Ripple",
    "model": "ACCOUNT",
    "supportedNetworks": [
      "XRP"
    ],
    "defaultNetwork": "XRP",
    "isFiat": false,
    "isERC20": false
  },
  {
    "abbreviation": "INR",
    "name": "Indian Rupee",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  },
  {
    "abbreviation": "USD",
    "name": "United States Dollar",
    "model": "FIAT",
    "supportedNetworks": null,
    "defaultNetwork": null,
    "isFiat": true,
    "isERC20": false
  }
]

Response example

{
                  "abbreviation" : "XLM",
                  "name" : "Stellar Lumens",
                  "model" : "ACCOUNT",
                  "supportedNetworks" : [ "XLM" ],
                  "defaultNetwork" : "XLM",
                  "isFiat" : false,
                  "isERC20" : false
                }, {
                  "abbreviation" : "CZK",
                  "name" : "Czech Koruna",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "CAD",
                  "name" : "Canadian Dollar",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "MYR",
                  "name" : "Malaysian Ringgit",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "PEN",
                  "name" : "Peruvian sol",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "CHF",
                  "name" : "Swiss Franc",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "CNY",
                  "name" : "Chinese Yuan",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "HUF",
                  "name" : "Hungarian Forint",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "NGN",
                  "name" : "Nigerian Naira",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "TRY",
                  "name" : "Turkish Lira",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "RUB",
                  "name" : "Russian Ruble",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "BDT",
                  "name" : "Bangladeshi Taka",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "BGN",
                  "name" : "Bulgarian Lev",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "BCH",
                  "name" : "Bitcoin Cash",
                  "model" : "UTXO",
                  "supportedNetworks" : [ "BCH" ],
                  "defaultNetwork" : "BCH",
                  "isFiat" : false,
                  "isERC20" : false
                }, {
                  "abbreviation" : "EUR",
                  "name" : "Euro",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "ISK",
                  "name" : "Icelandic Krona",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "BTC",
                  "name" : "Bitcoin",
                  "model" : "UTXO",
                  "supportedNetworks" : [ "BTC" ],
                  "defaultNetwork" : "BTC",
                  "isFiat" : false,
                  "isERC20" : false
                }, {
                  "abbreviation" : "ILS",
                  "name" : "Israeli New Shekel",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "DKK",
                  "name" : "Danish Krone",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "SGD",
                  "name" : "Singapore Dollar",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "PHP",
                  "name" : "Philippine peso",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "MXN",
                  "name" : "Mexican Peso",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "LINK",
                  "name" : "Chainlink",
                  "model" : "ACCOUNT",
                  "supportedNetworks" : [ "ETH" ],
                  "defaultNetwork" : "ETH",
                  "isFiat" : false,
                  "isERC20" : true
                }, {
                  "abbreviation" : "ARS",
                  "name" : "Argentine Peso",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "AED",
                  "name" : "United Arab Emirates Dirham",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "RON",
                  "name" : "Romanian Leu",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "SOL",
                  "name" : "Solana",
                  "model" : "ACCOUNT",
                  "supportedNetworks" : [ "SOL" ],
                  "defaultNetwork" : "SOL",
                  "isFiat" : false,
                  "isERC20" : false
                }, {
                  "abbreviation" : "USDC",
                  "name" : "USD Coin",
                  "model" : "ACCOUNT",
                  "supportedNetworks" : [ "ETH", "BSC", "SOL" ],
                  "defaultNetwork" : "ETH",
                  "isFiat" : false,
                  "isERC20" : true
                }, {
                  "abbreviation" : "NZD",
                  "name" : "New Zealand Dollar",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "NOK",
                  "name" : "Norwegian Krone",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "KES",
                  "name" : "Kenyan Shilling",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "GBP",
                  "name" : "Pound Sterling",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "IDR",
                  "name" : "Indonesian Rupiah",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "LTC",
                  "name" : "Litecoin",
                  "model" : "UTXO",
                  "supportedNetworks" : [ "LTC" ],
                  "defaultNetwork" : "LTC",
                  "isFiat" : false,
                  "isERC20" : false
                }, {
                  "abbreviation" : "THB",
                  "name" : "Thai Baht",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "JPY",
                  "name" : "Japanese Yen",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "CLP",
                  "name" : "Chilean Peso",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "QAR",
                  "name" : "Qatari Riyal",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "HKD",
                  "name" : "Hong Kong Dollar",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "AUD",
                  "name" : "Australian Dollar",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "KRW",
                  "name" : "South Korean won",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "SEK",
                  "name" : "Swedish Krona",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "PLN",
                  "name" : "Poland zloty",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "ETH",
                  "name" : "Ethereum",
                  "model" : "ACCOUNT",
                  "supportedNetworks" : [ "ETH", "BSC" ],
                  "defaultNetwork" : "ETH",
                  "isFiat" : false,
                  "isERC20" : true
                }, {
                  "abbreviation" : "ZAR",
                  "name" : "South African Rand",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "HRK",
                  "name" : "Croatian kuna",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "VND",
                  "name" : "Vietnamese dong",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "BRL",
                  "name" : "Brazilian Real",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "XRP",
                  "name" : "Ripple",
                  "model" : "ACCOUNT",
                  "supportedNetworks" : [ "XRP" ],
                  "defaultNetwork" : "XRP",
                  "isFiat" : false,
                  "isERC20" : false
                }, {
                  "abbreviation" : "INR",
                  "name" : "Indian Rupee",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
                }, {
                  "abbreviation" : "USD",
                  "name" : "United States Dollar",
                  "model" : "FIAT",
                  "supportedNetworks" : null,
                  "defaultNetwork" : null,
                  "isFiat" : true,
                  "isERC20" : false
} 

Last updated

Was this helpful?