Get CoinMarketCap ID map
GET {{baseUrl}}/v1/exchange/map?listing_status=<>&slug=<get>&start=<>&limit=<>
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.
This endpoint is available on the following API plans:
- Starter
- Hobbyist
- Standard
- Professional
- Enterpris
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
listing_status | string | Only active coins are returned by default. Pass 'inactive' to get a list of coins that are no longer active. | |
slug | string | Alternatively, one or more comma-separated exchange names in URL friendly shorthand "slug" format (all lowercase, spaces replaced with hyphens). Example: "binance,gdax". At least one "id" or "slug" is required. | |
start | string | Optionally offset the start (1-based index) of the paginated list of items to return. | |
limit | string | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. |