This endpoint allows you to request to withdraw digital assets to your Kraken Spot wallet.
Wallet names can be found in the ‘accounts’ structure in the Get Wallets /accounts response.
curl --request POST \
--url https://futures.kraken.com/derivatives/api/v3/withdrawal \
--header 'APIKey: <api-key>' \
--header 'Authent: <api-key>'{
"uid": "9053db5f-0d5e-48dd-b606-a5c92576b706",
"result": "success",
"serverTime": "2022-06-28T14:48:58.711Z"
}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.
Withdrawal API key with full access
Authentication string
The digital asset that shall be withdrawn back to spot wallet.
"eth"
The amount of currency that shall be withdrawn back to spot wallet.
0.1
The wallet from which the funds shall be withdrawn back to spot wallet. Default is "cash" wallet.
"flex"
curl --request POST \
--url https://futures.kraken.com/derivatives/api/v3/withdrawal \
--header 'APIKey: <api-key>' \
--header 'Authent: <api-key>'{
"uid": "9053db5f-0d5e-48dd-b606-a5c92576b706",
"result": "success",
"serverTime": "2022-06-28T14:48:58.711Z"
}