Invalid Nonce
charlesdg opened this issue · 3 comments
charlesdg commented
Hello,
I have sometimes the following error:
{"error"=>["EAPI:Invalid nonce"]}
Do you know what is the problem ? Seems that your nonce is not well generated.
Thanks
charlesdg commented
For your information, I created nonce that I used to authenticate on kraken like that:
api_nonce = ((Time.now.to_f * 1_000_000).to_i << 10).to_s