get_crypto_map: Get active cryptocurrencies

View source: R/currencies.R

get_crypto_mapR Documentation

Get active cryptocurrencies

Description

Get all active cryptocurrencies supported by the platform including a unique id

Usage

get_crypto_map(...)

Arguments

...

Further arguments passed to the request. Further information can be found in the API documentation

Value

A dataframe with all active cryptocurrencies supported by the platform including a unique id for each cryptocurrency.

References

API documentation

See Also

Other Cryptocurrencies: get_crypto_listings(), get_crypto_marketpairs(), get_crypto_meta(), get_crypto_ohlcv(), get_crypto_quotes(), get_marketcap_ticker_all(), get_valid_currencies()

Examples

## Not run: 
get_crypto_map()
get_crypto_map(symbol="BTC")
get_crypto_map(symbol=c("BTC","ETH"))
get_crypto_map(listing_status = "active", start = 1, limit = 10)
get_crypto_map(listing_status = "inactive", start = 1, limit = 10)

## End(Not run)

coinmarketcapr documentation built on March 18, 2022, 6:19 p.m.