Batch New Orders
Create multiple new orders from a single request
POST
https://api.ajaib.co.id/coin/internal/v1/order/batch
Functionality: Creates a list of new orders belonging to the exchange client's trading account.
This endpoint's purpose is to allow exchange clients to submit a batch of several instructions i.e. create orders towards the exchange at one go.
A successful response returned simply means the exchange has received (order) instructions to act upon. However, it is no guarantee all (order) instructions have been processed successfully.
Authentication: Required
Request Body
symbol
string
orders
Order
List of new orders
Request Body Object > Order
side
string
type
string
price
decimal
Price of order. Mandatory for order type LIMIT
& LIMIT MAKER
quantity
decimal
Quantity of order. Mandatory for order type LIMIT
& LIMIT MAKER
Request Body Sample
Response Body
order_id
long
Unique identifier generated by Ajaib exchange for orders submitted successfully
status
Order
Last updated