Hello Binance Support,
I encountered an issue when trying to cancel an open stop order using DELETE /fapi/v1/order
. The response returned the following error:
{
"code": -4117,
"msg": "Stop order is in triggering process. Please try again later."
}
I assume this means the stop order is in the process of being filled but has not yet completed, which is why it cannot be canceled at that moment. Is my understanding correct?
If so, what is the recommended way to handle this situation?
If my understanding is incorrect, in what scenarios does this error occur? Additionally, if I check GET /fapi/v1/openOrders
before calling DELETE /fapi/v1/order
, is there any indicator that helps differentiate an order that is in this “triggering process” state?
Looking forward to your guidance. Thank you!
Best regards,