XendBridge
  • Get Started
  • 🛠️API Method Calls
    • Third Party Order Operations
      • Rate
      • Buy Order
      • Sell Order
      • Swap Order
      • Pending Order
      • Pay For Order
      • Cancel Order
    • LP Simulation
      • Pay For Order (Buy Order)
      • Pay For Order (Sell Order)
    • Dispute
      • Raise Third Party Dispute
      • Get All Disputes
      • XendBridge Chat SDK
    • Payment Inquiry
    • WebHooks
      • Order Payment Confirmation
      • Order Matched Notification
      • Order Canceled Notification
      • Checksum Verification
  • 📄XENDBRIDGE PORTAL
    • Checkout URL
      • Buy Order
      • Sell Order
      • Swap Order
      • Rate
      • Rate Bounds
      • Initiate Order Created With Deferred Payment Method
      • Supported Currencies
      • Payment Methods
    • Inline Html Snippet
    • DeFi Checkout
  • 📦XENDBRIDGE SDKS
    • XendBridge NodeJs SDK
    • XendBridge .NET SDK
      • Rate
      • Buy Order
      • Sell Order
      • Swap Order
      • Pending Order
      • Pay For Order Confirmation
      • Cancel Order
      • Raise A Dispute
  • Errors
  • 🔖REFERENCE
    • API Reference
Powered by GitBook
On this page

Was this helpful?

  1. XENDBRIDGE PORTAL
  2. Checkout URL

Supported Currencies

This GET endpoint gets the supported currencies enabled on your application.

The publicKey is passed in the header and returns the response bearing the name, currencyType,currencySymbol, network, symbolUrl etc. See example below;

Gets Supported Currencies

GET https://checkout-api-sandbox.xendbridge.com/api/ThirdPartyUI/SupportedCurrencies

Headers

Name
Type
Description

publicKey*

string

{publicKey}

