coins_map: Get Coinmarketcap Coin Map

View source: R/coins_map.R

coins_mapR Documentation

Get Coinmarketcap Coin Map

Description

Uses the map API that returns header information from Coinmarketcap. For more details see the documentation.

Usage

coins_map(
  listing_status = c("active", "inactive", "untracked"),
  aux = c("platform", "first_historical_data", "last_historical_data", "is_active",
    "status"),
  exportfile = NULL
)

Arguments

listing_status

Character vector containing the type of currencies you want to include. Can be "active", "inactive" or "untracked". Defaults to all the three.

aux

Character vector with auxiliary information. Defaults to all possible info.

exportfile

If output path is included, will save data to that file.

Details

You should use this function once at the beginning, save the file somewhere and then never re-run this function again, to save on API calls.

Value

A data frame containing the ID information for all cryptocurrencies available.


pietroreggiani/coinmarketcapAPImanager documentation built on May 16, 2022, 2:36 a.m.