Skip to content

romanos/shapeshift-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCLAIMER: Test before use

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.

Ruby implementation of the Shapeshift.io public API

Installation

Add this line to your application's Gemfile:

gem 'shapeshift_io'

And then execute:

$ bundle

Or install it yourself as:

$ gem install shapeshift_io

Usage

Extended examples available at Shapeshift.io

client = Shapeshift::Client.new
client.market_info('BTC_ETH')

Contributing

  • 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

License

The gem is available as open source under the terms of the MIT License.

About

Shapeshift IO API implementation for Ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published