crypto_global_market: Global crypto currency market data

Description Usage Arguments Value Note Examples

View source: R/crypto_global_markets.R

Description

Retrieve daily snapshot of market_cap and the volume traded for either total crypto currency market or the altcoin market only. Selecting 'total' will include bitcoin and all altcoins.

Usage

1

Arguments

market

Either 'total' or 'altcoin'

Value

Daily time series of token data in a dataframe:

timestamp

Timestamp (POSIXct)

market_cap

Market Cap in USD

volume

Volume traded in USD

Note

The API this uses often will change, please raise an issue on GitHub if errors persist.

Examples

1
2
3
4
5
6
## Not run: 
##
market <- 'total'
crypto_global_market <- crypto_global_market(market)

## End(Not run)

JesseVent/crypto documentation built on Nov. 28, 2020, 11:25 a.m.