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/exchange/pair
FieldTypeDescription
X-API-KEYStringYour API key

Query parameters

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
{
  "minimumAmount": "0.01075",
  "maximumAmount": "420",
  "networkFee": "0.000005",
  "confirmations": 1,
  "processingTime": "3-5"
}