Skip to content

Commit

Permalink
Clarifications in the Manual for InvalidNonce
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor authored Jul 20, 2018
1 parent b6d117a commit 65e2429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2475,7 +2475,7 @@ The ccxt library throws this error if it detects any of the following keywords i
Raised when your nonce is less than the previous nonce used with your keypair, as described in the [Authentication](https://github.com/ccxt/ccxt/wiki/Manual#authentication) section. This type of exception is thrown in these cases (in order of precedence for checking):
- You are not rate-limiting your requests or sending too many of them too often.
- Your API keys are not fresh and new (have been used with some different software or script already).
- Your API keys are not fresh and new (have been used with some different software or script already, just always create a new keypair when you add this or that exchange).
- The same keypair is shared across multiple instances of the exchange class (for example, in a multithreaded environment or in separate processes).
- Your system clock is out of synch. System time should be synched with UTC in a non-DST timezone at a rate of once every ten minutes or even more frequently because of the clock drifting. **Enabling time synch in Windows is usually not enough!** You have to set it up with the OS Registry (Google *"time synch frequency"* for your OS).
Expand Down

0 comments on commit 65e2429

Please sign in to comment.