This endpoint allows you to transfer funds 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 \
--header 'APIKey: <api-key>' \
--header 'Authent: <api-key>'{
"result": "success",
"serverTime": "2020-08-27T17:03:33.196Z"
}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 wallet (cash or margin account) from which funds should be debited
"fi_ethusd"
The wallet (cash or margin account) to which funds should be credited
"flex"
The currency unit to transfer
"eth"
The amount to transfer
0.1
curl --request POST \
--url https://futures.kraken.com/derivatives/api/v3/transfer \
--header 'APIKey: <api-key>' \
--header 'Authent: <api-key>'{
"result": "success",
"serverTime": "2020-08-27T17:03:33.196Z"
}