jonatack/kraken_ruby_client

Invalid Nonce

charlesdg opened this issue · 3 comments

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 #28

@jonatack any news for this ? Can I help somehow ?