Learn R Programming

coinmarketcapr (version 0.4)

get_exchange_map: 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

API documentation

See Also

Other Exchanges: get_exchange_meta()

Examples

Run this code
# NOT RUN {
get_exchange_map()
get_exchange_map(listing_status = "inactive",
                 slug = "binance", start = 5, limit = 100)
# }

Run the code above in your browser using DataLab