This endpoint allows you to transfer funds between the current account and a sub account, between two margin accounts with the same collateral currency, or between a margin account and your cash account.
curl --request POST \
--url https://futures.kraken.com/derivatives/api/v3/transfer/subaccount \
--header 'APIKey: <api-key>' \
--header 'Authent: <api-key>'Documentation Index
Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
General API key with full access
Authentication string
The user account (this or a sub account) from which funds should be debited
The user account (this or a sub account) to which funds should be credited
The wallet (cash or margin account) from which funds should be debited
The wallet (cash or margin account) to which funds should be credited
The currency unit to transfer
The amount to transfer
curl --request POST \
--url https://futures.kraken.com/derivatives/api/v3/transfer/subaccount \
--header 'APIKey: <api-key>' \
--header 'Authent: <api-key>'