Create Order
POST/v1/orders
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Creates an order, requires bearer token in authorization header.
Requires strict field ordering in the request body.
Ratelimited: True
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Status OK. This means an create order command was successfully acknowledged. It does not necessarily mean the order was created. To check the current status of the order, query Get Order by ID using the orderId received in the response payload. Also consult the section How To Ensure The Order Of Create Order or Cancel Order Requests.
Bad Request
For example, sending a request with the BX-SIGNATURE header missing will result in the following response:
Not Authenticated
Access Forbidden
Too Many Requests
Internal Server Error