Skip to main content

Update Orders

Type: POST

Description: /future/trade/v1/order/update

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

Parameters

NameTypeMandatoryDefaultDescriptionRanges
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, indicates chase order

Limit Flow Rules

200/s/apikey

Response Example

Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {},
"returnCode": 0
}