powered by
Get details on pairs of (crypto)currencies.
get_pairs(pair = NULL)
A string containing a pair symbol, e.g. btcusd. Optional argument.
data A list or data.frame containing pair data.
See https://docs.cryptowat.ch/rest-api for further information
get_markets, get_assets, get_exchanges
get_markets
get_assets
get_exchanges
# NOT RUN { btcusd.data <- get_pairs("btcusd") df.pairs <- get_pairs() # } # NOT RUN { # }
Run the code above in your browser using DataLab