Endpoints for cryptocurrency data. This category includes 19 endpoints:
- /v1/cryptocurrency/map - CoinMarketCap ID Map
- /v2/cryptocurrency/info - Cryptocurrency Metadata
- /v3/cryptocurrency/listings/latest - Cryptocurrency Listings
- /v1/cryptocurrency/listings/latest - Listings Latest
- /v1/cryptocurrency/listings/new - Listings New
- /v1/cryptocurrency/listings/historical - Listings Historical
- /v3/cryptocurrency/quotes/latest - Cryptocurrency Quotes Latest
- /v3/cryptocurrency/quotes/historical - Cryptocurrency Quotes Historical
- /v2/cryptocurrency/market-pairs/latest - Cryptocurrency Market Pairs Latest
- /v2/cryptocurrency/ohlcv/latest - OHLCV Latest
- /v2/cryptocurrency/ohlcv/historical - OHLCV Historical
- /v2/cryptocurrency/price-performance-stats/latest - Price Performance Stats
- /v1/cryptocurrency/categories - Categories
- /v1/cryptocurrency/category - Category
- /v1/cryptocurrency/airdrops - Airdrops
- /v1/cryptocurrency/airdrop - Airdrop
- /v1/cryptocurrency/trending/latest - Trending Latest
- /v1/cryptocurrency/trending/most-visited - Trending Most Visited
- /v1/cryptocurrency/trending/gainers-losers - Trending Gainers & Losers
Airdrop
Returns information about a single airdrop available on CoinMarketCap. Includes the cryptocurrency metadata.
This endpoint is available on the following API plans:
- Hobbyist
- Startup
- Standard
- Professional
- Enterprise
Cache / Update frequency: Data is updated only as needed, every 30 seconds.
Plan credit use: 1 API call credit per request no matter query size.
CMC equivalent pages: Our free airdrops page coinmarketcap.com/airdrop/.
query Parameters
idAirdrop Unique ID. This can be found using the Airdrops API.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Airdrop › Responses
Successful
Results of your query returned as an object map.
Standardized status object for API calls.
Airdrops
Returns a list of past, present, or future airdrops which have run on CoinMarketCap.
This endpoint is available on the following API plans:
- Hobbyist
- Startup
- Standard
- Professional
- Enterprise
Cache / Update frequency: Data is updated only as needed, every 30 seconds.
Plan credit use: 1 API call credit per request no matter query size.
CMC equivalent pages: Our free airdrops page coinmarketcap.com/airdrop/.
query Parameters
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
statusWhat status of airdrops.
id^\d*$Filtered airdrops by one cryptocurrency CoinMarketCap IDs. Example: 1
slug^[0-9a-z-]*$Alternatively filter airdrops by a cryptocurrency slug. Example: "bitcoin"
symbol^[0-9A-Za-z$@\-]*$Alternatively filter airdrops one cryptocurrency symbol. Example: "BTC".
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Airdrops › Responses
Successful
Array of airdrop object results.
Standardized status object for API calls.
Categories
Returns information about all coin categories available on CoinMarketCap. Includes a paginated list of cryptocurrency quotes and metadata from each category.
This endpoint is available on the following API plans:
- Free
- Hobbyist
- Startup
- Standard
- Professional
- Enterprise
Cache / Update frequency: Data is updated only as needed, every 30 seconds.
Plan credit use: 1 API call credit per request + 1 call credit per 200 cryptocurrencies returned (rounded up) and 1 call credit per convert option beyond the first.
CMC equivalent pages: Our free airdrops page coinmarketcap.com/cryptocurrency-category/.
query Parameters
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
id^\d+(?:,\d+)*$Filtered categories by one or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2
slug^[0-9a-z-]+(?:,[0-9a…Alternatively filter categories by a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum"
symbol^[0-9A-Za-z$@\-,]+(?…Alternatively filter categories one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH".
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Categories › Responses
Successful
Results of your query returned as an object map.
Standardized status object for API calls.
Category
Returns information about a single coin category available on CoinMarketCap. Includes a paginated list of the cryptocurrency quotes and metadata for the category.
This endpoint is available on the following API plans:
- Free
- Hobbyist
- Startup
- Standard
- Professional
- Enterprise
Cache / Update frequency: Data is updated only as needed, every 30 seconds.
Plan credit use: 1 API call credit per request + 1 call credit per 200 cryptocurrencies returned (rounded up) and 1 call credit per convert option beyond the first.
CMC equivalent pages: Our Cryptocurrency Category page coinmarketcap.com/cryptocurrency-category/.
query Parameters
idThe Category ID. This can be found using the Categories API.
startOptionally offset the start (1-based index) of the paginated list of coins to return.
limitOptionally specify the number of coins to return. Use this parameter and the "start" parameter to determine your own pagination size.
convert^[0-9A-Za-z$@\-,]+(?…Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found here. Each conversion is returned in its own "quote" object.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Category › Responses
Successful
Results of your query returned as an object map.
Standardized status object for API calls.
CoinMarketCap ID Map
Returns a mapping of all cryptocurrencies to unique CoinMarketCap ids. Per our Best practices we recommend utilizing CMC ID instead of cryptocurrency symbols to securely identify cryptocurrencies with our other endpoints and in your own application logic. Each cryptocurrency returned includes typical identifiers such as name, symbol, and token_address for flexible mapping to id.
By default this endpoint returns cryptocurrencies that have actively tracked markets on supported exchanges. You may receive a map of all inactive cryptocurrencies by passing listing_status=inactive. You may also receive a map of registered cryptocurrency projects that are listed but do not yet meet methodology requirements to have tracked markets via listing_status=untracked. Please review our methodology documentation for additional details on listing states.
Cryptocurrencies returned include first_historical_data and last_historical_data timestamps to conveniently reference historical date ranges available to query with historical time-series data endpoints. You may also use the aux parameter to only include properties you require to slim down the payload if calling this endpoint frequently.
This endpoint is available on the following API plans:
- Basic
- Hobbyist
- Startup
- Standard
- Professional
- Enterprise
Cache / Update frequency: Mapping data is updated only as needed, every 30 seconds.
Plan credit use: 1 API call credit per request no matter query size.
CMC equivalent pages: No equivalent, this data is only available via API.
query Parameters
listing_status^(active|inactive|un…Only active cryptocurrencies are returned by default. Pass inactive to get a list of cryptocurrencies that are no longer active. Pass untracked to get a list of cryptocurrencies that are listed but do not yet meet methodology requirements to have tracked markets available. You may pass one or more comma-separated values.
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
sortWhat field to sort the list of cryptocurrencies by.
symbol^[0-9A-Za-z$@\-,]+(?…Optionally pass a comma-separated list of cryptocurrency symbols to return CoinMarketCap IDs for. If this option is passed, other options will be ignored.
aux^(platform|first_his…Optionally specify a comma-separated list of supplemental data fields to return. Pass platform,first_historical_data,last_historical_data,is_active,status to include all auxiliary fields.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
CoinMarketCap ID Map › Responses
Successful
Array of cryptocurrency object results.
Standardized status object for API calls.
Cryptocurrency Metadata
Returns all static metadata available for one or more cryptocurrencies. This information includes details like logo, description, official website URL, social links, and links to a cryptocurrency's technical documentation.
Please note: This documentation relates to our updated V2 endpoint, which may be incompatible with our V1 versions. Documentation for deprecated endpoints can be found the deprecated section.
This endpoint is available on the following API plans:
- Basic
- Startup
- Hobbyist
- Standard
- Professional
- Enterprise
Cache / Update frequency: Static data is updated only as needed, every 30 seconds.
Plan credit use: 1 call credit per 100 cryptocurrencies returned (rounded up).
CMC equivalent pages: Cryptocurrency detail page metadata like coinmarketcap.com/currencies/bitcoin/.
query Parameters
id^\d+(?:,\d+)*$One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2"
slug^[0-9a-z-]+(?:,[0-9a…Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum"
symbol^[0-9A-Za-z$@\-,]+(?…Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "slug" or "symbol" is required for this request. Please note that starting in the v2 endpoint, due to the fact that a symbol is not unique, if you request by symbol each data response will contain an array of objects containing all of the coins that use each requested symbol. The v1 endpoint will still return a single object, the highest ranked coin using that symbol.
addressAlternatively pass in a contract address. Example: "0xc40af1e4fecfa05ce6bab79dcd8b373d2e436c4e"
skip_invalidPass true to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned.
aux^(urls|logo|descript…Optionally specify a comma-separated list of supplemental data fields to return. Pass urls,logo,description,tags,platform,date_added,notice,status to include all auxiliary fields.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Cryptocurrency Metadata › Responses
Successful
Results of your query returned as an object map.
Standardized status object for API calls.
Listings Historical
Returns a ranked and sorted list of all cryptocurrencies for a historical UTC date.
Technical Notes
- This endpoint is identical in format to our
/cryptocurrency/listings/latestendpoint but is used to retrieve historical daily ranking snapshots from the end of each UTC day. - Daily snapshots reflect market data at the end of each UTC day and may be requested as far back as 2013-04-28 (as supported by your plan's historical limits).
- The required "date" parameter can be passed as a Unix timestamp or ISO 8601 date but only the date portion of the timestamp will be referenced. It is recommended to send an ISO date format like "2019-10-10" without time.
- This endpoint is for retrieving paginated and sorted lists of all currencies. If you require historical market data on specific cryptocurrencies you should use
/cryptocurrency/quotes/historical.
Cryptocurrencies are listed by cmc_rank by default. You may optionally sort against any of the following:
cmc_rank: CoinMarketCap's market cap rank as outlined in our methodology.
name: The cryptocurrency name.
symbol: The cryptocurrency symbol.
market_cap: market cap (latest trade price x circulating supply).
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.
volume_24h: 24 hour trading volume for each currency.
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 (1 month)
- Startup (1 month)
- Standard (3 month)
- Professional (12 months)
- Enterprise (Up to 6 years)
Cache / Update frequency: The last completed UTC day is available 30 minutes after midnight on the next UTC day.
Plan credit use: 1 call credit per 100 cryptocurrencies returned (rounded up) and 1 call credit per convert option beyond the first.
CMC equivalent pages: Our historical daily crypto ranking snapshot pages like this one on February 02, 2014.
query Parameters
datedate (Unix or ISO 8601) to reference day of snapshot.
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
convert^[0-9A-Za-z$@\-,]+(?…Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found here. Each conversion is returned in its own "quote" object.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
sortWhat field to sort the list of cryptocurrencies by.
sort_dirThe direction in which to order cryptocurrencies against the specified sort.
cryptocurrency_typeThe type of cryptocurrency to include.
aux^(platform|tags|date…Optionally specify a comma-separated list of supplemental data fields to return. Pass platform,tags,date_added,circulating_supply,total_supply,max_supply,cmc_rank,num_market_pairs to include all auxiliary fields.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Listings Historical › Responses
Successful
Array of cryptocurrency objects matching the list options.
Standardized status object for API calls.
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.
query Parameters
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
price_minOptionally specify a threshold of minimum USD price to filter results by.
price_maxOptionally specify a threshold of maximum USD price to filter results by.
market_cap_minOptionally specify a threshold of minimum market cap to filter results by.
market_cap_maxOptionally specify a threshold of maximum market cap to filter results by.
volume_24h_minOptionally specify a threshold of minimum 24 hour USD volume to filter results by.
volume_24h_maxOptionally specify a threshold of maximum 24 hour USD volume to filter results by.
circulating_supply_minOptionally specify a threshold of minimum circulating supply to filter results by.
circulating_supply_maxOptionally specify a threshold of maximum circulating supply to filter results by.
percent_change_24h_minOptionally specify a threshold of minimum 24 hour percent change to filter results by.
percent_change_24h_maxOptionally specify a threshold of maximum 24 hour percent change to filter results by.
self_reported_circulating_supply_minOptionally specify a threshold of minimum self reported circulating supply to filter results by.
self_reported_circulating_supply_maxOptionally specify a threshold of maximum self reported circulating supply to filter results by.
self_reported_market_cap_minOptionally specify a threshold of minimum self reported market cap to filter results by.
self_reported_market_cap_maxOptionally specify a threshold of maximum self reported market cap to filter results by.
unlocked_market_cap_minOptionally specify a threshold of minimum unlocked market cap to filter results by.
unlocked_market_cap_maxOptionally specify a threshold of maximum unlocked market cap to filter results by.
unlocked_circulating_supply_minOptionally specify a threshold of minimum unlocked circulating supply to filter results by.
unlocked_circulating_supply_maxOptionally specify a threshold of maximum unlocked circulating supply to filter results by.
convert^[0-9A-Za-z$@\-,]+(?…Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found here. Each conversion is returned in its own "quote" object.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
sortWhat field to sort the list of cryptocurrencies by.
sort_dirThe direction in which to order cryptocurrencies against the specified sort.
cryptocurrency_typeThe type of cryptocurrency to include.
tagThe tag of cryptocurrency to include.
aux^(num_market_pairs|c…Optionally specify a comma-separated list of supplemental data fields to return. Pass num_market_pairs,cmc_rank,date_added,tags,platform,max_supply,circulating_supply,total_supply,market_cap_by_total_supply,volume_24h_reported,volume_7d,volume_7d_reported,volume_30d,volume_30d_reported,is_market_cap_included_in_calc to include all auxiliary fields.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Listings Latest › Responses
Successful
Array of cryptocurrency objects matching the list options.
Standardized status object for API calls.
Listings New
Returns a paginated list of most recently added cryptocurrencies.
This endpoint is available on the following API plans:
- 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 "new" cryptocurrency page coinmarketcap.com/new/
NOTE: Use this endpoint if you need a sorted and paginated list of all recently added cryptocurrencies.
query Parameters
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
convert^[0-9A-Za-z$@\-,]+(?…Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found here. Each conversion is returned in its own "quote" object.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
sort_dirThe direction in which to order cryptocurrencies against the specified sort.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Listings New › Responses
Successful
Array of cryptocurrency objects matching the list options.
Standardized status object for API calls.
Trending Gainers & Losers
Returns a paginated list of all trending cryptocurrencies, determined and sorted by the largest price gains or losses.
You may sort against any of the following:
percent_change_24h: 24 hour trading price percentage change for each currency.
This endpoint is available on the following API plans:
- Startup
- Standard
- Professional
- Enterprise
Cache / Update frequency: Every 10 minutes.
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 cryptocurrency Gainers & Losers page coinmarketcap.com/gainers-losers/.
query Parameters
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
time_periodAdjusts the overall window of time for the biggest gainers and losers.
convert^[0-9A-Za-z$@\-,]+(?…Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found here. Each conversion is returned in its own "quote" object.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
sortWhat field to sort the list of cryptocurrencies by.
sort_dirThe direction in which to order cryptocurrencies against the specified sort.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Trending Gainers & Losers › Responses
Successful
Array of cryptocurrency objects matching the list options.
Standardized status object for API calls.
Trending Latest
Returns a paginated list of all trending cryptocurrency market data, determined and sorted by CoinMarketCap search volume.
This endpoint is available on the following API plans:
- Startup
- Standard
- Professional
- Enterprise
Cache / Update frequency: Every 10 minutes.
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 cryptocurrency Trending page coinmarketcap.com/trending-cryptocurrencies/.
query Parameters
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
time_periodAdjusts the overall window of time for the latest trending coins.
convert^[0-9A-Za-z$@\-,]+(?…Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found here. Each conversion is returned in its own "quote" object.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Trending Latest › Responses
Successful
Array of cryptocurrency objects matching the list options.
Standardized status object for API calls.
Trending Most Visited
Returns a paginated list of all trending cryptocurrency market data, determined and sorted by traffic to coin detail pages.
This endpoint is available on the following API plans:
- Startup
- Standard
- Professional
- Enterprise
Cache / Update frequency: Every 24 hours.
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: The CoinMarketCap “Most Visited” trending list. coinmarketcap.com/most-viewed-pages/.
query Parameters
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
time_periodAdjusts the overall window of time for most visited currencies.
convert^[0-9A-Za-z$@\-,]+(?…Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found here. Each conversion is returned in its own "quote" object.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Trending Most Visited › Responses
Successful
Array of cryptocurrency objects matching the list options.
Standardized status object for API calls.
Cryptocurrency Market Pairs Latest
Lists all active market pairs that CoinMarketCap tracks for a given cryptocurrency or fiat currency. All markets with this currency as the pair base or pair quote will be returned. The latest price and volume information is returned for each market. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call.
Please note: This documentation relates to our updated V2 endpoint, which may be incompatible with our V1 versions. Documentation for deprecated endpoints can be found the deprecated section.
This endpoint is available on the following API plans:
BasicHobbyistStartup- Standard
- Professional
- Enterprise
Cache / Update frequency: Every 1 minute.
Plan credit use: 1 call credit per 100 market pairs returned (rounded up) and 1 call credit per convert option beyond the first.
CMC equivalent pages: Our active cryptocurrency markets pages like coinmarketcap.com/currencies/bitcoin/#markets.
query Parameters
idA cryptocurrency or fiat currency by CoinMarketCap ID to list market pairs for. Example: "1"
slug^[0-9a-z-]*$Alternatively pass a cryptocurrency by slug. Example: "bitcoin"
symbol^[0-9A-Za-z$@\-]*$Alternatively pass a cryptocurrency by symbol. Fiat currencies are not supported by this field. Example: "BTC". A single cryptocurrency "id", "slug", or "symbol" is required.
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
sort_dirOptionally specify the sort direction of markets returned.
sortOptionally specify the sort order of markets returned. By default we return a strict sort on 24 hour reported volume. Pass cmc_rank to return a CMC methodology based sort where markets with excluded volumes are returned last.
aux^(num_market_pairs|c…Optionally specify a comma-separated list of supplemental data fields to return. Pass num_market_pairs,category,fee_type,market_url,currency_name,currency_slug,price_quote,notice,cmc_rank,effective_liquidity,market_score,market_reputation to include all auxiliary fields.
matched_id^\d+(?:,\d+)*$Optionally include one or more fiat or cryptocurrency IDs to filter market pairs by. For example ?id=1&matched_id=2781 would only return BTC markets that matched: "BTC/USD" or "USD/BTC". This parameter cannot be used when matched_symbol is used.
matched_symbol^[0-9A-Za-z$@\-,]+(?…Optionally include one or more fiat or cryptocurrency symbols to filter market pairs by. For example ?symbol=BTC&matched_symbol=USD would only return BTC markets that matched: "BTC/USD" or "USD/BTC". This parameter cannot be used when matched_id is used.
categoryThe category of trading this market falls under. Spot markets are the most common but options include derivatives and OTC.
fee_typeThe fee type the exchange enforces for this market.
convert^[0-9A-Za-z$@\-,]+(?…Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found here. Each conversion is returned in its own "quote" object.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Cryptocurrency Market Pairs Latest › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.
OHLCV Historical
Returns historical OHLCV (Open, High, Low, Close, Volume) data along with market cap for any cryptocurrency using time interval parameters. Currently daily and hourly OHLCV periods are supported. Volume is not currently supported for hourly OHLCV intervals before 2020-09-22.
Please note: This documentation relates to our updated V2 endpoint, which may be incompatible with our V1 versions. Documentation for deprecated endpoints can be found the deprecated section.
Technical Notes
- Only the date portion of the timestamp is used for daily OHLCV so it's recommended to send an ISO date format like "2018-09-19" without time for this "time_period".
- One OHLCV quote will be returned for every "time_period" between your "time_start" (exclusive) and "time_end" (inclusive).
- If a "time_start" is not supplied, the "time_period" will be calculated in reverse from "time_end" using the "count" parameter which defaults to 10 results.
- If "time_end" is not supplied, it defaults to the current time.
- If you don't need every "time_period" between your dates you may adjust the frequency that "time_period" is sampled using the "interval" parameter. For example with "time_period" set to "daily" you may set "interval" to "2d" to get the daily OHLCV for every other day. You could set "interval" to "monthly" to get the first daily OHLCV for each month, or set it to "yearly" to get the daily OHLCV value against the same date every year.
Implementation Tips
- If querying for a specific OHLCV date your "time_start" should specify a timestamp of 1 interval prior as "time_start" is an exclusive time parameter (as opposed to "time_end" which is inclusive to the search). This means that when you pass a "time_start" results will be returned for the next complete "time_period". For example, if you are querying for a daily OHLCV datapoint for 2018-11-30 your "time_start" should be "2018-11-29".
- If only specifying a "count" parameter to return latest OHLCV periods, your "count" should be 1 number higher than the number of results you expect to receive. "Count" defines the number of "time_period" intervals queried, not the number of results to return, and this includes the currently active time period which is incomplete when working backwards from current time. For example, if you want the last daily OHLCV value available simply pass "count=2" to skip the incomplete active time period.
- This endpoint supports requesting multiple cryptocurrencies in the same call. Please note the API response will be wrapped in an additional object in this case.
Interval Options
There are 2 types of time interval formats that may be used for "time_period" and "interval" parameters. For "time_period" these return aggregate OHLCV data from the beginning to end of each interval period. Apply these time intervals to "interval" to adjust how frequently "time_period" is sampled.
The first are calendar year and time constants in UTC time:
"hourly" - Hour intervals in UTC.
"daily" - Calendar day intervals for each UTC day.
"weekly" - Calendar week intervals for each calendar week.
"monthly" - Calendar month intervals for each calendar month.
"yearly" - Calendar year intervals for each calendar year.
The second are relative time intervals.
"h": Get the first quote available every "h" hours (3600 second intervals). Supported hour intervals are: "1h", "2h", "3h", "4h", "6h", "12h".
"d": Time periods that repeat every "d" days (86400 second intervals). Supported day intervals are: "1d", "2d", "3d", "7d", "14d", "15d", "30d", "60d", "90d", "365d".
Please note that "time_period" currently supports the "daily" and "hourly" options. "interval" supports all interval options.
This endpoint is available on the following API plans:
BasicHobbyist- Startup (1 month)
- Standard (3 months)
- Professional (12 months)
- Enterprise (Up to 6 years)
Cache / Update frequency: Latest Daily OHLCV record is available ~5 to ~10 minutes after each midnight UTC. The latest hourly OHLCV record is available 5 minutes after each UTC hour.
Plan credit use: 1 call credit per 100 OHLCV data points returned (rounded up) and 1 call credit per convert option beyond the first.
CMC equivalent pages: Our historical cryptocurrency data pages like coinmarketcap.com/currencies/bitcoin/historical-data/.
query Parameters
id^\d+(?:,\d+)*$One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,1027"
slug^[0-9a-z-]+(?:,[0-9a…Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum"
symbol^[0-9A-Za-z$@\-,]+(?…Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "slug" or "symbol" is required for this request.
time_periodTime period to return OHLCV data for. The default is "daily". If hourly, the open will be 01:00 and the close will be 01:59. If daily, the open will be 00:00:00 for the day and close will be 23:59:99 for the same day. See the main endpoint description for details.
time_startTimestamp (Unix or ISO 8601) to start returning OHLCV time periods for. Only the date portion of the timestamp is used for daily OHLCV so it's recommended to send an ISO date format like "2018-09-19" without time.
time_endTimestamp (Unix or ISO 8601) to stop returning OHLCV time periods for (inclusive). Optional, if not passed we'll default to the current time. Only the date portion of the timestamp is used for daily OHLCV so it's recommended to send an ISO date format like "2018-09-19" without time.
countOptionally limit the number of time periods to return results for. The default is 10 items. The current query limit is 10000 items.
intervalOptionally adjust the interval that "time_period" is sampled. For example with interval=monthly&time_period=daily you will see a daily OHLCV record for January, February, March and so on. See main endpoint description for available options.
convert^[0-9A-Za-z$@\-,]+(?…By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 fiat currencies or cryptocurrencies.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
skip_invalidPass true to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
OHLCV Historical › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.
OHLCV Latest
Returns the latest OHLCV (Open, High, Low, Close, Volume) market values for one or more cryptocurrencies for the current UTC day. Since the current UTC day is still active these values are updated frequently. You can find the final calculated OHLCV values for the last completed UTC day along with all historic days using /cryptocurrency/ohlcv/historical.
Please note: This documentation relates to our updated V2 endpoint, which may be incompatible with our V1 versions. Documentation for deprecated endpoints can be found the deprecated section.
This endpoint is available on the following API plans:
BasicHobbyist- Startup
- Standard
- Professional
- Enterprise
Cache / Update frequency: Every 10 minutes. Additional OHLCV intervals and 1 minute updates will be available in the future.
Plan credit use: 1 call credit per 100 OHLCV values returned (rounded up) and 1 call credit per convert option beyond the first.
CMC equivalent pages: No equivalent, this data is only available via API.
query Parameters
id^\d+(?:,\d+)*$One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2
symbol^[0-9A-Za-z$@\-,]+(?…Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "symbol" is required.
convert^[0-9A-Za-z$@\-,]+(?…Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found here. Each conversion is returned in its own "quote" object.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
skip_invalidPass true to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
OHLCV Latest › Responses
Successful
A map of cryptocurrency objects by ID or symbol (as passed in query parameters).
Standardized status object for API calls.
Price Performance Stats
Returns price performance statistics for one or more cryptocurrencies including launch price ROI and all-time high / all-time low. Stats are returned for an all_time period by default. UTC yesterday and a number of rolling time periods may be requested using the time_period parameter. Utilize the convert parameter to translate values into multiple fiats or cryptocurrencies using historical rates.
Please note: This documentation relates to our updated V2 endpoint, which may be incompatible with our V1 versions. Documentation for deprecated endpoints can be found the deprecated section.
This endpoint is available on the following API plans:
BasicHobbyist- Startup
- Standard
- Professional
- Enterprise
Cache / Update frequency: Every 60 seconds.
Plan credit use: 1 call credit per 100 cryptocurrencies returned (rounded up) and 1 call credit per convert option beyond the first.
CMC equivalent pages: The statistics module displayed on cryptocurrency pages like Bitcoin.
NOTE: You may also use /cryptocurrency/ohlcv/historical for traditional OHLCV data at historical daily and hourly intervals. You may also use /v1/cryptocurrency/ohlcv/latest for OHLCV data for the current UTC day.
query Parameters
id^\d+(?:,\d+)*$One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2
slug^[0-9a-z-]+(?:,[0-9a…Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum"
symbol^[0-9A-Za-z$@\-,]+(?…Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "slug" or "symbol" is required for this request.
time_period^(all_time|yesterday…Specify one or more comma-delimited time periods to return stats for. all_time is the default. Pass all_time,yesterday,24h,7d,30d,90d,365d to return all supported time periods. All rolling periods have a rolling close time of the current request time. For example 24h would have a close time of now and an open time of 24 hours before now. Please note: yesterday is a UTC period and currently does not currently support high and low timestamps.
convert^[0-9A-Za-z$@\-,]+(?…Optionally calculate quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found here. Each conversion is returned in its own "quote" object.
convert_id^\d+(?:,\d+)*$Optionally calculate quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
skip_invalidPass true to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested cryptocurrencies. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Price Performance Stats › Responses
Successful
An object map of cryptocurrency objects by ID, slug, or symbol (as used in query parameters).
Standardized status object for API calls.
Cryptocurrency Quotes Historical
Returns an interval of historic market quotes for any cryptocurrency based on time and interval parameters.
Please note: This documentation relates to our updated V3 endpoint, which may be incompatible with our V1 versions. Documentation for deprecated endpoints can be found the deprecated section.
Technical Notes
- A historic quote for every "interval" period between your "time_start" and "time_end" will be returned.
- If a "time_start" is not supplied, the "interval" will be applied in reverse from "time_end".
- If "time_end" is not supplied, it defaults to the current time.
- At each "interval" period, the historic quote that is closest in time to the requested time will be returned.
- If no historic quotes are available in a given "interval" period up until the next interval period, it will be skipped.
Implementation Tips
- Want to get the last quote of each UTC day? Don't use "interval=daily" as that returns the first quote. Instead use "interval=24h" to repeat a specific timestamp search every 24 hours and pass ex. "time_start=2019-01-04T23:59:00.000Z" to query for the last record of each UTC day.
- This endpoint supports requesting multiple cryptocurrencies in the same call. Please note the API response will be wrapped in an additional object in this case.
Interval Options
There are 2 types of time interval formats that may be used for "interval".
The first are calendar year and time constants in UTC time:
"hourly" - Get the first quote available at the beginning of each calendar hour.
"daily" - Get the first quote available at the beginning of each calendar day.
"weekly" - Get the first quote available at the beginning of each calendar week.
"monthly" - Get the first quote available at the beginning of each calendar month.
"yearly" - Get the first quote available at the beginning of each calendar year.
The second are relative time intervals.
"m": Get the first quote available every "m" minutes (60 second intervals). Supported minutes are: "5m", "10m", "15m", "30m", "45m".
"h": Get the first quote available every "h" hours (3600 second intervals). Supported hour intervals are: "1h", "2h", "3h", "4h", "6h", "12h".
"d": Get the first quote available every "d" days (86400 second intervals). Supported day intervals are: "1d", "2d", "3d", "7d", "14d", "15d", "30d", "60d", "90d", "365d".
This endpoint is available on the following API plans:
Basic- Hobbyist (1 month)
- Startup (1 month)
- Standard (3 month)
- Professional (12 months)
- Enterprise (Up to 6 years)
Cache / Update frequency: Every 5 minutes.
Plan credit use: 1 call credit per 100 historical data points returned (rounded up) and 1 call credit per convert option beyond the first.
CMC equivalent pages: Our historical cryptocurrency charts like coinmarketcap.com/currencies/bitcoin/#charts.
query Parameters
id^\d+(?:,\d+)*$One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2"
symbol^[0-9A-Za-z$@\-,]+(?…Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "symbol" is required for this request.
time_startTimestamp (Unix or ISO 8601) to start returning quotes for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end".
time_endTimestamp (Unix or ISO 8601) to stop returning quotes for (inclusive). Optional, if not passed, we'll default to the current time. If no "time_start" is passed, we return quotes in reverse order starting from this time.
countThe number of interval periods to return results for. Optional, required if both "time_start" and "time_end" aren't supplied. The default is 10 items. The current query limit is 10000.
intervalInterval of time to return data points for. See details in endpoint description.
convert^[0-9A-Za-z$@\-,]+(?…By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies.
convert_id(^\d+(?:,\d+)*$|(\d,…Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
aux^(price|volume|marke…Optionally specify a comma-separated list of supplemental data fields to return. Pass price,volume,market_cap,circulating_supply,total_supply,quote_timestamp,is_active,is_fiat,search_interval to include all auxiliary fields.
skip_invalidPass true to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested cryptocurrencies. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Cryptocurrency Quotes Historical › Responses
Successful
Results of your query returned as an object map.
Standardized status object for API calls.
Cryptocurrency Quotes Latest
Returns the latest market quote for 1 or more cryptocurrencies. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call.
Please note: This documentation relates to our updated V3 endpoint, which may be incompatible with our V2 versions. Documentation for deprecated endpoints can be found the deprecated section.
This endpoint is available on the following API plans:
- Basic
- Startup
- Hobbyist
- Standard
- Professional
- Enterprise
Cache / Update frequency: Every 60 seconds.
Plan credit use: 1 call credit per 100 cryptocurrencies returned (rounded up) and 1 call credit per `convert` option beyond the first.
CMC equivalent pages: Latest market data pages for specific cryptocurrencies like coinmarketcap.com/currencies/bitcoin/.
NOTE: Use this endpoint to request the latest quote for specific cryptocurrencies. If you need to request all cryptocurrencies use /v3/cryptocurrency/listings/latest which is optimized for that purpose. The response data between these endpoints is otherwise the same.
query Parameters
idOne or more comma-separated cryptocurrency CoinMarketCap IDs.
slugAlternatively pass a comma-separated list of cryptocurrency slugs.
symbolAlternatively pass one or more comma-separated cryptocurrency symbols.
convertOptionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols.
convert_idOptionally calculate market quotes by CoinMarketCap ID instead of symbol.
auxOptionally specify a comma-separated list of supplemental data fields to return.
skip_invalidPass true to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested cryptocurrencies. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Cryptocurrency Quotes Latest › Responses
OK
idnamesymbolslugis_activeinfinite_supplyis_market_cap_included_in_calcis_fiatcirculating_supplyCirculating supply of the cryptocurrency
total_supplyTotal supply of the cryptocurrency
max_supplyMaximum supply of the cryptocurrency
date_addednum_market_pairscmc_ranklast_updatedtvl_ratioTVL to market cap ratio
self_reported_circulating_supplySelf-reported circulating supply
self_reported_market_capSelf-reported market capitalization
unlocked_circulating_supplyUnlocked circulating supply
unlocked_market_capUnlocked market capitalization
Cryptocurrency Listings
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 /v3/cryptocurrency/quotes/latest which is optimized for that purpose. The response data between these endpoints is otherwise the same.
query Parameters
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
price_minOptionally specify a threshold of minimum USD price to filter results by.
price_maxOptionally specify a threshold of maximum USD price to filter results by.
market_cap_minOptionally specify a threshold of minimum market cap to filter results by.
market_cap_maxOptionally specify a threshold of maximum market cap to filter results by.
volume_24h_minOptionally specify a threshold of minimum 24 hour USD volume to filter results by.
volume_24h_maxOptionally specify a threshold of maximum 24 hour USD volume to filter results by.
circulating_supply_minOptionally specify a threshold of minimum circulating supply to filter results by.
circulating_supply_maxOptionally specify a threshold of maximum circulating supply to filter results by.
percent_change_24h_minOptionally specify a threshold of minimum 24 hour percent change to filter results by.
percent_change_24h_maxOptionally specify a threshold of maximum 24 hour percent change to filter results by.
convertOptionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. Each conversion is returned in its own "quote" object.
convert_idOptionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=1,2781 would replace convert=BTC,USD in your query. This parameter cannot be used when convert is used.
sortWhat field to sort the list of cryptocurrencies by.
sort_dirThe direction in which to order cryptocurrencies against the specified sort.
cryptocurrency_typeThe type of cryptocurrency to include.
tagThe tag of cryptocurrency to include.
auxOptionally specify a comma-separated list of supplemental data fields to return. Pass num_market_pairs,cmc_rank,date_added,tags,platform,max_supply,circulating_supply,total_supply,market_cap_by_total_supply,volume_24h_reported,volume_7d,volume_7d_reported,volume_30d,volume_30d_reported,is_market_cap_included_in_calc to include all auxiliary fields.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Cryptocurrency Listings › Responses
OK
idnamesymbolslugtagsis_activeinfinite_supplyis_market_cap_included_in_calcis_fiatcirculating_supplyCirculating supply of the cryptocurrency
total_supplyTotal supply of the cryptocurrency
max_supplyMaximum supply of the cryptocurrency
date_addednum_market_pairscmc_ranklast_updatedtvl_ratioTVL to market cap ratio
self_reported_circulating_supplySelf-reported circulating supply
self_reported_market_capSelf-reported market capitalization
unlocked_circulating_supplyUnlocked circulating supply
unlocked_market_capUnlocked market capitalization