Skip to main content

Why do I get the message: Temporarily lockout by Kraken. Stopping bot for 15 minutes?

Kraken temporarily locks your bot when it sends too many API requests. Use two API keys, set the nonce to 10,000, and avoid Market Making or Arbitrage bots on Kraken.

Written by Bryan
Updated this week

This message means Kraken has temporarily blocked your bot from making API calls because it exceeded Kraken's rate limit. Your bot will automatically resume after 15 minutes.

Cryptohopper error message showing temporary Kraken lockout notification, displaying text: Your bot is temporarily locked out by Kraken. Your bot will start automatically again after 15 minutes

Cryptohopper log showing the Kraken temporary lockout error message with a 15-minute cooldown period

Cause

Kraken enforces strict API rate limits compared to other exchanges. Your bot can hit these limits in two ways:

  • It places too many orders in a short time.

  • It has multiple open orders that can't be automatically canceled due to a high nonce value in your Kraken configuration.

How to reduce the chance of a lockout

  1. Use two API keys — In your bot's configuration, set up two separate Kraken API keys. This spreads the API calls across both keys and reduces the chance of hitting the rate limit. See how to connect to Kraken with API keys for setup instructions.

  2. Set the nonce value to 10,000 — A high nonce value can prevent Cryptohopper from canceling open orders, which leads to extra API calls. Make sure the nonce is set to 10,000 as explained in step 5 of this guide.

  3. Remove stuck orders manually — If you have open orders on Kraken that your bot can't cancel, remove them manually through the Kraken interface.

  4. Avoid using Kraken for Market Making or Arbitrage bots — These bot types place a high volume of orders, which makes Kraken lockouts very likely.

  5. Consider switching to a different exchange — If you frequently hit Kraken's rate limits, Coinbase or another exchange available in your jurisdiction may be a better fit for your trading strategy.

Good to know

Kraken is currently the only exchange where Cryptohopper regularly encounters API rate limit issues. This is a limitation on Kraken's side that can't be bypassed. Cryptohopper is in regular contact with Kraken about these limitations.

Still experiencing lockouts?

If the issue persists after following these steps, contact support via live chat or email [email protected].

Did this answer your question?