Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 677 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 677 Bytes

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