Skip to main content

Dead Man's Switch (Cancel All After)

Sets a TTL (time-to-live) for all open orders. If the server does not receive a new cancelAllAfter request before the timeout, all orders are cancelled. Extend by sending another request.

Request Parameters​

NameTypeRequiredDescription
timeoutLongYesTTL in milliseconds

Response Content​

Success

example
POSThttps://api.btse.com/futures/api/v2.3/order/cancelAllAfter

Request

{
"timeout": 60000
}