View source: R/download_prices.R
get.market.cap | R Documentation |
Download marketcap from cryptocompare.com
n |
number of coins (default = 100) |
value |
the currency to express the value of the coin. (default = 'USD') |
#Get the top 100 coins in Market cap in USD
crypto::get.market.cap()
#Get the top 300 coins in Market cap in EUR
crypto::get.market.cap(300,'eur')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.