Project

bitcoinde

0.0
No commit activity in last 3 years
No release in over 3 years
"Public data of bitcoin.de Exchange"
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

 Project Readme

Summary

This gem only provides method to get depth, ticker and orderbook from bitcoin.de It uses nokogiri to parse the data so sometimes api calls are a bit long

Don't hesitate to contribute. If you liked it: BTC: 1PizgAWLJbwEsNWG9Cf27skcbgbgZGgeyK LTC: LQtM1t6BRd64scsdSBk8nnCLJuc8Qfhm53

Installation

Add this line to your application's Gemfile:

gem 'bitcoinde'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bitcoinde

Usage

Create a bitcoinde client:

bitcoinde = Bitcoinde::Client.new

Ticker

ticker = bitcoinde.ticker

returns ticker price

Depth

depth = bitcoinde.depth

returns asks and bids in orderbook

Trades

trades = bitcoinde.trades

returns last trades