📄️ Get Deposit Methods
Retrieve methods available for depositing a particular asset.
📄️ Get Deposit Addresses
Retrieve (or generate a new) deposit addresses for a particular asset and method.
📄️ Get Status of Recent Deposits
Retrieve information about recent deposits. Results are sorted by recency, use the `cursor` parameter to iterate through list of deposits (page size equal to value of `limit`) from newest to oldest.
📄️ Get Withdrawal Methods
Retrieve a list of withdrawal methods available for the user.
📄️ Get Withdrawal Addresses
Retrieve a list of withdrawal addresses available for the user.
📄️ Get Withdrawal Information
Retrieve fee information about potential withdrawals for a particular asset, key and amount.
📄️ Withdraw Funds
Make a withdrawal request.
📄️ Get Status of Recent Withdrawals
Retrieve information about recent withdrawals. Results are sorted by recency, use the `cursor` parameter to iterate through list of withdrawals (page size equal to value of `limit`) from newest to oldest.
📄️ Request Withdrawal Cancellation
Cancel a recently requested withdrawal, if it has not already been successfully processed.
📄️ Request Wallet Transfer
Transfer from a Kraken spot wallet to a Kraken Futures wallet. Note that a transfer in the other direction must be requested via the Kraken Futures API endpoint for [withdrawals to Spot wallets](../futures-api/trading/withdrawal).