fiat_list | R Documentation |
This code retrieves data for all available fiat currencies that are available on the website.
fiat_list(include_metals = FALSE)
include_metals |
Shall the results include precious metals (TRUE) or not (FALSE=default). Update: As of May 2024 no more metals are included in this file |
List of (active and historically existing) cryptocurrencies in a tibble:
id |
CMC id (unique identifier) |
symbol |
Coin symbol (not-unique) |
name |
Coin name |
sign |
Fiat currency sign |
## Not run:
# return fiat currencies available through the CMC api
fiat_list <- fiat_list()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.