KUEST_ADDRESS, KUEST_SIGNATURE, KUEST_TIMESTAMP, KUEST_API_KEY, and KUEST_PASSPHRASE.200 OK. Successful cancellations append the ULID to canceled. If an order cannot be cancelled, it remains in not_canceled with a short reason string. Use GET /data/order/{id} to confirm the terminal status after issuing a cancellation.
| Field | Type | Description |
|---|---|---|
canceled | string[] | List of order ULIDs successfully cancelled. |
not_canceled | object | Map of order IDs that were not cancelled to the reason string. |
not_canceled 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.