Basic interaction with Bittrex API See API details here: https://bittrex.com/home/api
Add this line to your application's Gemfile:
gem 'bittrex', git:'https://github.com/nandosb/ruby-bittrex-api'
And then execute:
$ bundle
client = Bittrex.new('<your_key>', '<your_secret>')
markets = client.markets()
cd /your/app/path
DEBUG=1 rake test
WARNING: Running unit test will perform REAL actions on Bittrex
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request