List all cryptocurrencies (latest)
GET {{baseUrl}}/v1/cryptocurrency/listings/latest?start=<>&limit=<>&convert=<>&sort=<>&sort_dir=<>&cryptocurrency_type=<>
Get a paginated list of all cryptocurrencies with latest market data. You can configure this call to sort by market cap or another market ranking field. Use the convert
option to return market values in multiple fiat and cryptocurrency conversions in the same call.
Cryptocurrencies are listed by CoinMarketCap Rank by default. You may optionally sort against any of the following: name: The cryptocurrency name. symbol: The cryptocurrency symbol. date_added: Date cryptocurrency w
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
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. | |
convert | string | Pass up to 32 comma-separated fiat or cryptocurrency symbols to convert the source amount to. | |
sort | string | What field to sort the list of cryptocurrencies by. | |
sort_dir | string | The direction in which to order cryptocurrencies against the specified sort. | |
cryptocurrency_type | string | The type of cryptocurrency to include. |