The Change API
Order status
Get status of specific order
get
https://api.thechange.ltd/orders/{id}/status
Header
Field | Type | Description |
---|---|---|
X-API-KEY | String | Your API key |
Path parameters
Field | Type | Description |
---|---|---|
id | String | Order 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
}