I have not tested many of these endpoints given my own limited requirements. If you are making real exchanges, especially with more exotic coins, please test this implementation thoroughly.
- Unofficial implementation
- Implements public REST API
- Full docs at https://info.shapeshift.io/api
Add this line to your application's Gemfile:
gem 'shapeshift_io'
And then execute:
$ bundle
Or install it yourself as:
$ gem install shapeshift_io
Extended examples available at Shapeshift.io
client = Shapeshift::Client.new
client.market_info('BTC_ETH')
- Fork it ( https://github.com/romanos/shapeshift-io/fork )
- 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 a new Pull Request
The gem is available as open source under the terms of the MIT License.