metadata | R Documentation |
Uses the info API that returns header information from Coinmarketcap. For more details see the documentation.
metadata(type = "id", identifiers, exportfile = NULL)
type |
Type of identifiers used to search the coins. Can be one of 'id', 'slug', 'symbol' or 'address'. Defaults to Coinmarketcap id. |
identifiers |
Vector containing the list of currencies you want to include. |
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 metadata information for all cryptocurrencies available.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.