Order Management
Batch Create Order
Limit: 1 request per 1 second
POST /v1/batch-order
Creates a batch of orders as a list according to the same rules as a single Create Order.
Parameters for each order within the batch will be the same as the create single order. The batch of orders should be sent as a JSON array containing all the orders. The maximum number of orders that can be sent in 1 batch order request is 10. Each order within the batch order request is counted as 1 order towards the overall create order rate limit.
Note: This endpoint requires trading
scope in Orderly Key.
POST
/
v1
/
batch-order
Headers
orderly-timestamp
string
requiredorderly-account-id
string
requiredorderly-key
string
requiredorderly-signature
string
requiredx-recv-window
number
Use this parameter to control the timeout threshold for placing order, unit in miliseconds
Body
application/json
orders
object[]
Response
200 - application/json
success
boolean
requiredtimestamp
integer
data
object
required