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
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. | |
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. | |
symbol | string | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "symbol" is required. |