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.
Response Codes
Code | Description | Status |
---|---|---|
200 | Successfully canceled | success |
404 | An order with provided id not found. | rejected |
422 | Operation was rejected by the protocol | rejected |
500 | Unexpected errors or blockchain node malfunction | unknown |
Cost
Each request to this endpoint costs 1 API credit