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/exchange/rate

FieldTypeDescription
X-API-KEYStringYour API key

Query parameters

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 specify as "amount" the receive amount

Successful response

HTTP/1.1 200 OK

{
  "rate": "0.08195835",
  "sendAmount": "0.1",
  "receiveAmount": "0.00819083",
  "networkFee": "0.000005",
  "confirmations": 1,
  "processingTime": "3-5"
}