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