-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels