You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation states that "DELETE /spot/price_orders" end point can cancel all open orders without any additional parameters, and also "DELETE /spot/orders" endpoint can cancel open orders in the specified currency pairs, so currency pairs is a required parameter in the second call.
Unfortunately this is not how it works when being tested. The first endpoint(DELETE /spot/price_orders) does not cancel any open order and second endpoint works in the way that s described in the documentation but it can also cancel all open order if no parameter is given .
DELETE /spot/orders with no parameters should be used instead of DELETE /spot/price_orders to cancel all open orders as opposed to what the documentation says?
The text was updated successfully, but these errors were encountered:
Documentation states that "DELETE /spot/price_orders" end point can cancel all open orders without any additional parameters, and also "DELETE /spot/orders" endpoint can cancel open orders in the specified currency pairs, so currency pairs is a required parameter in the second call.
Unfortunately this is not how it works when being tested. The first endpoint(DELETE /spot/price_orders) does not cancel any open order and second endpoint works in the way that s described in the documentation but it can also cancel all open order if no parameter is given .
DELETE /spot/orders with no parameters should be used instead of DELETE /spot/price_orders to cancel all open orders as opposed to what the documentation says?
The text was updated successfully, but these errors were encountered: