Batch order
This endpoint allows users to submit multiple order operations in a single websocket request.
Request
{
"id": "660065de-8f32-46ad-ba1e-83c93d3e3966",
"params": {
"batch_orders": {
"actions": [
{
"type": "Create",
"data": {
"account": "42trU9A5...",
"signature": "5UpRZ14Q...",
"timestamp": 1749190500355,
"expiry_window": 5000,
"symbol": "BTC",
"price": "100000",
"reduce_only": false,
"amount": "0.1",
"side": "bid",
"tif": "GTC",
"client_order_id": "57a5efb1-bb96-49a5-8bfd-f25d5f22bc7e"
}
},
{
"type": "Cancel",
"data": {
"account": "42trU9A5...",
"signature": "4NDFHyTG...",
"timestamp": 1749190500355,
"expiry_window": 5000,
"symbol": "SOL",
"order_id": 42069
}
}
]
}
}
}Field
Type
Need
Description
Example
Response
Notes on Batch Ordering:
Speed Bump (Latency Protection)
Signature Requirements
Execution Behavior and Limits
Last updated