post https://api.cvex.trade/v1/trading/cancel-order
This endpoint is designed to handle the cancellation of orders. If the order can no longer be cancelled (for example, if it has already been executed or previously cancelled), the request will fail.
Required Request Headers:
X-Signature
: The required digital signature of the request.
Body Parameters:
id
: Numeric id or customer id of the order.timestamp
: Time of request creation, required for all trading requests. In milliseconds.recv_window
: The number of milliseconds after timestamp the request is valid for.
Responses:
200 OK
: Successfully cancelled order.404 Not Found
: An order with provided id not found.
Undocumented
All possible API behavior is not documented yet.
Each request to this endpoint costs 1 API credits.