# NOT RUN {
# retrieving market history for specific crypto currency
coin <- "kin"
kin_coins <- listCoins(coin)
# }
# NOT RUN {
# retrieving market history for ALL crypto currencies
all_coins <- getCoins()
# retrieving this years market history for ALL crypto currencies
all_coins <- getCoins(start_date = '20180101')
# }
Run the code above in your browser using DataLab