coins_map | R Documentation |
Uses the map API that returns header information from Coinmarketcap. For more details see the documentation.
coins_map( listing_status = c("active", "inactive", "untracked"), aux = c("platform", "first_historical_data", "last_historical_data", "is_active", "status"), exportfile = NULL )
listing_status |
Character vector containing the type of currencies you want to include. Can be "active", "inactive" or "untracked". Defaults to all the three. |
aux |
Character vector with auxiliary information. Defaults to all possible info. |
exportfile |
If output path is included, will save data to that file. |
You should use this function once at the beginning, save the file somewhere and then never re-run this function again, to save on API calls.
A data frame containing the ID information for all cryptocurrencies available.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.