Batch Place Order
Batch place orders
Header Parameters
- apiKey string
A UTA sub account API key is provided by default
- secret string
A UTA sub account API key is provided by default
- application/json
Request Body
- category string required
Possible values: [
option
,linear
]Product type.
linear
,option
request object[] required
Possible values:
<= 10
symbol string requiredSymbol name
side string requiredPossible values: [
Buy
,Sell
]orderType string requiredPossible values: [
Market
,Limit
]Order type
qty string requiredprice stringorderIv stringtimeInForce string requiredPossible values: [
GTC
,IOC
,FOK
,PostOnly
]Time in force
positionIdx integerPossible values: [
0
]Position mode. one-way mode only for unified.
orderLinkId string requiredREQUIRED param when place an option order
reduceOnly booleanPossible values: [
true
,false
]specify true if a close position order
mmp booleanPossible values: [
true
,false
]enable market marker protection
smpType stringPossible values: [
None
,CancelMaker
,CancelTaker
,CancelBoth
]Smp execution type
Responses
- 200
successful operation
Loading...