orders
Create Multiple Orders
Bulk orders creation. If the execution of an order fails, it will not affect the execution of other orders. Failed orders will be returned in the response. The bulk size should be less than 50 orders.
POST
/
orders
/
Headers
Content-Type
string
application/vnd.create-orders+json
Body
application/vnd.create-orders+json
orders
object[]
requiredList of orders to create
Response
200 - application/vnd.create-orders+json
orders
object[]
required