crypto (version 1.1.3)

crypto_global_market: Global crypto currency market data

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

crypto_global_market(market = NULL)

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

Examples

Run this code
# NOT RUN {
##
market <- 'total'
crypto_global_market <- crypto_global_market(market)
# }

Run the code above in your browser using DataCamp Workspace