powered by
Get all static metdata available for one or more cryptocurrencies
get_crypto_meta(symbol = NULL, id = NULL, slug = NULL)
One or more cryptocurrency symbols. Example: c("BTC","ETH").
Alternatively pass one or more CoinMarketCap cryptocurrency IDs. Example: c(1,2)
Alternatively pass a vector of exchange slugs. Example: c("binance","cryptsy")
A dataframe with metadata of Cryptocurrencies
API documentation
Other Cryptocurrencies: get_crypto_listings(), get_crypto_map(), get_crypto_marketpairs(), get_crypto_ohlcv(), get_crypto_quotes(), get_marketcap_ticker_all(), get_valid_currencies()
get_crypto_listings()
get_crypto_map()
get_crypto_marketpairs()
get_crypto_ohlcv()
get_crypto_quotes()
get_marketcap_ticker_all()
get_valid_currencies()
# NOT RUN { get_crypto_meta() get_crypto_meta(symbol = c("BTC","ETH")) get_crypto_meta(id = c(1,2,3,4)) get_crypto_meta(slug = c("bitcoin", "ethereum")) # }
Run the code above in your browser using DataLab