We support fiat for many countries. To start such an exchange, contact an operator via chat on the site or in Telegram

The Change API

Pair information

Get exchange information for a pair of currencies - networks

get
https://api.thechange.ltd/currencies/pair
FieldTypeDescription
API-KEYStringYour API key

Parameter

FieldTypeDescription
sendStringTicker of currency to send
receiveStringTicker of currency to receive
sendNetwork optional StringTicker of network to send. Default network will be selected if omitted
receiveNetwork optional StringTicker of network to receive. Default network will be selected if omitted
amountType optional StringSet this parameter as "receive" if you want to get the minimum and/or maximum of the receiving amount
Successful response
HTTP/1.1 200 OK
{
  "success": 1,
  "data": {
    "minimumAmount": "0.01075",
    "maximumAmount": "420",
    "networkFee": "0.000005",
    "confirmations": 1,
    "processingTime": "3-5"
  }
}
YXp1cmVzY2Vucw==