CoinMarketCap_Top100: 'Coinmarketcap' Top 100 Currencies

Description Usage Arguments Details Value Author(s) References Examples

Description

Gets the top 100 currencies from 'coinmarketcap' api and creates a dataframe

Usage

1

Arguments

currency

defaults "USD"

Details

currencies availible ("AUD", "BRL", "CAD", "CHF", "CLP", "CNY", "CZK", "DKK", "EUR", "GBP", "HKD", "HUF", "IDR", "ILS", "INR", "JPY", "KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN", "RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR", "USD")

Dataframe Columns (id, name, symbol, rank, price_usd, price_btc, 24h_volume_usd, market_cap_usd, available_supply, total_supply, percent_change_1h, percent_change_24h, percent_change_7d, last_updated, price_(currency),X24h_volume_(currency),market_cap_(currency))

Value

returns a dataframe of the top 100 currencies

Author(s)

GitHub = Time-Gnome

References

https://coinmarketcap.com/api/

Examples

1
2
3
MyData <- CoinMarketCap_Top100(currency = "CAD")
MyData <- CoinMarketCap_Top100("AUD")
MyData <- CoinMarketCap_Top100()

RCrypto documentation built on May 2, 2019, 4:21 a.m.