post https://api.cvex.trade/v1/trading/reduce-order
This endpoint is designed to reduce the size of an existing order. Unlike replacing an order with a new one, reducing an order allows it to maintain its position in the order book at the same price level. Only a decrease in order size is permitted with this method.
Response Codes
Code | Description | Status |
---|---|---|
200 | Successfully reduced order | success |
404 | An order with provided id not found. | rejected |
422 | Order was rejected by the protocol | rejected |
500 | Unexpected errors or blockchain node malfunction | unknown |
Cost
Each request to this endpoint costs 1 API credit