post https://api.cvex.trade/v1/trading/order (COPY)
This endpoint allows the creation of orders using the CVEX API. It requires the submission of necessary authentication headers and detailed order parameters in the request body.
See Signing Trading Requests to generate X-Signature
header
Response Codes
Code | Description | Status |
---|---|---|
201 | Successfully created | success |
422 | Order was rejected by the protocol | rejected |
409 | A conflict occurred, typically due to an existing order with the same customer order ID | rejected |
500 | Unexpected errors or blockchain node malfunction | unknown |
Reject reasons in events
Reason | Description |
---|---|
OrderRejectedAsAccountOrdersCountReached | Account reached maximum allowed number of open orders (100). |
OrderRejectedAsFillOrKill | Unable to match full order amount. |
OrderRejectedAsImmediateOrCancel | Unable to match any part of the order, full order amount would need to be cancelled. |
OrderRejectedAsLimitPriceTooFar | Order's limit price differs too significantly from the current mark price. |
OrderRejectedAsNotInPriceTick | Order's limit price is not a multiple of contract's price_tick |
OrderRejectedAsPostOnly | Attempted to create a PostOnly order, but during execution order was matched to an opposite order. |
OrderRejectedAsReduceOnly | Either the User does not have a position for the Order's contract, or order execution leads to position increase. |
OrderRejectedAsWrongAmount | Unable to parse a valid quote amount from the provided value. |
See also Execution results
Cost
Each request to this endpoint costs 1 API credit