powered by
Retrieve daily snapshot of market_cap and the volume traded for either total cryptocurrency market or the altcoin market only. Selecting 'total' will include bitcoin and all altcoins.
global_market(market = NULL)
Either 'total' or 'altcoin'
Daily timeseries of token data in a dataframe:
Timestamp (POSIXct)
Market Cap in USD
Volume traded in USD
# NOT RUN { market <- "total" global_markets <- global_market(market) # }
Run the code above in your browser using DataLab