Cancel All Open Limit Orders after Delay Disable
POST/v1/command?commandType=V1UnsetDelayedCancelAllOrders
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 Disable
- requires bearer token in authorization header
- Disable the delay set on a trading account that initiates cancelling all open limit orders (i.e. disable the previous V1DelayedCancelAllOrders command)
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