README.md

cryptonatoR

cryptonatoR is an R API to market data provided by Cryptonator.com: "Cryptonator provides unique volume of cryptocurrency exchange rates data, which is delivered in easy-to-integrate JSON format via simple HTTPS requests. Prices are updated every 30 seconds, covering 300+ cryptocurrencies across 58 exchanges."

See cryptonator.com/api for more.

Installation:

devtools::install_github("gsee/cryptonatoR")

Example usage:

Cryptonator.currencies()
Cryptonator.simple("btc-usd")
Cryptonator.complete("btc-usd")

#includes a getQuote "method"
library(quantmod)
getQuote("XMR-BTC", src="cryptonator")
getQuote("XMR-BTC", src="cryptonator", what="complete")

WTFPL

CryptonatorTM is a brand name that is owned by Global Technical Enterprise Ltd. This software is in no way affiliated, endorsed, or approved by CryptonatorTM, Global Technical Enterprise Ltd, or any of its affiliates.



gsee/cryptonatoR documentation built on May 17, 2019, 8:54 a.m.