[DEPRECATED] del
Cancels a specific pending order
POST pending/del
This is a deprecated API. Please migrate to using /algo/order/del
{
"orderId": "int",
"clientOrderId": "int"
}{
"id": int,
"remainingSize": int
}{
"error": "int"
}Last updated