Skip to main content

Cancel all orders after

Arm a dead-man switch that cancels all open orders after the given timeout unless another request resets it first.

Request Parameters​

NameTypeRequiredDescription
timeoutLongNoCountdown in milliseconds; all open orders are cancelled once this window elapses. Send another request before it expires to reset or replace the pending switch. Example: 60000.
example
POSThttps://api.btse.com/spot/api/v4/trade/orders/cancel_all_after

Request (default)

{
"timeout": 86400000
}