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

Order status

Get your order status

get
https://api.thechange.ltd/order/status
FieldTypeDescription
API-KEYStringYour API key

Parameter

FieldTypeDescription
idStringOrder id
Successful response
HTTP/1.1 200 OK
{
  "success": 1,
  "data": {
    "id": "I1Y0EFP31Rwu",
    "status": "Awaiting Deposit",
    "receiveAmount": "1.73703678",
    "hashIn": null,
    "hashOut": null,
    "validationStatus": null,
    "createdAt": 1643036313520,
    "updatedAt": 1643036313520
  }
}
YXp1cmVzY2Vucw==