get_exchange_meta {coinmarketcapr} | R Documentation |
Get all cryptocurrency exchanges metadata
Description
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.
Usage
get_exchange_meta(id = NULL, slug = NULL)
Arguments
id |
Alternatively pass one or more CoinMarketCap cryptocurrency IDs. Example: c(1,2) |
slug |
Alternatively pass a vector of exchange slugs. Example: c("binance","cryptsy") |
Value
A dataframe with exchange metadata values
References
See Also
Other Exchanges:
get_exchange_map()
Examples
## Not run:
get_exchange_meta(id = 5)
get_exchange_meta(slug = c("binance", "cryptsy"))
## End(Not run)
[Package coinmarketcapr version 0.4 Index]