0.0
No commit activity in last 3 years
No release in over 3 years
Simple Shapeshift API ruby wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.15
~> 10.0
~> 3.0

Runtime

>= 0.13
 Project Readme

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.