Підтримуємо фіат багатьох країн. Для початку такого обміну зв'яжіться з оператором через чат на сайті або в Telegram

The Change API

Список підтримуваних валют

Отримання списку підтримуваних валют і підтримуваних мереж

get
https://api.thechange.ltd/currencies

Заголовки

ПолеТипОпис
X-API-KEYStringВаш ключ API
Успішна відповідь
HTTP/1.1 200 OK
[
  {
    "currency": "BTC",
    "name": "Bitcoin",
    "sendStatusAll": true,
    "receiveStatusAll": false,
    "networkList": [
      {
        "network": "BNB",
        "name": "BEP2",
        "isDefault": false,
        "sendStatus": true,
        "receiveStatus": false,
        "receiveDecimals": 8,
        "confirmationsMinimum": 1,
        "confirmationsMaximum": 1,
        "explorer": "https://explorer.binance.org/",
        "explorerHash": "https://explorer.binance.org/tx/{{txid}}",
        "explorerAddress": "https://explorer.binance.org/address/{{addr}}",
        "hasTag": true,
        "tagName": "MEMO",
        "contractAddress": "BTCB-1DE",
        "explorerContract": "https://binance.mintscan.io/assets/{{contr}}"
      },
      {
        "network": "BTC",
        "name": "BTC",
        "isDefault": true,
        "sendStatus": true,
        "receiveStatus": true,
        "receiveDecimals": 8,
        "confirmationsMinimum": 1,
        "confirmationsMaximum": 2,
        "explorer": "https://www.blockchain.com/explorer/",
        "explorerHash": "https://www.blockchain.com/btc/tx/{{txid}}",
        "explorerAddress": "https://www.blockchain.com/btc/address/{{addr}}",
        "hasTag": false
      },
      {
        ...
      }
    ]
  },
  {
    "currency": "ETH",
    "name": "Ethereum",
    "sendStatusAll": true,
    "receiveStatusAll": true,
    "networkList": [{
      ...
    }]
  },
  {
    ...
  }
]