Skip to content

An implementation of the Cryptsy API (public and private) in Ruby

License

Notifications You must be signed in to change notification settings

nbarthel/cryptsy-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptsy::Ruby

A first stab at a Ruby implementation of the Cryptsy API.

NOTE: Tests have credentials removed to protect the innocent, and thus private API tests will fail out of the box.

Installation

Add this line to your application's Gemfile:

gem 'cryptsy-api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cryptsy-api

Usage

require 'cryptsy/api'

cryptsy = Cryptsy::API::Client.new(key, secret)

e.g. cryptsy.getinfo

NOTE: Public APIs don't require a key or secret

All apis have been implemented except the deprecated v1 marketdata

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

An implementation of the Cryptsy API (public and private) in Ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages