get_coins
provides general information about all coins available through
the CryptoCompare API.
get_coins(sign = FALSE, app_name = NULL)
sign | logical. Should the server sign the response? Defaults to FALSE. |
---|---|
app_name | character. Name of app to be passed in API request. Defaults to NULL. |
A tibble containing details for each coin available through the API.
https://min-api.cryptocompare.com
# NOT RUN { coins <- get_coins() head(coins) # }