Creates multiple orders in a single API call. Some orders may succeed while others fail. The response code is 2XX as long as there is no internal server error. Returns 400 with error_code=batch_order_empty if the orders array is empty. Returns 400 with error_code=batch_order_too_many_orders if too many orders are provided (max 20).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Array of order requests. Must have at least 1 element and at most 20.
1 - 20 elementsBatch order result
Whether the request was successful
true
Error message, present only on failure
""
Semantic error code. See each endpoint's error responses for the specific codes it can return.
Deprecation notice, if applicable
""