Last chance! 50% off unlimited learning
Sale ends in
Returns all static metadata for one or more exchanges. This information includes details like launch date, logo, official website URL, social links, and market fee documentation URL.
get_exchange_meta(id = NULL, slug = NULL)
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 exchange metadata values
Other Exchanges:
get_exchange_map()
# NOT RUN {
get_exchange_meta(id = 5)
get_exchange_meta(slug = c("binance", "cryptsy"))
# }
Run the code above in your browser using DataLab