Cryptonator.simple: Cryptonator.simple

Description Usage Arguments Value Author(s) Examples

View source: R/cryptonator.R

Description

Returns actual volume-weighted price, total 24h volume and the price change from Cryptonator.

Usage

1
Cryptonator.simple(ticker = "btc-usd")

Arguments

ticker

a vector of tickers. Tickers are hyphen-separated currency pairs (e.g. btc-usd, xmr-btc). Note that if you provide more than one ticker, a separate request will be made for each ticker.

Value

data.frame with

Author(s)

gsee

Examples

1
2
3
4
5
## Not run: 
Cryptonator.simple("btc-usd")
Cryptonator.simple(c("btc-usd", "xmr-btc", "xmr-usd"))

## End(Not run)

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