get_exchange_map {coinmarketcapr} | R Documentation |
Get all cryptocurrency exchanges
Description
Returns a paginated list of all cryptocurrency exchanges by CoinMarketCap ID. We recommend using this convenience endpoint to lookup and utilize our unique exchange id across all endpoints as typical exchange identifiers may change over time. As a convenience you may pass a comma-separated list of exchanges by slug to filter this list to only those you require.
Usage
get_exchange_map(...)
Arguments
... |
Further arguments passed to the request. Further information can be found in the API documentation |
Value
A dataframe with exchange values
References
See Also
Other Exchanges:
get_exchange_meta()
Examples
## Not run:
get_exchange_map()
get_exchange_map(listing_status = "inactive",
slug = "binance", start = 5, limit = 100)
## End(Not run)
[Package coinmarketcapr version 0.4 Index]