nbarthel / cryptsy-api

An implementation of the Cryptsy API (public and private) in Ruby
MIT License
18 stars 18 forks source link

Added support for cryptsy's "depth" method #5

Closed kke closed 10 years ago

kke commented 10 years ago

The method "depth" returns market depth for a market id as:

{
  "sell": [[price, volume], [price, volume]...],
  "buy": [[price, volume], [price, volume]...]
}
nbarthel commented 10 years ago

Thanks for the request. I've merged it and pushed a new version of the gem.