Get CoinMarketCap ID map

GET {{baseUrl}}/v1/cryptocurrency/map?listing_status=<>&start=<>&limit=<>&symbol=<get>

Returns a paginated list of all cryptocurrencies by CoinMarketCap ID. We recommend using this convenience endpoint to lookup and utilize our unique cryptocurrency id across all endpoints as typical identifiers like ticker symbols can match multiple cryptocurrencies and change over time. As a convenience you may pass a comma-separated list of cryptocurrency symbols as symbol to filter this list to only those you require.

This endpoint is available on the following API plans: - Start

Request Params

KeyDatatypeRequiredDescription
listing_statusstringOnly active coins are returned by default. Pass 'inactive' to get a list of coins that are no longer active.
startstringOptionally offset the start (1-based index) of the paginated list of items to return.
limitstringOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
symbolstringAlternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "symbol" is required.