The Change API
Bestellstatus
Ermitteln Sie den Bestellstatus
get
https://api.thechange.ltd/v1/orders/{id}/status
Kopfzeile
| Feld | Typ | Beschreibung |
|---|---|---|
| TC-API-KEY | String | Ihr API-Schlüssel |
Pfadparameter
| Feld | Typ | Beschreibung |
|---|---|---|
| id | String | Bestell-ID |
Erfolgreiche Antwort
HTTP/1.1 200 OK
{
"id": "S0Rr3fV3aWEv",
"status": "Awaiting Deposit",
"receiveAmount": "1.73703678",
"hashIn": null,
"hashOut": null,
"validationStatus": null,
"createdAt": 1643036313520,
"updatedAt": 1643036313520
}