Skip to content

how to cancel spot orders #63

@farslanku

Description

@farslanku

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions