Dead Man's Switch (Cancel All After)
POSTπ Trading
A dead-man's switch that cancels all open orders if the server does not receive a renewal request within the specified timeout. Used to protect against connection loss.
Send another cancelAllAfter request before the timeout expires to extend it.
Request Parametersβ
| Name | Type | Required | Description |
|---|---|---|---|
| timeout | Integer | Yes | TTL in milliseconds. When reached, all open orders are cancelled |
Response Contentβ
Success
example
POST
https://api.btse.com/spot/api/v3.3/order/cancelAllAfterRequest
{
"timeout": 60000
}