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

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

Examples

# NOT RUN {
get_marketcap_ticker_all('EUR')
get_marketcap_ticker_all('GBP')
# }