kraken_ruby_client
kraken_ruby_client copied to clipboard
A Ruby API wrapper for the Kraken cryptocurrency exchange. Emphasis on speed, simplicity & minimal dependencies. Ruby 2.4-2.7.
Implementing EditOrder of Kraken API: https://docs.kraken.com/rest/#operation/editOrder
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
{"error"=>["EAPI:Invalid nonce"]} when making a request it sent invalid nonce with this change this error is solved
To avoid `{"error"=>["EAPI:Invalid nonce"]}`
curb version 1.0.0 doesn't work in some linux versions
Is it actually ready for use?
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...