An open API service indexing awesome lists of open source software.

https://github.com/program--/cryptocurr

R 📦 for cryptocurrency exchange platforms.
https://github.com/program--/cryptocurr

algo-trading api-wrapper cryptocurrency r

Last synced: 10 months ago
JSON representation

R 📦 for cryptocurrency exchange platforms.

Awesome Lists containing this project

README

          

# cryptocurr cryptocurr logo

[![Build Status](https://travis-ci.com/program--/cryptocurr.svg?branch=master)](https://travis-ci.com/program--/cryptocurr)
[![R build status](https://github.com/program--/cryptocurr/workflows/R-CMD-check/badge.svg)](https://github.com/program--/cryptocurr/actions)
[![Codecov test coverage](https://codecov.io/gh/program--/cryptocurr/branch/master/graph/badge.svg)](https://codecov.io/gh/program--/cryptocurr)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

`cryptocurr` is an API Wrapper written in R for various cryptocurrency exchange platforms.
Built with the [`tidyverse`](https://www.tidyverse.org/) in mind, data gathered from `cryptocurr`
integrates seemlessly within the core and related universes, such as
with [`tidyquant`](https://business-science.github.io/tidyquant/) and
[`timetk`](https://business-science.github.io/timetk/).

## Installation

To install the developmental version:

```r
remotes::install_github("program--/cryptocurr")
```

## Supported Platforms
| Name | API |
| ---| --- |
| [Bitfinex](https://www.bitfinex.com/) | [v2](https://docs.bitfinex.com/reference) |

## Planned Platforms
| Name | Phase |
| --- | --- |
| [Coinbase](https://www.coinbase.com/) | ❌ Not Started |
| [Kraken](https://www.kraken.com) | ❌ Not Started |
| [Binance](https://www.binance.com/) | ❌ Not Started |

## Example

This is a basic example which shows you how to solve a common problem:

``` r
library(cryptocurr)
## basic example code
```

## Roadmap

cryptocurr roadmap

## [Changelog](CHANGELOG.md)

## Code of Conduct

Please note that the cryptocurr project is released with a [Contributor Code of Conduct](https://github.com/program--/cryptocurr/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.