knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

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



Athospd/bitfinex documentation built on May 7, 2019, 3:19 p.m.