Open charlesdg opened 2 years ago
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
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
created PR https://github.com/jonatack/kraken_ruby_client/pull/28
@jonatack any news for this ? Can I help somehow ?
Hello,
I have sometimes the following error:
Do you know what is the problem ? Seems that your nonce is not well generated.
Thanks