Project

rbtce

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby wrapper for BTC-e API (v3)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

Rbtce

Learn about the BTC-e API at https://btc-e.com/api/3/documentation.

Installation

gem install rbtce

Usage

Note that for the time being only the public API is avaliable in v3.

Info Endpoint

require 'btce'

Rbtce::Info.fetch

Ticker Endpoint

require 'btce'

Rbtce::Ticker.from( Rbtce::Currency::LTC ).to( Rbtce::Currency::BTC ).
  and.from( Rbtce::Currency::LTC ).to( Rbtce::Currency::USD ).
  fetch

Trades Endpoint

require 'btce'

Rbtce::Trades.from( Rbtce::Currency::LTC ).to( Rbtce::Currency::BTC ).
  fetch( limit: 2000 )

Depth Endpoint

require 'btce'

Rbtce::Depth.from( Rbtce::Currency::LTC ).to( Rbtce::Currency::BTC ).fetch

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

Donate

BTC: 1J6urRH6xbMYUdk6shTshrjtRu3PbhupRk LTC: LX7nFCTEsygsEXpx4k2TAupiJMgrZqsrUr XDG: DUPGsYEMBsWrYzPxbjyu4mQ7ujhAZj58mu