Skip to main content

Trigger Sub Order

Speed limit is 10 times/s (UID)

Description

Get trigger execute futures order

HTTP Request

  • POST /api/v2/mix/order/plan-sub-order
Request Example
curl "https://api.cointr.com/api/v2/mix/order/plan-sub-order?planOrderId=xxxxxxxxxxxxxxxxxx&productType=USDT-FUTURES&planType=normal_plan" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters

ParameterTypeRequiredDescription
planTypeStringYesTrigger order type
normal_plan: average trigger order
track_plan: trailing stop order
planOrderIdStringYesTrigger order ID
productTypeStringYesProduct type
USDT-FUTURES USDT professional futures
COIN-FUTURES Mixed futures
USDC-FUTURES USDC professional futures
SUSDT-FUTURES USDT professional futures demo
SCOIN-FUTURES Mixed futures demo
SUSDC-FUTURES USDC professional futures demo
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1710813939206,
"data": [
{
"orderId": "xxxxxxxxxxxxx",
"price": "0.4188",
"type": "limit",
"status": "success"
}
]
}

Response Parameters

ParameterTypeDescription
orderIdStringFutures order ID
priceStringPrice of the futures order
typeStringOrder type
limit
market
statusStringPlan order trigger status
success: trigger success
fail: trigger failed
cancelled: cancelled
in_progress: trigger spot placing order
in_progress_tracking: tracking trigger