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

Place order

Place an exchange order

post
https://api.thechange.ltd/order/place

User Device Id

You have to generate a unique user device identifier by following the best practices and standards for generating unique user identifiers.
The identifier must be unique per user and device and must be consistent between orders placed by the same user device.

FieldTypeDescription
API-KEYStringYour API key

Parameter

FieldTypeDescription
sendStringTicker of currency to send
receiveStringTicker of currency to receive
amountFloatThe amount you have to send
receiveAddressStringReceive wallet address
userDeviceIdStringA unique user device identifier generated on your end, represents a user device. Should be unique per user and device, orders placed from the same user device should contain the same userDeviceId.
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
receiveTag optional StringReceive wallet address tag
amountType optional StringSet this parameter as "receive" if you want to specify as "amount" the receive amount
Successful response
HTTP/1.1 200 OK
{
  "send": "BTC",
  "receive": "ETH",
  "amount": "0.123",
  "receiveAddress": "0xeB2629a2734e272Bcc07BDA959863f316F4bD4Cf"
}
YXp1cmVzY2Vucw==