Create batch of orders
[Experimental] Place a batch of orders
- Valid batch size is between 1-10 order(s)
- If basic validation(including signature) fails - all orders will be rejected.
- Orders are queued for risk checking independently and failure of one order doesn’t affect processing of another order.
Headers
Authorization
Request
This endpoint expects a list of objects.
instruction
Order Instruction, GTC, IOC or POST_ONLY if empty GTC
market
Market for which order is created
price
Order price
side
Order side
Allowed values:
signature
Order Payload signed with STARK Private Key
signature_timestamp
Timestamp of order creation, used for signature verification
size
Size of the order
type
Order type
client_id
Unique client assigned ID for the order
flags
Order flags, allow flag: REDUCE_ONLY
Allowed values:
recv_window
Order will be created if it is received by API within RecvWindow milliseconds from signature timestamp, minimum is 10 milliseconds
stp
Self Trade Prevention, EXPIRE_MAKER, EXPIRE_TAKER or EXPIRE_BOTH, if empty EXPIRE_TAKER
trigger_price
Trigger price for stop order
Response
Created
errors
orders