Skip to main content

Update Orders

POST: /v1/future-u/trade/order/update

Content-Type: application/x-www-form-urlencoded && application/json

Parameters

ParameterTypeMandatoryDefaultDescriptionRanges
orderIdnumbertrueOrder ID
pricenumbertrueTarget price
origQtynumbertrueTarget quantity (cont)
triggerProfitPricenumberfalseN/AProfit target price
triggerStopPricenumberfalseN/AStop-Loss price
triggerPriceTypestringfalseLATEST_PRICETrigger price typeINDEX_PRICE; MARK_PRICE; LATEST_PRICE
profitDelegateOrderTypestringfalseN/ATake-Profit order typeLIMIT; MARKET
profitDelegateTimeInForcestringfalseN/ATake-Profit order validity methodGTC; IOC; FOK; GTX
profitDelegatePricenumberfalseN/ATake-Profit order price
stopDelegateOrderTypestringfalseN/AStop-Loss order typeLIMIT; MARKET
stopDelegateTimeInForcestringfalseN/AStop-Loss order validity methodGTC; IOC; FOK; GTX
stopDelegatePricenumberfalseN/AStop-Loss order price
followUpOrderbooleanfalseN/AIf true, it indicates chase order

Limit Flow Rules

200/s/apikey

Response
{
"msgInfo": {
"code": "",
"msg": ""
},
"msg": "",
"data": {},
"code": 200
}