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

Exchange rate

The exchange rate for the requested pair is returned

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

Parameter

FieldTypeDescription
sendStringTicker of currency to send
receiveStringTicker of currency to receive
amountFloatAmount to send
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": {
    "rate": "0.08195835",
    "sendAmount": "0.1",
    "receiveAmount": "0.00819083",
    "networkFee": "0.000005",
    "confirmations": 1,
    "processingTime": "3-5"
  }
}
YXp1cmVzY2Vucw==