Relevant returned meta data include: ticker, name, description, quote currency, and base currency.
riingo_crypto_meta(ticker)
ticker | One or more cryptocurrency tickers.
Specified as |
---|
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("") }