AsterAster REST API
Place Multiple Orders
Place multiple orders.
Authorization
HmacSha256 AuthorizationBearer <token>
HMAC SHA256 signature authentication for v1 endpoints
In: header
Request Body
application/x-www-form-urlencoded
batchOrders*stringrequired
JSON array of order objects
recvWindow?integer
timestamp*integerrequired
Response Body
application/json
curl -X POST "https://api.hypereth.io/v1/aster/fapi/v1/batchOrders" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'batchOrders=string'[
{
"clientOrderId": "string",
"cumQty": "string",
"cumQuote": "string",
"executedQty": "string",
"orderId": 0,
"avgPrice": "string",
"origQty": "string",
"price": "string",
"reduceOnly": true,
"side": "string",
"positionSide": "string",
"status": "string",
"stopPrice": "string",
"closePosition": true,
"symbol": "string",
"timeInForce": "string",
"type": "string",
"origType": "string",
"activatePrice": "string",
"priceRate": "string",
"updateTime": 0,
"workingType": "string",
"priceProtect": true
}
]