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.

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

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