Skip to main content

Trigger Sub Order

Rate limit: 10 req/sec/UID

Description

Get trigger executed futures orders

HTTP Request

  • GET /api/v2/mix/order/plan-sub-order
Request Example
curl "https://api.bitget.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-M Futures
COIN-FUTURES Coin-M Futures
USDC-FUTURES USDC-M Futures
SUSDT-FUTURES USDT-M Futures Demo
SCOIN-FUTURES Coin-M Futures Demo
SUSDC-FUTURES USDC-M 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

How was your Reading Experience with us?