{
    "data": [
        {
            "id": "95080438-3599-42fe-af4d-f8fc590327e6",
            "name": "USD Tether",
            "currencyType": "CRYPTO",
            "currencySymbol": "USDT",
            "network": "ERC20",
            "symbolUrl": "https://res.cloudinary.com/chukwuemekanweke/image/upload/v1621375342/currency_logos/USD_Tether.png",
            "countryFlagUrl": null,
            "currencySymbolText": "USDT",
            "isActive": true
        },
        {
            "id": "456cf86a-358b-4048-a905-c03e1c07dc18",
            "name": "Kenyan Shilling",
            "currencyType": "FIAT",
            "currencySymbol": "KES",
            "network": "LOCAL",
            "symbolUrl": "https://res.cloudinary.com/chukwuemekanweke/image/upload/v1621375299/currency_logos/Kenyan_Shilling.png",
            "countryFlagUrl": "https://res.cloudinary.com/chukwuemekanweke/image/upload/v1656575523/xendcashlink_countries_flag/kenya.jpg",
            "currencySymbolText": "KES",
            "isActive": true
        },
        {
            "id": "32c67c0e-ed8f-40fb-ac0d-cb3cd238b710",
            "name": "Ghanaian Cedi",
            "currencyType": "FIAT",
            "currencySymbol": "GHC",
            "network": "LOCAL",
            "symbolUrl": "https://res.cloudinary.com/chukwuemekanweke/image/upload/v1621375299/currency_logos/Ghana_Cedi.png",
            "countryFlagUrl": "https://res.cloudinary.com/chukwuemekanweke/image/upload/v1656575522/xendcashlink_countries_flag/ghana.jpg",
            "currencySymbolText": "GHC",
            "isActive": true
        },
        {
            "id": "a0f5f367-977c-4166-8107-620a1b15c40a",
            "name": "Wicrypt Network Token",
            "currencyType": "CRYPTO",
            "currencySymbol": "WNT",
            "network": "POLYGON",
            "symbolUrl": "https://assets.coingecko.com/coins/images/21223/small/wicrypt.PNG?1638740788",
            "countryFlagUrl": null,
            "currencySymbolText": "WNT",
            "isActive": true
        },
        {
            "id": "69245b4c-bed8-4935-b9af-14a31c4f9eda",
            "name": "US Dollar",
            "currencyType": "FIAT",
            "currencySymbol": "USD",
            "network": "LOCAL",
            "symbolUrl": "https://res.cloudinary.com/chukwuemekanweke/image/upload/v1621375300/currency_logos/US_Dollar.png",
            "countryFlagUrl": "https://res.cloudinary.com/chukwuemekanweke/image/upload/v1656575523/xendcashlink_countries_flag/usa.jpg",
            "currencySymbolText": "USD",
            "isActive": true
        },
        {
            "id": "7b7698bf-199e-4d2a-af30-23a19ac2d75e",
            "name": "USD Coin",
            "currencyType": "CRYPTO",
            "currencySymbol": "USDC",
            "network": "POLYGON",
            "symbolUrl": "https://res.cloudinary.com/oneassets/image/upload/v1660759353/assets/images/qkyd5vf6rjbl0d3tabxo.png",
            "countryFlagUrl": null,
            "currencySymbolText": "USDC",
            "isActive": true
        },
        {
            "id": "a9bbcc81-90bf-46a2-8bb7-ec254a782a06",
            "name": "USD Coin",
            "currencyType": "CRYPTO",
            "currencySymbol": "USDC",
            "network": "BEP20",
            "symbolUrl": "https://res.cloudinary.com/oneassets/image/upload/v1660759353/assets/images/qkyd5vf6rjbl0d3tabxo.png",
            "countryFlagUrl": null,
            "currencySymbolText": "USDC",
            "isActive": true
        },
        {
            "id": "b5bebc8a-61e4-4074-902c-326c5416179a",
            "name": "BUSD",
            "currencyType": "CRYPTO",
            "currencySymbol": "BUSD",
            "network": "ERC20",
            "symbolUrl": "https://d2ey3ce1wbjugu.cloudfront.net/currencies/binance-usd-busd-logo.png",
            "countryFlagUrl": null,
            "currencySymbolText": "BUSD",
            "isActive": true
        },
        {
            "id": "619f1cc1-dba5-4a56-8781-47ba8203ab70",
            "name": "TRX",
            "currencyType": "CRYPTO",
            "currencySymbol": "TRX",
            "network": "TRON",
            "symbolUrl": "https://d20owwgrrz4drp.cloudfront.net/currencies/tron.png",
            "countryFlagUrl": null,
            "currencySymbolText": "TRX",
            "isActive": true
        },
        {
            "id": "73df4776-65d1-443e-a7b6-9fa090a5eb99",
            "name": "USD Tether",
            "currencyType": "CRYPTO",
            "currencySymbol": "USDT",
            "network": "TRON",
            "symbolUrl": "https://d2ey3ce1wbjugu.cloudfront.net/currencies/USD_Tether.png",
            "countryFlagUrl": null,
            "currencySymbolText": "USDT",
            "isActive": true
        },
        {
            "id": "6a5cbade-592b-42b4-a35f-a6cacd2e0a46",
            "name": "Xend",
            "currencyType": "CRYPTO",
            "currencySymbol": "XEND",
            "network": "BEP20",
            "symbolUrl": "https://res.cloudinary.com/chukwuemekanweke/image/upload/v1621375343/currency_logos/Xend.png",
            "countryFlagUrl": null,
            "currencySymbolText": "XEND",
            "isActive": true
        },
        {
            "id": "261c3f81-0dd5-4a3f-b9f2-2fc4f37464c9",
            "name": "Nigerian Naira",
            "currencyType": "FIAT",
            "currencySymbol": "NGN",
            "network": "LOCAL",
            "symbolUrl": "https://res.cloudinary.com/chukwuemekanweke/image/upload/v1621375343/currency_logos/Naira.png",
            "countryFlagUrl": "https://res.cloudinary.com/chukwuemekanweke/image/upload/v1656575524/xendcashlink_countries_flag/nigeria.jpg",
            "currencySymbolText": "NGN",
            "isActive": true
        },
        {
            "id": "22f4f68b-e988-4e7f-9cd2-fc4171492b55",
            "name": "BUSD",
            "currencyType": "CRYPTO",
            "currencySymbol": "BUSD",
            "network": "BEP20",
            "symbolUrl": "https://res.cloudinary.com/chukwuemekanweke/image/upload/c_scale,w_480/v1638458463/currency_logos/binance-usd-busd-logo.png",
            "countryFlagUrl": null,
            "currencySymbolText": "BUSD",
            "isActive": true
        }
    ],
    "status": "OK",
    "message": ""
}
Parameters
Type
Definitions

publicKey

string

Required This is the key generated upon creation of an application.

Parameters
Type
Definition

name

string

The name of the currency

currencyType

string

The type of currency. It can be either CRYPTO or FIAT

currencySymbol

enum

The symbol of the currency

network

string

The network of the currency

symbolUrl

string

The currency image url

countryFlagUrl

string

The country flag image url

currencySymbolText

string

The currency symbol text

isActive

bool

The status of the currency

PreviousInitiate Order Created With Deferred Payment MethodNextPayment Methods

Last updated 1 year ago

Was this helpful?

📄