Skip to main content

Get Plan Sub Order

Frequency limit: 20 times/1s (UID)

Description

Get Plan Sub Order

HTTP Request

  • GET /api/v2/spot/trade/plan-sub-order
Request Example
curl "https://api.cointr.com/api/v2/spot/trade/plan-sub-order?planOrderId=xxxxxxxxxxxxxxxxxx" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameter

ParameterTypeRequiredDescription
planOrderIdStringyesPlan Order ID
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1710813939206,
"data": [
{
"orderId": "xxxxxxxxxxxxx",
"price": "0.4188",
"type": "limit",
"status": "success"
}
]
}

Response Parameter

ParameterTypeDescription
orderIdbooleanSpot order ID
priceStringOrder price
typeStringOrder type
limit Limit price
market Market price
statusStringPlan order trigger status
success: trigger success
fail: trigger failed
cancelled: cancelled
in_progress: trigger spot placing order
in_progress_tracking: tracking trigger