Cancel all orders and close all positions in an emergency.
PREREQUISITE: Load the following skills to execute this recipe:
kraken-risk-operations,kraken-liquidation-guard
Immediately cancel all orders and close all positions across spot and futures.
CAUTION: This closes everything at market prices. Slippage may be significant. The
--yesflag skips confirmation prompts and is only appropriate at autonomy level 4+ (seekraken-autonomy-levels). At lower levels, omit--yesand confirm each cancel with the user.
kraken order cancel-all --yes -o json 2>/dev/nullkraken futures cancel-all --yes -o json 2>/dev/nullkraken positions -o json 2>/dev/nullkraken futures positions -o json 2>/dev/null (parse each position's size and side fields)sell for longs, buy for shorts): e.g., kraken futures order sell PF_XBTUSD 1 --reduce-only -o json 2>/dev/nullkraken open-orders -o json 2>/dev/nullkraken futures open-orders -o json 2>/dev/nullkraken futures positions -o json 2>/dev/nullkraken balance -o json 2>/dev/null