Skip to content

ruby client for the mtgox.com bitcoin exchange api

License

Notifications You must be signed in to change notification settings

lastobelus/mtgox-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtgox-ruby

ruby api client for the mtgox.com bitcoin exchange

Installation

In your Gemfile

gem "mtgox-ruby", :git => "git://github.com/paulasmuth/mtgox-ruby.git"

or

gem install git://github.com/paulasmuth/mtgox-ruby.git

Usage

To get the recent trades:

@mtgox_client = MtgoxClient.new	
trades = @mtgox_client.recent_trades

About

ruby client for the mtgox.com bitcoin exchange api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published