get_crypto_map: Get active cryptocurrencies

Description Usage Arguments Value References Examples

View source: R/currencies.R

Description

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

Usage

1

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

Examples

1
2
3
4
5
6
7
8
## 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)

trafficonese/coinmarketcap_v2 documentation built on Nov. 5, 2019, 10:57 a.m.