Function listingsLatest

Listings Latest Returns a paginated list of all active cryptocurrencies with latest market data. The default "market_cap" sort returns cryptocurrency in order of CoinMarketCap's market cap rank (as outlined in our methodology) but you may configure this call to order by another market ranking field. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call.

You may sort against any of the following: market_cap: CoinMarketCap's market cap rank as outlined in our methodology. market_cap_strict: A strict market cap sort (latest trade price x circulating supply). name: The cryptocurrency name. symbol: The cryptocurrency symbol. date_added: Date cryptocurrency was added to the system. price: latest average trade price across markets. circulating_supply: approximate number of coins currently in circulation. total_supply: approximate total amount of coins in existence right now (minus any coins that have been verifiably burned). max_supply: our best approximation of the maximum amount of coins that will ever exist in the lifetime of the currency. num_market_pairs: number of market pairs across all exchanges trading each currency. market_cap_by_total_supply_strict: market cap by total supply. volume_24h: rolling 24 hour adjusted trading volume. volume_7d: rolling 24 hour adjusted trading volume. volume_30d: rolling 24 hour adjusted trading volume. percent_change_1h: 1 hour trading price percentage change for each currency. percent_change_24h: 24 hour trading price percentage change for each currency. percent_change_7d: 7 day trading price percentage change for each currency.

This endpoint is available on the following API plans:

  • Basic
  • Hobbyist
  • Startup
  • Standard
  • Professional
  • Enterprise

Cache / Update frequency: Every 60 seconds. Plan credit use: 1 call credit per 200 cryptocurrencies returned (rounded up) and 1 call credit per convert option beyond the first. CMC equivalent pages: Our latest cryptocurrency listing and ranking pages like coinmarketcap.com/all/views/all/, coinmarketcap.com/tokens/, coinmarketcap.com/gainers-losers/, coinmarketcap.com/new/.

NOTE: Use this endpoint if you need a sorted and paginated list of all cryptocurrencies. If you want to query for market data on a few specific cryptocurrencies use /v1/cryptocurrency/quotes/latest which is optimized for that purpose. The response data between these endpoints is otherwise the same.