v1

latestOpenAPI 3.1.02026-07-26460218.4 KB

Get Crypto Channels

Retrieve supported widget crypto currencies.

Each currency contains an array of supported networks and their status.

get/channels/crypto

Response

200

Example response

{
  "channels": [
    {
      "code": "USDC",
      "resources": [
        {
          "type": "file_url",
          "content": "https://f.hubspotusercontent30.net/hubfs/9304636/PDF/centre-whitepaper.pdf",
          "id": "WHITEPAPER"
        }
      ],
      "zones": [
        "stablecoins"
      ],
      "updatedAt": "2024-12-06T07:13:13.561Z",
      "networks": {
        "XLM": {
          "nativeAsset": "XLM",
          "chainCurrencyId": "USDC",
          "addressRegex": "^G[A-Z2-7]{55}$",
          "requiresMemo": true,
          "activities": [
            "SEND"
          ],
          "explorerUrl": "https://blockchair.com/stellar/transaction/__TX_HASH__",
          "name": "Stellar",
          "enabled": true,
          "network": "XLM"
        },
        "SOL": {
          "nativeAsset": "SOL",
          "chainCurrencyId": "USDC",
          "addressRegex": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
          "activities": [
            "SEND"
          ],
          "explorerUrl": "https://explorer.solana.com/tx/__TX_HASH__",
          "name": "Solana",
          "enabled": true,
          "network": "SOL"
        },
        "CELO": {
          "nativeAsset": "CELO",
          "chainCurrencyId": "USDC",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$",
          "activities": [
            "SEND"
          ],
          "explorerUrl": "https://celoscan.io/tx/__TX_HASH__",
          "name": "Celo",
          "enabled": true,
          "network": "CELO"
        },
        "ERC20": {
          "nativeAsset": "ETH",
          "chainCurrencyId": "USDC",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$",
          "activities": [
            "SEND"
          ],
          "explorerUrl": "https://etherscan.io/tx/__TX_HASH__",
          "name": "Ethereum",
          "enabled": true,
          "network": "ERC20"
        },
        "BASE": {
          "nativeAsset": "OP",
          "chainCurrencyId": "USDC",
          "addressRegex": "^(0x)[0-9A-Fa-f]{40}$",
          "activities": [
            "SEND"
          ],
          "explorerUrl": "https://basescan.org/tx/__TX_HASH__",
          "name": "Base",
          "enabled": true,
          "network": "BASE"
        }
      },
      "createdAt": "2024-12-06T07:13:13.561Z",
      "description": "USDC is a stablecoin, pegged 1:1 to the US$. Created by Circle & Coinbase, each USDC unit in circulation is backed by $1 held in reserve, consisting of a mix of cash and short-term U.S. Treasury bonds.<br /><br />Join the USDC ecosystem and enjoy the benefits of stability and peace of mind as you make digital transactions with confidence! 🛡️",
      "id": "usd-coin",
      "name": "USD Coin",
      "defaultNetwork": "ERC20",
      "buyMinLocal": {
        "XAF": 5000,
        "ZAR": 100,
        "ZMW": 200,
        "NGN": 10000,
        "KES": 1000,
        "TZS": 2500,
        "RWF": 10000,
        "MWK": 2000,
        "UGX": 15000,
        "BWP": 150
      },
      "buyMaxLocal": {
        "XAF": 500000,
        "ZAR": 5000,
        "ZMW": 10000,
        "NGN": 500000,
        "KES": 50000,
        "TZS": 5000000,
        "RWF": 500000,
        "MWK": 1000000,
        "UGX": 400000,
        "BWP": 5000
      },
      "sellMinLocal": {
        "ZAR": 100,
        "MWK": 2000,
        "BWP": 150,
        "XOF": 5000,
        "UGX": 15000,
        "ZMW": 200,
        "XAF": 5000,
        "KES": 1000,
        "NGN": 10000,
        "TZS": 2500,
        "RWF": 10000
      },
      "sellMaxLocal": {
        "ZAR": 5000,
        "MWK": 1000000,
        "BWP": 5000,
        "XOF": 200000,
        "UGX": 400000,
        "ZMW": 10000,
        "XAF": 500000,
        "KES": 50000,
        "NGN": 500000,
        "TZS": 5000000,
        "RWF": 500000
      }
    }
  ]
}