Description Usage Arguments Details Value Examples
View source: R/supported_currencies.R
Retrieves a list of base currencies currently supported by the CoinGecko API
1 | supported_currencies(max_attempts = 3)
|
max_attempts |
(double, positive): specifies the maximum number of attempts to call the CoinGecko API (e.g., if the first call fails for some reason). Additional attempts are implemented with an exponential backoff. Defaults to 3. |
This function is based on the public CoinGecko API, which has a limit of 50 calls per minute. Please keep this limit in mind when developing your applications.
Character vector with abbreviated names of the currencies.
1 2 | r <- supported_currencies()
print(r)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.