KUEST_ADDRESS, KUEST_SIGNATURE, KUEST_TIMESTAMP, KUEST_API_KEY, and KUEST_PASSPHRASE.200 OK. Successful cancellations append the ULID to cancelled. If an order cannot be cancelled, it remains in notCanceled with a short reason string. Use GET /data/order/{id} to confirm the terminal status after issuing a cancellation.
| Field | Type | Description |
|---|---|---|
cancelled | string[] | List of order ULIDs successfully cancelled. |
notCanceled | object | Map of order IDs that were not cancelled to the reason string. |
notCanceled reasonsorder not foundorder could not be cancelledChecksummed wallet address performing the request.
API key obtained from the L1 derivation endpoint.
64 character hexadecimal passphrase associated with the API key.
Millisecond epoch timestamp (string) used for freshness checks.
Hex-encoded HMAC-SHA256 signature built from the L2 signing string.
Order identifier to cancel.