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

CodeDescriptionStatus
201Successfully createdsuccess
422Order was rejected by the protocolrejected
409A conflict occurred, typically due to an existing order with the same customer order IDrejected
500Unexpected errors or blockchain node malfunctionunknown

Reject reasons in events

ReasonDescription
OrderRejectedAsAccountOrdersCountReachedAccount reached maximum allowed number of open orders (100).
OrderRejectedAsFillOrKillUnable to match full order amount.
OrderRejectedAsImmediateOrCancelUnable to match any part of the order, full order amount would need to be cancelled.
OrderRejectedAsLimitPriceTooFarOrder's limit price differs too significantly from the current mark price.
OrderRejectedAsNotInPriceTickOrder's limit price is not a multiple of contract's price_tick
OrderRejectedAsPostOnlyAttempted to create a PostOnly order, but during execution order was matched to an opposite order.
OrderRejectedAsReduceOnlyEither the User does not have a position for the Order's contract, or order execution leads to position increase.
OrderRejectedAsWrongAmountUnable to parse a valid quote amount from the provided value.

See also Execution results


Cost

Each request to this endpoint costs 1 API credit

Language
Credentials
Header
Click Try It! to start a request and see the response here!