Learn R Programming

coinmarketcapr (version 0.4)

get_marketcap_ticker_all: Deprecated use get_crypto_listings instead.

Description

get_marketcap_ticker_all is replaced by get_crypto_listings to support the new API and more functionality.

Usage

get_marketcap_ticker_all(currency = "USD")

Arguments

currency

currency code - Default is 'USD'

Value

A dataframe of top Cryptocurrencies with id, name, symbol, rank, price_usd, price_btc, 24h_volume_usd, market_cap_usd, available_supply, total_supply, percent_change_1h, percent_change_24h, percent_change_7d, last_updated

See Also

Other Cryptocurrencies: get_crypto_listings(), get_crypto_map(), get_crypto_marketpairs(), get_crypto_meta(), get_crypto_ohlcv(), get_crypto_quotes(), get_valid_currencies()

Examples

Run this code
# NOT RUN {
get_marketcap_ticker_all('EUR')
get_marketcap_ticker_all('GBP')
# }

Run the code above in your browser using DataLab