All
Filter by:
How do I deposit cash into my account?
I need help with account verification
Why can't I access my account?
Are there any crypto withdrawal fees?
I need help signing into my account
In Australia, Beaufort Fiduciaries Pty Ltd (ACN 162 139 871, AFSL No. 545124) provides wholesale clients with access to derivatives where the underlying assets are digital assets. Derivatives are complex, regulated financial products that are difficult to understand and may not be suitable for inexperienced investors. For eligibility, terms and conditions click here. Krak Pay is offered by Bit Trade Australia Pty Ltd (ACN 163 237 634), Authorised Representative of Flexewallet Pty Ltd (AFSL 448066). This information is general in nature and does not take into account your personal objectives, financial situation or needs. You should consider whether it is appropriate for you and read the relevant disclosure documents before making any decision.
In Australia, Beaufort Fiduciaries Pty Ltd (ACN 162 139 871, AFSL No. 545124) provides wholesale clients with access to derivatives where the underlying assets are digital assets. Derivatives are complex, regulated financial products that are difficult to understand and may not be suitable for inexperienced investors. For eligibility, terms and conditions click here. Krak Pay is offered by Bit Trade Australia Pty Ltd (ACN 163 237 634), Authorised Representative of Flexewallet Pty Ltd (AFSL 448066). This information is general in nature and does not take into account your personal objectives, financial situation or needs. You should consider whether it is appropriate for you and read the relevant disclosure documents before making any decision.
In Australia, Beaufort Fiduciaries Pty Ltd (ACN 162 139 871, AFSL No. 545124) provides wholesale clients with access to derivatives where the underlying assets are digital assets. Derivatives are complex, regulated financial products that are difficult to understand and may not be suitable for inexperienced investors. For eligibility, terms and conditions click here. Krak Pay is offered by Bit Trade Australia Pty Ltd (ACN 163 237 634), Authorised Representative of Flexewallet Pty Ltd (AFSL 448066). This information is general in nature and does not take into account your personal objectives, financial situation or needs. You should consider whether it is appropriate for you and read the relevant disclosure documents before making any decision.
In Australia, Beaufort Fiduciaries Pty Ltd (ACN 162 139 871, AFSL No. 545124) provides wholesale clients with access to derivatives where the underlying assets are digital assets. Derivatives are complex, regulated financial products that are difficult to understand and may not be suitable for inexperienced investors. For eligibility, terms and conditions click here. Krak Pay is offered by Bit Trade Australia Pty Ltd (ACN 163 237 634), Authorised Representative of Flexewallet Pty Ltd (AFSL 448066). This information is general in nature and does not take into account your personal objectives, financial situation or needs. You should consider whether it is appropriate for you and read the relevant disclosure documents before making any decision.
The Add Withdrawal Addresses permission allows an API key to add and remove withdrawal addresses on your Kraken account. This article explains what the permission does, the security risks involved, and the steps you can take to protect your account.
When you enable the Add Withdrawal Addresses permission on an API key, any application or service using that key can:
This means the API key holder can modify where your funds are eligible to be sent without logging in to kraken.com or using the Kraken app.
Enabling this permission significantly increases the potential impact if your API key is ever compromised. Before enabling it, carefully consider the following risks.
Many users connect API keys to third-party services such as portfolio trackers, trading bots, and tax reporting tools. If you grant the Add Withdrawal Addresses permission to a key used by a third-party service:
Recommendation: Never grant the Add Withdrawal Addresses permission to an API key that you share with any third-party service. Only enable this permission on keys you use in applications you fully control.
The Add Withdrawal Addresses permission becomes especially dangerous when paired with the Withdraw Funds permission on the same API key. An attacker with access to a key that has both permissions could add their own address and immediately initiate a withdrawal, all through the API with no additional verification required beyond the key itself.
Recommendation: Avoid enabling both Add Withdrawal Addresses and Withdraw Funds on the same API key unless absolutely necessary. Use separate keys with the minimum permissions each application needs.
If you do need to use the Add Withdrawal Addresses permission, take the following steps to reduce your risk.
Restrict your API key so it can only be used from specific IP addresses. This means that even if your key is stolen, it cannot be used from an unauthorized network.
Configure your API key to automatically expire after a set period. This limits the window of time an attacker has to use a compromised key.
Only enable the permissions your application actually requires. If an application only needs to read account data or place trades, do not grant it withdrawal or address management permissions.
Use a dedicated API key for each application or use case. This way, if one key is compromised, only a limited set of permissions is exposed.
Regularly review the withdrawal addresses on your account and check your API key usage logs. If you see addresses or activity you do not recognize, revoke the API key immediately and contact Kraken Support.
Add a second layer of protection by enabling 2FA directly on your API key. When enabled, every API call made with the key must include a valid 2FA code, meaning a stolen key alone is not enough for an attacker to make changes to your account.
Learn more: How does two-factor authentication (2FA) for API keys work?
Action | Why it matters |
|---|---|
Only enable on keys you fully control | Prevents third-party exposure |
Never pair with Withdraw Funds on the same key (unless required) | Limits damage from a compromised key |
Enable IP whitelisting | Blocks use from unauthorized networks |
Set a key expiry | Limits the useful lifespan of a stolen key |
Use one key per application | Contains the blast radius of a breach |
Review addresses and activity regularly | Catches unauthorized changes early |