Create and manage subaccounts with inter-account transfers.
Use this skill for:
Subaccounts isolate balances and positions. Use them to:
kraken subaccount create "dca-bot" "[email protected]" -o json 2>/dev/null
Move funds from main account to subaccount (requires human approval):
kraken subaccount transfer USD 5000 --from <MAIN_IIBAN> --to <SUB_IIBAN> -o json 2>/dev/null
Move funds back:
kraken subaccount transfer USD 5000 --from <SUB_IIBAN> --to <MAIN_IIBAN> -o json 2>/dev/null
List futures subaccounts:
kraken futures subaccounts -o json 2>/dev/null
Check subaccount trading status:
kraken futures subaccount-status <UID> -o json 2>/dev/null
Enable or disable trading for a subaccount:
kraken futures set-subaccount-status <UID> true -o json 2>/dev/null
kraken futures set-subaccount-status <UID> false -o json 2>/dev/null
Transfer between futures wallets:
kraken futures wallet-transfer <FROM_WALLET> <TO_WALLET> USD 1000 -o json 2>/dev/null
Check all balances from the main account to see aggregate state. Individual subaccount balances are visible through their respective API keys.
For centralized monitoring, use the main account's credentials with query permissions across subaccounts.