v1

latestOpenAPI 3.0.02026-07-242830146.7 KB
Currency Pairs

Getting the list of available currency pairs for sell crypto

get/v2/public/currency/pairs/sell-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 sell crypto

Example response

{
  "data": [
    {
      "displayName": "Credit/Debit Card",
      "name": "credit-card",
      "pairs": [
        {
          "fromAssetId": "BTC-TESTNET",
          "to": [
            "USD",
            "EUR",
            "GPB"
          ]
        },
        {
          "fromAssetId": "USDT-TRC20",
          "to": [
            "USD",
            "EUR",
            "GPB"
          ]
        }
      ]
    }
  ],
  "meta": {
    "defaultCurrency": "EUR",
    "currencies": [
      {
        "code": "USD",
        "name": "United States Dollar",
        "image": "https://google.lv/image/usd.png",
        "hasDestinationTag": false
      }
    ]
  }
}