Relevant returned meta data include: ticker, name, description, quote currency, and base currency.

riingo_crypto_meta(ticker)

Arguments

ticker

One or more cryptocurrency tickers. Specified as "btcusd" for bitcoin quoted in USD. A character vector.

Examples

if (FALSE) { # Bitcoin meta riingo_crypto_meta("btcusd") # A trick to return ALL crypto meta data # For some reason Descriptions are not returned here riingo_crypto_meta("") }