/bitfinex

Bitfinex API interface for R

Primary LanguageRMIT LicenseMIT

bitfinex

This package is a wrapper for bitfinex.com public v2 API for R. See the official reference here.

Installation

You can install bitfinex from github with:

# install.packages("devtools")
devtools::install_github("Athospd/bitfinex")

REST Public Endpoints

  • Platform StatusK
  • Tickers not yet implemented
  • Ticker not yet implemented
  • Trades not yet implemented
  • Books not yet implemented
  • Stats not yet implemented
  • Candles Implemented - No unit tests