v1

latestOpenAPI 3.0.02026-07-242830146.7 KB
Currency Pairs

Getting the list of available currency pairs for buy crypto

get/v2/public/currency/pairs/buy-crypto

Headers

X-User-IDstring

User ID detected by a public endpoint that uses the current one

X-User-IPstring

User IP detected by a public endpoint that uses the current one

Response

Currency pairs for buy crypto

Example response

{
  "data": [
    {
      "displayName": "Credit/Debit Card",
      "name": "credit-card",
      "pairs": [
        {
          "from": "USD",
          "to": [
            {
              "currency": "BNB",
              "currencyCode": "BNBSC"
            },
            {
              "currency": "ETH",
              "currencyCode": "ETH"
            }
          ]
        },
        {
          "from": "EUR",
          "to": [
            {
              "currency": "USDT",
              "currencyCode": "USDT"
            },
            {
              "currency": "BTC",
              "currencyCode": "BTC"
            }
          ]
        }
      ]
    }
  ],
  "meta": {
    "defaultCurrency": "USD",
    "currencies": [
      {
        "code": "USD",
        "name": "United States Dollar",
        "image": "https://google.lv/image/usd.png",
        "hasDestinationTag": false
      },
      {
        "code": "BTC",
        "name": "Bitcoin",
        "image": "https://google.lv/image/btc.png",
        "hasDestinationTag": false
      },
      {
        "code": "BNB",
        "name": "Binance Coin",
        "image": "https://google.lv/image/bnb.png",
        "hasDestinationTag": true
      }
    ]
  }
}