get_exchange_map: Get all cryptocurrency exchanges

View source: R/exchanges.R

get_exchange_mapR 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

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)

## End(Not run)

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