get_marketcap_ticker_all: Deprecated use 'get_crypto_listings' instead.

View source: R/currencies.R

get_marketcap_ticker_allR Documentation

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

## Not run: 
get_marketcap_ticker_all('EUR')
get_marketcap_ticker_all('GBP')

## End(Not run)

amrrs/coinmarketcapr documentation built on April 3, 2022, 5:38 a.m.