Cancel All Open Limit Orders after Delay
POST/v1/command?commandType=V1DelayedCancelAllOrders
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Cancel All Open Limit Orders after Delay
- requires bearer token in authorization header
- provides a “Dead Man's Switch” mechanism to protect customers from network malfunction. The customer can send a request with a delay (in seconds), that will start a countdown timer which cancels all open limit orders for a specific trading account when the timer expires.
- can be disabled by another command type: V1UnsetDelayedCancelAllOrders
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