# CoinMarketCap > # Introduction The CoinMarketCap API is a suite of high-performance RESTful JSON endpoints that are specifically designed to meet the mission-critical demands of application developers, data scientists, and enterprise business platforms. This API reference includes all technical documentation developers need to integrate third-party applications and platforms. Additional answers to common questions can be found in the [CoinMarketCap API FAQ](https://coinmarketcap.com/api/faq). # Quick Start Guid MCP endpoint: https://coinmarketcap.mcp.junct.dev/mcp Domain: analytics Auth: api-key ## Tools ## Read ### get_v1_cryptocurrency_airdrops [DISCOVERY] 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/](https://coinmarketcap.com/airdrop/). Returns: { data: { id: string, project_name: string, description: string, status: string, coin: { id: unknown, name: **Parameters:** - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `status` (string, optional): What status of airdrops. - `id` (string, optional): Filtered airdrops by one cryptocurrency CoinMarketCap IDs. Example: 1 - `slug` (string, optional): Alternatively filter airdrops by a cryptocurrency slug. Example: "bitcoin" - `symbol` (string, optional): Alternatively filter airdrops one cryptocurrency symbol. Example: "BTC". > Call this first to discover valid IDs/slugs. ### get_v1_cryptocurrency_categories [DISCOVERY] 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 [co **Parameters:** - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `id` (string, optional): Filtered categories by one or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 - `slug` (string, optional): Alternatively filter categories by a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" - `symbol` (string, optional): Alternatively filter categories one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". > Call this first to discover valid IDs/slugs. ### get_v1_cryptocurrency_trending_gainerslosers [DISCOVERY] 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 cr **Parameters:** - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `time_period` (string, optional): Adjusts the overall window of time for the biggest gainers and losers. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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` (string, optional): What field to sort the list of cryptocurrencies by. - `sort_dir` (string, optional): The direction in which to order cryptocurrencies against the specified sort. > Call this first to discover valid IDs/slugs. ### get_v1_cryptocurrency_airdrop 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/](https://coinmarketcap.com/airdrop/). Returns: { data: { $key: { id: string, project_name: string, description: string, status: stri PREREQUISITE: You MUST first call a listing/map endpoint to resolve asset identifiers (id, slug, symbol) before calling data endpoints. **Parameters:** - `id` (string, required): Airdrop Unique ID. This can be found using the Airdrops API. ### get_v1_cryptocurrency_category 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 Cate PREREQUISITE: You MUST first call a listing/map endpoint to resolve asset identifiers (id, slug, symbol) before calling data endpoints. **Parameters:** - `id` (string, required): The Category ID. This can be found using the Categories API. - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of coins to return. - `limit` (string, optional): Optionally specify the number of coins to return. Use this parameter and the "start" parameter to determine your own pagination size. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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. ### get_v1_cryptocurrency_info [DISCOVERY] 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. **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 [c **Parameters:** - `id` (string, optional): One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" - `slug` (string, optional): Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" - `symbol` (string, optional): 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. - `address` (string, optional): Alternatively pass in a contract address. Example: "0xc40af1e4fecfa05ce6bab79dcd8b373d2e436c4e" - `aux` (string, optional): 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. ### get_v1_cryptocurrency_map [DISCOVERY] CoinMarketCap ID Map — Returns a mapping of all cryptocurrencies to unique CoinMarketCap `id`s. 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_s **Parameters:** - `listing_status` (string, optional): 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. - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `sort` (string, optional): What field to sort the list of cryptocurrencies by. - `symbol` (string, optional): 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` (string, optional): 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. ### get_v1_exchange_info [DISCOVERY] Metadata — Returns all static metadata for one or more exchanges. This information includes details like launch date, logo, official website URL, social links, and market fee documentation URL. **This endpoint is available on the following API plans:** - Basic - Hobbyist - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Static data is updated only as needed, every 30 seconds. **Plan credit use:** 1 call credit per 100 exchanges returned (rounded up). **CMC equivalent pages:** Exchange detail page metadata like [coinmarketcap.com/exchanges/binance/](https://coinmark **Parameters:** - `id` (string, optional): One or more comma-separated CoinMarketCap cryptocurrency exchange ids. Example: "1,2" - `slug` (string, optional): Alternatively, one or more comma-separated exchange names in URL friendly shorthand "slug" format (all lowercase, spaces replaced with hyphens). Example: "binance,gdax". At least one "id" *or* "slug" is required. - `aux` (string, optional): Optionally specify a comma-separated list of supplemental data fields to return. Pass `urls,logo,description,date_launched,notice,status` to include all auxiliary fields. ### get_v1_exchange_map [DISCOVERY] CoinMarketCap ID Map — Returns a paginated list of all active cryptocurrency exchanges by CoinMarketCap ID. We recommend using this convenience endpoint to lookup and utilize our unique exchange `id` across all endpoints as typical exchange identifiers may change over time. As a convenience you may pass a comma-separated list of exchanges by `slug` to filter this list to only those you require or the `aux` parameter to slim down the payload. By default this endpoint returns exchanges that have at least 1 actively tracked market. You may receive a map of all inactive cryptocurrencies by passing **Parameters:** - `listing_status` (string, optional): Only active exchanges are returned by default. Pass `inactive` to get a list of exchanges that are no longer active. Pass `untracked` to get a list of exchanges that are registered but do not currently meet methodology requirements to have active markets tracked. You may pass one or more comma-separated values. - `slug` (string, optional): Optionally pass a comma-separated list of exchange slugs (lowercase URL friendly shorthand name with spaces replaced with dashes) to return CoinMarketCap IDs for. If this option is passed, other options will be ignored. - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `sort` (string, optional): What field to sort the list of exchanges by. - `aux` (string, optional): Optionally specify a comma-separated list of supplemental data fields to return. Pass `first_historical_data,last_historical_data,is_active,status` to include all auxiliary fields. - `crypto_id` (string, optional): Optionally include one fiat or cryptocurrency IDs to filter market pairs by. For example `?crypto_id=1` would only return exchanges that have BTC. ### get_v1_fiat_map [DISCOVERY] CoinMarketCap ID Map — Returns a mapping of all supported fiat currencies to unique CoinMarketCap ids. Per our Best Practices we recommend utilizing CMC ID instead of currency symbols to securely identify assets with our other endpoints and in your own application logic. **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, **Parameters:** - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `sort` (string, optional): What field to sort the list by. - `include_metals` (string, optional): Pass `true` to include precious metals. ### get_v1_key_info [DISCOVERY] Key Info — Returns API key details and usage stats. This endpoint can be used to programmatically monitor your key usage compared to the rate limit and daily/monthly credit limits available to your API plan. You may use the Developer Portal's account dashboard as an alternative to this endpoint. **This endpoint is available on the following API plans:** - Basic - Hobbyist - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** No cache, this endpoint updates as requests are made with your key. **Plan credit use:** No API credit cost. Requests to this endpoint do contribu _No parameters required._ ### get_v1_tools_priceconversion Price Conversion — Convert an amount of one cryptocurrency or fiat currency into one or more different currencies utilizing the latest market rate for each currency. You may optionally pass a historical timestamp as `time` to convert values based on historical rates (as your API plan supports). **Technical Notes** - Latest market rate conversions are accurate to 1 minute of specificity. Historical conversions are accurate to 1 minute of specificity outside of non-USD fiat conversions which have 5 minute specificity. - You may reference a current list of all supported cryptocurrencies via the c **Parameters:** - `amount` (string, required): An amount of currency to convert. Example: 10.43 - `id` (string, optional): The CoinMarketCap currency ID of the base cryptocurrency or fiat to convert from. Example: "1" - `symbol` (string, optional): Alternatively the currency symbol of the base cryptocurrency or fiat to convert from. Example: "BTC". One "id" *or* "symbol" is required. - `time` (string, optional): Optional timestamp (Unix or ISO 8601) to reference historical pricing during conversion. If not passed, the current time will be used. If passed, we'll reference the closest historic values available for this conversion. - `convert` (string, optional): Pass up to 120 comma-separated fiat or cryptocurrency symbols to convert the source amount to. - `convert_id` (string, optional): 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. ### get_v1_blockchain_statistics_latest Statistics Latest — Returns the latest blockchain statistics data for 1 or more blockchains. Bitcoin, Litecoin, and Ethereum are currently supported. Additional blockchains will be made available on a regular basis. **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - ~~Startup~~ - ~~Standard~~ - ~~Professional~~ - Enterprise **Cache / Update frequency:** Every 15 seconds. **Plan credit use:** 1 call credit per request. **CMC equivalent pages:** Our blockchain explorer pages like [blockchain.coinmarketcap.com/](https://blockchain.coinmarketcap.com/). Returns: **Parameters:** - `id` (string, optional): One or more comma-separated cryptocurrency CoinMarketCap IDs to return blockchain data for. Pass `1,2,1027` to request all currently supported blockchains. - `symbol` (string, optional): Alternatively pass one or more comma-separated cryptocurrency symbols. Pass `BTC,LTC,ETH` to request all currently supported blockchains. - `slug` (string, optional): Alternatively pass a comma-separated list of cryptocurrency slugs. Pass `bitcoin,litecoin,ethereum` to request all currently supported blockchains. ### get_v1_cryptocurrency_listings_historical 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/latest](#operation/getV1CryptocurrencyListingsLatest) endpoint 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 on **Parameters:** - `date` (string, required): date (Unix or ISO 8601) to reference day of snapshot. - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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` (string, optional): What field to sort the list of cryptocurrencies by. - `sort_dir` (string, optional): The direction in which to order cryptocurrencies against the specified sort. - `cryptocurrency_type` (string, optional): The type of cryptocurrency to include. - `aux` (string, optional): 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. ### get_v1_cryptocurrency_listings_latest 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 tra **Parameters:** - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `price_min` (string, optional): Optionally specify a threshold of minimum USD price to filter results by. - `price_max` (string, optional): Optionally specify a threshold of maximum USD price to filter results by. - `market_cap_min` (string, optional): Optionally specify a threshold of minimum market cap to filter results by. - `market_cap_max` (string, optional): Optionally specify a threshold of maximum market cap to filter results by. - `volume_24h_min` (string, optional): Optionally specify a threshold of minimum 24 hour USD volume to filter results by. - `volume_24h_max` (string, optional): Optionally specify a threshold of maximum 24 hour USD volume to filter results by. - `circulating_supply_min` (string, optional): Optionally specify a threshold of minimum circulating supply to filter results by. - `circulating_supply_max` (string, optional): Optionally specify a threshold of maximum circulating supply to filter results by. - `percent_change_24h_min` (string, optional): Optionally specify a threshold of minimum 24 hour percent change to filter results by. - `percent_change_24h_max` (string, optional): Optionally specify a threshold of maximum 24 hour percent change to filter results by. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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` (string, optional): What field to sort the list of cryptocurrencies by. - `sort_dir` (string, optional): The direction in which to order cryptocurrencies against the specified sort. - `cryptocurrency_type` (string, optional): The type of cryptocurrency to include. - `tag` (string, optional): The tag of cryptocurrency to include. - `aux` (string, optional): 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. ### get_v1_cryptocurrency_listings_new 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/](https://coinmarketcap.com/new) ***NOTE:** Use this endpoint if you need a sorted and paginated list of all recently added cryptocurrencies.* Re **Parameters:** - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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_dir` (string, optional): The direction in which to order cryptocurrencies against the specified sort. ### get_v1_cryptocurrency_marketpairs_latest 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. **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - ~~Startup~~ - Standard - Professional - Enterprise **Cache / Update frequency:** Every 1 minute. **Plan credit use:** 1 cal **Parameters:** - `id` (string, optional): A cryptocurrency or fiat currency by CoinMarketCap ID to list market pairs for. Example: "1" - `slug` (string, optional): Alternatively pass a cryptocurrency by slug. Example: "bitcoin" - `symbol` (string, optional): 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. - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `sort_dir` (string, optional): Optionally specify the sort direction of markets returned. - `sort` (string, optional): Optionally 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` (string, optional): 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` (string, optional): 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` (string, optional): 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. - `category` (string, optional): The category of trading this market falls under. Spot markets are the most common but options include derivatives and OTC. - `fee_type` (string, optional): The fee type the exchange enforces for this market. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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. ### get_v1_cryptocurrency_ohlcv_historical 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 only supported with daily periods at this time. **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_st **Parameters:** - `id` (string, optional): One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,1027" - `slug` (string, optional): Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" - `symbol` (string, optional): 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` (string, optional): Time period to return OHLCV data for. The default is "daily". See the main endpoint description for details. - `time_start` (string, optional): Timestamp (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_end` (string, optional): Timestamp (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. - `count` (string, optional): Optionally limit the number of time periods to return results for. The default is 10 items. The current query limit is 10000 items. - `interval` (string, optional): Optionally adjust the interval that "time_period" is sampled. See main endpoint description for available options. - `convert` (string, optional): By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 fiat currencies or cryptocurrencies. - `convert_id` (string, optional): 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_invalid` (string, optional): Pass `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. ### get_v1_cryptocurrency_ohlcv_latest 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. **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Every 5 minutes. Additional OHLCV intervals and 1 minute updates **Parameters:** - `id` (string, optional): One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 - `symbol` (string, optional): Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "symbol" is required. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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_invalid` (string, optional): Pass `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. ### get_v1_cryptocurrency_priceperformancestats_latest 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. **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** **Parameters:** - `id` (string, optional): One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 - `slug` (string, optional): Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" - `symbol` (string, optional): 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` (string, optional): 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` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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_invalid` (string, optional): Pass `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. ### get_v1_cryptocurrency_quotes_historical Quotes Historical — Returns an interval of historic market quotes for any cryptocurrency based on time and interval parameters. **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 un **Parameters:** - `id` (string, optional): One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" - `symbol` (string, optional): Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" *or* "symbol" is required for this request. - `time_start` (string, optional): Timestamp (Unix or ISO 8601) to start returning quotes for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end". - `time_end` (string, optional): Timestamp (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. - `count` (string, optional): The 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. - `interval` (string, optional): Interval of time to return data points for. See details in endpoint description. - `convert` (string, optional): By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies. - `convert_id` (string, optional): 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` (string, optional): Optionally specify a comma-separated list of supplemental data fields to return. Pass `price,volume,market_cap,quote_timestamp,is_active,is_fiat,search_interval` to include all auxiliary fields. - `skip_invalid` (string, optional): Pass `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. ### get_v1_cryptocurrency_quotes_latest 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. **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 [coin **Parameters:** - `id` (string, optional): One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 - `slug` (string, optional): Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" - `symbol` (string, optional): 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. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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` (string, optional): 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_active,is_fiat` to include all auxiliary fields. - `skip_invalid` (string, optional): Pass `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. ### get_v1_cryptocurrency_trending_latest 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/](https://coinmarketcap.com/trending-cryptocurrencies/). Ret **Parameters:** - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `time_period` (string, optional): Adjusts the overall window of time for the latest trending coins. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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. ### get_v1_cryptocurrency_trending_mostvisited 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 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:** The CoinMarketCap “Most Visited” trending list. [coinmarketcap.com/most-viewed-pages/](https://coinmarketcap.com/most-viewed-pages/ **Parameters:** - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `time_period` (string, optional): Adjusts the overall window of time for most visited currencies. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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. ### get_v1_exchange_listings_latest Listings Latest — Returns a paginated list of all cryptocurrency exchanges including the latest aggregate market data for each exchange. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call. **This endpoint is available on the following API plans:** - ~~Basic~~ - ~~Hobbyist~~ - ~~Startup~~ - Standard - Professional - Enterprise **Cache / Update frequency:** Every 1 minute. **Plan credit use:** 1 call credit per 100 exchanges returned (rounded up) and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** Our l **Parameters:** - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `sort` (string, optional): What field to sort the list of exchanges by. - `sort_dir` (string, optional): The direction in which to order exchanges against the specified sort. - `market_type` (string, optional): The type of exchange markets to include in rankings. This field is deprecated. Please use "all" for accurate sorting. - `category` (string, optional): The category for this exchange. - `aux` (string, optional): Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,traffic_score,rank,exchange_score,effective_liquidity_24h,date_launched,fiats` to include all auxiliary fields. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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. ### get_v1_exchange_marketpairs_latest Market Pairs Latest — Returns all active market pairs that CoinMarketCap tracks for a given exchange. 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.' **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 100 market pairs returned (rounded up) and 1 call credit per `convert` option beyond th **Parameters:** - `id` (string, optional): A CoinMarketCap exchange ID. Example: "1" - `slug` (string, optional): Alternatively pass an exchange "slug" (URL friendly all lowercase shorthand version of name with spaces replaced with hyphens). Example: "binance". One "id" *or* "slug" is required. - `start` (string, optional): Optionally offset the start (1-based index) of the paginated list of items to return. - `limit` (string, optional): Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. - `aux` (string, optional): 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,effective_liquidity,market_score,market_reputation` to include all auxiliary fields. - `matched_id` (string, optional): Optionally include one or more comma-delimited fiat or cryptocurrency IDs to filter market pairs by. For example `?matched_id=2781` would only return BTC markets that matched: "BTC/USD" or "USD/BTC" for the requested exchange. This parameter cannot be used when `matched_symbol` is used. - `matched_symbol` (string, optional): Optionally include one or more comma-delimited fiat or cryptocurrency symbols to filter market pairs by. For example `?matched_symbol=USD` would only return BTC markets that matched: "BTC/USD" or "USD/BTC" for the requested exchange. This parameter cannot be used when `matched_id` is used. - `category` (string, optional): The category of trading this market falls under. Spot markets are the most common but options include derivatives and OTC. - `fee_type` (string, optional): The fee type the exchange enforces for this market. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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. ### get_v1_exchange_quotes_historical Quotes Historical — Returns an interval of historic quotes for any exchange based on time and interval parameters. **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 **Parameters:** - `id` (string, optional): One or more comma-separated exchange CoinMarketCap ids. Example: "24,270" - `slug` (string, optional): Alternatively, one or more comma-separated exchange names in URL friendly shorthand "slug" format (all lowercase, spaces replaced with hyphens). Example: "binance,kraken". At least one "id" *or* "slug" is required. - `time_start` (string, optional): Timestamp (Unix or ISO 8601) to start returning quotes for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end". - `time_end` (string, optional): Timestamp (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. - `count` (string, optional): The 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. - `interval` (string, optional): Interval of time to return data points for. See details in endpoint description. - `convert` (string, optional): By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies. - `convert_id` (string, optional): 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. ### get_v1_exchange_quotes_latest Quotes Latest — Returns the latest aggregate market data for 1 or more exchanges. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call. **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 100 exchanges returned (rounded up) and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** Latest market data summary for specific exchanges like [co **Parameters:** - `id` (string, optional): One or more comma-separated CoinMarketCap exchange IDs. Example: "1,2" - `slug` (string, optional): Alternatively, pass a comma-separated list of exchange "slugs" (URL friendly all lowercase shorthand version of name with spaces replaced with hyphens). Example: "binance,gdax". At least one "id" *or* "slug" is required. - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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` (string, optional): Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,traffic_score,rank,exchange_score,liquidity_score,effective_liquidity_24h` to include all auxiliary fields. ### get_v1_globalmetrics_quotes_historical Quotes Historical — Returns an interval of historical global cryptocurrency market metrics based on time and interval parameters. **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 **Parameters:** - `time_start` (string, optional): Timestamp (Unix or ISO 8601) to start returning quotes for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end". - `time_end` (string, optional): Timestamp (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. - `count` (string, optional): The 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. - `interval` (string, optional): Interval of time to return data points for. See details in endpoint description. - `convert` (string, optional): By default market quotes are returned in USD. Optionally calculate market quotes in up to 3 other fiat currencies or cryptocurrencies. - `convert_id` (string, optional): 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` (string, optional): Optionally specify a comma-separated list of supplemental data fields to return. Pass `btc_dominance,active_cryptocurrencies,active_exchanges,active_market_pairs,total_volume_24h,total_volume_24h_reported,altcoin_market_cap,altcoin_volume_24h,altcoin_volume_24h_reported,search_interval` to include all auxiliary fields. ### get_v1_globalmetrics_quotes_latest Quotes Latest — Returns the latest global cryptocurrency market metrics. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call. **This endpoint is available on the following API plans:** - Basic - Hobbyist - Startup - Standard - Professional - Enterprise **Cache / Update frequency:** Every 5 minute. **Plan credit use:** 1 call credit per call and 1 call credit per `convert` option beyond the first. **CMC equivalent pages:** The latest aggregate global market stats ticker across all CMC pages like [coinmarketcap.com](https://coinmarket **Parameters:** - `convert` (string, optional): 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](#section/Standards-and-Conventions). Each conversion is returned in its own "quote" object. - `convert_id` (string, optional): 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. ## Usage Connect to this MCP server at `https://coinmarketcap.mcp.junct.dev/mcp`. All tools are callable via the MCP protocol. Call `get_v1_cryptocurrency_airdrops` first to discover valid identifiers required by other tools.