Emergency stop - cancels all orders
cURL
curl --request POST \ --url https://api.sequencemkts.com/v1/kill_switch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "reason": "<string>" } '
{ "status": "<string>" }
API key as bearer token (e.g., sk_live_abc123)
Kill switch activated