Skip to main content

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

Status OK. This means a cancel all open limit orders command was successfully acknowledged.