get_marketcap_ticker_all is replaced by get_crypto_listings to
support the new API and more functionality.
get_marketcap_ticker_all(currency = "USD")
| currency | currency code - Default is 'USD' |
|---|
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
Other Cryptocurrencies: get_crypto_listings,
get_crypto_map,
get_crypto_marketpairs,
get_crypto_meta,
get_crypto_ohlcv,
get_crypto_quotes,
get_valid_currencies
# NOT RUN { get_marketcap_ticker_all('EUR') get_marketcap_ticker_all('GBP') # }