The Change API
Bestellstatus
Ermitteln Sie den Bestellstatus
get
https://api.thechange.ltd/orders/{id}/status
Kopfzeile
Feld | Typ | Beschreibung |
---|---|---|
X-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
}