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