Cancel all orders after
POSTπ Trading
Arm a dead-man switch that cancels all open orders after the given timeout unless another request resets it first.
Request Parametersβ
| Name | Type | Required | Description |
|---|---|---|---|
| timeout | Long | No | Countdown 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
POST
https://api.btse.com/spot/api/v4/trade/orders/cancel_all_afterRequest (default)
{
"timeout": 86400000
}