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 status of specific order

get

https://api.thechange.ltd/orders/{id}/status

FieldTypeDescription
X-API-KEYStringYour API key

Path parameters

FieldTypeDescription
idStringOrder id

Successful response

HTTP/1.1 200 OK

{
  "id": "S0Rr3fV3aWEv",
  "status": "Awaiting Deposit",
  "receiveAmount": "1.73703678",
  "hashIn": null,
  "hashOut": null,
  "validationStatus": null,
  "createdAt": 1643036313520,
  "updatedAt": 1643036313520
}