Description Usage Arguments Value References Examples
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.
1 | get_exchange_meta(id = NULL, slug = NULL)
|
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") |
A dataframe with exchange metadata values
1 2 3 4 5 | ## Not run:
get_exchange_meta(id = 5)
get_exchange_meta(slug = c("binance", "cryptsy"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.