Cancel All Open Limit Orders
POST/v1/command?commandType=V1CancelAllOrders
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Cancels all open limit orders
Requires
- strict field ordering in the JSON request payload.
- bearer token in authorization header
Ratelimited: True
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Status OK. This means a cancel all open limit orders command was successfully acknowledged.
Bad Request
For example, sending a request with the BX-SIGNATURE header missing will result in the following response:
Not Authenticated
Access Forbidden
Too Many Requests
Internal Server Error