Kraken Exchange Error Code EAPI:Invalid nonce: How to Fix It
Easy 5-15 minutes Medium Severity
Verified June 2026
- Error Code
- EAPI:Invalid nonce
- Brand
- Kraken
- Product Type
- crypto_exchange
- Severity
- Medium
- DIY Difficulty
- Easy
- Estimated Fix Time
- 5-15 minutes
Ad
Tools You'll Need
- Web browser
- Code editor (if using custom API integration)
- System clock access
How to Fix Error Code EAPI:Invalid nonce
-
Check System Clock Synchronization
-
Increase Nonce Window in API Settings
-
Implement Proper Nonce Generation
-
Add Request Delays
-
Reset API Keys if Persistent
Back up your API key and secret before deleting. You'll need to update all applications using the old credentials. -
Test with Single Request
Ad
When to Call a Professional
Contact Kraken support if the error persists after trying all steps, especially if you suspect server-side timing issues or if you're unable to access your API settings due to account restrictions.Frequently Asked Questions
What is a nonce in Kraken API?
A nonce is a unique number that increases with each API request to prevent replay attacks. Kraken requires each nonce to be greater than the previous one used.
Why does Kraken nonce error happen with trading bots?
Trading bots making rapid API calls can generate nonces too quickly or out of sequence. Implementing proper delays and nonce management in your bot code prevents this issue.
Can I use the same nonce twice on Kraken?
No, each nonce must be unique and greater than the previous one. Reusing or decreasing nonce values will trigger the invalid nonce error.
How long does it take for Kraken nonce to reset?
Nonces don't reset automatically. The nonce counter continues from the last used value. Only recreating API keys resets the nonce counter to zero.
What's the maximum nonce window on Kraken?
Kraken allows nonce windows up to 300 seconds (5 minutes). However, shorter windows of 30-60 seconds are recommended for better security while avoiding timing issues.