API Key Permissions
This endpoint requires the “trade” permission.Examples
Example | Response |
---|---|
/orders?product_id=FOO-BAR | (404) ProductNotFound |
/orders?product_id=BtC-uSd | (200) Cancel all orders for BTC-USD |
/orders?Product_id=BTC-USD | (400) Return BadRequest Error |
/orders | (200) Cancel all orders for all products |
Authorizations
Query Parameters
Cancels orders on a specific profile
Cancels orders on a specific product only
Response
A list of the id
s of open orders that were successfully cancelled