llms-full.md 477 KB

Changelog

Source: https://docs.coingecko.com/changelog

Product updates and announcements

export const GreenSeparator = () => ( <div style={{

height: '4px',
background: 'linear-gradient(to right, transparent, #4BCC00, transparent)',
margin: '20px 0 60px 0',
border: 'none'

}} /> );

## Websocket is now supported for Self-serve API subscribers

🗓️ October 23, 2025

### CoinGecko Websocket (Beta) is now available for paid plan customers (Analyst plan & above)!

For Analyst, Lite, Pro, and Pro+ self-serve customers, you are now eligible to access the following Websocket features, and stream real-time data by utilising your monthly API plan credits:

  • Max connections: 10 concurrent socket connections
  • Max subscriptions: 100 token or pool data subscription per channel, per socket
  • Channel Access: all 4 channels
  • Credit charge: 0.1 credit per response returned, deducting from monthly API plan credits

Please visit Websocket for full details, and test out Websocket data streaming. We will gradually improve the Websocket and expand the feature limits. Please share your feedback and suggestion via this survey form, or email soonaik\@coingecko[dot]com .

### Notice: Temporary Disruption on MagicEden data for NFT Endpoints

Due to recent updates to MagicEden's API, we are updating our integration. During this period, endpoints for NFT data may be temporarily unavailable or return incomplete information.

## More Bonding Curve Support and New Ascending Sort for Megafilter

🗓️ October 4, 2025

### Now supported Bonding Curve (non-graduated) Data for More Endpoints

We've added support for bonding curve (e.g. launchpad graduation from PumpFun) data across multiple token endpoints:

### Megafilter: Ascending Sort Order for Price Change %

The Megafilter for Pools endpoint now supports ascending sorting for price change percentage:

  • m5_price_change_percentage_asc
  • h1_price_change_percentage_asc
  • h6_price_change_percentage_asc
  • h24_price_change_percentage_asc

### Token OHLCV Endpoint Fix to respect Specified Token Address

We've fixed an issue where the Token OHLCV chart by Token Address endpoint returned data for the base token of the top pool instead of the requested token. It will now always return data for the specified token address.

## SDK Gains Public Treasury Coverage, MCP Adds Exchanges, NFTs, and ISO Support

🗓️ September 25, 2025

### Expanded SDK Coverage for Public Treasuries

We're broadening our SDK coverage to make treasury-level insights more powerful and easier to access. Check out what's new below (with functions from our TypeScript SDK)

### New MCP Tools: Exchanges, NFTs & Multi-Address Queries

We're also surfacing new tools through the MCP to give developers a richer, faster way to query exchanges, NFTs, and onchain activity.

### Friendlier Time-related MCP Queries with ISO Support

Time-based queries just got easier. MCP tools now accept ISO date strings (YYYY-MM-DD or YYYY-MM-DDTHH:MM) alongside UNIX timestamps.

For example, when using the Coin Historical Chart Data within Time Range tool, you can now pass ISO date strings directly instead of converting them into UNIX timestamps for your LLM tools.

CoinGecko API Team

## New Crypto Treasury Endpoints and Improvements

🗓️ September 19, 2025

  1. Crypto Treasury Holdings by Coin ID endpoint now supports governments and more coins data as seen on https://www.coingecko.com/en/treasuries/bitcoin
  2. New endpoints:
    1. Crypto Treasury Holdings by Entity ID
    2. Entities List (ID Map)
  3. Derivatives Exchange Data by ID endpoint now supports coin_id and target_coin_id to identify coins of ticker pairs.

     "tickers": [
       {
         "symbol": "ASTERUSDT",
         "base": "ASTER",
         "target": "USDT",
         "coin_id": "aster-2",  👈 NEW
         "target_coin_id": "tether"  👈 NEW
       }
     ]
    

## Multiple Improvements: Bonding Curve Data, Pooled Token Balance, and More.

🗓️ September 12, 2025

### 🚀 Now Supporting Bonding Curve Data

Bonding curve data (launchpad graduation) is now supported for the followiing endpoints:

Payload example:

  "launchpad_details": {
    "graduation_percentage": 100,
    "completed": true,
    "completed_at": "2024-04-08T16:52:35Z",
    "migrated_destination_pool_address": "5wNu5QhdpRGrL37ffcd6TMMqZugQgxwafgz477rShtHy"  
  }

More endpoints to support bonding curve data soon.

### 🚀 Now Supporting Pooled Token Balance Data

The following endpoints now support additional pool token balance data by flagging this parameter include_composition=true :

Payload example:

  "base_token_balance": "11700.98",
  "base_token_liquidity_usd": "29630000",
  "quote_token_balance": "66384614.21",
  "quote_token_liquidity_usd": "66330000",  

### 🚀 Other improvements

  1. Onchain Megafilter endpoint now supports more sort options:
    • m5_price_change_percentage_desc
    • h1_price_change_percentage_desc
    • h6_price_change_percentage_desc
    • fdv_usd_asc
    • fdv_usd_desc
    • reserve_in_usd_asc
    • reserve_in_usd_desc
  2. Top Gainers & Losers endpoint now supports additional price change percentage data by flagging price_change_percentage parameter. The available options are: 1h,24h,7d,14d,30d,60d,200d,1y.

    • Payload example:

      "usd_1y_change": 21740.8866287307,
      "usd_1h_change": -0.279590756868549,
      "usd_24h_change": 3.13876587906131,
      "usd_7d_change": -9.67782096261206,
      "usd_14d_change": -3.39755498745517,
      "usd_30d_change": -13.7768698159765,
      "usd_60d_change": 29.9096824213076,
      "usd_200d_change": 2282.33681679488
      
  3. Exchange Tickers by ID endpoint now supports to sort tickers based on market cap, by flagging the order parameter.

    • Available options: market_cap_desc, market_cap_asc

## Improved Update Frequency for selected Pro-API On-chain Endpoints

🗓️ August 18, 2025

[Changes below are applicable to all paid plan subscribers.]

Dear CoinGecko API paid plan subscribers,

We're excited to announce an improvement to our API, aimed at providing you with even faster access to real-time data! Starting 02:00 UTC, September 2, 2025, the edge cache duration for the following endpoints will be reduced from **30s **to 10s, allowing you to retrieve updated data more frequently.

| Endpoints | Effective Date & Time | Current Update Frequency | New Update Frequency | | :----------------------------------------------------------------------------------------------------------- | :-------------------------------------- | :----------------------- | :------------------- | | Token Price by Token Addresses | Tuesday, 02:00 UTC, September 2, 2025 | 30s | 10s | | Token Data by Token Address | Tuesday, 02:00 UTC, September 2, 2025 | 30s | 10s | | Tokens Data by Token Addresses | Tuesday, 02:00 UTC, September 2, 2025 | 30s | 10s | | Specific Pool Data by Pool Address | Wednesday, 02:00 UTC, September 3, 2025 | 30s | 10s | | Multiple Pools Data by Pool Addresses | Wednesday, 02:00 UTC, September 3, 2025 | 30s | 10s | | Pool OHLCV chart by Pool Address | Thursday, 02:00 UTC, September 4, 2025 | 30s | 10s | | Token OHLCV chart by Token Address | Thursday, 02:00 UTC, September 4, 2025 | 30s | 10s | | Past 24 Hour Trades by Pool Address | Thursday, 02:00 UTC, September 4, 2025 | 30s | 10s | | Past 24 Hour Trades by Token Address | Thursday, 02:00 UTC, September 4, 2025 | 30s | 10s |

#### What This Means for You:

  • Fresher Data, Quicker: With a reduced cache time, you'll now have the option to access more up-to-date data, closer to real-time!
  • No Extra Credits for Cached Data: If your request hits the cache (now updated every 10 seconds for endpoints above), there will be no additional credits charged - just like before.

Things to Keep in Mind:

  • If your request hits our origin server instead of the cache to retrieve the latest data, there may be additional credits used.
  • To balance cost and real-time data needs, we recommend reviewing your request frequency. For those who prefer to obtain data without extra credits, consider keeping your request interval at 30 seconds or more to align with the new cache duration.

We're committed to continuously improving your experience and ensuring you get the data you need, as efficiently as possible. If you have any questions or need assistance, feel free to reach out to soonaik@coingecko.com .

CoinGecko API Team

## Now Supported: Launchpad Data (Pump.fun & More), Granular OHLCV, and Honeypot Info

🗓️ August 05, 2025

We're excited to announce a major update to our on-chain API endpoints! This release introduces support for popular token launchpads, adds high-frequency OHLCV data, and enhances our honeypot detection capabilities to give you deeper and more timely on-chain insights.

### 🚀 Now Supporting Launchpad Data (Pump.fun & More!)

In addition to the 1,600+ DEXes already integrated with GeckoTerminal.com, you can now track token data from popular launchpad platforms directly through the CoinGecko API. More launchpads will be supported soon!

New Supported Launchpads:

| Launchpad | network id (API) | dex id (API) | | :---------------------------------------------------------------------------------------------- | :--------------- | :---------------- | | Meteora DBC | solana | meteora-dbc | | Pump.fun | solana | pump-fun | | Raydium Launchpad (LetsBonkFun) | solana | raydium-launchlab | | Boop.fun | solana | boop-fun | | Virtuals (Base) | base | virtuals-base |

Improved endpoints to track launchpad data:

More launchpad-specific data will be supported soon for the endpoints above!

Tips: use megafilter endpoint to retrieve latest launchpad data, by flagging sort=pool_created_at_desc

Request example (Get latest pools on Pump.fun):

  https://pro-api.coingecko.com/api/v3/onchain/pools/megafilter?page=1&networks=solana&dexes=pump-fun&sort=pool_created_at_desc&x_cg_pro_api_key=YOUR_KEY

### [Pro-API Exclusive] More Granular OHLCV Data

On-chain OHLCV endpoints now support higher frequency intervals, down to 1-second granularity.

| Timeframe | Aggregate (Before) | Aggregate (New) | | :-------- | :----------------- | :-------------- | | day | 1 | 1 | | hour | 1, 4, 12 | 1, 4, 12 | | minute | 1, 5, 15 | 1, 5, 15 | | second | n/a | 1, 15, 30 |

Improved Endpoints:

New interval supported:

  • 1s
  • 15s
  • 30s

Example Request (Get the last 100 1-second intervals for a pool on Ethereum):

  https://pro-api.coingecko.com/api/v3/onchain/networks/eth/pools/0x06da0fd433c1a5d7a4faa01111c044910a184553/ohlcv/second?aggregate=1&limit=100&include_empty_intervals=false&x_cg_pro_api_key=YOUR_KEY

### 🍯 Enhanced Honeypot Information

We've expanded our honeypot detection features to provide more comprehensive risk assessment. You can now check if a token is a potential honeypot using the main info endpoints.

Improved Endpoints:

Example Payload:

  {
   "mint_authority": null,
   "freeze_authority": null,
   "is_honeypot": true  // possible values: true / false / unknown
  }

### [Pro-API Exclusive] New Filtering Option in Megafilter

Previously, thePools Megafilter endpoint could only show tokens confirmed as not a honeypot (checks=no_honeypot). Now, you can also include tokens where the honeypot status is 'unknown'.

  • To use this, set include_unknown_honeypot_tokens=true.
  • Important: This parameter only takes effect when checks=no_honeypot is also specified in the request.

Example Request (Get trending pools that are not confirmed honeypots, including those with an unknown status):

  https://pro-api.coingecko.com/api/v3/onchain/pools/megafilter?page=1&sort=h6_trending&checks=no_honeypot&include_unknown_honeypot_tokens=true&x_cg_pro_api_key=YOUR_KEY

### 📈 Expanded Pool Data

Endpoint: Pool Tokens Info by Pool Address

By adding include=pool to your request on the pool tokens endpoint, you can now retrieve additional context about the pool itself.

  • Base and quote token address
  • Sentiment vote percentage (positive and negative)
  • Community suspicious reports count

Payload Example:

    "included": [
      {
        "id": "eth_0x06da0fd433c1a5d7a4faa01111c044910a184553",
        "type": "pool",
        "attributes": {
          "base_token_address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
          "quote_token_address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "sentiment_vote_positive_percentage": 100,
          "sentiment_vote_negative_percentage": 0,
          "community_sus_report": 0
        }
      }
    ]

## SOL Currency Is Now Supported for CoinGecko Endpoints

🗓️ June 19, 2025

We're excited to announce that you can now obtain real-time and historical price & market data for tokens listed on CoinGecko.com, with the option to return data value in SOL (Solana) currency.

Note: for dates prior to May 2025, 'SOL' historical data is limited to hourly and daily granularity

#### Improved endpoints:

Example: price of Bitcoin in Solana, using Coin Price by IDs endpoint.

  {
    "bitcoin": {
      "sol": 720.21
    }
  }

Example: historical daily price, market cap and volume of Trump in Solana, using Coin Historical Chart Data by ID endpoint.

  {
    "prices": [
      [
        1750118400000,
        0.0640701365814472
      ],
      [
        1750204800000,
        0.0644263929356261
      ],
      [
        1750291200000,
        0.0639713357587322
      ],
      [
        1750326151000,
        0.06415963364804504
      ]
    ],
    "market_caps": [
      [
        1750118400000,
        12843589.584485611
      ],
      [
        1750204800000,
        12882547.839086628
      ],
      [
        1750291200000,
        12793790.726102708
      ],
      [
        1750326151000,
        12826247.390733324
      ]
    ],
    "total_volumes": [
      [
        1750118400000,
        2425793.780846796
      ],
      [
        1750204800000,
        2055697.9106767387
      ],
      [
        1750291200000,
        1871087.4334618242
      ],
      [
        1750326151000,
        2008278.189223005
      ]
    ]
  }

## New Endpoints & Improvements: Historical Token Holders Chart, OHLCV by Token Address, Multi-pool Token Data Support

🗓️ June 09, 2025

### [Pro-API Exclusive] New Endpoint - Historical Token Holders Chart by Token Address

This new endpoint allows you to get the historical token holders chart based on the provided token contract address on a network.

  • Supported chains include: Solana, EVM (Ethereum, Polygon, BNB, Arbitrum, Optimism, Base), Sui, TON, and Ronin.

Check it out now: Historical Token Holders Chart by Token Address

### [Pro-API Exclusive] New Endpoint - Token OHLCV chart by Token Address

This endpoint allows you to get the OHLCV chart (Open, High, Low, Close, Volume) of a token based on the provided token address on a network.

  • This endpoint will return OHLCV data of the most liquid pool of the specified token. You may use this endpoint Top Pools by Token Address to check the top pools of a token.

Check it out now: Token OHLCV chart by Token Address

### Improved Endpoints - Support Multi-pool Token Data

Previously, we only surfaced 1 quote token for pools with more than 2 tokens. With this new improvements, for pools that have 2 or more tokens:

  • Extra quote tokens being listed under a new key relationships.quote_tokens
  • If include=quote_token is flagged, the extra quote tokens will be also listed under included

      "relationships": {  
        "base_token": {
          "data": {
            "id": "eth_0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0x8353157092ed8be69a9df8f95af097bbf33cb2af",
            "type": "token"
          }
        },
        "quote_tokens": {
          "data": [
            {
              "id": "eth_0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
              "type": "token"
            },
            {
              "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
              "type": "token"
            }
    

This improvement is applicable to all onchain pool endpoints that support relationships.quote_token, including but not limited to:

## Upcoming Change Notice: Removal of normalized_volume_btc Data

🗓️ May 30, 2025

Notice: Upcoming Change to CoinGecko API Endpoints - Removal ofnormalized_volume_btc Data

Effective Date: 16 June 2025

Affected Endpoints:

Details of the Change:

Please be advised that the normalized_volume_btc data point will be removed from the above-listed API endpoints, effective 16 June 2025. This change is being implemented due to significant recent change to a 3rd party data source provider, which have fundamentally altered how this specific data can be accessed.

Example of Affected Data Structure:

    {
      "trade_volume_24h_btc_normalized": 47765.5886637453
    },

After the effective date, the trade_volume_24h_btc_normalized field will no longer be present in the API responses for these endpoints.

Action Required:

If your applications or integrations currently rely on the trade_volume_24h_btc_normalized data from these CoinGecko API endpoints, please make the necessary adjustments to your code before 16 June 2025 to avoid potential errors or data discrepancies.

## New Endpoint & Improvements: On-Chain Trades, Net Buy Volume, and More

🗓️ May 29, 2025

### [Pro-API Exclusive] New Endpoint - On-chain Trades by Token Address

Previously, the Past 24 Hour Trades by Pool Address endpoint allows you to retrieve the last 300 trades of a specific pool only.

With this new endpoint Past 24 Hour Trades by Token Address, you can now retrieve the last 300 trades across different pools, based on the provided token contract address on a network.

### Improved Endpoints - Support Net Buy Volume Data

The following endpoints now support more volume breakdown data:

By flagging include_volume_breakdown=true , you can surface the following data:

  • net_buy_volume_usd
  • buy_volume_usd
  • sell_volume_usd

Sample Response:

  {
    "data": {
      "id": "eth_0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
      "type": "pool",
      "attributes": {
        ...
        },
        "net_buy_volume_usd": {
          "m5":  "-40796.577553965",
          "m15": "-69765.771189161",
          "m30": "-88014.095440243",
          "h1":   "0.000000000000",
          "h6":   "1884879.921855301",
          "h24":  "17555422.243003801"
        },
        "buy_volume_usd": {
          "m5":  "30597.433165473",
          "m15": "139531.542378324",
          "m30": "396063.429481099",
          "h1":  "969922.728762430",
          "h6":  "10366839.570204150",
          "h24": "52666266.729011402"
        },
        "sell_volume_usd": {
          "m5":  "71394.010719438",
          "m15": "209297.313567485",
          "m30": "484077.524921342",
          "h1":  "969922.728762430",
          "h6":  "8481959.648348849",
          "h24": "35110844.486007601"
        },

### Improved Endpoint - On-Chain OHLCV endpoint

Pool OHLCV chart by Pool Address endpoint now supports to include empty intervals by flagging include_empty_intervals=true .

  • By default, specific timeframe intervals (e.g. minutely) with no recorded swaps are excluded (or skipped) from the response.
  • This new parameter option provides the flexibility to get padded data, when there's no trade data.

Sample Response:

  {
    "data": {
      "id": "81da0682-1c4f-445a-9bed-9b5454004df5",
      "type": "ohlcv_request_response",
      "attributes": {
        "ohlcv_list": [
          [
            1744712700,
            0.000212149802253853,
            0.000212173305907688,
            0.000212149802253853,
            0.000212173305907688,
            46.48164903882
          ],
          [
            1744712400,
            0.000212149802253853,  👈 O — Follow previous Close value
            0.000212149802253853,  👈 H — Follow previous Close value
            0.000212149802253853,  👈 L — Follow previous Close value
            0.000212149802253853,  👈 C — Follow previous Close value
            0.0  👈 V — Set to zero
          ],
          [
            1744712100,
            0.000210532522666822,
            0.000212149802253853,
            0.000210532522666822,
            0.000212149802253853,  👈 Previous Close value
            46.4765
          ],
  ...
  }

### Improved Endpoints - Support Large Images

The following endpoints now support more size options for coin logo image:

Sample Response:

    "data": {
      "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
      "type": "token",
      "attributes": {
  ...
        "image_url": "https://assets.coingecko.com/coins/images/325/small/Tether.png?1696501661",
        "image": {
          "thumb": "https://assets.coingecko.com/coins/images/325/thumb/Tether.png?1696501661",
          "small": "https://assets.coingecko.com/coins/images/325/small/Tether.png?1696501661",
          "large": "https://assets.coingecko.com/coins/images/325/large/Tether.png?1696501661"
        },

### Improved Endpoints - Support Normalized Supply Data

The following endpoints now support normalized_total_supply:

Sample Response:

        "decimals": 6,
        "total_supply": "49999156520373530.0",
        "normalized_total_supply": "49999156520.37353",

### Improved Endpoints - Support Pool 'Name' and 'Fee' Data

The following endpoints now support pool_name and pool_fee:

Sample Response:

          "name": "WETH / USDC 0.05%",
          "pool_name": "WETH / USDC",
          "pool_fee_percentage": "0.05",

### Improved Endpoints - Support Symbols of DEX Pairs

The following endpoints now allow to flag dex_pair_format=symbol to return DEX pair symbols instead of contract address.

Sample Response:

  // before
  {
        "base": "0X8FC8F8269EBCA376D046CE292DC7EAC40C8D358A",
        "target": "0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48",
        "market": {
          "name": "Uniswap V2 (Ethereum)",
          "identifier": "uniswap_v2",
  ...
  }

  // now when "dex_pair_format=symbol" is flagged
  {
        "base": "DFI",
        "target": "USDC",
        "market": {
          "name": "Uniswap V2 (Ethereum)",
          "identifier": "uniswap_v2",
  ...
  }

## New Endpoint & Improvements: On-Chain Trending Data, Enhanced Trending Search, and Improved Token Lookup

🗓️ April 25, 2025

### [Pro-API Exclusive] New Endpoint - On-chain Trending Search Data

With this new endpoint Trending Search Pools, you can now retrieve the on-chain trending search pools and tokens data, as seen on GeckoTerminal.com .

By default, this endpoint returns the top 4 trending pools data, you may specify the pools parameter to retrieve up to top 10 pools data.

Tips: you may flag include=base_token to retrieve the trending tokens data.

Note: this exclusive endpoint is available for our API paid plan subscribers (Analyst plan & above).

### [Pro-API Exclusive] Improved Endpoint - Trending Search List

Paid plan subscribers (Analyst plan & above) can now use Trending Search List endpoint and flag show_max parameter to retrieve more trending coins, NFTs and coin categories on CoinGecko.com.

| Trending Data | Public API (Demo plan) | Paid API (Analyst plan & above) | | :-------------- | :--------------------- | :------------------------------ | | Coins | 15 | 30 | | NFTs | 7 | 10 | | Coin Categories | 6 | 10 |

### Improved Endpoints - Support Token Lookup by Symbol and Name

The following endpoints now support token lookup by symbol and name, in addition to the existing API ID support:

Previously, these endpoints only supported token lookup by [API IDs](https://docs.coingecko.com/docs/1-get-data-by-id-or-address#/methods-to-query-price--market-data-of-coins. This enhancement streamlines token data retrieval and eliminates the need for manual coin ID mapping.

Example Mapping:

| API Ids | Symbol | Name | | :------- | :----- | :------ | | bitcoin | btc | Bitcoin | | tether | usdt | Tether | | usd-coin | usdc | USDC |

Lookup Priority: When multiple lookup parameters are provided, the system applies the following priority order: id (highest) > name > symbol (lowest).

Filtering by Symbol withinclude_tokens

The include_tokensparameter has been added to provide flexibility when filtering by symbol:

  • include_tokens=top : Returns only the top market cap token for the specified symbol.
  • include_tokens=all: Returns all tokens that share the specified symbol.

Example Request & Data:

| Request Example | Token Data Returned | Remarks | | :-------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | pro-api.coingecko.com/api/v3/coins/markets?vs_currency=usd&symbols=btc&include_tokens=top | 1. Bitcoin | When symbols and 'include_tokens=top' is specified, only the top market cap tokens will be returned. | | pro-api.coingecko.com/api/v3/coins/markets?vs_currency=usd&symbols=btc&include_tokens=all | 1. Bitcoin
2. Osmosis allBTC
3. atcat
4. Meld Bridged BTC (Meld)
5. BlackrockTradingCurrency | When symbols and 'include_tokens=all' is specified, all the coins that share the same symbol will be returned.

All the 5 coins stated in the example have the same symbol 'btc'. |

### /coins/markets Endpoint Improvement

We've enhanced the/coins/markets endpoint Coins List with Market Data, by including 'total' and 'per-page' values in the Response Headers.

This addition to the Response Headers enables developers to identify the total number of active coins on coingecko.com and specify the required pagination to retrieve all available data.

  per-page: 250
  total:16989

## Upcoming Change Notice: Removal of twitter_followers Data

🗓️ April 25, 2025

Notice: Upcoming Change to CoinGecko API Endpoints - Removal oftwitter_followers Data

Effective Date: 15 May 2025

Affected Endpoints:

Details of the Change:

Please be advised that the twitter_followers data point within the community_data object will be removed from the above-listed API endpoints, effective 15 May 2025. This change is being implemented due to significant recent changes to the X (formerly Twitter) API, which have fundamentally altered how this specific data can be accessed.

Example of Affected Data Structure:

  "community_data": {  
    "twitter_followers": 7694251,
    // ... other community data points ...
  }

After the effective date, the twitter_followers field will no longer be present in the API responses for these endpoints.

Action Required:

If your applications or integrations currently rely on the twitter_followers data from these CoinGecko API endpoints, please make the necessary adjustments to your code before 15 May 2025 to avoid potential errors or data discrepancies.

Important Note Regarding Previously Storedtwitter_followers Data:

Please be aware that if you have previously stored twitter_followers data obtained from the CoinGecko API and archived it within your own systems, you are solely responsible for its continued use and any implications thereof.

We appreciate your understanding as we adapt to changes in third-party platforms to maintain the stability and reliability of our API. If you have any questions or require further clarification, please do not hesitate to contact our support team.

## New Endpoint & Multiple Improvements: On-Chain Top Token Holder Address, Security Data, Historical Supply.

🗓️ March 28, 2025

### [Pro-API Exclusive] New Endpoint - Top Token Holder Address Data

You can now access the top 50 token holder address data for tokens, as seen on GeckoTerminal.com.

By default, this endpoint returns the top 10 holders data, you can also specify the holders parameter to retrieve up to top 50 holders data.

Network supported:

  • EVM: Ethereum, Polygon, BNB, Arbitrum, Optimism, Base
  • Solana
  • Sui
  • TON
  • Ronin

👉 Visit the endpoint reference page - Top Token Holders by Token Address to learn more and try it out now!

Note: this exclusive endpoint is available for our API paid plan subscribers (Analyst plan & above).

  • The holders data is currently in Beta, with ongoing improvements to data quality, coverage, and update frequency.
  • For Solana tokens, the maximum number of retrievable top holders data is 40 instead of 50.

Tips: You may also use the following endpoints to retrieve token holders count and top holders distribution percentage data:

### Historical Supply endpoints - Support for Inactive Coins

You may now access historical total and circulating supply data of inactive coins using the following endpoints. To check for list of inactive coins, you may use Coin List (ID Map) endpoint and flag status=inactive.

Note: these endpoints below are exclusive for Enterprise plan customers only.

Improved endpoints:

### Onchain Pool Data endpoints - Locked Liquidity

Now support locked_liquidity_percentage data.

Improved endpoints:

  • Specific Pool Data by Pool Address
  • Multiple Pools Data by Pool Addresses

    {
    "data": [
      {
        "id": "eth_0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640",
        "type": "pool",
        "attributes": {
          "base_token_price_usd": "3653.12491645176",
          "base_token_price_native_currency": "1.0",
    ..
          "volume_usd": {
            "m5": "868581.7348314",
            "h1": "16798158.0138526",
            "h6": "164054610.850188",
            "h24": "536545444.904535"
          },
          "reserve_in_usd": "163988541.3812",
          "locked_liquidity_percentage": "99.82"
        },
    

### Onchain Token Info endpoints - GT Score, Mint Authority, Freeze Authority

The following Token Info endpoints now provide more security related information:

  • GeckoTerminal Score Details - Learn more about GT Score here.
    • Pool - Combination of pool signals such as honeypot risk, buy/sell tax, proxy contract, liquidity amount, and whether the liquidity is locked.
    • Transaction - Total number of transactions and trading volume in the last 24 hours.
    • Creation - Age of the pool since creation. The longer, the better it is for the score.
    • Info - Submitted social info and metadata to the token.
    • Holders - Distribution of tokens among unique addresses.
  • Mint Authority
  • Freeze Authority

Improved endpoints:

### Onchain Simple Token Price endpoint - Market Cap to FDV Fallback

The Onchain Simple Token Price endpoint now supports fallback option for Market Cap to return FDV value, when the Market Cap value is not available.

Notes:

  • If the token's market cap is not verified by the CoinGecko team, the onchain endpoints will return null for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).
  • Market Cap can be verified by and sourced from CoinGecko, and the number may be higher than FDV as it may include Market Cap of tokens issued on other blockchain network.

If you require the Market Cap key (market_cap_usd) to return FDV value (as seen on GeckoTerminal.com) when Market Cap data is unavailable, please specify this parameter marketcap_fdv_fallback=true.

## Update Frequency Improvements for selected Pro-API endpoints (March 2025)

🗓️ March 14, 2025

[Changes below are applicable to Analyst/Lite/Pro/Enterprise plan subscribers only.]

Dear CoinGecko API paid plan subscribers,

We're excited to announce an improvement to our API, aimed at providing you with even faster access to real-time data! Starting 02:00 UTC, March 25, 2025, the edge cache duration for the following endpoints will be reduced from 60s to 30s, allowing you to retrieve updated data more frequently.

  1. Effective from 02:00 UTC, March 25, 2025:
    1. Trending Pools List
    2. Trending Pools by Network
    3. Top Pools by Network
    4. Top Pools by Dex
  2. Effective from 02:00 UTC, March 26, 2025:
    1. New Pools by Network
    2. New Pools List
    3. Megafilter for Pools
    4. Search Pools
  3. Effective from 02:00 UTC, March 27, 2025:
    1. Top Pools by Token Address
    2. Most Recently Updated Tokens List
    3. Pools by Category ID

What This Means for You:

  • Fresher Data, Quicker: With a reduced cache time, you'll now have the option to access more up-to-date data, closer to real-time!
  • No Extra Credits for Cached Data: If your request hits the cache (now updated every 30 seconds for endpoints above), there will be no additional credits charged—just like before.

Things to Keep in Mind:

  • If your request hits our origin server instead of the cache to retrieve the latest data, there may be additional credits used.
  • To balance cost and real-time data needs, we recommend reviewing your request frequency. For those who prefer to obtain data without extra credits, consider keeping your request interval at 60 seconds or more to align with the new cache duration.

We're committed to continuously improving your experience and ensuring you get the data you need, as efficiently as possible. If you have any questions or need assistance, feel free to reach out to soonaik@coingecko.com .

CoinGecko API Team

## Multiple Improvement: Holders data, Pool Stats, Simple Token Price

🗓️ March 14, 2025

### Onchain Token Info endpoints - Holders data

Now support the following holder data (Beta):

  • holders count
  • top holders distribution percentage

Improved endpoints:

### Onchain Pool Data endpoints - More Data Support

Now support the following data:

  • price_change_percentage: m15, m30
  • volume_usd: m15, m30
  • transactions: h6

Improved endpoints:

  • Specific Pool Data by Pool Address
  • Multiple Pools Data by Pool Addresses

          "price_change_percentage": {
            "m5": "0.06",
            "m15": "0.06",
            "m30": "0.89",
            "h1": "-4.31",
            "h6": "-1.02",
            "h24": "3.32"
          },
          "transactions": {
            "m5": {
              "buys": 0,
              "sells": 2,
              "buyers": 0,
              "sellers": 2
            },
            "m15": {
              "buys": 0,
              "sells": 2,
              "buyers": 0,
              "sellers": 2
            },
            "m30": {
              "buys": 0,
              "sells": 3,
              "buyers": 0,
              "sellers": 3
            },
            "h1": {
              "buys": 1,
              "sells": 23,
              "buyers": 1,
              "sellers": 7
            },
            "h6": {
              "buys": 60,
              "sells": 38,
              "buyers": 23,
              "sellers": 18
            },
            "h24": {
              "buys": 206,
              "sells": 138,
              "buyers": 96,
              "sellers": 77
            }
          },
          "volume_usd": {
            "m5": "130.5119858698",
            "m15": "130.5119858698",
            "m30": "177.109036156",
            "h1": "4942.2463835639",
            "h6": "28362.2127269542",
            "h24": "112426.585893123"
          }
    

### Onchain Simple Token Price endpoint - Liquidity & Price Change Percentage data

Now supports the following optional parameter to return more data.

  • include_24hr_price_change (24hr price change percentage)
  • include_total_reverse_in_usd (token liquidity data - total liquidity portion attributable to a specific token across all available pools)

Improved Endpoint:

  • Token Price by Token Addresses

    {
    "data": {
      "id": "e58258f7-8368-4968-bbe1-b5343540cd71",
      "type": "simple_token_price",
      "attributes": {
        "token_prices": {
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": "1.00276143983565",
          "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": "3175.22870146126"
        },
        "market_cap_usd": {
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": "25000000000",
          "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": "500000000000"
        },
        "h24_volume_usd": {
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": "50000000",
          "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": "10000000000"
        },
        "h24_price_change_percentage": {
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": "-0.15",
          "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": "1.15"
        },
        "total_reserve_in_usd": {
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": "417994486.4342195821530162288",
          "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": "417994486.4342195821530162288" 
      }
    }
    }
    

## New Megafilter Endpoint, 200+ Chains Supported: Hyperliquid, Abstract, Berachain & MOAR!

🗓️ February 27, 2025

Powered by GeckoTerminal, the CoinGecko API now supports on-chain data across 200+ blockchain networks, including the latest additions: Hyperliquid, HyperEVM, Abstract, Berachain, Story, Monad, Unichain, and Soneium.

While we offer the widest on-chain data coverage, we understand that you may have specific needs when slicing and dicing data for your use case. That's why we're introducing Megafilter, an exclusive endpoint available for our API paid plan subscribers (Analyst plan & above).

### 🔥 What's Megafilter?

This new endpoint provides unmatched flexibility, allowing you to query and filter data exactly the way you want.

🔗 Docs: Megafilter for Pools

### 👀 What Can You Do?

With the /megafilter endpoint, you can slice and dice on-chain data your way across:

  • 200+ blockchain networks, 1,400+ dexes, 6M+ pools, and 5M+ tokens
  • Advanced filtering options based on liquidity, FDV, volume, transactions, buy/sell trends, and time range
  • Custom sorting, including trending pools (5m), newest pools, or liquidity growth
  • Fraud detection filters: Exclude honeypots, check GT Score, verify CG listings, and track social metrics

Here's some quick examples:

  • Track fresh pools on Uniswap V4 & Aerodrome with liquidity above \$1,000
  • Discover trending DEX pools across Solana, Base, and other chains with a high GT Score.
  • Filter out risky pools with built-in honeypot protection & fraud checks
  • Customize data retrieval based on your strategy: time-based, volume-based, or trend-driven

### Try it out now!

🚀 API Docs: Megafilter for Pools\ 🔗 Live Filtering on GeckoTerminal

## Update Frequency Improvements for selected Pro-API endpoints

🗓️ February 14, 2025

[Changes below are applicable to Analyst/Lite/Pro/Enterprise plan subscribers only.]

Dear CoinGecko API paid plan subscribers,

We're excited to announce an improvement to our API, aimed at providing you with even faster access to real-time data! Starting 02:00 UTC, February 24, 2025, the edge cache duration for the following endpoints will be reduced to 30s, allowing you to retrieve updated data more frequently.

| Endpoints | Effective Date & Time | Current Update Frequency | New Update Frequency | | :-------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------- | :----------------------- | :------------------- | | Onchain /networks/../tokens/ | 02:00 UTC, February 24, 2025 | 60s | 30s | | Onchain /networks/../tokens/multi/ | 06:00 UTC, February 24, 2025 | 60s | 30s | | Onchain /networks/../pools/../ohlcv | 02:00 UTC, February 25, 2025 - Enterprise plan subscribers only | 60s | 30s | | Onchain /networks/../pools/../ohlcv | 02:00 UTC, February 26, 2025 - Analyst/Lite/Pro plan subscribers | 60s | 30s |

What This Means for You:

  • Fresher Data, Quicker: With a reduced cache time, you'll now have the option to access more up-to-date data, closer to real-time!
  • No Extra Credits for Cached Data: If your request hits the cache (now updated every 30 seconds for endpoints above), there will be no additional credits charged—just like before.

Things to Keep in Mind:

  • If your request hits our origin server instead of the cache to retrieve the latest data, there may be additional credits used.
  • To balance cost and real-time data needs, we recommend reviewing your request frequency. For those who prefer to obtain data without extra credits, consider keeping your request interval at 60 seconds or more to align with the new cache duration.

We're committed to continuously improving your experience and ensuring you get the data you need, as efficiently as possible. If you have any questions or need assistance, feel free to reach out to soonaik@coingecko.com .

CoinGecko API Team

## Enhanced Onchain Metadata, Increased Max Address Limit for Multi Endpoints, Improved Exchange Tickers Sorting

🗓️ February 09, 2025

### Onchain Metadata: Improved Coverage

Previously: Payload may return 'missing.png' for image_url for tokens that do not have image data.

Now: Coverage of metadata (images, websites, description, socials) is now improved for tokens on Solana, Ton, Base, and Sui networks. For tokens that do not contain image data, 'null' value will be returned for image_url.

Improved endpoints with image data:

  1. Trending Pools List
  2. Trending Pools by Network
  3. Specific Pool Data by Pool Address
  4. Multiple Pools Data by Pool Addresses
  5. Top Pools by Network
  6. Top Pools by Dex
  7. New Pools by Network
  8. New Pools List
  9. Search Pools
  10. Top Pools by Token Address
  11. Token Data by Token Address
  12. Tokens Data by Token Addresses
  13. Token Info by Token Address
  14. Pool Tokens Info by Pool Address
  15. Most Recently Updated Tokens List

Improved endpoints with metadata (images, websites, description, socials):

  1. Token Info by Token Address
  2. Pool Tokens Info by Pool Address
  3. Most Recently Updated Tokens List

Note: Metadata may be sourced on-chain and is not vetted by the CoinGecko team. If you wish to get metadata reviewed by CoinGecko team, you may use the following endpoints:

### Improved Max Address Limit for onchain /multi endpoints

Previously: Onchain /multi endpoints support up to 30 token or pool contract addresses per request.

Now: Onchain /multi endpoints support up to 50 token or pool contract addresses per request.

Improved endpoints:

  1. Tokens Data by Token Addresses
  2. Multiple Pools Data by Pool Addresses

Note: this new max address input limit is exclusive for paid plan subscribers (Analyst plan & above) only.

### Improved Data Consistency for Exchange Tickers by ID

For Exchange Tickers by ID endpoint, the order is sorted by trust_score_desc by default.

  • Sometimes duplicate or missing data may occur due to paginated cached response, especially when a ticker's rank changes between 2 paginated requests, e.g. it might shift from Page 2 to Page 1, vice versa.
  • We've added a new order option: base_target, which will sort the tickers by base symbol, then target symbol, in lexicographical order, i.e. 0->9, then a->Z.

Example: flagging ?order=base_target

  pro-api.coingecko.com/api/v3/exchanges/binance/tickers?order=base_target

This sorting method ensures stable pagination, reducing issues where cached responses may cause duplicate or missing tickers across pages.

## Multiple Improvements: Onchain Pools Page Limit, Trades Token Filter

🗓️ January 27, 2025

### Onchain Pools Data: Supports more than 10 pages of data

Previously: There was a limitation of a maximum of 10 pages for accessing pools data in the related endpoints.

Now: All paid plan subscribers (Analyst & above) can access more than 10 pages of pools data for the endpoints below.

Improved Endpoints:

  1. Search Pools
  2. Top Pools by Token Address
  3. Trending Pools List
  4. Trending Pools by Network
  5. New Pools by Network
  6. New Pools List
  7. Top Pools by Network
  8. Top Pools by Dex

### Onchain Trades: Added Token Filter

Endpoint: Past 24 Hour Trades by Pool Address

Previously: There was no way to filter trades data by base or quote token.

Now: A new optional parameter has been added to allow filtering by base or quote token of a pool.

  • Parameter: token
  • Value options:
    • base
    • quote
    • {token_address}

Example:

  ?token=base // get the trades data of base token
  ?token=quote // get the trades data of quote token
  ?token=8FqXr6dw5NHA2TtwFeDz6q9p7y9uWyoEdZmpXqqUpump // get the trades data of specific token based on address

## Multiple Improvements: Onchain Token Price, NFT Market Cap

🗓️ January 24, 2025

### Onchain Simple Token Price: Added Market Cap and 24h Volume Data

Endpoint: Token Price by Token Addresses

  • You can now flag include_market_cap=true and include_24hr_vol=true to retrieve market cap and 24h trading volume data. e.g.

    {
    "data": {
      "id": "e1979db1-5c3e-4ba8-b103-cb0258af4a7c",
      "type": "simple_token_price",
      "attributes": {
        "token_prices": {
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": "0.999365729816931",
          "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": "3399.24368371279"
        },
        "market_cap_usd": {
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": "51963214441.24363",
          "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": "10005535878.50094"
        },
        "h24_volume_usd": {
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": "2095689865.85327",
          "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": "2544539948.02599"
        }
      }
    }
    }
    

### NFT Data: Added 'Market Cap Rank'

You can now obtain the market_cap_rank data of NFT collections via the following endpoints:

## Removal of Unsupported Categories

🗓️ January 23, 2025

### Upcoming Removal of Unsupported Categories from CoinGecko and CoinGecko API

#### Summary

We are announcing the removal of certain categories from CoinGecko and CoinGecko API. These categories will no longer be supported across all API endpoints starting February 12, 2025.

| No | Category Name | Category ID | | :- | :--------------------- | :------------------ | | 1 | US Election 2020 | us-election-2020 | | 2 | Governance | governance | | 3 | Cryptocurrency | cryptocurrency | | 4 | Technology and Science | technology-science | | 5 | Presale Meme | presale-meme-coins | | 6 | Business Platform | business-platform | | 7 | Number | number | | 8 | Structured Product | structured-products | | 9 | Investment | investment | | 10 | Niftex Shards | niftex-shards | | 11 | Ethereum POW IOU | ethereum-pow-iou | | 12 | Mirrored Assets | mirrored-assets | | 13 | Remittance | remittance | | 14 | Protocol | protocol | | 15 | Unicly Ecosystem | utokens | | 16 | Finance and Banking | finance-banking | | 17 | Eth 2.0 Staking | eth-2-0-staking |

#### Reason for Removal

Many of these categories no longer have associated coins. Some categories are outdated and no longer relevant in the crypto space. The changes align with updated category topology standards to maintain data accuracy and relevance.

#### Impact

API responses for the /coins/markets endpoint will no longer support data of the categories above. Any requests specifying these categories will return an error.

#### Action Required

Ensure applications using the /coins/markets endpoint are not querying these removed categories. Please update any code or documentation referencing these categories to prevent errors.

## Extended Historical Data for Onchain OHLCV Endpoint

🗓️ January 15, 2025

### What's New?

We've improved the Pool OHLCV Chart by Pool Address endpoint to provide access to a much broader range of historical data.

#### Key Updates

  • Previous Behavior: Users could only query data for the past 6 months from today.
  • New Behavior: Users can now access data from September 2021 to the present, depending on the pool's tracking start date on GeckoTerminal.
  • Each API request is limited to a 6-month date range, but users can query older data by using the before_timestamp parameter.

Note: access to data beyond the past 6 months is only available to Paid Plan subscribers (Analyst plan & above).

#### Action Required

No changes are required for existing integrations. However, users who need data beyond the past 6 months should adjust their queries to use the before_timestamp parameter to fetch additional data.

## Update to Total Supply of POW Coins

🗓️ January 15, 2025

#### What's Changing?

We are updating the definition of Total Supply for PoW (Proof-of-Work) coins to reflect the actual number of mined coins rather than the maximum supply. This change ensures consistency and accuracy in representing the supply data.

#### Key Updates

  • Previous Behavior:
    • Total Supply: Displayed as the maximum possible supply (e.g., Bitcoin: 21,000,000).
  • New Behavior:
    • Total Supply: Now reflects the actual number of mined coins.\ For example: Bitcoin: ~19,500,000 (as of January 2025).

This update will also affect historical Total Supply data for consistency. This change applies to all affected PoW coins, including Bitcoin, Bitcoin Cash, Litecoin, Ethereum Classic, and more.

#### Affected endpoints that contain "total_supply" data:

#### Timeline:

Bitcoin: Updated on Jan 14, 2025

Other PoW Coins: Scheduled for Jan 22, 2025

## Improved Update Frequency for selected Pro-API endpoints

🗓️ January 13, 2025

[Changes below are applicable to Analyst/Lite/Pro/Enterprise plan subscribers only.]

The edge cache duration for the following endpoints are now reduced to 20-30s, allowing you to retrieve updated data more frequently.

| Endpoints | Previous Update Frequency | Current Update Frequency | | :-------------------------------------------------------------------------------------------------------- | :------------------------ | :----------------------- | | CoinGecko /simple/price | 30s | 20s | | CoinGecko /simple/token_price | 30s | 20s | | Onchain /simple/networks/../token_price | 60s | 30s | | Onchain /networks/../pools/../trades | 60s | 30s | | Onchain /networks/../pools/.. | 60s | 30s | | Onchain /networks/../pools/multi/.. | 60s | 30s |

What This Means for You:

  • Fresher Data, Quicker: With a reduced cache time, you'll now have the option to access more up-to-date data, closer to real-time!
  • No Extra Credits for Cached Data: If your request hits the cache (now updated every 20-30 seconds for endpoints above), there will be no additional credits charged—just like before.

Things to Keep in Mind:

  • If your request hits our origin server instead of the cache to retrieve the latest data, there may be additional credits used.
  • To balance cost and real-time data needs, we recommend reviewing your request frequency. For those who prefer fresher data without extra credits, consider keeping your request interval at 30 seconds or more to align with the new cache duration.

We're committed to continuously improving your experience and ensuring you get the data you need, as efficiently as possible. If you have any questions or need assistance, feel free to reach out to soonaik@coingecko.com .

CoinGecko API Team

## Improved 5-minutely data for Historical Chart Data endpoints

🗓️ January 09, 2025

For the following 4 historical chart endpoints, the data of the last 48 hours from now is no longer excluded.

Note: The 5-minutely and hourly interval params are exclusively available to Enterprise plan subscribers, bypassing auto-granularity:

  • interval=5m: 5-minutely historical data, supports up to any 10 days date range per request.
  • interval=hourly: hourly historical data, supports up to any 100 days date range per request.
  • Data availability:
    • interval=5m: Available from 9 February 2018 onwards
    • interval=hourly: Available from 30 Jan 2018 onwards

For non-Enterprise plan subscribers who would like to get hourly data, please leave the interval params empty for auto granularity:

  • 1 day from current time = 5-minutely data
  • 1 day from any time (except current time) = hourly data
  • 2 - 90 days from any time = hourly data
  • above 90 days from any time = daily data (00:00 UTC)

## Added: Onchain Categories Data, CG data improvements

🗓️ December 24, 2024

### NEW: Onchain Categories : Get Categories on GeckoTerminal.com

This new Categories List endpoint allows you to query all the categories supported on GeckoTerminal.com such as 'Pump Fun' and 'Animal'.

### NEW: Onchain Catergory Pools: Get Pools of a specific Category

This new Pools by Category ID endpoint allows you to query all the pools of a specific category on GeckoTerminal.com.

  • This endpoint is exclusively available for Analyst/Lite/Pro/Enterprise plan subscribers only.
  • You can also obtain tokens of a specific category, by flagging include=base_token

### Onchain Token Info: Added Categories Data

You can now obtain the categories of a token via the following endpoints:

  1. Token Info by Token Address
  2. Pool Tokens Info by Pool Address

Payload example:

    "categories": [
      "Doge",
      "Baby",
      "Animal"
    ],
    "gt_category_ids": [
      "doge",
      "baby",
      "animal"

### Onchain New Pools Data: Bug Fixed

Previously, this /networks/new_pools endpoint omitted new pools that are created within the last 24 hours.

It now returns all newly created pools in the last 48 hours.

### CoinGecko Exchange Data: Added support of inactive exchange id

You now query the the list of id of delisted exchanges with Exchanges List (ID Map) endpoint, by flagging status=inactive

Payload example:

    {
      "id": "ftx",
      "name": "FTX (Derivatives)"
    },
    {
      "id": "ftx_spot",
      "name": "FTX"
    },
    {
      "id": "ftx_tr",
      "name": "FTX TR"
    },
    {
      "id": "ftx_us",
      "name": "FTX.US"
    },

Tips: you may query to get historical volume delisted exchanges for via the following endpoints:

### CoinGecko Historical Chart Data: Faster Last UTC Day (00:00) Data Update

For Coin Historical Chart Data by ID endpoint, the last completed UTC day (00:00) data is now available 10 minutes after midnight on the next UTC day (00:10).

Previously, the last completed UTC day (00:00) was only made available 35 minutes after midnight.

## [Updated: Q4 2024] CoinGecko Asset Issuance Standardisation Initiative Updates

🗓️ December 17, 2024

As part of our commitment to improving data quality and enhancing the consistency of asset information, we are rolling out an asset standardization initiative at CoinGecko.

What is asset standardization?\ Standardization involves refining how we classify and display assets. By systematically organizing asset listings into more precise categories - such as native, bridged, or wrapped tokens each following specific naming conventions, we aim to eliminate confusion and enhance data reliability.

What changes should I expect?\ The most notable change is that non-native token contracts previously grouped under native asset listings will now be assigned their own distinct pages.

For example, a bridged version of USDT that might have been aggregated under the original, native USDT page, will now be featured on a dedicated page specifically for that bridged variant.

Additionally, there may be varying levels of changes in various aggregated data points of the standardized assets, including trading volume, supply, market cap rankings, etc., due to misplaced contracts being transitioned away from the original page to accurately reflect their true metrics.

Focus for Q3 2024 [Completed ✅]

**For full list of FAQs and updated infomation, please refer here

### What's New in Q4 2024? 👈

Building on Q3's achievements, we're expanding the scope of Standardization to include four additional Coins this quarter, selected based on their significance and impact on the DeFi ecosystem.

### Tips and FAQs for API users

#### 1. How does this affect my current API setup?

The following CoinGecko API endpoints will be impacted, with full details tracked in this spreadsheet. We encourage you to make the necessary adjustments and enable edit notifications on the Google Sheets, to receive real-time updates when non-native token contracts have been successfully standardized.

Simple

  • /simple/price
  • /simple/token_price/id

Coins

  • /coins/markets
  • /coins/id
  • /coins/id/tickers
  • /coins/id/history
  • /coins/id/market_chart
  • /coins/id/market_chart/range
  • /coins/id/ohlc
  • /coins/id/ohlc/range
  • /coins/id/circulating_supply_chart
  • /coins/id/circulating_supply_chart/range
  • /coins/id/total_supply_chart
  • /coins/id/total_supply_chart/range

Contract

  • /coins/id/contract/contract_address
  • /coins/id/contract/contract_address/market_chart
  • /coins/id/contract/contract_address/market_chart/range

Exchange

  • /exchanges/id/tickers
  • /exchanges/id/volume_chart
  • /exchanges/id/volume_chart/range

#### 2. Do I have to make changes to my API?

No changes are necessary if you do not need data for non-native token contracts that will be separated away from the native tokens.

#### 3. What will happen to the coins that are separated into a new coin page?

Historical data for new non-native or bridged assets will only be available from the date of asset page creation (i.e. stnadardized). To access historical data prior to the asset standardization, we recommend retrieving data from the original native assets.

#### 4. How do I identify the list of coins that will be separated?

For a finalised list of token contracts and API IDs that have been separated from its native asset page and listed individually, please refer to this Google Sheets

You may also identify the list of bridged coins via API: you may also use /categories/list endpoint to look for bridged categories such as:

  1. bridged-usdc
  2. bridged-wbtc
  3. bridged-weth

Then you may use /coins/market endpoint to retrieve the list of coins

## Enhancing Your Access to Even Fresher Data!

🗓️ December 16, 2024

[Changes below are applicable to Analyst/Lite/Pro/Enterprise plan subscribers only.]

Dear CoinGecko API paid plan subscribers,

We're excited to announce an improvement to our API, aimed at providing you with even faster access to real-time data! Starting 02:00 UTC, January 13, 2025, the edge cache duration for the following endpoints will be reduced to 20-30s, allowing you to retrieve updated data more frequently.

| Endpoints | Current Update Frequency | New Update Frequency | | :-------------------------------------------------------------------------------------------------------- | :----------------------- | :------------------- | | CoinGecko /simple/price | 30s | 20s | | CoinGecko /simple/token_price | 30s | 20s | | Onchain /simple/networks/../token_price | 60s | 30s | | Onchain /networks/../pools/../trades | 60s | 30s | | Onchain /networks/../pools/.. | 60s | 30s | | Onchain /networks/../pools/multi/.. | 60s | 30s |

What This Means for You:

  • Fresher Data, Quicker: With a reduced cache time, you'll now have the option to access more up-to-date data, closer to real-time!
  • No Extra Credits for Cached Data: If your request hits the cache (now updated every 20-30 seconds for endpoints above), there will be no additional credits charged—just like before.

Things to Keep in Mind:

  • If your request hits our origin server instead of the cache to retrieve the latest data, there may be additional credits used.
  • To balance cost and real-time data needs, we recommend reviewing your request frequency. For those who prefer fresher data without extra credits, consider keeping your request interval at 30 seconds or more to align with the new cache duration.

We're committed to continuously improving your experience and ensuring you get the data you need, as efficiently as possible. If you have any questions or need assistance, feel free to reach out to soonaik@coingecko.com .

CoinGecko API Team

## Multiple Improvements: Onchain Trending Pools, CG New Currencies Support, Snapshot, Exchange Info

🗓️ December 15, 2024

### Onchain Trending Pools: Added Support to Filter by Duration

You can now query trending pools with the following endpoints, and filter them by different duration: 5m, 1h, 6h, 24h, using duration parameter. e.g. duration=5m

### CG Coin Prices: Added Support for New Fiat Currencies

You can now query coin prices in the 13 new currencies for the following 3 endpoints:

New supported currencies:

  1. Colombia | COP
  2. Kenya | KES
  3. Romania | RON
  4. Dominican Republic | DOP
  5. Costa Rica | CRC
  6. Honduras | HNL
  7. Zambia | ZMW
  8. El Salvador | SVC
  9. Bosnia and Herzegovina | BAM
  10. Peru | PEN
  11. Guatemala | GTQ
  12. Lebanon | LBP
  13. Armenian Dram | AMD

### CG Coin Info: Included Snapshot URL

Coin Data by ID now includes Snapshot link, e.g.

  "snapshot_url": "https://snapshot.org/#/lido-snapshot.eth",

### CG Exchange Info: Included Number of Coins and Pairs

https://docs.coingecko.com/reference/exchanges-id now includes "coins" and "pairs", e.g.

   "coins": 384,
   "pairs": 1281,

## Multiple Improvements: Onchain Simple Price, Onchain Recently Updated Info, NFT Collection Data

🗓️ October 09, 2024

### Onchain: Simple Price - Increased Token Address Limit from 30 to 100

Token Price by Token Addresses now allows to input up to 100 contract addresses, instead of 30.

  • You may now retrieve data of up to 100 token prices of a specific network, in one single request.
  • Available exclusively to Pro API paid plan subscribers.

### Onchain: Recently Updated Info - Added Filter by Network

Most Recently Updated Token List now allows to filter by blockchain network, by flagging the network parameter. e.g. network=eth.

  • You can use the network parameter to retrieve the 100 most recently updated token info of a specific network.
  • View list of supported network via Supported Networks List endpoint.

### NFT Collection Data - Included Banner Image

NFTs Collection Data by ID now provides banner image of a NFT collection.

View banner image example on: https://www.coingecko.com/en/nft/pudgy-penguins

  {
    "symbol": "PPG",
    "image": {
      "small": "https://coin-images.coingecko.com/nft_contracts/images/38/small/da64989d9762c8a61b3c65917edfdf97.png?1707287183"
    },
    "banner_image": "https://coin-images.coingecko.com/nft_contracts/images/38/pudgy-penguins-banner.png?1708416126",
  ..

## Multiple Improvements: Global Market Chart, Asset Platforms, Coin Categories, Historical Supply Chart

🗓️ September 26, 2024

### Global Market Chart - Improved Daily Data Update

Previously, for Global Market Cap Chart Data endpoint , the daily data is returned at 23:00 UTC. We've made improvement to return daily data at 00:00 UTC.

The last completed UTC day (00:00) is available 5 minutes after midnight on the next UTC day (00:05). The cache will always expire at 00:05 UTC. If you wish to get the latest daily data (00:00 UTC), you can make request at 00:05 UTC or later.

### Asset Platforms - Included Images of Blockchain Network Logos

Asset Platforms List (ID Map) now provides the logos of blockchain networks.

For example:

      "image": {
        "thumb": "https://coin-images.coingecko.com/asset_platforms/images/93/thumb/AN_logomark.png?1706606703",
        "small": "https://coin-images.coingecko.com/asset_platforms/images/93/small/AN_logomark.png?1706606703",
        "large": "https://coin-images.coingecko.com/asset_platforms/images/93/large/AN_logomark.png?1706606703"
      }

### Coins Categories - Included Ids of Top 3 Coins

Coins Categories List with Market Data now provides coins id of the top 3 coins of a category.

For example:

  "top_3_coins_id": [
    "bitcoin",
    "ethereum",
    "binancecoin"
  ],

### Circulating Supply Chart and Total Supply Chart - Fixed '0' data issue

For the following Enterprise-plan exclusive endpoints below, there was a bug that returned wrong '0' value in the payload. This is fixed and will no longer return wrong '0' value in the payload.

  1. 👑 Circulating Supply Chart by ID
  2. 👑 Circulating Supply chart within Time Range by ID
  3. 👑 Total Supply Chart by ID
  4. 👑 Total Supply Chart within time range by ID

## Improvement of update frequency for OHLC endpoints

🗓️ September 04, 2024

The cache & update frequency of the following endpoints have been improved from every 30 minutes to every 15 minutes:

## Included new fields - NFT data

🗓️ August 18, 2024

We've added 'user_favorites_count', and 'ath' (all-time-high) related data to the following NFT endpoints:

Example of responses:

  {
    "user_favorites_count": 3660,
    "ath": {
      "native_currency": 22.9,
      "usd": 67535
    },
    "ath_change_percentage": {
      "native_currency": -59.825327510917,
      "usd": -64.3396788440525
    },
    "ath_date": {
      "native_currency": "2024-02-17T09:25:05.056Z",
      "usd": "2024-02-29T11:45:08.150Z"
  }

## Introduced /coins/id/ohlc/range endpoint

🗓️ May 10, 2024

We've introduced a new endpoint /coins//ohlc/range.

This endpoint allows you to get the OHLC chart (Open, High, Low, Close) of a coin within a range of timestamp based on particular coin id.

Please note that this endpoint is available exclusively for paid plan subscribers only.

## Added interval hourly params to /coins/id/ohlc

🗓️ May 04, 2024

We've expanded functionality to include support for the interval=hourly parameter within the /coins//ohlc endpoint.

Users can use this parameter to retrieve OHLC (Open/High/Low/Close) data on a hourly interval for up to 90 days of the date range.

Example of endpoint request:

https://pro-api.coingecko.com/api/v3/coins/bitcoin/ohlc?vs_currency=usd&days=1&interval=hourly&x_cg_pro_api_key=YOUR_API_KEY

## Added support for inactive coins in /coins/list and historical data endpoints

🗓️ April 30, 2024

We've now enhanced the /coins/list endpoint to include inactive coins

  • You may access the inactive coins by specifying status=inactive in your query
  • Example of endpoint request:\ https://pro-api.coingecko.com/api/v3/coins/list?include_platform=false&status=inactive&x_cg_pro_api_key=YOUR_API_KEY

Additionally, historical data for inactive coins can be queried using their IDs in the following endpoints:

Please note that these features are available exclusively for paid plan subscribers only

## Introduced /key endpoint

🗓️ March 27, 2024

We've introduced a new endpoint /key for conveniently monitoring your account's API usage, including rate limits and remaining credits.

Example of responses:

  {
    "plan": "Other",
    "rate_limit_request_per_minute": 1000,
    "monthly_call_credit": 1000000,
    "current_total_monthly_calls": 307,
    "current_remaining_monthly_calls": 999693
  }

## Multiple Improvements (Onchain/GT)

🗓️ February 28, 2024

  • image_url is now returned in the token response for pools and tokens endpoints:

    Example of responses:

     "data": {
        "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
        "type": "token",
        "attributes": {
          "address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
          "name": "Tether USD",
          "symbol": "USDT",
          "image_url": "https://assets.coingecko.com/coins/images/325/small/Tether.png?1696501661", 👈
          ......
          "market_cap_usd": "100719721661.467"
        },
        "relationships": {}
    }
    
  • We've added sorting parameters such as order= h24_volume_usd_desc and order=h24_tx_count_desc for /pools endpoints

  • The 'token' parameter within the /ohlcv endpoint can now accept a token address, provided it exists in the queried pool, to return OHLCV data\ Example of endpoint request (token=0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2):\ https://pro-api.coingecko.com/api/v3/onchain/networks/eth/pools/0x06da0fd433c1a5d7a4faa01111c044910a184553/ohlcv/day?token=0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2&x_cg_pro_api_key=YOUR_API_KEY

  • /ohlcv endpoint now includes the base and target token metadata in the response\ Example of responses:

    {
      "data": {
        "id": "46303eb4-fba1-44f3-a3c8-c542e4cd5d1a",
        "type": "ohlcv_request_response",
        "attributes": {
          "ohlcv_list": []
        }
      },
      "meta": {
        "base": {
          "address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
          "name": "Tether USD",
          "symbol": "USDT",
          "coingecko_coin_id": "tether"
        },
        "quote": {
          "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "name": "Wrapped Ether",
          "symbol": "WETH",
          "coingecko_coin_id": "weth"
        }
      }
    }
    

## Introduced /networks/network/trending_pools endpoint (Onchain/GT)

🗓️ February 19, 2024

Trending Pools endpoint, /networks//trending_pools is now available to fetch a list of pools that are trending as seen on GeckoTerminal based on web visits and on-chain activities.

## Introduced /search/pools endpoint (Onchain/GT)

🗓️ February 19, 2024

Added new endpoint to search for pools /search/pools based on keywords passed into query.

## Included new field for /coins/id endpoint

🗓️ January 18, 2024

We've included a new field "whitepaper" under "links" section for /coins/ endpoint

Example of responses:

  {
    "id": "bitcoin",
    ......
    "links": {
      "homepage": [],
      "whitepaper": "https://bitcoin.org/bitcoin.pdf", 👈
      "blockchain_site": [],
      "official_forum_url": [],
      "chat_url": [],
      "announcement_url": [],
      "twitter_screen_name": "bitcoin",
      "facebook_username": "bitcoins",
      "bitcointalk_thread_identifier": null,
      "telegram_channel_identifier": "",
      "subreddit_url": "https://www.reddit.com/r/Bitcoin/",
      "repos_url": {}
    },
    .......
  }

## Deprecated response fields for /coins/id

🗓️ December 13, 2023

The following data is now deprecated for /coins/ endpoint:

  • coingecko_rank
  • coingecko_score
  • developer_score
  • community_score
  • liquidity_score
  • public_interest_score
  • public_interest_stats
  • alexa_rank
  • bing_matches

## Introduced new historical total supply endpoints

🗓️ December 12, 2023

We've introduced Historical Total Supply data to Enterprise plan subscribers via these 2 exclusive endpoints:

## Included more trending coins

🗓️ December 07, 2023

We've expanded the capabilities of the /search/trending endpoint.

It now supports up to 15 trending coins, a significant increase from the previous limit of 7.

## Improvement on pool data (Onchain/GT)

🗓️ December 03, 2023

Pool data now returns transaction stats for the last 1 hour. Unique buyers and sellers in the last 1 hour and 24 hours are now returned in the response

## Multiple Improvements

🗓️ November 21, 2023

The web_slug data is now available in the following endpoints.

This addition allows users to accurately link to a CoinGecko coin page using www.coingecko.com/en/.

Example of responses:

  {
    "id": "bitcoin",
    "symbol": "btc",
    "name": "Bitcoin",
    "web_slug": "bitcoin", 👈
    ......
    "tickers": [...]
  }

For the /asset_platforms endpoint, we've introduced the native_coin_id data. This enables users to obtain the coin ID of different blockchain networks or asset platforms that may not have a contract address to look up

Example of responses:

  {
    "id": "polygon-pos",
    "chain_identifier": 137,
    "name": "Polygon POS",
    "shortname": "MATIC", 
    "native_coin_id": "matic-network" 👈
  },

## Introduced /simple/networks/network/token_price/addresses endpoint (Onchain/GT)

🗓️ November 10, 2023

Inspired by CoinGecko API most popular endpoint, we have launched the /simple/networks//token_price/, simple endpoint. Simply pass in addresses of any tokens on supported blockchain and get price data for it

## Introduced /networks/network/pools/pool_address/trades endpoint (Onchain/GT)

🗓️ November 08, 2023

You can now get the latest 300 trades in the past 24 hours of a given pool from this endpoint /networks//pools//trades. You may optionally filter by trade size as well. You can now build your own telegram bot alert!

## Introduced new endpoints (Onchain/GT)

🗓️ October 23, 2023

You can now fetch token information such as name, image, social links, and description via these endpoints:

## Included new fields (Onchain/GT)

🗓️ September 11, 2023

Pool response data now returns price in the base and quote token of the pool base_token_price_quote_token and quote_token_price_base_token for your convenience without the need to do additional calculation to derive these values

## Introduced new endpoints (Onchain/GT)

🗓️ September 06, 2023

Added new endpoints to allow querying multiple pools and tokens in a single API call. /networks/network/pools/multi/addresses and /networks/network/tokens/multi/addresses

## Included new fields (Onchain/GT)

🗓️ June 23, 2023

  • More data added to the Pool response such as FDV, market cap (from CoinGecko if available), price change percentage, volume, number of buy/sell transactions
  • More data added when querying for token such as FDV, volume, market cap, and the top 3 pools

## Introduced precision params for other endpoints

🗓️ June 15, 2023

The uses of 'precision' parameter allows to specify price data in full or 0-18 decimals, and previously was only made available for /simple/price and /simple/token_price/ endpoints.

This parameter is now supported for more endpoints as listed below:

## Multiple Improvements

🗓️ June 01, 2023

We've made enhancements to the /search/trending and /coins/asset_platform_id/contract/contract_address endpoints:

  • Top 5 trending NFT data (based on high trading volume in the last 24 hours) is now included in the /search/trending endpoint
  • Near Protocol contract address (e.g. wrap.near) is now supported for /coins//contract/ endpoint

## Multiple Improvements (Onchain/GT)

🗓️ May 28, 2023

  • Token metadata such as name, symbol, and CoinGecko ID are now returned in the responses for pools endpoints. Users will need to pass in this attribute include=base_token, quote_token
  • CoinGecko asset platform ID added to the response for /networks endpoint

## Added interval daily params to /coins/id/ohlc

🗓️ May 22, 2023

The /coins//ohlc endpoint now supports the "interval=daily" parameter for Paid Plan Subscribers

Users can use this parameter to retrieve OHLC (Open/High/Low/Close) data on a daily interval for up to 180 days of date range.

## Included new fields

🗓️ April 26, 2023

We've added 'watchlist_portfolio_users' field to /coins/ endpoint responses.

This refers to number of users who added the coin into a watchlist or portfolio.

Example of responses:

  {
  "id": "bitcoin",
  ......
  "watchlist_portfolio_users": 1449601, 👈
  "market_cap_rank": 1,
  ......
  "tickers": []
  }

## Increased Rate Limit (Onchain/GT)

🗓️ April 19, 2023

We've increased the rate limit of Public Plan from 10 calls per minute to 30 calls per minute

## Multiple Improvements (Onchain/GT)

🗓️ April 18, 2023

  • base_token_native_currency and quote_token_native_currency added to the pools endpoint response. This allows you to obtain price in the network's native currency in addition to in USD
  • reserve_in_usd added to the pools endpoint response. This returns the total liquidity/reserve of the pool in USD
  • pool_created_at added to the pools endpoint response

Example of responses for /networks//pools/ :

  {
  "data": {
      "id": "eth_0xeb2eae8a9912a09cb0f13bfafd5ad56cd263bb3f",
      "type": "pool",
      "attributes": {
      "base_token_price_usd": "0.0000186523882966482",
      "base_token_price_native_currency": "0.00000000647822280242372", 👈
      "quote_token_price_usd": "2881.71870575097",
      "quote_token_price_native_currency": "1.0", 👈
      "base_token_price_quote_token": "0.000000006478222802",
      "quote_token_price_base_token": "154363323",
      "address": "0xeb2eae8a9912a09cb0f13bfafd5ad56cd263bb3f",
      "name": "DGX-1 / WETH",
      "pool_created_at": "2024-02-18T08:10:59Z", 👈
      "fdv_usd": "784687",
      "market_cap_usd": null,
      "price_change_percentage": {
      "h1": "34.67",
      "h24": "8406.81"
      },
      "transactions": {},
      "volume_usd": {},
      "reserve_in_usd": "110214.6247" 👈
      },
      "relationships": {}
      }
  }

## Included new fields

🗓️ April 03, 2023

We've added "symbol" field to these NFT endpoints responses:

Example of responses:

  {
  	"id": "pudgy-penguins",
    "contract_address": "0xBd3531dA5CF5857e7CfAA92426877b022e612cf8",
    "asset_platform_id": "ethereum",
    "name": "Pudgy Penguins",
    "symbol": "PPG", 👈
    ....
  },

## Included new fields

🗓️ March 27, 2023

We've added "links" field (e.g. homepage, twitter, discord) to these NFT endpoints responses:

Example of responses:

  {
    "id": "pudgy-penguins",
    "contract_address": "0xBd3531dA5CF5857e7CfAA92426877b022e612cf8",
    .......
    "links": {
      "homepage": "https://www.pudgypenguins.com/", 👈
      "twitter": "https://twitter.com/pudgypenguins",👈
      "discord": "https://discord.gg/pudgypenguins" 👈
    },
  	.......
  }

## Introduced /coins/top_gainer_losers endpoint

🗓️ March 23, 2023

We've added /coins/top_gainers_losers endpoint exclusively for Paid Plan Subscribers.

Users can now get the top 30 coins with largest price gain and loss by a specific time duration with this endpoint.

## Improved OHLCV endpoint (Onchain/GT)

🗓️ March 23, 2023

/networks//pools//ohlcv/ now returns more granularity day, hour, minute and multiple aggregates

## Multiple Improvements

🗓️ February 23, 2023

We've made some updates to the /coins/categories and /simple/token_price/id endpoints:

  • Market cap and volume data for 'ecosystem' categories in the /coins/categories endpoint will now return 'null' until further notice. The CoinGecko team is actively working on improvements to provide more accurate data. If you have any feedback or suggestions, please reach out via api@coingecko.com.
  • Previously, the /simple/token_price/ endpoint was unable to return data for some Solana coins. This issue has been resolved, and users can now expect accurate data for Solana coins from this endpoint.

## Introduced /exchange/id/volume_chart/range endpoint

🗓️ February 15, 2023

We've introduced the /exchange//volume_chart/range endpoint for Paid Plan Subscribers.

This exclusive feature allows users to query full historical volume data of an exchange.

## Introduced /coins/list/new endpoint

🗓️ January 09, 2023

We've introduced the /coins/list/new endpoint for Paid Plan Subscribers.

This exclusive feature allows users to query the latest 200 coins on CoinGecko.

1. Get data by ID or Address

Source: https://docs.coingecko.com/docs/1-get-data-by-id-or-address

Methods to query price & market data of coins

a. Coin ID

Using /simple/price endpoint as example:

  • https://pro-api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd&x_cg_pro_api_key=YOUR_API_KEY

  • The provided endpoint URL includes parameters such as ids=bitcoin and vs_currencies=usd, indicating that the intention to retrieve the current price of Bitcoin in US Dollars.

How to obtain Coin ID aka API ID? There are 3 options:

```json JSON theme={null}
[
  ......
  {
  "id": "bitcoin", 👈
  "symbol": "btc",
  "name": "Bitcoin"
  },
  ......
]
```

  • View the full list of coins with API ID, symbol and name using this Google Sheet.

  • Look for the "API ID“ by visiting the info section of a coin page on CoinGecko:

<img src="https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/docs/7bf604e-image.png?fit=max&auto=format&n=a7cplMjqO5fc2v5e&q=85&s=ca1093ad1577a2160c53ee6ea3c9de8c" data-og-width="2122" width="2122" data-og-height="1256" height="1256" data-path="images/docs/7bf604e-image.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/docs/7bf604e-image.png?w=280&fit=max&auto=format&n=a7cplMjqO5fc2v5e&q=85&s=58b6818eb39f1cc1cb13bfb1b827e9ef 280w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/docs/7bf604e-image.png?w=560&fit=max&auto=format&n=a7cplMjqO5fc2v5e&q=85&s=debd856f53bd0349a94586da15246140 560w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/docs/7bf604e-image.png?w=840&fit=max&auto=format&n=a7cplMjqO5fc2v5e&q=85&s=4995bc412246ed062435c7700fce33b0 840w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/docs/7bf604e-image.png?w=1100&fit=max&auto=format&n=a7cplMjqO5fc2v5e&q=85&s=54503566448e1f70bfd6e3938ff18830 1100w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/docs/7bf604e-image.png?w=1650&fit=max&auto=format&n=a7cplMjqO5fc2v5e&q=85&s=45f0c1afb1803886ff058fe7682a3a2a 1650w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/docs/7bf604e-image.png?w=2500&fit=max&auto=format&n=a7cplMjqO5fc2v5e&q=85&s=f3d3d13f19af39c3c2918e06f9552bd6 2500w" />

b. Contract Address

Other than using Coin ID, you may also query price & market data of a coin using contract address, using /simple/token_price/{id} endpoint as example:

  • https://pro-api.coingecko.com/api/v3/simple/token_price/ethereum?contract_addresses=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48&vs_currencies=usd&x_cg_pro_api_key=YOUR_API_KEY

There are 3 parameters values required to apply for this endpoint:

  • id: Ethereum (Asset Platform ID)
  • contract_addresses: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 (Contract Address)
  • vs_currencies: usd (Target Currencies)

How to obtain Coins/Tokens Contract Address

  • Use /coins/list endpoint (include_platform=true), example of responses:

    [
      ......
        {
        "id": "1inch",
        "symbol": "1inch",
        "name": "1inch",
        "platforms": {
          "ethereum": "0x111111111117dc0aa78b770fa6a738034120c302",
          "avalanche": "0xd501281565bf7789224523144fe5d98e8b28f267",
          "binance-smart-chain": "0x111111111117dc0aa78b770fa6a738034120c302",
          "near-protocol": "111111111117dc0aa78b770fa6a738034120c302.factory.bridge.near",
          "energi": "0xdda6205dc3f47e5280eb726613b27374eee9d130",
          "harmony-shard-0": "0x58f1b044d8308812881a1433d9bbeff99975e70c",
          "polygon-pos": "0x9c2c5fd7b07e95ee044ddeba0e97a665f142394f"
          }
       },
      ......
    ]
    

  • Look for the "Contract“ by visiting the info section of a coin page on CoinGecko.

### Notes

  • Not all coins will have a contract address listed on the CoinGecko site.
  • If an address is not shown on the CoinGecko page, you will not be able to query the coin by its contract address via the API.
  • The contract addresses are curated by the CoinGecko team, if you find out any missing contract address, feel free to share with us to review.

Specify target currency to return

In the 2 examples above, both queries for Coin ID and Contract Address contain vs_currencies=usd. Most of the CoinGecko API endpoints will require you to specify the currency.

CoinGecko API data supports all major fiat currencies and some famous crypto currencies like the following:

Type Currency vs_currencies (Param value)
Fiat US Dollar usd
Fiat Japanese Yen jpy
Fiat Euro eur
Cryptocurrency Bitcoin btc
Cryptocurrency Ether eth
Cryptocurrency Binance Coin bnb

For full list of supported currencies, please go to /simple/supported_vs_currencies endpoint

Other way to obtain coin prices & market data

Using /coins/market endpoint as example to query prices and market data of coins in bulk

  • https://pro-api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=100&page=1&x_cg_pro_api_key=YOUR_API_KEY

There are 4 parameters values applied for this endpoint:

  • vs_currency: usd
  • order: market_cap_desc — The endpoint response will be sorted in descending order, from the coins with the largest market cap to those with the smallest.
  • per_page: 100 — The results of coins per page are set at 100 in this case (maximum is 250).
  • page: 1 — The page number of the results is determined by the parameter per_page. In the case of per_page=100 and page=2, the responses will include coins ranked 101 to 200 on CoinGecko, sorted by market cap, as per the specified endpoint.

10-mins Tutorial Guide

Source: https://docs.coingecko.com/docs/10-mins-tutorial-guide

New to CoinGecko API? Fret not. Whether you're a programmer or someone with zero coding experience, we've got you covered!

If you are not a developer and prefer to learn only specific tutorials on Google Sheet/Excel, feel free to check 👶 Tutorials (Beginner-friendly)

Tutorial Steps Description
1. Get data by ID or Address Learn how to use different endpoints by obtaining Coin ID and token's contract address at first.
2. Get Historical Data Learn how to get historical data of a coin by using different historical endpoints.
3. Get Exchanges & NFT Data Learn how to query exchanges and NFT data by accessing different endpoints.
4. Get On-chain Data Learn how to use /onchain GT endpoints to query onchain data.

2. Get Historical Data

Source: https://docs.coingecko.com/docs/2-get-historical-data

### Tips

  • Most of the historical data are returned and queried using UNIX Timestamp.
    • If you are not familiar with UNIX Timestamp, you may use tool like epochconverter.com to convert between UNIX Timestamp and human readable date.
  • You may use either coin ID or contract address to get the historical data.

There are five different endpoints to get historical data of a coin:

Endpoint Description
/coins/{id}/history Get the historical data (price, market cap, 24hrs volume, etc.) at a given date for a coin based on a particular coin ID.
/coins/{id}/market_chart Get the historical chart data of a coin including time in UNIX, price, market cap and 24hrs volume based on particular coin ID.
/coins/{id}/market_chart/range Get the historical chart data of a coin within certain time range in UNIX along with price, market cap and 24hrs volume based on particular coin ID.
/coins/{id}/contract/{contract_address}/market_chart Get the historical chart data of a coin including time in UNIX, price, market cap and 24hrs volume based on token contract address.
/coins/{id}/contract/{contract_address}/market_chart/range Get the historical chart data of a coin within certain time range in UNIX along with price, market cap and 24hrs volume based on token contract address.

### Notes

The data granularity (interval) for /market_chart and /market_chart/range endpoints is automatic and based on the date range:

  • 1 day from current time = 5-minutely data
  • 1 day from anytime (except from current time) = hourly data
  • 2-90 days from current time or anytime = hourly data
  • above 90 days from current time or anytime = daily data (00:00 UTC)

3. Get Exchanges & NFT Data

Source: https://docs.coingecko.com/docs/3-get-exchanges-nft-data

You can get Exchange and NFT data just like how you get the coins data:

  1. Get the ID (exchange or NFT) from /list endpoint.
  2. Use the ID to query latest or historical market data
Type Coins NFTs Exchanges Derivatives
Get Full List with IDs /coins/list /nfts/list /exchanges/list /derivatives/exchanges/list
Get latest market data /coins/{id} /nfts/{id} /exchanges/{id} /derivatives/exchanges/{id}
Get Historical Data /coins/{id}/market_chart /nfts/{id}/market_chart /exchanges/{id}/volume_chart /exchanges/{id}/volume_chart

4. Get On-chain Data

Source: https://docs.coingecko.com/docs/4-get-on-chain-data

Here are some of the important parameters to take note while using Onchain DEX API Endpoints:

  • Blockchain Networks
  • DEXs
  • Pool Contract Address
  • Token Contract Address

Blockchain Networks

### Notes

  • Please do not use CoinGecko Asset Platform ID as the Network ID in Onchain DEX API Endpoints (CoinGecko Asset Platform ID ≠ GT Network ID)

  • Example:

    • Asset Platform on CoinGecko: ethereum
    • Onchain Network ID: eth

How to obtain Network ID?

```json JSON theme={null}
{
  "data": [
    {
      "id": "eth",  👈 Network ID
      "type": "network",
      "attributes": {
        "name": "Ethereum",
        "coingecko_asset_platform_id": "ethereum" 👈 CoinGecko Asset Platform ID
      }
    },
   ......
  ]
}
```

  • Go to GeckoTerminal

    1. Select or search for a blockchain network.

    2. Copy the slug from the URL:

DEXs

Some of the pools endpoints require you to provide DEX ID along with Network ID to query the pools on a particular DEX (Decentralized Exchange).

Using /onchain/networks/{network}/dexes/{dex}/pools as example:

  • https://pro-api.coingecko.com/api/v3/onchain/networks/eth/dexes/uniswap_v3/pools?x_cg_pro_api_key=YOUR_API_KEY

There are 2 parameter values required to apply for this endpoint:

  • network: eth (network ID)
  • dex: uniswap_v3 (DEX ID)

How to obtain DEX ID?

```json JSON theme={null}
{
  "data": [
    {
      "id": "uniswap_v2", 👈 DEX ID
      "type": "dex",
      "attributes": {
        "name": "Uniswap V2"
      }
    },
  ......
  ]
}
```

  • Go to GeckoTerminal

    1. Select or search for a blockchain network.

    2. Choose the DEX from the DEXs List on the top (e.g. Uniswap V3).

    3. Copy the slug from the URL:

Methods to query Onchain Data

a. Pool Contract Address

Most of the time, you will need a pool contract address along with Network ID to query the onchain data, especially when using the Pools Endpoints.

Using /onchain/networks/{network}/pools/{address} as example:

  • https://pro-api.coingecko.com/api/v3/onchain/networks/eth/pools/0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc?x_cg_pro_api_key=YOUR_API_KEY

There are 2 parameter values required to apply for this endpoint:

  • network: eth (network ID)
  • address: 0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc (pool contract address)

How to obtain the pool contract address? (e.g.WETH/USDC)

  • Look for the contract address section of pool page on GeckoTerminal:

b. Token Contract Address

Apart from the pool contract address, you also have the option to query onchain data by using the token contract address, using /onchain/networks/{network}/tokens/{token_address}/pools as example:

  • https://pro-api.coingecko.com/api/v3/onchain/networks/eth/tokens/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48/pools?x_cg_pro_api_key=YOUR_API_KEY

There are 2 parameter values required to apply for this endpoint:

  • network: eth (network ID)
  • address: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 (token contract address)

How to obtain tokens contract address (e.g. UNI):

  • Look for the contract address section of pool page on GeckoTerminal:

AI Prompts

Source: https://docs.coingecko.com/docs/ai-prompts

CoinGecko API AI prompt library

Accelerate your development with CoinGecko's curated AI prompts. These prompts are designed to guide AI-powered coding assistants in correctly implementing our official API SDKs (libraries), helping you spend less time debugging and more time building.

How to Use Our Prompts

Integrating these prompts into your workflow is simple. Copy the entire markdown prompt for your chosen language and provide it as context to your AI assistant.

  1. For Chat Interfaces (Claude, ChatGPT, etc.): Paste the prompt at the beginning of your conversation before asking the AI to write code.
  2. For Cursor IDE: Add the prompt to your project's Rules to enforce the guidelines across all AI interactions.
  3. For GitHub Copilot: Save the prompt to a file (e.g. coingecko_rules.md) and reference it in your chat with @workspace #coingecko_rules.md.

Available Prompts

Select the prompt that matches your project's tech stack.

Best Practices

To get the most out of our AI prompts, keep these tips in mind:

  • Be Specific: After providing the main prompt, give the AI a clear, specific task (e.g. "Write a function to fetch the price of Bitcoin and Ethereum in EUR").
  • Customize: Feel free to modify the prompts to fit your project's unique requirements or coding standards.
  • Version Control: Store your customized prompts in your repository to ensure your entire team benefits from consistent AI-generated code.
  • Always Review: Treat AI-generated code as a starting point. Always review it for security, performance, and correctness.

API Status

Source: https://docs.coingecko.com/docs/api-status

CoinGecko's API status page provides information on the current status and incident history of CoinGecko API (Public & Pro)

### Tips

  • You can view our live updates, and subscribe to updates via Email, Slack and Discord.
  • Instead of subscribing to all updates, you may click on 'Select services' to subscribe to either Public or Pro API updates.

Best Practices

Source: https://docs.coingecko.com/docs/best-practices

Wonder how to use different endpoints together? This is the perfect place for you

User Journey for CoinGecko API Endpoints

"Discovery/Navigational Endpoints"

Examples:

  • /coins/list — can be used to query all the supported coins on CoinGecko with names, symbols and coin IDs that can be used in other endpoints.
  • /search/trending — can be used to query trending search coins, categories and NFTs on CoinGecko.

"Supporting Endpoints"

Examples:

  • /simple/supported_vs_currencies — can be used to query the list of currencies for other endpoints that include parameters like vs_currencies, allowing to obtain the corresponding data for those currencies.
  • /asset_platforms — can be used to query the list of asset platforms for other endpoints that contain parameters like id or ids (asset platforms), allowing the retrieval of corresponding data for these asset platforms.

"Data Endpoints"

Examples:

  • /simple/price — can be used to query the prices of coins using the unique coin IDs that can be obtained from the "Discovery/Navigational Endpoints" mentioned above.
  • /coins/{id} — can be used to query the coin data using the unique coin IDs that can be obtained from the "Discovery/Navigational Endpoints" mentioned above.

User Journey for Onchain DEX API Endpoints (GeckoTerminal data)

"Discovery/Navigational Endpoints"

Examples:

"Supporting Endpoints"

Examples:

  • /onchain/networks-list - can be used to query all the supported networks on GeckoTerminal.
  • /onchain/networks/{network}/dexes - can be used to query all the supported decentralized exchanges (DEXs/dexes) on GeckoTerminal based on network id that can be obtained from the endpoint mentioned above.

"Data Endpoints"

Examples:

Building with AI

Source: https://docs.coingecko.com/docs/building-with-ai

Quick tips to empower your AI applications with CoinGecko API, and leverage our AI capabilities to help you build better and easier.

CoinGecko provides a powerful suite of AI-native tools to help you integrate real-time, historical, and onchain market data into your applications. Whether you're building a sophisticated trading bot, a market analysis tool, or a simple portfolio tracker, our AI toolkit is here to accelerate your development.

Using llms.txt

To help AI models interact with CoinGecko data effectively, we provide an llms.txt file at /llms-full.txt. This file gives models context on how to best query our API, ensuring more accurate and efficient data retrieval. We recommend utilizing this in your integrations of MCP and AI applications.

CoinGecko MCP Server

The MCP (Model-Context-Protocol) Server is your gateway for connecting AI agents and large language models, like Claude and Gemini, directly to CoinGecko's live data streams. It's ideal for building conversational applications that can perform complex, real-time crypto analysis and answer user queries with up-to-the-minute information. Learn how to connect your AI agent by checking out CoinGecko MCP Server

Tools for Your Workflow

We've integrated AI assistance directly into our documentation to help you find answers and ship faster.

  1. Use the 'Copy page' button to copy endpoint-specific markdown prompts. You can take these prompts to your favorite LLM chat interface to explore use cases or generate boilerplate code.
  2. Stuck on a problem? Click the 'AI Support' button anywhere in our docs to chat with our AI Assistant. It's trained to resolve your inquiries instantly.

Clients

Source: https://docs.coingecko.com/docs/clients

Explore client resources, including official Swagger JSON and unofficial Python wrapper

API Swagger JSON (OAS)


Official CoinGecko API SDK

Here are the official API SDKs maintained by us.

Want us to support your favorite programming language? Let us know here!

Not a developer? Fred not, check our no-code tutorial for beginners here: Tutorials (Beginner-friendly)

Common Errors & Rate Limit

Source: https://docs.coingecko.com/docs/common-errors-rate-limit

Common Errors

The server responds to a user’s request by issuing status codes when the request is made to the server. Kindly refer to the table below to further understand the status codes when indicating the success or failure of an API call.

Status Codes Description
400 (Bad Request) This is due to an invalid request and the server could not process the user's request
401 (Unauthorized) This is due to the lack of valid authentication credentials for the requested resource by the user
403 (Forbidden) This is likely indicating that your access is blocked by our server, and we're unable to authorize your request
408 (Timeout) This error indicates that our server did not receive your complete request within our allowed time frame. This is usually caused by a slow network connection on your end or network latency. Please check your connection and try sending the request again.
429 (Too many requests) This is likely indicating that the rate limit has reached. The user should reduce the number of calls made, or consider scaling their service plan that has much higher rate limits and call credits
500 (Internal Server Error) This is a generic error response indicating that the server has encountered an unexpected issue that prevented it from fulfilling the request
503 (Service Unavailable) The service is currently unavailable. Please check the API status and updates on https://status.coingecko.com
1020 (Access Denied) This is due to violation of CDN firewall rule
10005 You may not have access to this endpoint. e.g. 'This request is limited Pro API subscribers'. You may wanna subscribe to a paid plan here
10002 (Missing API Key) API Key Missing. Please make sure you're using the right authentication method.
For Pro API, ensure you pass in x_cg_pro_api_key parameter with a Pro Key.
For Demo API, ensure you pass in x_cg_demo_api_key parameter with a Demo Key.
10010 (Invalid API Key) You have provided incorrect API key credentials. If you are using Pro API key, please change your root URL from api.coingecko.com to pro-api.coingecko.com
10011 (Invalid API Key) You have provided incorrect API key credentials. If you are using Demo API key, please change your root URL from pro-api.coingecko.com to api.coingecko.com
CORS error Occurs when the server doesn't return the CORS headers required. You may learn more and attempt the recommended solutions here

Rate Limit

### Notes

  • If you're using the Public API with Google Sheet and got hit with error, this is due to the IP sharing among Google Sheet users, and we have no control over this.
  • If you need reliable performance, please register for a demo account or subscribe to a paid plan that comes with dedicated infra (API key) to prevent rate limit issues.
  • For more details, please go to the page here.

  • For Public API user (Demo plan), the rate limit is ~30 calls per minutes and it varies depending on the traffic size.

  • If you're Pro API user (any paid plan), the rate limit is depending on the paid plan that you're subscribed to.

  • Regardless of the HTTP status code returned (including 4xx and 5xx errors), all API requests will count towards your minute rate limit.

  • Common Use Cases

    Source: https://docs.coingecko.com/docs/common-use-cases

    Discover the common use cases of CoinGecko API by our users

    1. Get Coins Logo Images

    • Use /coins/id endpoint.

      • This endpoint can be used to query other coin's metadata like: links, categories, contract address, community, description in different languages and many more.
      • Coin descriptions may include newline characters represented as \r\n (escape sequences), which may require processing for proper formatting.
    • Use Token Info by Token Address endpoint to get metadata of tokens listed on GeckoTerminal.com.

    2. Best Endpoint for Latest Crypto Price

    • Use /simple/price endpoint.
    • This endpoint can be used to query other market data like market cap, 24-hour trading volume and 24-hour price change percentage.

    3. Get All Trading Pairs (Tickers) of a Coin

    4. Get Trading Pairs of Specific Coins from a Specific Exchange

    5. Building Telegram Bot for Latest Coin Listings

    6. Get List of Coins Under Specific Category

    7. Identify DEX Decentralized Exchanges

    • Use /exchanges/list endpoint to get full list of exchanges with ID on CoinGecko.

    • Use /exchanges/id to find out whether the exchange is centralized or decentralized.

    • Example of responses (using Uniswap V3 as example) :

    Since Uniswap is a DEX, therefore it shows "centralized": false

    ```json JSON theme={null}
    {
      "name": "Uniswap V3 (Ethereum)",
      ......
      "centralized": false, 👈
      ......
      "tickers": [],
      "status_updates": []
    }
    ```
    

    8. Get Bitcoin Dominance Data (BTC.D)

    • Use /global endpoint.

    • Example of responses:

    ```json JSON theme={null}
    {
      "data": {
        "active_cryptocurrencies": 12414,
        ......
        "market_cap_percentage": { 👈
          "btc": 47.82057011844006,👈
          "eth": 16.943340351591583,
          ......
        },
        "market_cap_change_percentage_24h_usd": -5.032104325648996,
        "updated_at": 1706002730
      }
    }
    ```
    

    9. Get Market Cap or Dominance of a Specific Ecosystem

    • Use /coins/categories.
    • The endpoint also returns the 24-hour percentage change, offering insights into the traction of different categories or ecosystems.

    10. Get Token Lists of a Specific Blockchain Network

    11. Get 7-Day Sparkline Price Data of a Coin

    12. Get Link to Individual CoinGecko Coin Page

    • Use /coins/list endpoint to get the coin {ID}.
      • Supply API ID in this URL path format: www.coingecko.com/en/coins/{ID}
    • If you wish to the obtain the URL slug of a specific CoinGecko Coin Page, e.g. www.coingecko.com/en/coins/{web_slug} you may use /coin/id endpoint and obtain the {web_slug} value.

    13. Check Coin Status and Stale Price Updates

    • Active: use /coins/list endpoint, only active coins will be shown by default. You may also flag status=inactive to get a list of inactive coins.
    • Price Stale: use /simple/price endpoint, flag include_last_updated_at=true to check latest update time.

    14. Get Real-Time and Historical Exchange of BTC in USD

    15. Get Watchlist Portfolio Data of a Coin

    • Use /coins/id endpoint by supplying coin ID.

    • Example of responses:

    ```json JSON theme={null}
    {
      "id": "bitcoin",
      ......
      "watchlist_portfolio_users": 1487932, 👈
      "market_cap_rank": 1,
      ......
    }
    ```
    

    16. Get Historical Data for Inactive Coins

    Note: This is available for paid plan subscribers only.

    17. Get TVL (Total Value Locked) data of a Coin

    • Use /coins/id endpoint by supplying coin ID.

    • Example of responses:

    ```json JSON theme={null}
    "total_value_locked":
    {
        "btc": 72324,
        "usd": 4591842314
    }
    ```
    

    18. Query Search for Coins, Categories, NFTs, Exchanges, and Pools

    We have 2 Search endpoints:

    • /search endpoint allows you to search for coins, categories, exchanges (markets), and NFTs listed on CoinGecko.com. You may query by name or symbol.
    • /search-pools endpoint allows you to search for pools listed on GeckoTerminal.com. You may query by pool contract address, token contract address, or token symbol.

    19. Get List of Blockchain Networks supported on CoinGecko and GeckoTerminal.

    CoinGecko and GeckoTerminal support different sets of blockchain networks. You can use the following endpoints to find the list of supported networks and their respective IDs:

    20. Get Native Coin of a Blockchain Network (Asset Platform)

    You may use the /asset-platforms-list endpoint to obtain the native coin ID of all networks (asset platforms) listed on www.coingecko.com.

    21. Get Liquidity data of a Liquidity Pool or Token

    There are multiple onchain endpoints that provide the liquidity data (reserve_in_usd) of a pool, for example: Specific Pool Data by Pool Address. You may also get liquidity data (total_reserve_in_usd) of a token, using endpoints like: Token Data by Token Address.

    Note: reserve_in_usd (pool) represents the total liquidity of all tokens within a specific pool, whereas total_reserve_in_usd (token) refers to the total liquidity portion attributable to a specific token across all available pools.

    22. Get list of onchain DEX pools based on specific criteria

    • Use /pools/megafilter to retrieve data for onchain DEX pools that match a given set of filters.

    • Example of use cases:

      • Custom filtering: Combine multiple params — like liquidity thresholds, FDV ranges, 24-hour volume, and more — to extract the precise datasets you need.
      • Risk and Quality checks: Apply fraud filters to weed out risky projects.
    • For more details on examples and available filters, refer to:

    23. Get List of Trending Coins

    24. Get Security Info of Tokens

    • By using Token Info by Token Address endpoint, you can obtain the following security related data:

      • GeckoTerminal Score (Pool, Transaction, Creation, Info, Holders)
      • Holders count and distribution percentage
      • Mint and Freeze Authority

    25. Get Latest Token/Pool Data from Launchpad

    • Use megafilter endpoint to retrieve latest launchpad data, by flagging sort=pool_created_at_desc. Learn more on changelog.
    • Request example (Get latest pools on Pump.fun):

      https://pro-api.coingecko.com/api/v3/onchain/pools/megafilter?page=1&networks=solana&dexes=pump-fun&sort=pool_created_at_desc&x_cg_pro_api_key=YOUR_API_KEY
    


    ⚡️ Need Real-time Data Streams? Try WebSocket API

    With WebSocket, you can now stream ultra-low latency, real-time prices, trades, and OHLCV chart data.
    Subscribe to our paid API plan (Analyst plan & above) to access WebSocket and REST API data delivery methods.

    Endpoint Showcase

    Source: https://docs.coingecko.com/docs/endpoint-showcase

    Discover how CoinGecko API is used at CoinGecko.com and GeckoTerminal.com

    CoinGecko

    Home Page

    1. /global — Display global crypto data such as number of active cryptocurrencies, exchanges and etc.
    2. /search/trending — Display trending search coins, NFTs and categories.
    3. /coins/top_gainers_losers — Display the largest gainers in 24hr.
    4. /coins/categories — Display all the categories list.
    5. /coins/markets — Display all the supported coins with market related data.

    Coin Page

    1. /coins/{id} — Display all the coin data including name, price, market related data, website, explorers and etc.
    2. /simple/price — Display data such as latest coin price, market cap and 24hr trading volume.
    3. * /coins/{id}/history — Display the historical price data.

    Exchanges Page

    1. /exchanges/{id} — Display the exchange information such as name, type, market related data such as trading volume and etc.
    2. /exchanges/{id}/volume_chart — Display the historical volume chart data.
    3. /exchanges/{id}/tickers — Display the exchange's tickers.

    NFTs Page

    1. /nfts/{id} — Display NFT data such as name, contract address, website, market related data such as floor price, market cap, volume and etc.
    2. /nfts/{id}/market_chart — Display the historical market data in chart.
    3. /nfts/{id} — Display the description of the NFT collection.
    4. /nfts/{id}/tickers — Display the tickers of the NFT collection on different NFT marketplace.

    GeckoTerminal

    Home Page

    1. /onchain/search/pools — Allow users to search for pools on GeckoTerminal.
    2. /onchain/networks — Display a list of supported networks on GeckoTerminal.
    3. /onchain/networks/trending_pools — Display a list of trending pools across all networks on GeckoTerminal.
    4. /onchain/networks/new_pools — Display all the latest pools across all networks on GeckoTerminal.
    5. /onchain/categories — Display all the onchain categories on GeckoTerminal.

    Chain Page

    1. /onchain/networks/{network}/dexes — Display all the supported dex on a network on GeckoTerminal.
    2. /onchain/networks/{network}/trending_pools — Display a list of trending pools on a network on GeckoTerminal.
    3. /onchain/networks/{network}/new_pools — Display a list of new pools on a network on GeckoTerminal.
    4. /onchain/networks/{network}/pools — Display all the top pools on a network on GeckoTerminal.
    5. /onchain/categories/{category_id}/pools — Display all the pools under a specific onchain category on GeckoTerminal.

    Pool Page

    1. * /onchain/networks/{network}/pools/{address} — Display pool data such as price, transactions, volume and etc.
    2. /onchain/networks/{network}/pools/{pool_address}/ohlcv/{timeframe} — Display the OHLCV chart of the pool.
    3. /onchain/networks/{network}/pools/{pool_address}/trades — Display the trades of the pool in the past 24 hours.

    Categories Page

    1. /onchain/categories — Display list of onchain categories with market data.
    2. /onchain/categories/{id}/pools — Display list of pools with market data of a specific onchain category.

    CoinGecko MCP Server (Beta)

    Source: https://docs.coingecko.com/docs/mcp-server

    MCP Server for Crypto Price & Market Data. MCP (Model Context Protocol) is an open standard that allows Large Language Model (LLM) and other AI agents to securely and intelligently interact with external data sources and tools.

    ### Welcome to the CoinGecko MCP Server!

    CoinGecko MCP Server is currently in Beta. We're constantly improving, and your feedback is crucial. Please share any thoughts or suggestions via this feedback form.

    📕 Overview

    The official CoinGecko MCP Server is now live, making CoinGecko data readily available to your AI models and applications. With the CoinGecko MCP, you can empower your agents to:

    • Access real-time market data: Get aggregated prices, market cap, and trading volume for over 15k+ coins on CoinGecko, integrated across 1,000+ exchanges.
    • Dive into onchain analytics: Query onchain DEX price and liquidity data for more than 8M tokens across 200+ networks via GeckoTerminal.
    • Discover market trends: Instantly find trending coins, new token listings, top gainers/losers, and popular NFT collections.
    • Retrieve rich metadata: Pull essential details like project descriptions, logos, social links, contract addresses, security info, and more.
    • Analyze historical performance: Access historical price, market data, and OHLCV for any cryptocurrency.
    • Explore crypto categories: Effortlessly list coins within specific sectors like Meme, DeFi, Layer 1, AI agent, and more.

    🔥 Getting Started

    Connecting your AI to CoinGecko is simple. We offer several MCP server options to fit your needs, from keyless access for testing to authenticated connections for production applications.

    Most MCP-compatible clients, like Claude Desktop, Gemini CLI, and Cursor, can be configured using a simple JSON file (e.g., claude_desktop_config.json)

    ### Prerequisites

    Which MCP Server Should You Use?

    Here's a breakdown of the available options to help you choose the right one:

    MCP Server Type Best For Endpoints Status Setup Details
    Remote Server (Public, Keyless) - First-time users, quick tests, and basic queries
    - Connect instantly without any registration
    - Subject to shared rate limits, not for heavy use
    Primary: /mcp
    Alternative: /sse
    Public Beta mcp.api.coingecko.com
    Remote Server (Authenticated) - Scalable apps, AI agent integrations
    - Unlocks 76+ tools available under your Demo/Pro plan
    - Higher, reliable rate limits with 24/7 uptime. Get your API key here
    Primary: /mcp
    Alternative: /sse
    Public Beta mcp.pro-api.coingecko.com
    Local Server - Ideal for local development, desktop AI apps
    - Build/test your AI app even without an active internet connection
    - Demo/Pro API key to access more tools. Get your API key here
    Local server instance Beta npmjs/coingecko-mcp

    🔗 Endpoint Options

    Each remote server offers two connection methods to ensure compatibility with various MCP clients:

    Primary Endpoint (HTTP Streaming)

    • Public Server: https://mcp.api.coingecko.com/mcp
    • Pro Server: https://mcp.pro-api.coingecko.com/mcp
    • Uses HTTP streaming protocol for real-time data transfer.
    • Recommended for most modern MCP clients.

    Alternative Endpoint (SSE — Server-Sent Events)

    • Public Server: https://mcp.api.coingecko.com/sse
    • Pro Server: https://mcp.pro-api.coingecko.com/sse
    • Uses Server-Sent Events for compatibility.
    • Use this if you encounter connection issues with the primary endpoint.

    Most clients work with either endpoint. The configuration examples below use the SSE endpoint by default for maximum compatibility.

    Remote Server (Public, Keyless)

    The easiest way to get started. Just add the following to your client's mcp_config.json file.

    ### Client-Specific Config

    The file name and location depend on your client. Find your config file here: modelcontextprotocol.io/quickstart

    Add the following configuration to your mcp_config.json:

      {
        "mcpServers": {
          "coingecko_mcp": {
            "command": "npx",
            "args": [
              "mcp-remote",
              "https://mcp.api.coingecko.com/mcp"
            ]
          }
        }
      }
    

    Here's a quick 2-minute tutorial for setting up the public server with Claude Desktop:

    &lt;/p&gt; &lt;h2&gt;Remote Server (Authenticated)&lt;/h2&gt; &lt;p&gt;To access more tools and higher rate limits, use your CoinGecko API key with our hosted &amp;quot;Bring Your Own Key&amp;quot; (BYOK) server. Get your API key &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;here&lt;/a&gt;&lt;/p&gt; &lt;h3&gt;Step 1: Add the configuration&lt;/h3&gt; &lt;p&gt;Add the following configuration to your &lt;code&gt;mcp_config.json&lt;/code&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;mcpServers&amp;quot;: { &amp;quot;coingecko_mcp&amp;quot;: { &amp;quot;command&amp;quot;: &amp;quot;npx&amp;quot;, &amp;quot;args&amp;quot;: [ &amp;quot;mcp-remote&amp;quot;, &amp;quot;https://mcp.pro-api.coingecko.com/mcp&amp;quot; ] } } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h3&gt;Step 2: Authorize your MCP access&lt;/h3&gt; &lt;p&gt;After adding the config, the first time your client tries to use the CoinGecko MCP, a new browser tab will open, redirecting you to our authentication page:&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0fd54e7"><code>0fd54e7</code></a>-image.png?fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/c40d3876ad3b12c0c3177231e8642bf7"><code>c40d3876ad</code></a>&#34; alt=&#34;&#34; data-og-width=&#34;1627&#34; width=&#34;1627&#34; data-og-height=&#34;1611&#34; height=&#34;1611&#34; data-path=&#34;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0fd54e7"><code>0fd54e7</code></a>-image.png&#34; data-optimize=&#34;true&#34; data-opv=&#34;3&#34; srcset=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0fd54e7"><code>0fd54e7</code></a>-image.png?w=280&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/b44038862f84320e55096acf29d704ab"><code>b44038862f</code></a> 280w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0fd54e7"><code>0fd54e7</code></a>-image.png?w=560&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/d7518c452993e3c2191de720716fc28a"><code>d7518c4529</code></a> 560w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0fd54e7"><code>0fd54e7</code></a>-image.png?w=840&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/f4e361fa7c96759e52cf23b245e44bfc"><code>f4e361fa7c</code></a> 840w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0fd54e7"><code>0fd54e7</code></a>-image.png?w=1100&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/41d3e848470a50259a8aabd2f11f879d"><code>41d3e84847</code></a> 1100w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0fd54e7"><code>0fd54e7</code></a>-image.png?w=1650&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/4767ab92447bc5ba7a7f1ed2994945ea"><code>4767ab9244</code></a> 1650w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0fd54e7"><code>0fd54e7</code></a>-image.png?w=2500&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/686d5177b5697a4561eae0f10f157694"><code>686d5177b5</code></a> 2500w&#34; /&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Simply paste in your CoinGecko API key, and authorize to link your key to the MCP session.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;✨ Don&#39;t have an API key yet? Upgrade to Pro today! Read more &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You can also toggle between dynamic/static tools here. Learn more about &lt;a href=&#34;#dynamic-vs-static-tools&#34;&gt;Dynamic Tools&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;Local Server (API Key Required)&lt;/h2&gt; &lt;p&gt;For local development and maximum control, run the MCP server directly on your machine. This method offers the rate limits based on your API plan.&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;mcpServers&amp;quot;: { &amp;quot;coingecko_mcp_local&amp;quot;: { &amp;quot;command&amp;quot;: &amp;quot;npx&amp;quot;, &amp;quot;args&amp;quot;: [ &amp;quot;-y&amp;quot;, &amp;quot;<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>/coingecko-mcp&amp;quot; ], &amp;quot;env&amp;quot;: { &amp;quot;COINGECKO_PRO_API_KEY&amp;quot;: &amp;quot;YOUR_PRO_API_KEY&amp;quot;, &amp;quot;COINGECKO_ENVIRONMENT&amp;quot;: &amp;quot;pro&amp;quot; } } } } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;✨ Don&#39;t have an API key yet? Get your free Demo key or upgrade to Pro! Read more &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;p&gt;Configure the &lt;code&gt;env&lt;/code&gt; based on your API key tier:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;p&gt;Pro API access: &lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt;... &amp;quot;env&amp;quot;: { &amp;quot;COINGECKO_PRO_API_KEY&amp;quot;: &amp;quot;YOUR_PRO_API_KEY&amp;quot;, &amp;quot;COINGECKO_ENVIRONMENT&amp;quot;: &amp;quot;pro&amp;quot; } ... &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt;&lt;/li&gt; &lt;li&gt;&lt;p&gt;Demo API access: &lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt;... &amp;quot;env&amp;quot;: { &amp;quot;COINGECKO_DEMO_API_KEY&amp;quot;: &amp;quot;YOUR_DEMO_API_KEY&amp;quot;, &amp;quot;COINGECKO_ENVIRONMENT&amp;quot;: &amp;quot;demo&amp;quot; } ... &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;🚀 Connecting with Claude&lt;/h1&gt; &lt;p&gt;Connecting CoinGecko MCP to Claude is straightforward. The method varies slightly depending on your Claude plan.&lt;/p&gt; &lt;h2&gt;For Claude Free Users (via Claude Desktop)&lt;/h2&gt; &lt;p&gt;You &lt;strong&gt;must use the Claude Desktop app&lt;/strong&gt; and modify the configuration file.&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;strong&gt;Locate&lt;code&gt;claude_desktop_config.json&lt;/code&gt;&lt;/strong&gt;: Follow the instructions &lt;a href=&#34;https://modelcontextprotocol.io/quickstart/user&#34;&gt;here&lt;/a&gt; to find the file on your system.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Add a server config&lt;/strong&gt;: Copy and paste one of the server configs above that matches your use case.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Restart Claude Desktop&lt;/strong&gt;: Close and reopen the app for the changes to take effect.&lt;/li&gt; &lt;/ol&gt; &lt;h2&gt;For Claude Pro Users&lt;/h2&gt; &lt;p&gt;&lt;Check&gt; ### Tips&lt;/p&gt; &lt;p&gt;You can also follow the same steps as the Free users by modifying the &lt;code&gt;claude_desktop_config.json&lt;/code&gt; file. &lt;/Check&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;In Claude (&lt;a href=&#34;https://claude.ai/&#34;&gt;claude.ai&lt;/a&gt; or the Desktop app), click on &#39;Add connectors&#39; in your chat.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;&lt;img src=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/5cd6a58"><code>5cd6a58</code></a>-image.png?fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/73013011cc734857c113270206f71e7b"><code>73013011cc</code></a>&#34; alt=&#34;&#34; data-og-width=&#34;1606&#34; width=&#34;1606&#34; data-og-height=&#34;1122&#34; height=&#34;1122&#34; data-path=&#34;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/5cd6a58"><code>5cd6a58</code></a>-image.png&#34; data-optimize=&#34;true&#34; data-opv=&#34;3&#34; srcset=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/5cd6a58"><code>5cd6a58</code></a>-image.png?w=280&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/e6833e4c3da93dedaec0f9ee341c0ea7"><code>e6833e4c3d</code></a> 280w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/5cd6a58"><code>5cd6a58</code></a>-image.png?w=560&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/f3176360bc6ddb6195743bcd82cd80ed"><code>f3176360bc</code></a> 560w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/5cd6a58"><code>5cd6a58</code></a>-image.png?w=840&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/900afa23a6af477b66b2fc58d1108a14"><code>900afa23a6</code></a> 840w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/5cd6a58"><code>5cd6a58</code></a>-image.png?w=1100&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/2a6dbc4be6a8d688e0d037c7ee1ec418"><code>2a6dbc4be6</code></a> 1100w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/5cd6a58"><code>5cd6a58</code></a>-image.png?w=1650&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/75dbaec8d5e3d998870e7e07f77b0c51"><code>75dbaec8d5</code></a> 1650w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/5cd6a58"><code>5cd6a58</code></a>-image.png?w=2500&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/c27022d416fe6df622e6f0ac386fea0a"><code>c27022d416</code></a> 2500w&#34; /&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Click on &#39;Add custom connector&#39;&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;&lt;img src=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/1459ea5"><code>1459ea5</code></a>-image.png?fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/63c2c7bc4254c52ba263b9617aae51bd"><code>63c2c7bc42</code></a>&#34; alt=&#34;&#34; data-og-width=&#34;1843&#34; width=&#34;1843&#34; data-og-height=&#34;988&#34; height=&#34;988&#34; data-path=&#34;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/1459ea5"><code>1459ea5</code></a>-image.png&#34; data-optimize=&#34;true&#34; data-opv=&#34;3&#34; srcset=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/1459ea5"><code>1459ea5</code></a>-image.png?w=280&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/488051a2a6574be78e62eebf533b7ba9"><code>488051a2a6</code></a> 280w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/1459ea5"><code>1459ea5</code></a>-image.png?w=560&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/0a2dc2058e55364193572e1c5a9162a8"><code>0a2dc2058e</code></a> 560w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/1459ea5"><code>1459ea5</code></a>-image.png?w=840&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/85d55bb6a7cd9c4ae2b02abce971c344"><code>85d55bb6a7</code></a> 840w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/1459ea5"><code>1459ea5</code></a>-image.png?w=1100&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/c04b37491fcfc8454d43ccc56dc2cde4"><code>c04b37491f</code></a> 1100w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/1459ea5"><code>1459ea5</code></a>-image.png?w=1650&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/6386434cc86f48afd82a283e676ad6f9"><code>6386434cc8</code></a> 1650w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/1459ea5"><code>1459ea5</code></a>-image.png?w=2500&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/ab805d6c5f0c8745b99a2497eed3074d"><code>ab805d6c5f</code></a> 2500w&#34; /&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;p&gt;Remote MCP server URL:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Keyless access: &lt;code&gt;https://mcp.api.coingecko.com/mcp&lt;/code&gt;&lt;/li&gt; &lt;li&gt;Authenticated access (BYOK): &lt;code&gt;https://mcp.pro-api.coingecko.com/mcp&lt;/code&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;&lt;img src=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b465d51"><code>b465d51</code></a>-image.png?fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/075452b45aa6696f046084f5a23d610b"><code>075452b45a</code></a>&#34; alt=&#34;&#34; data-og-width=&#34;1146&#34; width=&#34;1146&#34; data-og-height=&#34;899&#34; height=&#34;899&#34; data-path=&#34;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b465d51"><code>b465d51</code></a>-image.png&#34; data-optimize=&#34;true&#34; data-opv=&#34;3&#34; srcset=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b465d51"><code>b465d51</code></a>-image.png?w=280&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/ac7d12f41f9375d1b13e6ddee2d2617c"><code>ac7d12f41f</code></a> 280w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b465d51"><code>b465d51</code></a>-image.png?w=560&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/145c9550a2097b66c3aea388d63f8489"><code>145c9550a2</code></a> 560w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b465d51"><code>b465d51</code></a>-image.png?w=840&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/b2c2f85d97c0c320e83045c31dbcfd51"><code>b2c2f85d97</code></a> 840w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b465d51"><code>b465d51</code></a>-image.png?w=1100&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/0914181d22bbe3d687c452b6be3649f2"><code>0914181d22</code></a> 1100w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b465d51"><code>b465d51</code></a>-image.png?w=1650&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/5c7df15af6e89de35ebf07bb186c6332"><code>5c7df15af6</code></a> 1650w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b465d51"><code>b465d51</code></a>-image.png?w=2500&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/43c552ceb2c3604b16b2018e3dca319c"><code>43c552ceb2</code></a> 2500w&#34; /&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Click on &#39;Add&#39;, and you&#39;re ready to go!&lt;/li&gt; &lt;/ol&gt; &lt;h1&gt;🚀 Connecting with ChatGPT&lt;/h1&gt; &lt;p&gt;OpenAI ChatGPT have just launched an MCP connector, but requires &lt;a href=&#34;https://platform.openai.com/docs/guides/developer-mode&#34;&gt;developer mode&lt;/a&gt; toggle turned on.&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;p&gt;Open your profile &amp;gt; Connectors &amp;gt; Advanced Settings &amp;gt; Toggle Developer Mode On&lt;/p&gt;&lt;/li&gt; &lt;li&gt;&lt;p&gt;In the Connectors modal, choose &amp;quot;Create&amp;quot; and enter the CoinGecko MCP server info&lt;/p&gt;&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;&lt;Frame&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt; &amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-1.png?fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/19b9da2451dbb287b3e14bbd1bb1d6c4"><code>19b9da2451</code></a>&amp;quot; style={{ width: &amp;quot;400px&amp;quot;, height: &amp;quot;auto&amp;quot; }} data-og-width=&amp;quot;921&amp;quot; width=&amp;quot;921&amp;quot; data-og-height=&amp;quot;1330&amp;quot; height=&amp;quot;1330&amp;quot; data-path=&amp;quot;images/reference/mcp-open-ai-chatgpt-1.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-1.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/1e0e27aefe9eed409e50802d46ccbd96"><code>1e0e27aefe</code></a> 280w, https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-1.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/4fa547e688348c71af6bd7a65018a06b"><code>4fa547e688</code></a> 560w, https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-1.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/b58a95c0d11926961008038c5c150a2c"><code>b58a95c0d1</code></a> 840w, https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-1.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/d9a04921b35edb6034fe498ce69e06c2"><code>d9a04921b3</code></a> 1100w, https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-1.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/043bd546e1eadb1d7b20b1cdc44fe5d5"><code>043bd546e1</code></a> 1650w, https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-1.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/deb9413356da4ff107766f1c483d14b8"><code>deb9413356</code></a> 2500w&amp;quot; /&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Frame&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Before prompting, choose &amp;quot;+&amp;quot; &amp;gt; More &amp;gt; Developer Mode &amp;gt; CoinGecko MCP tool must be turned on&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;&lt;Frame&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt; &amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-2.png?fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/2dbce0217b55c42f75bcf72b1840261c"><code>2dbce0217b</code></a>&amp;quot; style={{ width: &amp;quot;500px&amp;quot;, height: &amp;quot;auto&amp;quot; }} data-og-width=&amp;quot;1604&amp;quot; width=&amp;quot;1604&amp;quot; data-og-height=&amp;quot;404&amp;quot; height=&amp;quot;404&amp;quot; data-path=&amp;quot;images/reference/mcp-open-ai-chatgpt-2.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-2.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/1164c4b43b3973808b53e78219db4544"><code>1164c4b43b</code></a> 280w, https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-2.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/57565551346ddc2479ec396c5f03a5ad"><code>5756555134</code></a> 560w, https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-2.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/9ffd706dd65fc5d64cae76ed5c44c6db"><code>9ffd706dd6</code></a> 840w, https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-2.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/20e6b62405c7069c6c58d6523a98854b"><code>20e6b62405</code></a> 1100w, https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-2.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/963d3992d6e0d46cfbbc56bd4179c099"><code>963d3992d6</code></a> 1650w, https://mintcdn.com/coingecko/-YWykcjHRtoo7cBr/images/reference/mcp-open-ai-chatgpt-2.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=-YWykcjHRtoo7cBr&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/2eabd675061763732754fc304f7e48e9"><code>2eabd67506</code></a> 2500w&amp;quot; /&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Frame&gt;&lt;/p&gt; &lt;h1&gt;💡 Example Prompts&lt;/h1&gt; &lt;p&gt;Tap into the full potential of CoinGecko data — use these prompts to kickstart your next AI build.&lt;/p&gt; &lt;h3&gt;Simple Queries&lt;/h3&gt; &lt;blockquote&gt; &lt;ul&gt; &lt;li&gt;What is the current price of Bitcoin in USD?&lt;/li&gt; &lt;li&gt;What is the market cap of Ethereum?&lt;/li&gt; &lt;li&gt;What are the top 3 trending coins on CoinGecko right now?&lt;/li&gt; &lt;li&gt;What are the top AI coins on GeckoTerminal now?&lt;/li&gt; &lt;li&gt;What is the floor price of the Pudgy Penguins NFT collection?&lt;/li&gt; &lt;/ul&gt; &lt;/blockquote&gt; &lt;h3&gt;Advanced Queries&lt;/h3&gt; &lt;blockquote&gt; &lt;ul&gt; &lt;li&gt;Show me the current top 10 cryptocurrencies by market cap. Include their price, 24h change, and total volume. Display this in an interactive table.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;img src=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/9ef35ab"><code>9ef35ab</code></a>-image.png?fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/76c2d6cbda125a20f3d2d4ee8bd5b840"><code>76c2d6cbda</code></a>&#34; alt=&#34;&#34; data-og-width=&#34;2915&#34; width=&#34;2915&#34; data-og-height=&#34;1884&#34; height=&#34;1884&#34; data-path=&#34;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/9ef35ab"><code>9ef35ab</code></a>-image.png&#34; data-optimize=&#34;true&#34; data-opv=&#34;3&#34; srcset=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/9ef35ab"><code>9ef35ab</code></a>-image.png?w=280&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/c48640c27703887235b99f419b09ba12"><code>c48640c277</code></a> 280w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/9ef35ab"><code>9ef35ab</code></a>-image.png?w=560&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/0ae223b5ab2812b2dc516ebea4bad63b"><code>0ae223b5ab</code></a> 560w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/9ef35ab"><code>9ef35ab</code></a>-image.png?w=840&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/50da86d6358bd614574590fec55e69f7"><code>50da86d635</code></a> 840w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/9ef35ab"><code>9ef35ab</code></a>-image.png?w=1100&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/948e0ca92b980bbfe5ba2afb76b3f34f"><code>948e0ca92b</code></a> 1100w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/9ef35ab"><code>9ef35ab</code></a>-image.png?w=1650&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/9762d7eda6e8d5516b4fdb6f551a0003"><code>9762d7eda6</code></a> 1650w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/9ef35ab"><code>9ef35ab</code></a>-image.png?w=2500&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/48de11fa6a230658b33645bf771fbabc"><code>48de11fa6a</code></a> 2500w&#34; /&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Generate a 30-day price chart for Ethereum (ETH) against USD, showing both price and trading volume.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;img src=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/249fc22"><code>249fc22</code></a>-image.png?fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/b92c7f7e4c503e7d5b1e285f0901c850"><code>b92c7f7e4c</code></a>&#34; alt=&#34;&#34; data-og-width=&#34;2904&#34; width=&#34;2904&#34; data-og-height=&#34;1886&#34; height=&#34;1886&#34; data-path=&#34;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/249fc22"><code>249fc22</code></a>-image.png&#34; data-optimize=&#34;true&#34; data-opv=&#34;3&#34; srcset=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/249fc22"><code>249fc22</code></a>-image.png?w=280&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/c3ac5ca1c3f030e3030df10fe6598321"><code>c3ac5ca1c3</code></a> 280w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/249fc22"><code>249fc22</code></a>-image.png?w=560&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/99ba5dee1419b3f6d4a9500554643c7f"><code>99ba5dee14</code></a> 560w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/249fc22"><code>249fc22</code></a>-image.png?w=840&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/d255006760aa0d4c5c625ea1d610cf9c"><code>d255006760</code></a> 840w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/249fc22"><code>249fc22</code></a>-image.png?w=1100&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/a959c53fc30a7ace129534b45d25a8cd"><code>a959c53fc3</code></a> 1100w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/249fc22"><code>249fc22</code></a>-image.png?w=1650&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/0429bc6d59230e2290787c0f7c4ddefb"><code>0429bc6d59</code></a> 1650w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/249fc22"><code>249fc22</code></a>-image.png?w=2500&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/ab3786ea42c1add908c744ca57da4090"><code>ab3786ea42</code></a> 2500w&#34; /&gt;&lt;/p&gt; &lt;/blockquote&gt; &lt;h3&gt;Creative and Fun Ideas&lt;/h3&gt; &lt;blockquote&gt; &lt;ul&gt; &lt;li&gt;Create a quiz to tell me which cryptocurrency I am based on my personality.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;img src=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/fb09018"><code>fb09018</code></a>-image.png?fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/9849ef5a53aedccf2ac0c9bc39ee5953"><code>9849ef5a53</code></a>&#34; alt=&#34;&#34; data-og-width=&#34;2909&#34; width=&#34;2909&#34; data-og-height=&#34;1887&#34; height=&#34;1887&#34; data-path=&#34;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/fb09018"><code>fb09018</code></a>-image.png&#34; data-optimize=&#34;true&#34; data-opv=&#34;3&#34; srcset=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/fb09018"><code>fb09018</code></a>-image.png?w=280&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/0b256fa8214e83fd391836a3edaeca2f"><code>0b256fa821</code></a> 280w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/fb09018"><code>fb09018</code></a>-image.png?w=560&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/2d6d0b3bc94f5913bfee1b6096067e1b"><code>2d6d0b3bc9</code></a> 560w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/fb09018"><code>fb09018</code></a>-image.png?w=840&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/6c9ab464d9d3cb1c4b6e2b033182997d"><code>6c9ab464d9</code></a> 840w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/fb09018"><code>fb09018</code></a>-image.png?w=1100&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/7af07f3a051caa022ee01f1cd08b8cdc"><code>7af07f3a05</code></a> 1100w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/fb09018"><code>fb09018</code></a>-image.png?w=1650&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/41b58e7270fdddd7ce46030e5a6fa311"><code>41b58e7270</code></a> 1650w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/fb09018"><code>fb09018</code></a>-image.png?w=2500&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/f6d3bd429fd2255658ee0845295bcd3d"><code>f6d3bd429f</code></a> 2500w&#34; /&gt;&lt;/p&gt; &lt;p&gt;Try it here: &lt;a href=&#34;https://claude.ai/public/artifacts/<a href="/ka-cn/vibe-coding-cn/commit/586275b9"><code>586275b9</code></a>-9ff8-4d9f-9b43-<a href="/ka-cn/vibe-coding-cn/commit/0c080f6e9c80"><code>0c080f6e9c</code></a>&#34;&gt;claude.ai/public/artifacts&lt;/a&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Build a Wordle-style game where the answer is a crypto asset&#39;s name or symbol, like &#39;BITCOIN&#39; or &#39;SHIBA&#39;.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;img src=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/911e973"><code>911e973</code></a>-image.png?fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/106f6fba2b90c2264b706535c748f323"><code>106f6fba2b</code></a>&#34; alt=&#34;&#34; data-og-width=&#34;2903&#34; width=&#34;2903&#34; data-og-height=&#34;1888&#34; height=&#34;1888&#34; data-path=&#34;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/911e973"><code>911e973</code></a>-image.png&#34; data-optimize=&#34;true&#34; data-opv=&#34;3&#34; srcset=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/911e973"><code>911e973</code></a>-image.png?w=280&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/1ef4911c34f869f0ce88e1c751f97b62"><code>1ef4911c34</code></a> 280w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/911e973"><code>911e973</code></a>-image.png?w=560&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/8e9b8e04582a59bc4a5b1d3cb08db20b"><code>8e9b8e0458</code></a> 560w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/911e973"><code>911e973</code></a>-image.png?w=840&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/01cee4ef35038e639b98e5d6045f429e"><code>01cee4ef35</code></a> 840w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/911e973"><code>911e973</code></a>-image.png?w=1100&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/324593d255be68d2b9490d3c1ac1693f"><code>324593d255</code></a> 1100w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/911e973"><code>911e973</code></a>-image.png?w=1650&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/e44e29bae06803537b3d92d461d5ed8b"><code>e44e29bae0</code></a> 1650w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/911e973"><code>911e973</code></a>-image.png?w=2500&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/3a668ee396e7599271d861a2f70f7943"><code>3a668ee396</code></a> 2500w&#34; /&gt;&lt;/p&gt; &lt;p&gt;Try it here: &lt;a href=&#34;https://claude.ai/public/artifacts/<a href="/ka-cn/vibe-coding-cn/commit/41efabb7"><code>41efabb7</code></a>-76b9-43c7-8349-<a href="/ka-cn/vibe-coding-cn/commit/cbbe1d52a022"><code>cbbe1d52a0</code></a>&#34;&gt;claude.ai/public/artifacts&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt; &lt;h1&gt;⚙️ Tips&lt;/h1&gt; &lt;h2&gt;API Key Differences (Demo vs. Pro)&lt;/h2&gt; &lt;p&gt;Choosing between a Demo and Pro key for your MCP server impacts your access to data and tools.&lt;/p&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Feature&lt;/th&gt; &lt;th&gt;Demo (&lt;a href=&#34;https://support.coingecko.com/hc/en-us/articles/21880397454233-User-Guide-How-to-sign-up-for-CoinGecko-Demo-API-and-generate-an-API-key&#34;&gt;Guide here&lt;/a&gt;)&lt;/th&gt; &lt;th&gt;Pro&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Rate Limit&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;30 calls/min&lt;/td&gt; &lt;td&gt;Starts at 500 calls/min&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Monthly Credits&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;10,000&lt;/td&gt; &lt;td&gt;Starts at 500,000&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Historical Data&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;Past 1 year&lt;/td&gt; &lt;td&gt;From 2013 until now&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;MCP Tools&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;Limited access&lt;/td&gt; &lt;td&gt;Full access, including exclusive tools:&lt;br /&gt;- &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-top-gainers-losers&#34;&gt;Top Gainers &amp;amp; Losers&lt;/a&gt;&lt;br /&gt;- &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/nfts-id-market-chart&#34;&gt;NFTs Collection Historical Chart&lt;/a&gt;&lt;br /&gt;- &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pools-megafilter&#34;&gt;🔥 Megafilter for Pools&lt;/a&gt;&lt;br /&gt;- &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pools-category&#34;&gt;Pools by Category ID&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;🔥 Ready to upgrade? Explore &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;our API plans&lt;/a&gt;.&lt;/p&gt; &lt;h2&gt;Dynamic vs. Static Tools&lt;/h2&gt; &lt;p&gt;When running our CoinGecko MCP server, you can choose how the LLM client discovers tools.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Static (Default)&lt;/strong&gt;: The AI is given a complete list of tools and their functions upfront. This is faster for specific, known tasks.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Dynamic&lt;/strong&gt;: The AI first asks the server for available tools based on a keyword search, then learns how to use them. This is flexible but can be slower.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;For a deeper dive, read the &lt;a href=&#34;https://www.stainless.com/changelog/mcp-dynamic-tools&#34;&gt;official documentation&lt;/a&gt; from Stainless.&lt;/p&gt; &lt;h2&gt;Using &lt;code&gt;llms.txt&lt;/code&gt;&lt;/h2&gt; &lt;p&gt;To help AI models interact with CoinGecko data effectively, we provide an &lt;code&gt;llms.txt&lt;/code&gt; file at &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/llms-full.txt&#34;&gt;/llms-full.txt&lt;/a&gt;. This file gives models context on how to best query our API, ensuring more accurate and efficient data retrieval. We recommend utilizing this in your integrations.&lt;/p&gt; &lt;hr&gt; &lt;p&gt;CoinGecko MCP Server is powered by &lt;a href=&#34;https://www.stainless.com/&#34;&gt;Stainless&lt;/a&gt; ✱&lt;/p&gt; &lt;p&gt;Have feedback, a cool idea, or need help? Reach out to &lt;code&gt;soonaik<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>[dot]com&lt;/code&gt; or fill in &lt;a href=&#34;https://docs.google.com/forms/d/e/1FAIpQLSf06DOBauiZ8XS6NwWXUUwhFluH7jKHOAa3y4VsrkyGbLKyfA/viewform&#34;&gt;this feedback form&lt;/a&gt;.&lt;/p&gt; &lt;h1&gt;Python AI Prompts&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/docs/python-ai-prompts&#34;&gt;https://docs.coingecko.com/docs/python-ai-prompts&lt;/a&gt;&lt;/p&gt; &lt;p&gt;A comprehensive AI prompt to guide coding assistants in correctly implementing the official CoinGecko Python SDK for reliable API integration.&lt;/p&gt; &lt;h2&gt;How to Use Our Prompts&lt;/h2&gt; &lt;p&gt;Integrating these prompts into your workflow is simple. Copy the entire markdown prompt for your chosen language and provide it as context to your AI assistant.&lt;/p&gt; &lt;ol&gt; &lt;li&gt;For &lt;strong&gt;Chat Interfaces (Claude, ChatGPT, etc.)&lt;/strong&gt;: Paste the prompt at the beginning of your conversation before asking the AI to write code.&lt;/li&gt; &lt;li&gt;For &lt;strong&gt;Cursor IDE&lt;/strong&gt;: Add the prompt to your project&#39;s &lt;code&gt;Rules&lt;/code&gt; to enforce the guidelines across all AI interactions.&lt;/li&gt; &lt;li&gt;For &lt;strong&gt;GitHub Copilot&lt;/strong&gt;: Save the prompt to a file (e.g. &lt;code&gt;coingecko_rules.md&lt;/code&gt;) and reference it in your chat with &lt;code&gt;<a href="/workspace"><a href="/workspace">@workspace</a></a> #coingecko_rules.md&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;For &lt;strong&gt;Claude Code&lt;/strong&gt;: Include the prompt in your CLAUDE.md file.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt; # Goal: Generate Python code for the CoinGecko API using ONLY the official `coingecko_sdk`. ## 🚨 Critical Rules 1. **SDK Exclusivity**: - **ALWAYS** use the official `coingecko_sdk` package. - **NEVER** use the old `pycoingecko` library or make direct HTTP requests with `requests`, `httpx`, or `urllib`. 2. **Authentication**: - **ALWAYS** load the API key from environment variables (e.g., `os.environ.get(&amp;quot;COINGECKO_PRO_API_KEY&amp;quot;)`). - **NEVER** hardcode API keys or any other credentials in the source code. 3. **Client Implementation**: - **ALWAYS** initialize a single, reusable client instance (`Coingecko` or `AsyncCoingecko`) for the application. - **ALWAYS** configure automatic retries by setting the `max_retries` parameter on the client. - **NEVER** implement manual retry loops using `time.sleep()`. The SDK handles this internally. 4. **Error Handling**: - **ALWAYS** catch specific SDK exceptions (e.g., `coingecko_sdk.RateLimitError`, `coingecko_sdk.NotFoundError`). - **NEVER** use a generic `except Exception:` block to catch known API errors. ## ✅ Correct Implementation Example This is the standard for all generated code. ```python # src/api/client.py import os from coingecko_sdk import Coingecko, AsyncCoingecko # Initialize a single, reusable client. This should be imported and used application-wide. client = Coingecko( pro_api_key=os.environ.get(&amp;quot;COINGECKO_PRO_API_KEY&amp;quot;), environment=&amp;quot;pro&amp;quot;, max_retries=3, # Rely on the SDK&#39;s built-in retry mechanism. ) # Optional: Initialize a single async client for concurrent applications. async_client = AsyncCoingecko( pro_api_key=os.environ.get(&amp;quot;COINGECKO_PRO_API_KEY&amp;quot;), environment=&amp;quot;pro&amp;quot;, max_retries=3, ) # src/main.py from api.client import client from coingecko_sdk import RateLimitError, APIError def get_bitcoin_price(): try: price_data = client.simple.price.get( ids=&amp;quot;bitcoin&amp;quot;, vs_currencies=&amp;quot;usd&amp;quot;, ) # Access data using Pydantic models or dictionary keys return price_data[&#39;bitcoin&#39;].usd except RateLimitError: print(&amp;quot;Rate limit exceeded. Please try again later.&amp;quot;) return None except APIError as e: print(f&amp;quot;An API error occurred: {e}&amp;quot;) return None if __name__ == &amp;quot;__main__&amp;quot;: price = get_bitcoin_price() if price: print(f&amp;quot;The current price of Bitcoin is: ${price}&amp;quot;) ``` ## ❌ Deprecated Patterns to AVOID You **MUST NOT** generate code that includes any of the following outdated patterns. ```python # ❌ NO direct HTTP requests. import requests response = requests.get(&#39;[https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&amp;amp;vs_currencies=usd](https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&amp;amp;vs_currencies=usd)&#39;) # ❌ NO use of the outdated `pycoingecko` library. from pycoingecko import CoinGeckoAPI cg = CoinGeckoAPI() # ❌ NO hardcoded API keys. client = Coingecko(pro_api_key=&#39;CG-abc123xyz789&#39;) # ❌ NO manual retry loops. The SDK&#39;s `max_retries` handles this. import time for i in range(3): try: data = client.simple.price.get(ids=&#39;bitcoin&#39;, vs_currencies=&#39;usd&#39;) break except: time.sleep(5) # ❌ NO generic exception handling for API errors. try: data = client.simple.price.get(ids=&#39;bitcoin&#39;, vs_currencies=&#39;usd&#39;) except Exception as e: print(f&amp;quot;An error occurred: {e}&amp;quot;) ``` ## 📝 Final Check Before providing a response, you **MUST** verify that your generated code: 1. Imports and uses `coingecko_sdk`. 2. Loads the API key from environment variables. 3. Follows all other Critical Rules. 4. Does **NOT** contain any Deprecated Patterns. &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h2&gt;Resources&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href=&#34;https://github.com/coingecko/coingecko-python&#34;&gt;github.com/coingecko/coingecko-python&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;PyPI&lt;/strong&gt;: &lt;a href=&#34;https://pypi.org/project/coingecko-sdk/&#34;&gt;pypi.org/project/coingecko-sdk/&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Notice something off or missing? Let us know by opening an &lt;a href=&#34;https://github.com/coingecko/coingecko-python/issues&#34;&gt;Issue here&lt;/a&gt;.&lt;/p&gt; &lt;hr&gt; &lt;p&gt;Have feedback, a cool idea, or need help? Reach out to &lt;code&gt;soonaik<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>[dot]com&lt;/code&gt;&lt;/p&gt; &lt;h1&gt;CoinGecko SDK (Beta)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/docs/sdk&#34;&gt;https://docs.coingecko.com/docs/sdk&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Official CoinGecko Typescript and Python SDKs — Crypto Price &amp;amp; Market Data API&lt;/p&gt; &lt;p&gt;&lt;img src=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/581b968"><code>581b968</code></a>-image.png?fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/338cddbf79001fc1af09c231833fb56d"><code>338cddbf79</code></a>&#34; alt=&#34;&#34; data-og-width=&#34;1200&#34; width=&#34;1200&#34; data-og-height=&#34;628&#34; height=&#34;628&#34; data-path=&#34;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/581b968"><code>581b968</code></a>-image.png&#34; data-optimize=&#34;true&#34; data-opv=&#34;3&#34; srcset=&#34;https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/581b968"><code>581b968</code></a>-image.png?w=280&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/b51ad4738654ccfbf6c38d237f2de7fa"><code>b51ad47386</code></a> 280w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/581b968"><code>581b968</code></a>-image.png?w=560&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/32948ca8aa6db2f5be8ca04db5f3511e"><code>32948ca8aa</code></a> 560w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/581b968"><code>581b968</code></a>-image.png?w=840&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/0dff376edd3aa927bc907c3bfec5db7d"><code>0dff376edd</code></a> 840w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/581b968"><code>581b968</code></a>-image.png?w=1100&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/235cc041b2c2396788caf8ea7d4b7587"><code>235cc041b2</code></a> 1100w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/581b968"><code>581b968</code></a>-image.png?w=1650&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/66081cce71c3a666f7ed69c20bc0ba3b"><code>66081cce71</code></a> 1650w, https://mintcdn.com/coingecko/b3Fla9Sm0TsVrJN4/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/581b968"><code>581b968</code></a>-image.png?w=2500&amp;fit=max&amp;auto=format&amp;n=b3Fla9Sm0TsVrJN4&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/03523526d5f8191e167eb9fbc877a1d1"><code>03523526d5</code></a> 2500w&#34; /&gt;&lt;/p&gt; &lt;h1&gt;Unlock the Power of CoinGecko API with Unprecedented Ease&lt;/h1&gt; &lt;p&gt;The official CoinGecko Typescript and Python SDK are now available for all developers! These SDKs dramatically streamline your integration process, enabling you to build powerful crypto applications faster and more reliably than ever before, regardless of your preferred language.&lt;/p&gt; &lt;h3&gt;Designed to make your life easier: Common Benefits of Our SDKs&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Official Support&lt;/strong&gt;: Both SDKs are maintained by the CoinGecko team, ensuring up-to-date features, reliable access, and dedicated support.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Reduced Boilerplate&lt;/strong&gt;: Say goodbye to manual request construction and parsing. Our SDKs handle the complexities, allowing you to focus on your application logic.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Faster Development&lt;/strong&gt;: Build and iterate quicker with intuitive methods, clear documentation, and pre-built functionalities tailored for each language.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Seamless Integration&lt;/strong&gt;: Effortlessly incorporate CoinGecko data into your existing Python or TypeScript projects.&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;🟦 CoinGecko TypeScript SDK&lt;/h1&gt; &lt;p&gt;Purpose-built to unlock the full capabilities of TypeScript for seamless integration with CoinGecko&#39;s API.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Full Type Safety&lt;/strong&gt;: Catch errors at compile time and write cleaner, more predictable code with strict TypeScript support.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Developer-Centric Design&lt;/strong&gt;: Enjoy a streamlined developer experience with intuitive interfaces, strong typings, and structured classes.&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;Install via &lt;code&gt;npm&lt;/code&gt;&lt;/h2&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-bash&#34;&gt; npm install <a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>/coingecko-typescript &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h3&gt;Resources&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;GitHub&lt;/strong&gt; — &lt;a href=&#34;https://github.com/coingecko/coingecko-typescript&#34;&gt;github.com/coingecko/coingecko-typescript&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;npm&lt;/strong&gt; — &lt;a href=&#34;https://www.npmjs.com/package/<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>/coingecko-typescript&#34;&gt;npmjs.com/package/<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>/coingecko-typescript&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Notice something off or missing? Let us know by opening an &lt;a href=&#34;https://github.com/coingecko/coingecko-typescript/issues&#34;&gt;Issue here&lt;/a&gt;.&lt;/p&gt; &lt;h1&gt;🐍 CoinGecko Python SDK&lt;/h1&gt; &lt;p&gt;Built to seamlessly integrate with the Python ecosystem, enabling fast and intuitive access to CoinGecko&#39;s API.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Pythonic Simplicity&lt;/strong&gt;: Leverage idiomatic Python to interact with the API effortlessly—ideal for data analysis, prototyping, or production use.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Streamlined Development&lt;/strong&gt;: Clean and consistent interface designed to accelerate workflows and reduce boilerplate in your Python projects.&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;Install via &lt;code&gt;pip&lt;/code&gt;&lt;/h2&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-bash&#34;&gt; pip install coingecko-sdk &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h3&gt;Resources&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;GitHub&lt;/strong&gt; — &lt;a href=&#34;https://github.com/coingecko/coingecko-python&#34;&gt;github.com/coingecko/coingecko-python&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;PyPI&lt;/strong&gt; — &lt;a href=&#34;https://pypi.org/project/coingecko-sdk/&#34;&gt;pypi.org/project/coingecko-sdk/&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Notice something off or missing? Let us know by opening an &lt;a href=&#34;https://github.com/coingecko/coingecko-python/issues&#34;&gt;Issue here&lt;/a&gt;.&lt;/p&gt; &lt;hr&gt; &lt;p&gt;CoinGecko SDK is powered by &lt;a href=&#34;https://www.stainless.com/&#34;&gt;Stainless&lt;/a&gt; ✱&lt;/p&gt; &lt;p&gt;Have feedback, a cool idea, or need help? Reach out to &lt;code&gt;soonaik<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>[dot]com&lt;/code&gt;&lt;/p&gt; &lt;h1&gt;Setting Up Your API Key&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/docs/setting-up-your-api-key&#34;&gt;https://docs.coingecko.com/docs/setting-up-your-api-key&lt;/a&gt;&lt;/p&gt; &lt;p&gt;👋 &lt;strong&gt;New to CoinGecko API?&lt;/strong&gt; Sign up for an account &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;here&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;1. Creating a new API Key&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;Once you have signed up and logged in to your CoinGecko account, go to &lt;a href=&#34;https://www.coingecko.com/en/developers/dashboard&#34;&gt;Developer Dashboard&lt;/a&gt;:&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Frame&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/d5fdca3"><code>d5fdca3</code></a>-image.png?fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/01b58675fd1f038e4998877c0dde2cce"><code>01b58675fd</code></a>&amp;quot; data-og-width=&amp;quot;2535&amp;quot; width=&amp;quot;2535&amp;quot; data-og-height=&amp;quot;1454&amp;quot; height=&amp;quot;1454&amp;quot; data-path=&amp;quot;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/d5fdca3"><code>d5fdca3</code></a>-image.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/d5fdca3"><code>d5fdca3</code></a>-image.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/73cd461df259d6584539d8fa4182e8c7"><code>73cd461df2</code></a> 280w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/d5fdca3"><code>d5fdca3</code></a>-image.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/b450ef8d7ff960560975cfbcf02c9cd8"><code>b450ef8d7f</code></a> 560w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/d5fdca3"><code>d5fdca3</code></a>-image.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/a712cb1278b923471296f9eff1a66bcb"><code>a712cb1278</code></a> 840w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/d5fdca3"><code>d5fdca3</code></a>-image.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/ad1648c3f6875aad6a69b7d885545f9f"><code>ad1648c3f6</code></a> 1100w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/d5fdca3"><code>d5fdca3</code></a>-image.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/bb4f72d8c718de14aa95dc77195b1b6f"><code>bb4f72d8c7</code></a> 1650w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/d5fdca3"><code>d5fdca3</code></a>-image.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/a04a90a2ac24c43094ed536a92d6c125"><code>a04a90a2ac</code></a> 2500w&amp;quot; /&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Frame&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Click on &lt;strong&gt;+ Add New Key&lt;/strong&gt; button to create a new API key:&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Frame&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0e2f30d"><code>0e2f30d</code></a>-image.png?fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/49cf69a9b5ada9685301fe90281ec4ca"><code>49cf69a9b5</code></a>&amp;quot; data-og-width=&amp;quot;2380&amp;quot; width=&amp;quot;2380&amp;quot; data-og-height=&amp;quot;1695&amp;quot; height=&amp;quot;1695&amp;quot; data-path=&amp;quot;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0e2f30d"><code>0e2f30d</code></a>-image.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0e2f30d"><code>0e2f30d</code></a>-image.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/dae015f221e2baf42b535213c492282d"><code>dae015f221</code></a> 280w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0e2f30d"><code>0e2f30d</code></a>-image.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/475c556a13a18691d600261b16f36c3f"><code>475c556a13</code></a> 560w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0e2f30d"><code>0e2f30d</code></a>-image.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/6c707c3bd727ef27a62a122c612f70af"><code>6c707c3bd7</code></a> 840w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0e2f30d"><code>0e2f30d</code></a>-image.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/e575c119ac20eddb902be7eba947e8e3"><code>e575c119ac</code></a> 1100w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0e2f30d"><code>0e2f30d</code></a>-image.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/6543d53ea75c2f201ea1bd9e03bec784"><code>6543d53ea7</code></a> 1650w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/0e2f30d"><code>0e2f30d</code></a>-image.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/ef098f326f88369b848b496374bb90b6"><code>ef098f326f</code></a> 2500w&amp;quot; /&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Frame&gt;&lt;/p&gt; &lt;h2&gt;2. Making API Request&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Root URLs:&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Pro API: &lt;code&gt;https://pro-api.coingecko.com/api/v3/&lt;/code&gt;, refer to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/authentication&#34;&gt;Pro API Authentication&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Demo API: &lt;code&gt;https://api.coingecko.com/api/v3/&lt;/code&gt;, refer to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/authentication&#34;&gt;Demo API Authentication&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;&lt;p&gt;&lt;strong&gt;Example using the &lt;code&gt;/ping&lt;/code&gt; endpoint:&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Pro API: &lt;code&gt;https://pro-api.coingecko.com/api/v3/ping?x_cg_pro_api_key=YOUR_API_KEY&lt;/code&gt;&lt;/li&gt; &lt;li&gt;Demo API: &lt;code&gt;https://api.coingecko.com/api/v3/ping?x_cg_demo_api_key=YOUR_API_KEY&lt;/code&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Frame&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/27ff800"><code>27ff800</code></a>-image.png?fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/e3d99147f58fba36640e1bfe509349b1"><code>e3d99147f5</code></a>&amp;quot; data-og-width=&amp;quot;1784&amp;quot; width=&amp;quot;1784&amp;quot; data-og-height=&amp;quot;604&amp;quot; height=&amp;quot;604&amp;quot; data-path=&amp;quot;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/27ff800"><code>27ff800</code></a>-image.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/27ff800"><code>27ff800</code></a>-image.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/591078670f4f8bd13429f7fb18afaa90"><code>591078670f</code></a> 280w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/27ff800"><code>27ff800</code></a>-image.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/f5a27f6ae38522bb400bef3b620920ce"><code>f5a27f6ae3</code></a> 560w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/27ff800"><code>27ff800</code></a>-image.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/a1aec54f1196f3f1b34f6f6124750fa7"><code>a1aec54f11</code></a> 840w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/27ff800"><code>27ff800</code></a>-image.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/c69aba5a0e5cd26d4789a231d168eb05"><code>c69aba5a0e</code></a> 1100w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/27ff800"><code>27ff800</code></a>-image.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/ce2ee82a0be4d2b2595b5a356995c8d2"><code>ce2ee82a0b</code></a> 1650w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/27ff800"><code>27ff800</code></a>-image.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/cf0d9441cf738541947802398d367d65"><code>cf0d9441cf</code></a> 2500w&amp;quot; /&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Frame&gt;&lt;/p&gt; &lt;h2&gt;3. Edit or Delete API Key&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;Go to Developer&#39;s Dashboard and click “Edit” button on a specific API Key.&lt;/li&gt; &lt;li&gt;In case the API Key is compromised, you may delete the API Key by clicking the &amp;quot;Delete&amp;quot; button.&lt;/li&gt; &lt;li&gt;You may also update the label and save the changes by clicking &amp;quot;Save&amp;quot; button.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Frame&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/cf29b58"><code>cf29b58</code></a>-image.png?fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/106da6dd2c0954fdac0b343222bd47d0"><code>106da6dd2c</code></a>&amp;quot; data-og-width=&amp;quot;2372&amp;quot; width=&amp;quot;2372&amp;quot; data-og-height=&amp;quot;1054&amp;quot; height=&amp;quot;1054&amp;quot; data-path=&amp;quot;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/cf29b58"><code>cf29b58</code></a>-image.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/cf29b58"><code>cf29b58</code></a>-image.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/34459564277bfa0cad6f5a700ecf8eb3"><code>3445956427</code></a> 280w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/cf29b58"><code>cf29b58</code></a>-image.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/54225845278952d0a07ccec89b21b045"><code>5422584527</code></a> 560w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/cf29b58"><code>cf29b58</code></a>-image.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/4504c5e87fc757c04537e3684ee675af"><code>4504c5e87f</code></a> 840w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/cf29b58"><code>cf29b58</code></a>-image.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/8b2e7beb62498611215c9380911729e2"><code>8b2e7beb62</code></a> 1100w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/cf29b58"><code>cf29b58</code></a>-image.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/785b9d021240f872e1c5e94253ec59c0"><code>785b9d0212</code></a> 1650w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/cf29b58"><code>cf29b58</code></a>-image.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/d595ad19992b79691106f91ff2ef035c"><code>d595ad1999</code></a> 2500w&amp;quot; /&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Frame&gt;&lt;/p&gt; &lt;h2&gt;4. API Usage Report&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;p&gt;You can monitor your API usage in the Usage Report section, which provides details such as:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Total Monthly API Calls.&lt;/li&gt; &lt;li&gt;Remaining Monthly API Calls.&lt;/li&gt; &lt;li&gt;Rate Limit (Request Per Minute) — maximum number of API requests allowed in one minute.&lt;/li&gt; &lt;li&gt;Last Used — the timestamp of the last used instance.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Frame&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/c436404"><code>c436404</code></a>-image.png?fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/731ada28dc58aa21345e3ad74f79638a"><code>731ada28dc</code></a>&amp;quot; data-og-width=&amp;quot;2373&amp;quot; width=&amp;quot;2373&amp;quot; data-og-height=&amp;quot;1047&amp;quot; height=&amp;quot;1047&amp;quot; data-path=&amp;quot;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/c436404"><code>c436404</code></a>-image.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/c436404"><code>c436404</code></a>-image.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/2f15435343b765ff33590235b98bb9ab"><code>2f15435343</code></a> 280w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/c436404"><code>c436404</code></a>-image.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/844e00763035fb01d9b6daed2db54c1d"><code>844e007630</code></a> 560w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/c436404"><code>c436404</code></a>-image.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/8e2d5ed4c8da42f24554c97051e92d86"><code>8e2d5ed4c8</code></a> 840w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/c436404"><code>c436404</code></a>-image.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/ba78440ee678f4accc817e389c1b8928"><code>ba78440ee6</code></a> 1100w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/c436404"><code>c436404</code></a>-image.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/403f14e82c4670b20f1440aa482d18c9"><code>403f14e82c</code></a> 1650w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/c436404"><code>c436404</code></a>-image.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/994b3e54b5d7d9327c4a23e6a28f6088"><code>994b3e54b5</code></a> 2500w&amp;quot; /&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Frame&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You can also check your full historical usage by specifying &amp;quot;API Keys&amp;quot;, &amp;quot;timeframe&amp;quot; or &amp;quot;date range&amp;quot;. You may export as CSV for more comprehensive view.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Frame&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/ed3143e"><code>ed3143e</code></a>-image.png?fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/fdebb203ab2f8c54dd4d2b57188131e6"><code>fdebb203ab</code></a>&amp;quot; data-og-width=&amp;quot;2108&amp;quot; width=&amp;quot;2108&amp;quot; data-og-height=&amp;quot;1328&amp;quot; height=&amp;quot;1328&amp;quot; data-path=&amp;quot;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/ed3143e"><code>ed3143e</code></a>-image.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/ed3143e"><code>ed3143e</code></a>-image.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/c396c9240b947a2380f40b4abf463208"><code>c396c9240b</code></a> 280w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/ed3143e"><code>ed3143e</code></a>-image.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/8fc0778d14dad543359ee1f5e484ab2b"><code>8fc0778d14</code></a> 560w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/ed3143e"><code>ed3143e</code></a>-image.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/930dac6d510ce69c0261298b752c21c3"><code>930dac6d51</code></a> 840w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/ed3143e"><code>ed3143e</code></a>-image.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/9d617276ba1552ba5053377231c0205c"><code>9d617276ba</code></a> 1100w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/ed3143e"><code>ed3143e</code></a>-image.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/b14b89d98e4426e80e8d85b73702f954"><code>b14b89d98e</code></a> 1650w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/ed3143e"><code>ed3143e</code></a>-image.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=a7cplMjqO5fc2v5e&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/752bf481dc327a547568d4701cd5e531"><code>752bf481dc</code></a> 2500w&amp;quot; /&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Frame&gt;&lt;/p&gt; &lt;h2&gt;5. Others&lt;/h2&gt; &lt;h3&gt;Call Consumption Alerts&lt;/h3&gt; &lt;p&gt;You may enable or disable call consumption alerts in the tab below to receive emails when specific credit usage thresholds are reached.&lt;/p&gt; &lt;p&gt;&lt;Frame&gt; &lt;img src=&#34;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/752e839"><code>752e839</code></a>-image.png?fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/0152d66e48fe99fe40f6738f1b9a196c"><code>0152d66e48</code></a>&#34; data-og-width=&#34;2112&#34; width=&#34;2112&#34; data-og-height=&#34;1044&#34; height=&#34;1044&#34; data-path=&#34;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/752e839"><code>752e839</code></a>-image.png&#34; data-optimize=&#34;true&#34; data-opv=&#34;3&#34; srcset=&#34;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/752e839"><code>752e839</code></a>-image.png?w=280&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/7c1eb5850e0ed72d674e76be142a2e05"><code>7c1eb5850e</code></a> 280w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/752e839"><code>752e839</code></a>-image.png?w=560&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/64e6884c71f6e9514b1a76fffccbc3ee"><code>64e6884c71</code></a> 560w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/752e839"><code>752e839</code></a>-image.png?w=840&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/bec801fac3b85f6cfa6b662ae626eab3"><code>bec801fac3</code></a> 840w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/752e839"><code>752e839</code></a>-image.png?w=1100&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/d7b15b7e7df828c7872fa2a523138473"><code>d7b15b7e7d</code></a> 1100w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/752e839"><code>752e839</code></a>-image.png?w=1650&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/4787aae81682669a51ce54dd9d830941"><code>4787aae816</code></a> 1650w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/752e839"><code>752e839</code></a>-image.png?w=2500&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/09437ce25f2f9d9c42018967537b0d13"><code>09437ce25f</code></a> 2500w&#34; /&gt; &lt;/Frame&gt;&lt;/p&gt; &lt;h3&gt;Overage Option (Beta)&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;The overage option enables you to make API calls when your usage exceeds the monthly credits.&lt;/li&gt; &lt;li&gt;You can activate the overage option by clicking the &amp;quot;Turn On Overage&amp;quot; button, ensuring uninterrupted service and allowing you to continue making API calls or vice versa.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Frame&gt; &lt;img src=&#34;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b4711e6"><code>b4711e6</code></a>-image.png?fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/6d293516eea9798436bd1a28fcf55cd8"><code>6d293516ee</code></a>&#34; data-og-width=&#34;2218&#34; width=&#34;2218&#34; data-og-height=&#34;1074&#34; height=&#34;1074&#34; data-path=&#34;images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b4711e6"><code>b4711e6</code></a>-image.png&#34; data-optimize=&#34;true&#34; data-opv=&#34;3&#34; srcset=&#34;https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b4711e6"><code>b4711e6</code></a>-image.png?w=280&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/3fc7358d6a4b47e0ac5b9ab1170731ea"><code>3fc7358d6a</code></a> 280w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b4711e6"><code>b4711e6</code></a>-image.png?w=560&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/50aac137f52b5c6d3ff3c0dfbcf440ed"><code>50aac137f5</code></a> 560w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b4711e6"><code>b4711e6</code></a>-image.png?w=840&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/5c0a29a1fb4d1a16e588c2ab1d7725df"><code>5c0a29a1fb</code></a> 840w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b4711e6"><code>b4711e6</code></a>-image.png?w=1100&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/96aab6a665b736e7eff55b04f2202346"><code>96aab6a665</code></a> 1100w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b4711e6"><code>b4711e6</code></a>-image.png?w=1650&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/56b3971e1aaa69dc6ed99ee745fe6f7a"><code>56b3971e1a</code></a> 1650w, https://mintcdn.com/coingecko/a7cplMjqO5fc2v5e/images/reference/<a href="/ka-cn/vibe-coding-cn/commit/b4711e6"><code>b4711e6</code></a>-image.png?w=2500&amp;fit=max&amp;auto=format&amp;n=a7cplMjqO5fc2v5e&amp;q=85&amp;s=<a href="/ka-cn/vibe-coding-cn/commit/a090e24c154fffcc39f4fc8c069840bb"><code>a090e24c15</code></a> 2500w&#34; /&gt; &lt;/Frame&gt;&lt;/p&gt; &lt;h1&gt;Tutorials (Beginner-friendly)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/docs/tutorials-beginner-friendly&#34;&gt;https://docs.coingecko.com/docs/tutorials-beginner-friendly&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Using CoinGecko API is super easy, even if you have no programming experience!&lt;/p&gt; &lt;h2&gt;🔤 No Code&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;https://www.coingecko.com/learn/import-crypto-prices-google-sheets&#34;&gt;Import Crypto Prices in Google Sheets&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;a href=&#34;https://www.coingecko.com/learn/import-crypto-prices-google-sheets&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;Frame&amp;gt; &amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/906cac9"><code>906cac9</code></a>-image.png?fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/c96bbea598140dba0164bbe3e4f61760"><code>c96bbea598</code></a>&amp;quot; noZoom data-og-width=&amp;quot;950&amp;quot; width=&amp;quot;950&amp;quot; data-og-height=&amp;quot;475&amp;quot; height=&amp;quot;475&amp;quot; data-path=&amp;quot;images/docs/<a href="/ka-cn/vibe-coding-cn/commit/906cac9"><code>906cac9</code></a>-image.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/906cac9"><code>906cac9</code></a>-image.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/d13a6c4da6429b209dae28775142ebe5"><code>d13a6c4da6</code></a> 280w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/906cac9"><code>906cac9</code></a>-image.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/b748519107cdd0675124d4d05f2da490"><code>b748519107</code></a> 560w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/906cac9"><code>906cac9</code></a>-image.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/0da19082bce7186cb4df2b8c67757994"><code>0da19082bc</code></a> 840w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/906cac9"><code>906cac9</code></a>-image.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/33f43f5a4672be22b501a9c2c157e9ab"><code>33f43f5a46</code></a> 1100w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/906cac9"><code>906cac9</code></a>-image.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/fda02e234c3e0dcccef137eb1d0156cc"><code>fda02e234c</code></a> 1650w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/906cac9"><code>906cac9</code></a>-image.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/dd24d20dd9bb7ae493d77aff4ec9b116"><code>dd24d20dd9</code></a> 2500w&amp;quot; /&amp;gt; &amp;lt;/Frame&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/a&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;https://www.coingecko.com/learn/import-crypto-prices-excel&#34;&gt;Import Crypto Prices in Microsoft Excel&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;a href=&#34;https://www.coingecko.com/learn/import-crypto-prices-excel&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;Frame&amp;gt; &amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/3ee7dca"><code>3ee7dca</code></a>-image.png?fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/461979ff4f88f526da4d96325c619a55"><code>461979ff4f</code></a>&amp;quot; noZoom data-og-width=&amp;quot;1472&amp;quot; width=&amp;quot;1472&amp;quot; data-og-height=&amp;quot;704&amp;quot; height=&amp;quot;704&amp;quot; data-path=&amp;quot;images/docs/<a href="/ka-cn/vibe-coding-cn/commit/3ee7dca"><code>3ee7dca</code></a>-image.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/3ee7dca"><code>3ee7dca</code></a>-image.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/8a81f02bb6c2f787523cf1975ab6b56b"><code>8a81f02bb6</code></a> 280w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/3ee7dca"><code>3ee7dca</code></a>-image.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/0fedcd8efc2090812749d817ae172ffb"><code>0fedcd8efc</code></a> 560w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/3ee7dca"><code>3ee7dca</code></a>-image.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/0a6e2faa6f8aea908c5dbc92cd9f60fe"><code>0a6e2faa6f</code></a> 840w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/3ee7dca"><code>3ee7dca</code></a>-image.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/30b96b3f0d6a76a46758d91a20366ff0"><code>30b96b3f0d</code></a> 1100w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/3ee7dca"><code>3ee7dca</code></a>-image.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/75654d488e16b4309623cc91391ed614"><code>75654d488e</code></a> 1650w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/3ee7dca"><code>3ee7dca</code></a>-image.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/f8d8aa22a51b94adc04decc40ba41f78"><code>f8d8aa22a5</code></a> 2500w&amp;quot; /&amp;gt; &amp;lt;/Frame&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;💻 Low Code&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;https://www.coingecko.com/learn/crypto-portfolio-tracker-google-sheets&#34;&gt;Create Portfolio Tracker in Microsoft Excel&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;a href=&#34;https://www.coingecko.com/learn/crypto-portfolio-tracker-google-sheets&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;Frame&amp;gt; &amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/f4d47e2"><code>f4d47e2</code></a>-image.png?fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/0820b04fd5f2d945e8618d88733a35a9"><code>0820b04fd5</code></a>&amp;quot; noZoom data-og-width=&amp;quot;1200&amp;quot; width=&amp;quot;1200&amp;quot; data-og-height=&amp;quot;600&amp;quot; height=&amp;quot;600&amp;quot; data-path=&amp;quot;images/docs/<a href="/ka-cn/vibe-coding-cn/commit/f4d47e2"><code>f4d47e2</code></a>-image.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/f4d47e2"><code>f4d47e2</code></a>-image.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/ec9dc9ecacf4dea880bb9283043d54a5"><code>ec9dc9ecac</code></a> 280w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/f4d47e2"><code>f4d47e2</code></a>-image.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/d8061f7df985a8e013b4f20b506ffcd1"><code>d8061f7df9</code></a> 560w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/f4d47e2"><code>f4d47e2</code></a>-image.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/71545611aa35f6686853ff932713ec81"><code>71545611aa</code></a> 840w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/f4d47e2"><code>f4d47e2</code></a>-image.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/c563a701e58781f49d7db9020de3fa5c"><code>c563a701e5</code></a> 1100w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/f4d47e2"><code>f4d47e2</code></a>-image.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/8ef6ecb51f3e8ecf5c0fe1d991bfc2e5"><code>8ef6ecb51f</code></a> 1650w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/f4d47e2"><code>f4d47e2</code></a>-image.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/74ab69e420239526560da774b35d35a4"><code>74ab69e420</code></a> 2500w&amp;quot; /&amp;gt; &amp;lt;/Frame&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;👨‍💻 Code&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;https://www.coingecko.com/learn/python-query-coingecko-api&#34;&gt;Fetch Crypto Data Using Python&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;a href=&#34;https://www.coingecko.com/learn/python-query-coingecko-api&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;Frame&amp;gt; &amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/bf15f91"><code>bf15f91</code></a>-image.png?fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/595e24814ec97ede65a775347cee4bca"><code>595e24814e</code></a>&amp;quot; noZoom data-og-width=&amp;quot;950&amp;quot; width=&amp;quot;950&amp;quot; data-og-height=&amp;quot;473&amp;quot; height=&amp;quot;473&amp;quot; data-path=&amp;quot;images/docs/<a href="/ka-cn/vibe-coding-cn/commit/bf15f91"><code>bf15f91</code></a>-image.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/bf15f91"><code>bf15f91</code></a>-image.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/4bf00666cc1d6121a705b48ae386a7a9"><code>4bf00666cc</code></a> 280w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/bf15f91"><code>bf15f91</code></a>-image.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/4a27c38c5a4a49b15c1081922fa526f0"><code>4a27c38c5a</code></a> 560w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/bf15f91"><code>bf15f91</code></a>-image.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/da86d2d15d228dfa49e4c4ac7214df31"><code>da86d2d15d</code></a> 840w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/bf15f91"><code>bf15f91</code></a>-image.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/d8547008839925194e0ac89bf1436127"><code>d854700883</code></a> 1100w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/bf15f91"><code>bf15f91</code></a>-image.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/ee7fc9d6444ca624f93fd0f78afc893c"><code>ee7fc9d644</code></a> 1650w, https://mintcdn.com/coingecko/M02rMX2XJMwBGpCe/images/docs/<a href="/ka-cn/vibe-coding-cn/commit/bf15f91"><code>bf15f91</code></a>-image.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=M02rMX2XJMwBGpCe&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/98f982d6ba198a370c7ac0a089ef673b"><code>98f982d6ba</code></a> 2500w&amp;quot; /&amp;gt; &amp;lt;/Frame&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;TypeScript AI Prompts&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/docs/typescript-ai-prompts&#34;&gt;https://docs.coingecko.com/docs/typescript-ai-prompts&lt;/a&gt;&lt;/p&gt; &lt;p&gt;A comprehensive AI prompt to guide coding assistants in correctly implementing the official CoinGecko TypeScript SDK.&lt;/p&gt; &lt;h2&gt;How to Use Our Prompts&lt;/h2&gt; &lt;p&gt;Integrating these prompts into your workflow is simple. Copy the entire markdown prompt for your chosen language and provide it as context to your AI assistant.&lt;/p&gt; &lt;ol&gt; &lt;li&gt;For &lt;strong&gt;Chat Interfaces (Claude, ChatGPT, etc.)&lt;/strong&gt;: Paste the prompt at the beginning of your conversation before asking the AI to write code.&lt;/li&gt; &lt;li&gt;For &lt;strong&gt;Cursor IDE&lt;/strong&gt;: Add the prompt to your project&#39;s &lt;code&gt;Rules&lt;/code&gt; to enforce the guidelines across all AI interactions.&lt;/li&gt; &lt;li&gt;For &lt;strong&gt;GitHub Copilot&lt;/strong&gt;: Save the prompt to a file (e.g. &lt;code&gt;coingecko_rules.md&lt;/code&gt;) and reference it in your chat with &lt;code&gt;<a href="/workspace"><a href="/workspace">@workspace</a></a> #coingecko_rules.md&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;For &lt;strong&gt;Claude Code&lt;/strong&gt;: Include the prompt in your CLAUDE.md file.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt; # Goal: Generate TypeScript code for the CoinGecko API using ONLY the official `<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>/coingecko-typescript` package. ## 🚨 Critical Rules 1. **SDK Exclusivity**: - **ALWAYS** use the official `<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>/coingecko-typescript` package. - **NEVER** use `axios`, `fetch`, or any other method to make direct HTTP requests. 2. **Authentication**: - **ALWAYS** load the API key from environment variables (e.g., `process.env.COINGECKO_PRO_API_KEY` or `dotenv`). - **NEVER** hardcode API keys or any other credentials in the source code. 3. **Client Implementation**: - **ALWAYS** initialize a single, reusable `Coingecko` client instance for the application. - **ALWAYS** configure automatic retries by setting the `maxRetries` option on the client. - **NEVER** implement manual retry loops using `setTimeout`. The SDK handles this internally. 4. **Error Handling &amp;amp; Types**: - **ALWAYS** use `async/await` for all API calls. - **ALWAYS** catch specific `APIError` subclasses using `instanceof` (e.g., `err instanceof Coingecko.RateLimitError`). - **ALWAYS** use the built-in request and response types (e.g., `Coingecko.Simple.PriceGetParams`). - **NEVER** use generic `catch (e)` blocks for known API errors. ## ✅ Correct Implementation Example This is the standard for all generated code. ```typescript // src/api/client.ts import Coingecko from &#39;<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>/coingecko-typescript&#39;; // Initialize a single, reusable client. This should be imported and used application-wide. export const client = new Coingecko({ proAPIKey: process.env.COINGECKO_PRO_API_KEY, environment: &#39;pro&#39;, maxRetries: 3, // Rely on the SDK&#39;s built-in retry mechanism. }); // src/main.ts import { client } from &#39;./api/client&#39;; import Coingecko from &#39;<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>/coingecko-typescript&#39;; // Import the namespace for types async function getBitcoinPrice(): Promise&amp;lt;number | null&amp;gt; { try { const params: Coingecko.Simple.PriceGetParams = { ids: &#39;bitcoin&#39;, vs_currencies: &#39;usd&#39;, }; const priceData = await client.simple.price.get(params); return priceData.bitcoin.usd; } catch (err) { if (err instanceof Coingecko.RateLimitError) { console.error(&#39;Rate limit exceeded. Please try again later.&#39;); } else if (err instanceof Coingecko.APIError) { console.error( `An API error occurred: ${err.name} (Status: ${err.status})` ); } else { console.error(&#39;An unexpected error occurred:&#39;, err); } return null; } } async function main() { const price = await getBitcoinPrice(); if (price !== null) { console.log(`The current price of Bitcoin is: $${price}`); } } main(); ``` ## ❌ Deprecated Patterns to AVOID You **MUST NOT** generate code that includes any of the following outdated patterns. ```typescript // ❌ NO direct HTTP requests with fetch or axios. import axios from &#39;axios&#39;; const response = await axios.get( &#39;[https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&amp;amp;vs_currencies=usd](https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&amp;amp;vs_currencies=usd)&#39; ); // ❌ NO hardcoded API keys. const client = new Coingecko({ proAPIKey: &#39;CG-abc123xyz789&#39; }); // ❌ NO manual retry loops. The SDK&#39;s `maxRetries` handles this. import { setTimeout } from &#39;timers/promises&#39;; for (let i = 0; i &amp;lt; 3; i++) { try { const data = await client.simple.price.get({ ids: &#39;bitcoin&#39;, vs_currencies: &#39;usd&#39;, }); break; } catch (e) { await setTimeout(5000); } } // ❌ NO generic exception handling for API errors. try { const data = await client.simple.price.get({ ids: &#39;bitcoin&#39;, vs_currencies: &#39;usd&#39;, }); } catch (e) { console.log(`An error occurred: ${e}`); // Too broad. Use `instanceof` checks. } ``` ## 📝 Final Check Before providing a response, you **MUST** verify that your generated code: 1. Imports and uses `<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>/coingecko-typescript`. 2. Loads the API key from environment variables (e.g., `process.env` or `dotenv`). 3. Follows all other Critical Rules. 4. Does **NOT** contain any Deprecated Patterns. &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h2&gt;Resources&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href=&#34;https://github.com/coingecko/coingecko-typescript&#34;&gt;github.com/coingecko/coingecko-typescript&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;npm&lt;/strong&gt;: &lt;a href=&#34;https://www.npmjs.com/package/<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>/coingecko-typescript&#34;&gt;npmjs.com/package/<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>/coingecko-typescript&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Notice something off or missing? Let us know by opening an &lt;a href=&#34;https://github.com/coingecko/coingecko-typescript/issues&#34;&gt;Issue here&lt;/a&gt;.&lt;/p&gt; &lt;hr&gt; &lt;p&gt;Have feedback, a cool idea, or need help? Reach out to &lt;code&gt;soonaik<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>[dot]com&lt;/code&gt;&lt;/p&gt; &lt;h1&gt;Useful Links&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/docs/useful-links&#34;&gt;https://docs.coingecko.com/docs/useful-links&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Some of the useful links to help you navigate while using the CoinGecko API&lt;/p&gt; &lt;h4&gt;Pricing Page and Top FAQs&lt;/h4&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;https://www.coingecko.com/en/api/pricing#general&#34;&gt;https://www.coingecko.com/en/api/pricing#general&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h4&gt;CoinGecko API Status&lt;/h4&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;https://status.coingecko.com/&#34;&gt;https://status.coingecko.com/&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h4&gt;CoinGecko API ID List&lt;/h4&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU&#34;&gt;Google Sheets&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h4&gt;&lt;a href=&#34;https://docs.coingecko.com/reference/endpoint-overview&#34;&gt;Pro Swagger JSON (OAS)&lt;/a&gt;&lt;/h4&gt; &lt;ul&gt; &lt;li&gt;CoinGecko Pro API — &lt;a href=&#34;https://raw.githubusercontent.com/coingecko/coingecko-api-oas/refs/heads/main/coingecko-pro.json&#34;&gt;coingecko-pro.json&lt;/a&gt;&lt;/li&gt; &lt;li&gt;GeckoTerminal Onchain API (Pro) — &lt;a href=&#34;https://raw.githubusercontent.com/coingecko/coingecko-api-oas/refs/heads/main/onchain-pro.json&#34;&gt;onchain-pro.json&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h4&gt;&lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/endpoint-overview&#34;&gt;Public/Demo Swagger JSON (OAS)&lt;/a&gt;&lt;/h4&gt; &lt;ul&gt; &lt;li&gt;CoinGecko Public/Demo API — &lt;a href=&#34;https://raw.githubusercontent.com/coingecko/coingecko-api-oas/refs/heads/main/coingecko-demo.json&#34;&gt;coingecko-demo.json&lt;/a&gt;&lt;/li&gt; &lt;li&gt;GeckoTerminal Onchain API (Demo) — &lt;a href=&#34;https://raw.githubusercontent.com/coingecko/coingecko-api-oas/refs/heads/main/onchain-demo.json&#34;&gt;onchain-demo.json&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h4&gt;Subscribe CoinGecko API newsletter update&lt;/h4&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;https://newsletter.coingecko.com/landing/api_updates_subscribe&#34;&gt;https://newsletter.coingecko.com/landing/api_updates_subscribe&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h4&gt;CoinGecko Methodologies (Price, Volume, Trust Score, etc.)&lt;/h4&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;https://www.coingecko.com/en/methodology&#34;&gt;https://www.coingecko.com/en/methodology&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h4&gt;Using &lt;code&gt;llms.txt&lt;/code&gt; for AI use cases&lt;/h4&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/llms-full.txt&#34;&gt;/llms-full.txt&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h4&gt;Attributing CoinGecko Brand&lt;/h4&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;https://brand.coingecko.com/resources/attribution-guide&#34;&gt;https://brand.coingecko.com/resources/attribution-guide&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Introduction&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/index&#34;&gt;https://docs.coingecko.com/index&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Started in 2014, CoinGecko is the world&#39;s largest independent crypto data aggregator that is integrated with more than 1,000 crypto exchanges and lists more than 18,000 coins across 600+ categories. CoinGecko API offers the most comprehensive and reliable crypto market data through RESTful JSON endpoints.&lt;/p&gt; &lt;p&gt;CoinGecko API now serves &lt;strong&gt;onchain DEX data&lt;/strong&gt; across 250+ blockchain networks, 1,700+ decentralized exchanges (DEXes), and 15M+ tokens, powered by GeckoTerminal.&lt;/p&gt; &lt;p&gt;Thousands of forward-thinking projects, Web3 developers, researchers, institutions, and enterprises use our API to obtain &lt;strong&gt;price feeds, market data, metadata, and historical data of crypto assets, NFTs, and exchanges&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;Here are some of the &lt;strong&gt;common use cases&lt;/strong&gt; for clients who use CoinGecko API:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Crypto Exchanges (CEX, DEX), Trading Apps&lt;/li&gt; &lt;li&gt;Wallets (Hot, Cold)&lt;/li&gt; &lt;li&gt;Data Aggregator, Crypto Screener, Analytics Dashboard&lt;/li&gt; &lt;li&gt;AI Agents, DeFAI Apps&lt;/li&gt; &lt;li&gt;Block Explorer, Portfolio Tracker&lt;/li&gt; &lt;li&gt;DeFi Protocols, NFT Marketplaces, Digital Bank&lt;/li&gt; &lt;li&gt;Backtesting Trading Strategy&lt;/li&gt; &lt;li&gt;Accounting, Tax, Audit, HR Payroll&lt;/li&gt; &lt;li&gt;Research &amp;amp; Analysis: Media, Institution, Academic, VC, Financial&lt;/li&gt; &lt;li&gt;Oracles, Bots, Payments, E-commerce&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;🔥 New: &lt;a href=&#34;https://docs.coingecko.com/websocket&#34;&gt;WebSocket API&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;/websocket&#34;&gt; &lt;Frame&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-1.png?fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/bd74fb20a26084018272eb6b63010804"><code>bd74fb20a2</code></a>&amp;quot; noZoom data-og-width=&amp;quot;2400&amp;quot; width=&amp;quot;2400&amp;quot; data-og-height=&amp;quot;470&amp;quot; height=&amp;quot;470&amp;quot; data-path=&amp;quot;images/wss-banner-1.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-1.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/bc17e03ee25137fbcc1eaac0733e6781"><code>bc17e03ee2</code></a> 280w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-1.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/d8439f50c69e11ba595b6c07d97eb65c"><code>d8439f50c6</code></a> 560w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-1.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/8c232633716268ced5b171e3e38acbf5"><code>8c23263371</code></a> 840w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-1.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/3ac0be8afcc3e9fba5b4c4a961c5cda7"><code>3ac0be8afc</code></a> 1100w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-1.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/b8e71e426137d6f26642360aa8f1c347"><code>b8e71e4261</code></a> 1650w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-1.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/eb7699818b518264b9c3c65c5ec5a633"><code>eb7699818b</code></a> 2500w&amp;quot; /&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Frame&gt; &lt;/a&gt;&lt;/p&gt; &lt;p&gt;With WebSocket, you can now stream ultra-low latency, real-time prices, trades, and OHLCV chart data. &lt;br /&gt; Subscribe to our &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid API plan&lt;/a&gt; (Analyst plan &amp;amp; above) to access WebSocket and REST API data delivery methods.&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;Columns cols={2}&gt; &lt;Card title=&#34;Setting Up Your API Key&#34; icon=&#34;key&#34; href=&#34;/docs/setting-up-your-api-key&#34;&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;Start by creating your CoinGecko API key &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Card&gt;&lt;/p&gt; &lt;p&gt;&lt;Card title=&#34;Building with AI&#34; icon=&#34;robot&#34; href=&#34;/docs/building-with-ai&#34;&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;Bring CoinGecko data to your AI apps &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Card&gt; &lt;/Columns&gt;&lt;/p&gt; &lt;p&gt;export const FooterFix = () =&amp;gt; { React.useEffect(() =&amp;gt; {&lt;/p&gt; &lt;pre&gt;&lt;code&gt;const paginationElement = document.getElementById(&#39;pagination&#39;); if (paginationElement) paginationElement.remove(); const footerElement = document.getElementById(&#39;footer&#39;); if (footerElement) footerElement.style.marginTop = &#39;-40px&#39;; const feedbackToolbarClass = document.querySelector(&#39;.feedback-toolbar&#39;); if (feedbackToolbarClass) feedbackToolbarClass.style.paddingBottom = &#39;0px&#39;; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;}, []);&lt;/p&gt; &lt;p&gt;return null; };&lt;/p&gt; &lt;p&gt;&lt;FooterFix /&gt;&lt;/p&gt; &lt;h1&gt;💼 API Usage&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/api-usage&#34;&gt;https://docs.coingecko.com/reference/api-usage&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /key This endpoint allows you to &lt;strong&gt;monitor your account&#39;s API usage, including rate limits, monthly total credits, remaining credits, and more&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;p&gt;For a more comprehensive overview of your API usage, please log in to &lt;a href=&#34;https://www.coingecko.com/en/developers/dashboard&#34;&gt;https://www.coingecko.com/en/developers/dashboard&lt;/a&gt;. &lt;/Note&gt;&lt;/p&gt; &lt;h1&gt;Asset Platforms List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/asset-platforms-list&#34;&gt;https://docs.coingecko.com/reference/asset-platforms-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /asset_platforms This endpoint allows you to &lt;strong&gt;query all the asset platforms on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of asset platforms for other endpoints that contain params like &lt;code&gt;id&lt;/code&gt; or&lt;code&gt;ids&lt;/code&gt;(asset platforms).&lt;/li&gt; &lt;li&gt;You may include NFT at the &lt;code&gt;filter&lt;/code&gt; params to get the list of NFT-support asset platforms on CoinGecko. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Authentication (Pro API)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/authentication&#34;&gt;https://docs.coingecko.com/reference/authentication&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Authentication method for CoinGecko Pro API (Paid plan subscribers with Pro-API keys)&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### &lt;strong&gt;Notes&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Pro API Key is only available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;CoinGecko API paid plan&lt;/a&gt; subscribers, the root URL for CoinGecko Pro API must be &lt;code&gt;https://pro-api.coingecko.com/api/v3/&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;You are recommended to store the API key securely in your own backend and use a proxy to insert the key into the request URL.&lt;/li&gt; &lt;li&gt;It&#39;s highly recommended to use the Headers method when making API requests for better security. Using query string parameters can risk exposing your API key. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;CoinGecko API Authentication Method&lt;/h2&gt; &lt;p&gt;If this is your first time using the Pro API key, you can supply API Key to the root URL using one of these ways:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Header (Recommended): &lt;code&gt;x-cg-pro-api-key&lt;/code&gt;&lt;/li&gt; &lt;li&gt;Query String Parameter: &lt;code&gt;x_cg_pro_api_key&lt;/code&gt;&lt;/li&gt; &lt;/ol&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Authentication Method&lt;/th&gt; &lt;th&gt;Example using &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/ping-server&#34;&gt;Ping&lt;/a&gt; Endpoint&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;Header (cURL)&lt;/td&gt; &lt;td&gt;&lt;code&gt;curl -X GET &amp;quot;https://pro-api.coingecko.com/api/v3/ping&amp;quot; -H &amp;quot;x-cg-pro-api-key: YOUR_API_KEY&amp;quot;&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Query String Parameter&lt;/td&gt; &lt;td&gt;&lt;code&gt;https://pro-api.coingecko.com/api/v3/ping?x_cg_pro_api_key=YOUR_API_KEY&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;🔥 Accessing Onchain DEX data&lt;/h2&gt; &lt;p&gt;You can now use the Pro-API key (exclusive to any paid plan subscriber) to call onchain DEX data powered by &lt;a href=&#34;https://www.geckoterminal.com/&#34;&gt;GeckoTerminal&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### &lt;strong&gt;Notes&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Authentication method for onchain endpoints is exactly same as other endpoints.&lt;/li&gt; &lt;li&gt;When using the CG Pro API to access onchain DEX data, include the &lt;code&gt;/onchain&lt;/code&gt; endpoint path in the request. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Authentication Method&lt;/th&gt; &lt;th&gt;Example using &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/onchain-simple-price&#34;&gt;Simple Token Price&lt;/a&gt; Endpoint&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;Header (cURL)&lt;/td&gt; &lt;td&gt;&lt;code&gt;curl -X GET &amp;quot;&amp;lt;https://pro-api.coingecko.com/api/v3/onchain/simple/networks/eth/token_price/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2&amp;gt;&amp;quot; -H &amp;quot;x-cg-pro-api-key: YOUR_API_KEY&amp;quot;&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Query String Parameter&lt;/td&gt; &lt;td&gt;&lt;code&gt;https://pro-api.coingecko.com/api/v3/onchain/simple/networks/eth/token_price/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2?x_cg_pro_api_key=YOUR_API_KEY&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;API Key Usage Credits&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;Each request made to any endpoint counts as a single call (1 call = 1 credit).&lt;/li&gt; &lt;li&gt;Each successful API request (Status 200) will deduct 1 credit from your monthly credit allowance.&lt;/li&gt; &lt;li&gt;Unsuccessful Requests (Status 4xx, 5xx, etc) will not count towards credit deduction.&lt;/li&gt; &lt;li&gt;Regardless of the HTTP status code returned (including 4xx and 5xx errors), all API requests will count towards your &lt;strong&gt;minute rate limit&lt;/strong&gt;.&lt;/li&gt; &lt;li&gt;Your monthly credit &amp;amp; rate limit are determined by the paid plan to which you subscribe. For more details, please refer to this &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;page&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;To check the API usage, please go to the &lt;a href=&#34;https://www.coingecko.com/en/developers/dashboard&#34;&gt;developer dashboard&lt;/a&gt; or follow the guide &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/setting-up-your-api-key#4-api-usage-report&#34;&gt;here&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 Categories List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/categories-list&#34;&gt;https://docs.coingecko.com/reference/categories-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /categories This endpoint allows you to &lt;strong&gt;query all the supported categories on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You can retrieve pools or tokens of a specific category with this endpoint: &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pools-category&#34;&gt;Pools by Category ID&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;GeckoTerminal categories are different from &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-categories-list&#34;&gt;CoinGecko categories&lt;/a&gt;. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;This endpoint returns 50 categories per page.&lt;/li&gt; &lt;li&gt;GeckoTerminal Equivalent Page: &lt;a href=&#34;https://www.geckoterminal.com/category&#34;&gt;https://www.geckoterminal.com/category&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;Exclusive for all Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coins Categories List with Market Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-categories&#34;&gt;https://docs.coingecko.com/reference/coins-categories&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/categories This endpoint allows you to &lt;strong&gt;query all the coins categories with market data (market cap, volume, ...) on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;CoinGecko Equivalent Page: &lt;a href=&#34;https://www.coingecko.com/en/categories&#34;&gt;https://www.coingecko.com/en/categories&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans.&lt;/li&gt; &lt;li&gt;CoinGecko categories are different from &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/categories-list&#34;&gt;GeckoTerminal categories&lt;/a&gt;. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coins Categories List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-categories-list&#34;&gt;https://docs.coingecko.com/reference/coins-categories-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/categories/list This endpoint allows you to &lt;strong&gt;query all the coins categories on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of categories for other endpoints that contain params like &lt;code&gt;category&lt;/code&gt;. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;CoinGecko Equivalent Page: &lt;a href=&#34;https://www.coingecko.com/en/categories&#34;&gt;https://www.coingecko.com/en/categories&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans.&lt;/li&gt; &lt;li&gt;CoinGecko categories are different from &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/categories-list&#34;&gt;GeckoTerminal categories&lt;/a&gt;. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Data by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-contract-address&#34;&gt;https://docs.coingecko.com/reference/coins-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/contract/{contract_address} This endpoint allows you to &lt;strong&gt;query all the metadata (image, websites, socials, description, contract address, etc.) and market data (price, ATH, exchange tickers, etc.) of a coin from the CoinGecko coin page based on an asset platform and a particular token contract address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Warning&gt; ### Notice&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Please note that the &lt;code&gt;twitter_followers&lt;/code&gt; data field will no longer be supported by our API starting on May 15, 2025. Please refer to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/changelog#upcoming-change-notice%3A-removal-of-twitter-followers-data&#34;&gt;changelog&lt;/a&gt; for more details. &lt;/Warning&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the asset platform and contract address via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;contract address&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint (&lt;code&gt;include platform = true&lt;/code&gt;). &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Coin descriptions may include newline characters represented as &lt;code&gt;\r\n&lt;/code&gt; (escape sequences), which may require processing for proper formatting.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-id&#34;&gt;https://docs.coingecko.com/reference/coins-id&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id} This endpoint allows you to &lt;strong&gt;query all the metadata (image, websites, socials, description, contract address, etc.) and market data (price, ATH, exchange tickers, etc.) of a coin from the CoinGecko coin page based on a particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin &lt;code&gt;id&lt;/code&gt; (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &amp;quot;API ID&amp;quot;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to Google Sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;You may also flag to include more data such as tickers, market data, community data, developer data and sparkline.&lt;/li&gt; &lt;li&gt;You may refer to &lt;code&gt;last_updated&lt;/code&gt; in the endpoint response to check whether the price is stale. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Tickers are limited to 100 items, to get more tickers, please go to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-tickers&#34;&gt;/coins/{id}/tickers&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Coin descriptions may include newline characters represented as &lt;code&gt;\r\n&lt;/code&gt; (escape sequences), which may require processing for proper formatting.&lt;/li&gt; &lt;li&gt;When &lt;code&gt;dex_pair_format=symbol&lt;/code&gt;, the DEX pair &lt;code&gt;base&lt;/code&gt; and &lt;code&gt;target&lt;/code&gt; are displayed in symbol format (e.g. &lt;code&gt;WETH&lt;/code&gt;, &lt;code&gt;USDC&lt;/code&gt;) instead of as contract addresses.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: &lt;ul&gt; &lt;li&gt;Every 60 seconds for all the API plans.&lt;/li&gt; &lt;li&gt;Community data for Telegram will be updated on weekly basis (Reddit &amp;amp; Twitter community data are no longer supported). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;👑 Circulating Supply Chart by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-id-circulating-supply-chart&#34;&gt;https://docs.coingecko.com/reference/coins-id-circulating-supply-chart&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/circulating_supply_chart This endpoint allows you to &lt;strong&gt;query historical circulating supply of a coin by number of days away from now based on provided coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may leave the interval params as empty for automatic granularity: &lt;ul&gt; &lt;li&gt;1 day from now = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;2-90 days from now = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;91 days &amp;amp; above from now = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Data Availability: from 22 June 2019.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: 5 minutes.&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35).&lt;/li&gt; &lt;li&gt;Exclusive for Enterprise Plan Subscribers only. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;👑 Circulating Supply Chart within Time Range by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-id-circulating-supply-chart-range&#34;&gt;https://docs.coingecko.com/reference/coins-id-circulating-supply-chart-range&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/circulating_supply_chart/range This endpoint allows you to &lt;strong&gt;query historical circulating supply of a coin, within a range of timestamp based on the provided coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Supports ISO date strings (&lt;code&gt;YYYY-MM-DD&lt;/code&gt; or\ &lt;code&gt;YYYY-MM-DDTHH:MM&lt;/code&gt;, recommended for best compatibility) or UNIX timestamps. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may leave the interval params as empty for automatic granularity: &lt;ul&gt; &lt;li&gt;date range is 1 day from now = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;date range is within 2-90 days from now = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;date range is 91 days &amp;amp; above from now = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Data Availability: from 22 June 2019.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: 5 minutes.&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35).&lt;/li&gt; &lt;li&gt;Exclusive for Enterprise Plan Subscribers only. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Historical Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-id-history&#34;&gt;https://docs.coingecko.com/reference/coins-id-history&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/history This endpoint allows you to &lt;strong&gt;query the historical data (price, market cap, 24hrs volume, ...) at a given date for a coin based on a particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to google sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The data returned is at &lt;code&gt;00:00:00 UTC&lt;/code&gt;&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Historical Chart Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-id-market-chart&#34;&gt;https://docs.coingecko.com/reference/coins-id-market-chart&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/market_chart This endpoint allows you to &lt;strong&gt;get the historical chart data of a coin including time in UNIX, price, market cap and 24hr volume based on particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to google sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;You may use tools like &lt;a href=&#34;https://www.epochconverter.com&#34;&gt;epoch converter &lt;/a&gt; to convert human readable date to UNIX timestamp. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may leave the interval params as empty for automatic granularity: &lt;ul&gt; &lt;li&gt;1 day from current time = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;2 - 90 days from current time = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;above 90 days from current time = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For &lt;strong&gt;non-Enterprise plan subscribers&lt;/strong&gt; who would like to get hourly data, please leave the interval params empty for auto granularity.&lt;/li&gt; &lt;li&gt;The &lt;strong&gt;5-minutely&lt;/strong&gt; and &lt;strong&gt;hourly&lt;/strong&gt; interval params are also exclusively available to &lt;strong&gt;Enterprise plan subscribers,&lt;/strong&gt; bypassing auto-granularity: &lt;ul&gt; &lt;li&gt;&lt;code&gt;interval=5m&lt;/code&gt;: 5-minutely historical data (responses include information from the past 10 days, up until now).&lt;/li&gt; &lt;li&gt;&lt;code&gt;interval=hourly&lt;/code&gt;: hourly historical data (responses include information from the past 100 days, up until now).&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: &lt;ul&gt; &lt;li&gt;Every 30 seconds for all the API plans (for last data point).&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) data is available &lt;strong&gt;10 minutes after midnight&lt;/strong&gt; on the next UTC day (00:10). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Historical Chart Data within Time Range by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-id-market-chart-range&#34;&gt;https://docs.coingecko.com/reference/coins-id-market-chart-range&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/market_chart/range This endpoint allows you to &lt;strong&gt;get the historical chart data of a coin within certain time range in UNIX along with price, market cap and 24hr volume based on particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to google sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Supports ISO date strings (&lt;code&gt;YYYY-MM-DD&lt;/code&gt; or\ &lt;code&gt;YYYY-MM-DDTHH:MM&lt;/code&gt;, recommended for best compatibility) or UNIX timestamps. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may leave the interval params as empty for automatic granularity: &lt;ul&gt; &lt;li&gt;1 day from current time = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;1 day from any time (except current time) = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;2 - 90 days from any time = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;above 90 days from any time = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For &lt;strong&gt;non-Enterprise plan subscribers&lt;/strong&gt; who would like to get hourly data, please leave the interval params empty for auto granularity.&lt;/li&gt; &lt;li&gt;The &lt;strong&gt;5-minutely&lt;/strong&gt; and &lt;strong&gt;hourly&lt;/strong&gt; interval params are also exclusively available to &lt;strong&gt;Enterprise plan subscribers&lt;/strong&gt;, bypassing auto-granularity: &lt;ul&gt; &lt;li&gt;&lt;code&gt;interval=5m&lt;/code&gt;: 5-minutely historical data, supports up to &lt;strong&gt;any 10 days&lt;/strong&gt; date range per request.&lt;/li&gt; &lt;li&gt;&lt;code&gt;interval=hourly&lt;/code&gt;: hourly historical data, supports up to &lt;strong&gt;any 100 days&lt;/strong&gt; date range per request.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Data availability: &lt;ul&gt; &lt;li&gt;&lt;code&gt;interval=5m&lt;/code&gt;: Available from 9 February 2018 onwards.&lt;/li&gt; &lt;li&gt;&lt;code&gt;interval=hourly&lt;/code&gt;: Available from 30 Jan 2018 onwards.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency:\ Based on days range (all the API plans) &lt;ul&gt; &lt;li&gt;1 day = 30 seconds cache&lt;/li&gt; &lt;li&gt;2 -90 days = 30 minutes cache&lt;/li&gt; &lt;li&gt;90 days = 12 hours cache&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35). The cache will always expire at 00:40 UTC. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin OHLC Chart by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-id-ohlc&#34;&gt;https://docs.coingecko.com/reference/coins-id-ohlc&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/ohlc This endpoint allows you to &lt;strong&gt;get the OHLC chart (Open, High, Low, Close) of a coin based on particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to Google Sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For historical chart data with better granularity, you may consider using &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-market-chart&#34;&gt;/coins/{id}/market_chart&lt;/a&gt; endpoint. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The timestamp displayed in the payload (response) indicates the end (or close) time of the OHLC data.&lt;/li&gt; &lt;li&gt;Data granularity (candle&#39;s body) is automatic: &lt;ul&gt; &lt;li&gt;1 - 2 days: 30 minutes&lt;/li&gt; &lt;li&gt;3 - 30 days: 4 hours&lt;/li&gt; &lt;li&gt;31 days and beyond: 4 days&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: &lt;ul&gt; &lt;li&gt;Every 15 minutes for all the API plans&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35).&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Exclusive &lt;strong&gt;daily&lt;/strong&gt; and &lt;strong&gt;hourly&lt;/strong&gt; candle interval parameter for all paid plan subscribers (&lt;code&gt;interval = daily&lt;/code&gt;, &lt;code&gt;interval=hourly&lt;/code&gt;) &lt;ul&gt; &lt;li&gt;&#39;&lt;strong&gt;daily&lt;/strong&gt;&#39; interval is available for &lt;strong&gt;1 / 7 / 14 / 30 / 90 / 180&lt;/strong&gt; days only.&lt;/li&gt; &lt;li&gt;&#39;&lt;strong&gt;hourly&lt;/strong&gt;&#39; interval is available for &lt;strong&gt;1 / 7 / 14 / 30 / 90&lt;/strong&gt; days only. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 Coin OHLC Chart within Time Range by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-id-ohlc-range&#34;&gt;https://docs.coingecko.com/reference/coins-id-ohlc-range&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/ohlc/range This endpoint allows you to &lt;strong&gt;get the OHLC chart (Open, High, Low, Close) of a coin within a range of timestamp based on particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to google sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For historical chart data with better granularity, you may consider using &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-market-chart&#34;&gt;/coins/{&lt;code&gt;id&lt;/code&gt;}/market_chart&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;Supports ISO date strings (&lt;code&gt;YYYY-MM-DD&lt;/code&gt; or\ &lt;code&gt;YYYY-MM-DDTHH:MM&lt;/code&gt;, recommended for best compatibility) or UNIX timestamps. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The timestamp displayed in the payload (response) indicates the end (or close) time of the OHLC data.&lt;/li&gt; &lt;li&gt;Interval Options: &lt;ul&gt; &lt;li&gt;Daily Interval (&lt;code&gt;interval=daily&lt;/code&gt;): &lt;ul&gt; &lt;li&gt;up to 180 days per request/ 180 daily interval candles.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Hourly Interval (&lt;code&gt;interval=hourly&lt;/code&gt;): &lt;ul&gt; &lt;li&gt;up to 31 days per request/ 744 hourly interval candles.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Data availability: &lt;ul&gt; &lt;li&gt;Available from 9 February 2018 onwards (&lt;code&gt;1518147224&lt;/code&gt; epoch time).&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Exclusive for Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise).&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: &lt;ul&gt; &lt;li&gt;Every 15 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Tickers by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-id-tickers&#34;&gt;https://docs.coingecko.com/reference/coins-id-tickers&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/tickers This endpoint allows you to &lt;strong&gt;query the coin tickers on both centralized exchange (CEX) and decentralized exchange (DEX) based on a particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to google sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;You may specify the &lt;code&gt;exchange_ids&lt;/code&gt; if you want to retrieve tickers for specific exchange only.&lt;/li&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show.&lt;/li&gt; &lt;li&gt;You may also flag to include more data such as exchange logo and depth. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The tickers are paginated to 100 items.&lt;/li&gt; &lt;li&gt;When &lt;code&gt;dex_pair_format=symbol&lt;/code&gt;, the DEX pair &lt;code&gt;base&lt;/code&gt; and &lt;code&gt;target&lt;/code&gt; are displayed in symbol format (e.g. &lt;code&gt;WETH&lt;/code&gt;, &lt;code&gt;USDC&lt;/code&gt;) instead of as contract addresses.&lt;/li&gt; &lt;li&gt;When order is sorted by &lt;code&gt;volume&lt;/code&gt;, &lt;strong&gt;&lt;em&gt;converted_volume&lt;/em&gt;&lt;/strong&gt; will be used instead of &lt;strong&gt;&lt;em&gt;volume&lt;/em&gt;&lt;/strong&gt;.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 2 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;👑 Total Supply Chart by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-id-total-supply-chart&#34;&gt;https://docs.coingecko.com/reference/coins-id-total-supply-chart&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/total_supply_chart This endpoint allows you to &lt;strong&gt;query historical total supply of a coin by number of days away from now based on provided coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may leave the interval params as empty for automatic granularity: &lt;ul&gt; &lt;li&gt;1 day from now = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;2-90 days from now = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;91 days &amp;amp; above from now = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Data Availability: from 22 June 2019&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: 5 minutes.&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35).&lt;/li&gt; &lt;li&gt;Exclusive for Enterprise Plan Subscribers only. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;👑 Total Supply Chart within time range by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-id-total-supply-chart-range&#34;&gt;https://docs.coingecko.com/reference/coins-id-total-supply-chart-range&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/total_supply_chart/range This endpoint allows you to &lt;strong&gt;query historical total supply of a coin, within a range of timestamp based on the provided coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Supports ISO date strings (&lt;code&gt;YYYY-MM-DD&lt;/code&gt; or\ &lt;code&gt;YYYY-MM-DDTHH:MM&lt;/code&gt;, recommended for best compatibility) or UNIX timestamps. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache/Update Frequency: 5 minutes.&lt;/li&gt; &lt;li&gt;The data is provided at daily intervals (00:00:00 UTC).&lt;/li&gt; &lt;li&gt;Data Availability: from 22 June 2019&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35).&lt;/li&gt; &lt;li&gt;Exclusive for Enterprise Plan Subscribers only. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coins List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-list&#34;&gt;https://docs.coingecko.com/reference/coins-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/list This endpoint allows you to &lt;strong&gt;query all the supported coins on CoinGecko with coins ID, name and symbol&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of coins with coin id for other endpoints that contain params like &lt;code&gt;id&lt;/code&gt; or &lt;code&gt;ids&lt;/code&gt; (coin ID).&lt;/li&gt; &lt;li&gt;By default, this endpoint returns full list of active coins that are currently listed on CoinGecko.com , you can also flag &lt;code&gt;status=inactive&lt;/code&gt; to retrieve coins that are no longer available on CoinGecko.com . The inactive coin IDs can also be used with &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/changelog#april-2024&#34;&gt;selected historical data&lt;/a&gt; endpoints. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;There is no pagination required for this endpoint.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 5 minutes for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 Recently Added Coins&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-list-new&#34;&gt;https://docs.coingecko.com/reference/coins-list-new&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/list/new This endpoint allows you to &lt;strong&gt;query the latest 200 coins that recently listed on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;CoinGecko equivalent page: &lt;a href=&#34;https://www.coingecko.com/en/new-cryptocurrencies&#34;&gt;https://www.coingecko.com/en/new-cryptocurrencies&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: Every 30 seconds.&lt;/li&gt; &lt;li&gt;Exclusive for Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coins List with Market Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-markets&#34;&gt;https://docs.coingecko.com/reference/coins-markets&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/markets This endpoint allows you to &lt;strong&gt;query all the supported coins with price, market cap, volume and market related data&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You can retrieve specific coins using their unique &lt;code&gt;ids&lt;/code&gt;, &lt;code&gt;names&lt;/code&gt;, or &lt;code&gt;symbols&lt;/code&gt; instead of returning the whole list.&lt;/li&gt; &lt;li&gt;To filter results based on the coin&#39;s category, use the &lt;code&gt;category&lt;/code&gt; param (refer to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-categories-list&#34;&gt;&lt;code&gt;/coins/categories/list&lt;/code&gt;&lt;/a&gt; for available categories).&lt;/li&gt; &lt;li&gt;Use the &lt;code&gt;per_page&lt;/code&gt; and &lt;code&gt;page&lt;/code&gt; params to manage the number of results you receive and navigate through the data. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;When multiple lookup params are provided, the following priority order is applied: &lt;code&gt;category&lt;/code&gt; (highest) &amp;gt; &lt;code&gt;ids&lt;/code&gt; &amp;gt; &lt;code&gt;names&lt;/code&gt; &amp;gt; &lt;code&gt;symbols&lt;/code&gt; (lowest).&lt;/li&gt; &lt;li&gt;When searching by &lt;code&gt;name&lt;/code&gt;, you need to URL-encode any spaces (e.g. &amp;quot;Binance Coin&amp;quot; becomes &amp;quot;Binance%20Coin&amp;quot;).&lt;/li&gt; &lt;li&gt;The &lt;code&gt;include_tokens=all&lt;/code&gt; param is exclusively for use with the &lt;code&gt;symbols&lt;/code&gt; lookup and is limited to maximum of 50 symbols per request.&lt;/li&gt; &lt;li&gt;Wildcard searches are not supported for lookup params (&lt;code&gt;ids&lt;/code&gt;, &lt;code&gt;names&lt;/code&gt;, &lt;code&gt;symbols&lt;/code&gt;).&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 45 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 Top Gainers &amp;amp; Losers&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/coins-top-gainers-losers&#34;&gt;https://docs.coingecko.com/reference/coins-top-gainers-losers&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/top_gainers_losers This endpoint allows you to &lt;strong&gt;query the top 30 coins with largest price gain and loss by a specific time duration&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The endpoint response only includes coins with a 24-hour trading volume of at least \$50,000.&lt;/li&gt; &lt;li&gt;CoinGecko equivalent page: &lt;a href=&#34;https://www.coingecko.com/en/crypto-gainers-losers&#34;&gt;https://www.coingecko.com/en/crypto-gainers-losers&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: Every 5 minutes.&lt;/li&gt; &lt;li&gt;Exclusive for Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Crypto Treasury Holdings by Coin ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/companies-public-treasury&#34;&gt;https://docs.coingecko.com/reference/companies-public-treasury&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /{entity}/public_treasury/{coin_id} This endpoint allows you &lt;strong&gt;query public companies &amp;amp; governments&#39; cryptocurrency holdings&lt;/strong&gt; by Coin ID&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The responses are sorted in descending order based on total holdings.&lt;/li&gt; &lt;li&gt;CoinGecko equivalent page: &lt;a href=&#34;https://www.coingecko.com/en/treasuries/bitcoin&#34;&gt;https://www.coingecko.com/en/treasuries/bitcoin&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Historical Chart Data by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/contract-address-market-chart&#34;&gt;https://docs.coingecko.com/reference/contract-address-market-chart&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/contract/{contract_address}/market_chart This endpoint allows you to &lt;strong&gt;get the historical chart data including time in UNIX, price, market cap and 24hr volume based on asset platform and particular token contract address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the asset platform and contract address via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;contract address&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint (&lt;code&gt;include platform = true&lt;/code&gt;). &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may leave the interval params as empty for automatic granularity: &lt;ul&gt; &lt;li&gt;1 day from current time = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;2 - 90 days from current time = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;above 90 days from current time = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For &lt;strong&gt;non-Enterprise plan subscribers&lt;/strong&gt; who would like to get hourly data, please leave the interval params empty for auto granularity.&lt;/li&gt; &lt;li&gt;The &lt;strong&gt;5-minutely&lt;/strong&gt; and &lt;strong&gt;hourly&lt;/strong&gt; interval params are also exclusively available to &lt;strong&gt;Enterprise plan subscribers,&lt;/strong&gt; bypassing auto-granularity: &lt;ul&gt; &lt;li&gt;&lt;code&gt;interval=5m&lt;/code&gt;: 5-minutely historical data (responses include information from the past 10 days up until now)&lt;/li&gt; &lt;li&gt;&lt;code&gt;interval=hourly&lt;/code&gt;: hourly historical data (responses include information from the past 100 days, up until now)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: &lt;ul&gt; &lt;li&gt;Every 5 minutes for all the API plans.&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35). The cache will always expire at 00:40 UTC. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Historical Chart Data within Time Range by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/contract-address-market-chart-range&#34;&gt;https://docs.coingecko.com/reference/contract-address-market-chart-range&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /coins/{id}/contract/{contract_address}/market_chart/range This endpoint allows you to &lt;strong&gt;get the historical chart data within certain time range in UNIX along with price, market cap and 24hr volume based on asset platform and particular token contract address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the asset platform and contract address via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;contract address&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint (&lt;code&gt;include platform = true&lt;/code&gt;).&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Supports ISO date strings (&lt;code&gt;YYYY-MM-DD&lt;/code&gt; or\ &lt;code&gt;YYYY-MM-DDTHH:MM&lt;/code&gt;, recommended for best compatibility) or UNIX timestamps. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may leave the interval params as empty for automatic granularity: &lt;ul&gt; &lt;li&gt;1 day from current time = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;1 day from any time (except current time) = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;2 - 90 days from any time = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;above 90 days from any time = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For &lt;strong&gt;non-Enterprise plan subscribers&lt;/strong&gt; who would like to get hourly data, please leave the interval params empty for auto granularity.&lt;/li&gt; &lt;li&gt;The &lt;strong&gt;5-minutely&lt;/strong&gt; and &lt;strong&gt;hourly&lt;/strong&gt; interval params are also exclusively available to &lt;strong&gt;Enterprise plan subscribers&lt;/strong&gt;, bypassing auto-granularity: &lt;ul&gt; &lt;li&gt;&lt;code&gt;interval=5m&lt;/code&gt;: 5-minutely historical data (responses include information from the past 10 days, up until now)&lt;/li&gt; &lt;li&gt;&lt;code&gt;interval=hourly&lt;/code&gt;: hourly historical data (responses include information from the past 100 days, up until now)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Data availability: &lt;ul&gt; &lt;li&gt;&lt;code&gt;interval=5m&lt;/code&gt;: Available from 9 February 2018 onwards&lt;/li&gt; &lt;li&gt;&lt;code&gt;interval=hourly&lt;/code&gt;: Available from 30 Jan 2018 onwards&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency:\ Based on days range (all the API plans) &lt;ul&gt; &lt;li&gt;1 day = 30 seconds cache&lt;/li&gt; &lt;li&gt;2 -90 days = 30 minutes cache&lt;/li&gt; &lt;li&gt;90 days = 12 hours cache&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35). The cache will always expire at 00:40 UTC &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Crypto Global Market Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/crypto-global&#34;&gt;https://docs.coingecko.com/reference/crypto-global&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /global This endpoint allows you &lt;strong&gt;query cryptocurrency global data including active cryptocurrencies, markets, total crypto market cap and etc&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 10 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Derivatives Exchanges List with Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/derivatives-exchanges&#34;&gt;https://docs.coingecko.com/reference/derivatives-exchanges&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /derivatives/exchanges This endpoint allows you to &lt;strong&gt;query all the derivatives exchanges with related data (ID, name, open interest, ...) on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;per_page&lt;/code&gt; and &lt;code&gt;page&lt;/code&gt; to specify how many results you would like to show in the responses per page and which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Derivatives Exchange Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/derivatives-exchanges-id&#34;&gt;https://docs.coingecko.com/reference/derivatives-exchanges-id&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /derivatives/exchanges/{id} This endpoint allows you to &lt;strong&gt;query the derivatives exchange&#39;s related data (ID, name, open interest, ...) based on the exchanges&#39; ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;For &lt;code&gt;include_tickers&lt;/code&gt; param, you may change the value to either &lt;code&gt;all&lt;/code&gt; to include all the tickers or &lt;code&gt;unexpired&lt;/code&gt; to include unexpired tickers in the responses. You may leave it blank to omit the tickers data. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 30 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Derivatives Exchanges List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/derivatives-exchanges-list&#34;&gt;https://docs.coingecko.com/reference/derivatives-exchanges-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /derivatives/exchanges/list This endpoint allows you to &lt;strong&gt;query all the derivatives exchanges with ID and name on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of exchanges for other endpoints that contain params like &lt;code&gt;id&lt;/code&gt; (derivatives exchange&#39;s ID). &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Derivatives Tickers List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/derivatives-tickers&#34;&gt;https://docs.coingecko.com/reference/derivatives-tickers&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /derivatives This endpoint allows you to &lt;strong&gt;query all the tickers from derivatives exchanges on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Data for &lt;code&gt;open_interest&lt;/code&gt; and &lt;code&gt;volume_24h&lt;/code&gt; in the endpoint responses are in USD.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 30 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Supported Dexes List by Network (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/dexes-list&#34;&gt;https://docs.coingecko.com/reference/dexes-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/dexes This endpoint allows you to &lt;strong&gt;query all the supported decentralized exchanges (DEXs) based on the provided network on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of DEXs with DEX ID for other endpoints that contain params like &lt;code&gt;dex&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Endpoint Overview&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/endpoint-overview&#34;&gt;https://docs.coingecko.com/reference/endpoint-overview&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Notes&lt;/p&gt; &lt;p&gt;For Pro-API users (any &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid plan&lt;/a&gt; subscribers), you get to access all the endpoints listed below, except those that marked with 👑.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;p&gt;Some endpoints may have parameters or data access that are exclusive to different plan subscribers, please refer to the endpoint reference for details.&lt;/p&gt;&lt;/li&gt; &lt;li&gt;&lt;p&gt;In the API Reference section, the distinction between Paid Plan and Enterprise Plan endpoint access will be marked as below:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;💼 — exclusive for any &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers: Analyst / Lite / Pro&lt;/li&gt; &lt;li&gt;👑 — exclusive for &lt;a href=&#34;https://www.coingecko.com/en/api/enterprise&#34;&gt;Enterprise Plan&lt;/a&gt; subscribers only. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;CoinGecko Endpoints: Coins&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/ping-server&#34;&gt;/ping&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Check the API server status&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/api-usage&#34;&gt;/key&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Check account&#39;s API usage&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/simple-price&#34;&gt;/simple/price&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the prices of one or more coins by using their unique Coin API IDs&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/simple-token-price&#34;&gt;/simple/token_price/{id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the prices of one or more coins by using their unique Coin API IDs&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/simple-supported-currencies&#34;&gt;/simple/supported_vs_currencies&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported currencies on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;/coins/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported coins on CoinGecko with coins ID, name and symbol&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-markets&#34;&gt;/coins/markets&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported coins with price, market cap, volume and market related data&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id&#34;&gt;/coins/{id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the metadata (image, websites, socials, description, contract address, etc.) from the CoinGecko coin page based on a particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-tickers&#34;&gt;/coins/{id}/tickers&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the coin tickers on both centralized exchange (CEX) and decentralized exchange (DEX) based on a particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-history&#34;&gt;/coins/{id}/history&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the historical data (price, market cap, 24hr volume, ...) at a given date for a coin based on a particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-market-chart&#34;&gt;/coins/{id}/market_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the historical chart data of a coin including time in UNIX, price, market cap and 24hr volume based on particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-market-chart-range&#34;&gt;/coins/{id}/market_chart/range&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the historical chart data of a coin within certain time range in UNIX along with price, market cap and 24hr volume based on particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-ohlc&#34;&gt;/coins-id-ohlc&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the OHLC chart (Open, High, Low, Close) of a coin based on particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-ohlc-range&#34;&gt;/coins/{id}/ohlc/range&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the OHLC chart (Open, High, Low, Close) of a coin within a range of timestamp based on particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-top-gainers-losers&#34;&gt;/coins/top_gainers_losers&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the top 30 coins with largest price gain and loss by a specific time duration&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list-new&#34;&gt;/coins/list/new&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the latest 200 coins that recently listed on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;👑 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-circulating-supply-chart&#34;&gt;/coins/{id}/circulating_supply_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query historical circulating supply of a coin by number of days away from now based on provided coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;👑 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-circulating-supply-chart-range&#34;&gt;/coins/{id}/circulating_supply_chart/range&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query historical circulating supply of a coin, within a range of timestamp based on the provided coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;👑 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-total-supply-chart&#34;&gt;/coins/{id}/total_supply_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query historical total supply of a coin by number of days away from now based on provided coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;👑 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id-total-supply-chart-range&#34;&gt;/coins/{id}/total_supply_chart/range&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query historical total supply of a coin, within a range of timestamp based on the provided coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-contract-address&#34;&gt;/coins/../contract/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the metadata (image, websites, socials, description, contract address, etc.) from the CoinGecko coin page based on an asset platform and a particular token contract address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/contract-address-market-chart&#34;&gt;/coins/../contract/../market_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the historical chart data including time in UNIX, price, market cap and 24hr volume based on asset platform and particular token contract address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/contract-address-market-chart-range&#34;&gt;/coins/../contract/../market_chart/range&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the historical chart data within certain time range in UNIX along with price, market cap and 24hr volume based on asset platform and particular token contract address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-categories-list&#34;&gt;/coins/categories/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the coins categories on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-categories&#34;&gt;/coins/categories&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the coins categories with market data (market cap, volume, ...) on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;CoinGecko Endpoints: NFT&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/nfts-list&#34;&gt;/nfts/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all supported NFTs with ID, contract address, name, asset platform ID and symbol on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/nfts-id&#34;&gt;/nfts/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the NFT data (name, floor price, 24hr volume, ...) based on the NFT collection ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/nfts-contract-address&#34;&gt;/nfts/../contract/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the NFT data (name, floor price, 24hr volume, ...) based on the NFT collection contract address and respective asset platform&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/nfts-markets&#34;&gt;/nfts/markets&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported NFT collections with floor price, market cap, volume and market related data on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/nfts-id-market-chart&#34;&gt;/nfts/../market_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query historical market data of a NFT collection, including floor price, market cap, and 24hr volume, by number of days away from now&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/nfts-contract-address-market-chart&#34;&gt;/nfts/../contract/../market_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query historical market data of a NFT collection, including floor price, market cap, and 24hr volume, by number of days away from now based on the provided contract address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/nfts-id-tickers&#34;&gt;/nfts/../tickers&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the latest floor price and 24hr volume of a NFT collection, on each NFT marketplace, e.g. OpenSea and LooksRare&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;CoinGecko Endpoints: Exchanges &amp;amp; Derivatives&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/exchanges&#34;&gt;/exchanges&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported exchanges with exchanges&#39; data (ID, name, country, ...) that have active trading volumes on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/exchanges-list&#34;&gt;/exchanges/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the exchanges with ID and name&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/exchanges-id&#34;&gt;/exchanges/{id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query exchange&#39;s data (name, year established, country, ...), exchange volume in BTC and tickers based on exchange&#39;s ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/exchanges-id-tickers&#34;&gt;/exchanges/{id}/tickers&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query exchange&#39;s tickers based on exchange&#39;s ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/exchanges-id-volume-chart&#34;&gt;/exchanges/{id}/volume_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange&#39;s ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/exchanges-id-volume-chart-range&#34;&gt;/exchanges/{id}/volume_chart/range&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the historical volume chart data in BTC by specifying date range in UNIX based on exchange&#39;s ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/derivatives-tickers&#34;&gt;/derivatives&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the tickers from derivatives exchanges on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/derivatives-exchanges&#34;&gt;/derivatives/exchanges&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the derivatives exchanges with related data (ID, name, open interest, ...) on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/derivatives-exchanges-id&#34;&gt;/derivatives/exchanges/{id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the derivatives exchange&#39;s related data (ID, name, open interest, ...) based on the exchanges&#39; ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/derivatives-exchanges-list&#34;&gt;/derivatives/exchanges/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the derivatives exchanges with ID and name on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;CoinGecko Endpoints: Public Treasuries&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/companies-public-treasury&#34;&gt;/{entity}/public_treasury/{coin_id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query public companies &amp;amp; governments&#39; cryptocurrency holdings by coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/public-treasury-entity&#34;&gt;/public_treasury/{entity_id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query public companies &amp;amp; governments&#39; cryptocurrency holdings by entity ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/entities-list&#34;&gt;/entities/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported entities on CoinGecko with entities ID, name, symbol, and country&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;CoinGecko Endpoints: General&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/exchange-rates&#34;&gt;/exchange_rates&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query BTC exchange rates with other currencies&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/asset-platforms-list&#34;&gt;/asset_platforms&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the asset platforms (blockchain networks) on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/token-lists&#34;&gt;/token_lists/{asset_platform_id}/all.json&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get full list of tokens of a blockchain network (asset platform) that is supported by Ethereum token list standard&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/search-data&#34;&gt;/search&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Search for coins, categories and markets listed on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/trending-search&#34;&gt;/search/trending&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query trending search coins, NFTs and categories on CoinGecko in the last 24 hours&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/crypto-global&#34;&gt;/global&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query cryptocurrency global data including active cryptocurrencies, markets, total crypto market cap and etc.&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/global-defi&#34;&gt;/global/decentralized_finance_defi&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query cryptocurrency global decentralized finance (DeFi) data including DeFi market cap, trading volume&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/global-market-cap-chart&#34;&gt;/global/market_cap_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query historical global market cap and volume data by number of days away from now&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;Onchain DEX Endpoints (GeckoTerminal)&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/onchain-simple-price&#34;&gt;/onchain/simple/networks/../token_price/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get token price based on the provided token contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/networks-list&#34;&gt;/onchain/networks&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported networks on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/dexes-list&#34;&gt;/onchain/networks/../dexes&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported decentralized exchanges (DEXs) based on the provided network on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/trending-pools-list&#34;&gt;/onchain/networks/trending_pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the trending pools across all networks on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/trending-pools-network&#34;&gt;/onchain/networks/../trending_pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the trending pools based on the provided network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pool-address&#34;&gt;/onchain/networks/../pools/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the specific pool based on the provided network and pool address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pools-addresses&#34;&gt;/onchain/networks/../pools/multi/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query multiple pools based on the provided network and pool address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/top-pools-network&#34;&gt;/onchain/networks/../pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the top pools based on the provided network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/top-pools-dex&#34;&gt;/onchain/networks/../dexes/../pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the top pools based on the provided network and decentralized exchange (DEX)&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/latest-pools-network&#34;&gt;/onchain/networks/../new_pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the latest pools based on provided network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/latest-pools-list&#34;&gt;/onchain/networks/new_pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the latest pools across all networks on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;🔥 💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pools-megafilter&#34;&gt;/onchain/pools/megafilter&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query pools based on various filters across all networks on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/search-pools&#34;&gt;/onchain/search/pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Search for pools on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/trending-search-pools&#34;&gt;/onchain/pools/trending_search&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the trending search pools across all networks on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/top-pools-contract-address&#34;&gt;/onchain/networks/../tokens/../pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query top pools based on the provided token contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/token-data-contract-address&#34;&gt;/onchain/networks/../tokens/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query specific token data based on the provided token contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/tokens-data-contract-addresses&#34;&gt;/onchain/networks/../tokens/multi/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query multiple tokens data based on the provided token contract addresses on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/token-info-contract-address&#34;&gt;/onchain/networks/../tokens/../info&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query token metadata (name, symbol, CoinGecko ID, image, socials, websites, description, etc.) based on a provided token contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pool-token-info-contract-address&#34;&gt;/onchain/networks/../pools/../info&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query pool metadata (base and quote token details, image, socials, websites, description, contract address, etc.) based on a provided pool contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/tokens-info-recent-updated&#34;&gt;/onchain/tokens/info_recently_updated&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query 100 most recently updated tokens info across all networks on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/top-token-holders-token-address&#34;&gt;/onchain/networks/../tokens/../top_holders&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query top token holders based on the provided token contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/token-holders-chart-token-address&#34;&gt;/onchain/networks/../tokens/../holders_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the historical token holders chart based on the provided token contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pool-ohlcv-contract-address&#34;&gt;/onchain/networks/../pools/../ohlcv/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the OHLCV chart (Open, High, Low, Close, Volume) of a pool based on the provided pool address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/token-ohlcv-token-address&#34;&gt;/onchain/networks/../tokens/../ohlcv/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the OHLCV chart (Open, High, Low, Close, Volume) of a token based on the provided token address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pool-trades-contract-address&#34;&gt;/onchain/networks/../pools/../trades&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the last 300 trades in the past 24 hours based on the provided pool address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/token-trades-contract-address&#34;&gt;/onchain/networks/../tokens/../trades&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the last 300 trades in the past 24 hours across all pools, based on the provided token contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/categories-list&#34;&gt;/onchain/categories&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported categories on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;💼 &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pools-category&#34;&gt;/onchain/categories/../pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the pools based on the provided category ID&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;⚡️ Need Real-time Data Streams? Try &lt;a href=&#34;https://docs.coingecko.com/websocket&#34;&gt;WebSocket API&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;/websocket&#34;&gt; &lt;Frame&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/2c88f667113256b6285720c468fb53a1"><code>2c88f66711</code></a>&amp;quot; noZoom data-og-width=&amp;quot;2400&amp;quot; width=&amp;quot;2400&amp;quot; data-og-height=&amp;quot;470&amp;quot; height=&amp;quot;470&amp;quot; data-path=&amp;quot;images/wss-banner-2.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/d2eafb93fcd670d5df221d617fd6f6a7"><code>d2eafb93fc</code></a> 280w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/24f635622a42c0ae03695cc940112699"><code>24f635622a</code></a> 560w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/82ef1c05b6f45d6d8ec0bcef0f19d49a"><code>82ef1c05b6</code></a> 840w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/b119e8746bb1a78b759e6d94d96b7c8b"><code>b119e8746b</code></a> 1100w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/95797e7366c7f280e3e4b570b6db2b49"><code>95797e7366</code></a> 1650w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/2f120e8a31b5793213494d4ae2d46fb3"><code>2f120e8a31</code></a> 2500w&amp;quot; /&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Frame&gt; &lt;/a&gt;&lt;/p&gt; &lt;p&gt;With WebSocket, you can now stream ultra-low latency, real-time prices, trades, and OHLCV chart data. &lt;br /&gt; Subscribe to our &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid API plan&lt;/a&gt; (Analyst plan &amp;amp; above) to access WebSocket and REST API data delivery methods.&lt;/p&gt; &lt;h1&gt;Entities List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/entities-list&#34;&gt;https://docs.coingecko.com/reference/entities-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /entities/list This endpoint allows you to &lt;strong&gt;query all the supported entities on CoinGecko with entities ID, name, symbol, and country&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;BTC-to-Currency Exchange Rates&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/exchange-rates&#34;&gt;https://docs.coingecko.com/reference/exchange-rates&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /exchange_rates This endpoint allows you to &lt;strong&gt;query BTC exchange rates with other currencies&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to convert the response data, which is originally in BTC, to other currencies. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Exchanges List with data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/exchanges&#34;&gt;https://docs.coingecko.com/reference/exchanges&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /exchanges This endpoint allows you to &lt;strong&gt;query all the supported exchanges with exchanges&#39; data (ID, name, country, ...) that have active trading volumes on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;per_page&lt;/code&gt; and &lt;code&gt;page&lt;/code&gt; to specify how many results you would like to show in the responses per page and which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;All the exchanges in the responses are the exchanges with active trading volume on CoinGecko, any inactive or deactivated exchanges will be removed from the list.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Exchange Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/exchanges-id&#34;&gt;https://docs.coingecko.com/reference/exchanges-id&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /exchanges/{id} This endpoint allows you to &lt;strong&gt;query exchange&#39;s data (name, year established, country, ...), exchange volume in BTC and top 100 tickers based on exchange&#39;s ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Warning&gt; ### Notice&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Please note that the &lt;code&gt;trade_volume_24h_btc_normalized&lt;/code&gt; data field will no longer be supported by our API starting on June 16, 2025. Please refer to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/changelog#may-2025&#34;&gt;changelog&lt;/a&gt; for more details. &lt;/Warning&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The exchange volume in the response is provided in BTC. To convert it to other currencies, please use &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/exchange-rates&#34;&gt;/exchange_rates&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;For derivatives (e.g. &lt;code&gt;bitmex&lt;/code&gt;, &lt;code&gt;binance_futures&lt;/code&gt;), to get derivatives exchanges data, please go to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/derivatives-exchanges-id&#34;&gt;/derivatives/exchange/{id}&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;Tickers are limited to 100 items, to get more tickers, please go to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/exchanges-id-tickers&#34;&gt;/exchanges/{id}/tickers&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;When &lt;code&gt;dex_pair_format=symbol&lt;/code&gt;, the DEX pair &lt;code&gt;base&lt;/code&gt; and &lt;code&gt;target&lt;/code&gt; are displayed in symbol format (e.g. &lt;code&gt;WETH&lt;/code&gt;, &lt;code&gt;USDC&lt;/code&gt;) instead of as contract addresses.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Exchange Tickers by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/exchanges-id-tickers&#34;&gt;https://docs.coingecko.com/reference/exchanges-id-tickers&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /exchanges/{id}/tickers This endpoint allows you to &lt;strong&gt;query exchange&#39;s tickers based on exchange&#39;s ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Responses are paginated and limited to 100 tickers per page. You may specify the page number using the &lt;code&gt;page&lt;/code&gt; params to retrieve the tickers accordingly.&lt;/li&gt; &lt;li&gt;&lt;code&gt;order=base_target&lt;/code&gt; sorts tickers by &lt;code&gt;base&lt;/code&gt; symbol, then &lt;code&gt;target&lt;/code&gt; symbol, in lexicographical order (&lt;code&gt;0 -&amp;gt; 9&lt;/code&gt;, followed by &lt;code&gt;a -&amp;gt; z&lt;/code&gt;).\ This sorting method ensures stable pagination results, minimizing cases where cached responses might otherwise cause duplicate or missing tickers across paginated pages.&lt;/li&gt; &lt;li&gt;When &lt;code&gt;dex_pair_format=symbol&lt;/code&gt;, the DEX pair &lt;code&gt;base&lt;/code&gt; and &lt;code&gt;target&lt;/code&gt; are displayed in symbol format (e.g. &lt;code&gt;WETH&lt;/code&gt;, &lt;code&gt;USDC&lt;/code&gt;) instead of as contract addresses.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Exchange Volume Chart by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/exchanges-id-volume-chart&#34;&gt;https://docs.coingecko.com/reference/exchanges-id-volume-chart&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /exchanges/{id}/volume_chart This endpoint allows you to &lt;strong&gt;query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange&#39;s ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You can use this endpoint to query the historical volume chart data of &lt;strong&gt;derivatives exchanges&lt;/strong&gt; as well.&lt;/li&gt; &lt;li&gt;The exchange volume in the response is provided in BTC. To convert it to other currencies, please use &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/exchange-rates&#34;&gt;/exchange_rates&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;Data granularity is automatic (cannot be adjusted): &lt;ul&gt; &lt;li&gt;1 day = 10-minutely&lt;/li&gt; &lt;li&gt;7, 14 days = hourly&lt;/li&gt; &lt;li&gt;30 days &amp;amp; above = daily&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 Exchange Volume Chart within Time Range by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/exchanges-id-volume-chart-range&#34;&gt;https://docs.coingecko.com/reference/exchanges-id-volume-chart-range&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /exchanges/{id}/volume_chart/range This endpoint allows you to &lt;strong&gt;query the historical volume chart data in BTC by specifying date range in UNIX based on exchange&#39;s ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You can query the historical volume chart data of &lt;strong&gt;derivatives exchanges&lt;/strong&gt; with this endpoint as well.&lt;/li&gt; &lt;li&gt;The data interval for this endpoint is fixed at daily.&lt;/li&gt; &lt;li&gt;The date range between &lt;code&gt;from&lt;/code&gt; and &lt;code&gt;to&lt;/code&gt; must be within 31 days.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: 5 minutes&lt;/li&gt; &lt;li&gt;Exclusive for Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise) &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Exchanges List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/exchanges-list&#34;&gt;https://docs.coingecko.com/reference/exchanges-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /exchanges/list This endpoint allows you to &lt;strong&gt;query all the exchanges with ID and name&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of exchanges including &lt;strong&gt;derivatives exchanges&lt;/strong&gt; for other endpoints that contain params like &lt;code&gt;id&lt;/code&gt;(exchange ID). &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;There is no pagination required for this endpoint.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Global DeFi Market Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/global-defi&#34;&gt;https://docs.coingecko.com/reference/global-defi&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /global/decentralized_finance_defi This endpoint allows you &lt;strong&gt;query top 100 cryptocurrency global decentralized finance (DeFi) data including DeFi market cap, trading volume&lt;/strong&gt;&lt;/p&gt; &lt;h1&gt;💼 Global Market Cap Chart Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/global-market-cap-chart&#34;&gt;https://docs.coingecko.com/reference/global-market-cap-chart&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /global/market_cap_chart This endpoint allows you to &lt;strong&gt;query historical global market cap and volume data by number of days away from now&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;CoinGecko equivalent page: &lt;a href=&#34;https://www.coingecko.com/en/global-charts&#34;&gt;https://www.coingecko.com/en/global-charts&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Data Granularity (auto): &lt;ul&gt; &lt;li&gt;1 day from now = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;2 days &amp;amp; above from now = &lt;strong&gt;daily&lt;/strong&gt; data&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Exclusive for all Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise).&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 5 minutes after midnight on the next UTC day (00:05). The cache will &lt;strong&gt;always expire at 00:05 UTC&lt;/strong&gt;. If you wish to get the latest daily data (00:00 UTC), you can make request at 00:05 UTC or later.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 1 minute. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;New Pools List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/latest-pools-list&#34;&gt;https://docs.coingecko.com/reference/latest-pools-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/new_pools This endpoint allows you to &lt;strong&gt;query all the latest pools across all networks on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 30 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com/explore/new-crypto-pools&#34;&gt;https://www.geckoterminal.com/explore/new-crypto-pools&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;New Pools by Network&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/latest-pools-network&#34;&gt;https://docs.coingecko.com/reference/latest-pools-network&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/new_pools This endpoint allows you to &lt;strong&gt;query all the latest pools based on provided network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;This endpoint includes the newly created pools in the past 48 hours.&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 30 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com/explore/new-crypto-pools/solana&#34;&gt;https://www.geckoterminal.com/explore/new-crypto-pools/solana&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Supported Networks List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/networks-list&#34;&gt;https://docs.coingecko.com/reference/networks-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks This endpoint allows you to &lt;strong&gt;query all the supported networks on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of networks with network ID for other endpoints that contain params like &lt;code&gt;network&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;NFTs Collection Data by Contract Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/nfts-contract-address&#34;&gt;https://docs.coingecko.com/reference/nfts-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /nfts/{asset_platform_id}/contract/{contract_address} This endpoint allows you to &lt;strong&gt;query all the NFT data (name, floor price, 24hr volume ...) based on the NFT collection contract address and respective asset platform&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may also obtain the asset platform ID and contract address through &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/nfts-list&#34;&gt;/nfts/list&lt;/a&gt; endpoint. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Solana NFT &amp;amp; Art Blocks are not supported for this endpoint, please use &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/nfts-id&#34;&gt;/nfts/{id}&lt;/a&gt; endpoint instead.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 NFTs Collection Historical Chart Data by Contract Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/nfts-contract-address-market-chart&#34;&gt;https://docs.coingecko.com/reference/nfts-contract-address-market-chart&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /nfts/{asset_platform_id}/contract/{contract_address}/market_chart This endpoint allows you &lt;strong&gt;query historical market data of a NFT collection, including floor price, market cap, and 24hr volume, by number of days away from now based on the provided contract address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;This endpoint doesn&#39;t support Solana NFT and Art Blocks, please use &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/nfts-id-market-chart&#34;&gt;/nfts/{id}/market_chart&lt;/a&gt; endpoint instead.&lt;/li&gt; &lt;li&gt;Data Granularity (auto): &lt;ul&gt; &lt;li&gt;1-14 days from now = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;15 days &amp;amp; above from now = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 5 minutes&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 5 minutes after midnight on the next UTC day (00:05).&lt;/li&gt; &lt;li&gt;Exclusive for Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;NFTs Collection Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/nfts-id&#34;&gt;https://docs.coingecko.com/reference/nfts-id&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /nfts/{id} This endpoint allows you to &lt;strong&gt;query all the NFT data (name, floor price, 24hr volume ...) based on the NFT collection ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 NFTs Collection Historical Chart Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/nfts-id-market-chart&#34;&gt;https://docs.coingecko.com/reference/nfts-id-market-chart&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /nfts/{id}/market_chart This endpoint allows you &lt;strong&gt;query historical market data of a NFT collection, including floor price, market cap, and 24hr volume, by number of days away from now&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Data Granularity (auto): &lt;ul&gt; &lt;li&gt;1-14 days from now = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;15 days &amp;amp; above from now = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 5 minutes&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 5 minutes after midnight on the next UTC day (00:05).&lt;/li&gt; &lt;li&gt;Exclusive for Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 NFTs Collection Tickers by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/nfts-id-tickers&#34;&gt;https://docs.coingecko.com/reference/nfts-id-tickers&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /nfts/{id}/tickers This endpoint allows you to &lt;strong&gt;query the latest floor price and 24hr volume of a NFT collection, on each NFT marketplace, e.g. OpenSea and LooksRare&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache/Update Frequency: every 30 seconds.&lt;/li&gt; &lt;li&gt;Exclusive for Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;NFTs List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/nfts-list&#34;&gt;https://docs.coingecko.com/reference/nfts-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /nfts/list This endpoint allows you to &lt;strong&gt;query all supported NFTs with ID, contract address, name, asset platform ID and symbol on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of nfts for other endpoints that contain params like &lt;code&gt;id&lt;/code&gt; (NFT collection&#39;s ID) as well as &lt;code&gt;asset_platform_id&lt;/code&gt; and &lt;code&gt;contract_address&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;You may include values such as &lt;code&gt;per_page&lt;/code&gt; and &lt;code&gt;page&lt;/code&gt; to specify how many results you would like to show in the responses per page and which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The responses are paginated to 100 items.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 NFTs List with Market Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/nfts-markets&#34;&gt;https://docs.coingecko.com/reference/nfts-markets&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /nfts/markets This endpoint allows you to &lt;strong&gt;query all the supported NFT collections with floor price, market cap, volume and market related data on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;per_page&lt;/code&gt; and &lt;code&gt;page&lt;/code&gt; to specify how many results you would like to show in the responses per page and which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes.&lt;/li&gt; &lt;li&gt;Exclusive for Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise).&lt;/li&gt; &lt;li&gt;CoinGecko equivalent page: &lt;a href=&#34;https://www.coingecko.com/en/nft&#34;&gt;https://www.coingecko.com/en/nft&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Some collection with low liquidity may not be ranked by Market Cap value, learn more &lt;a href=&#34;https://support.coingecko.com/hc/en-us/articles/37226121227545-What-is-NFT-Market-Cap&#34;&gt;here&lt;/a&gt;. Sorting by Mcap ranking will first prioritise Market Cap value of liquid NFT collections, then followed by trading volume of illiquid NFT collections. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Token Price by Token Addresses&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/onchain-simple-price&#34;&gt;https://docs.coingecko.com/reference/onchain-simple-price&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /simple/networks/{network}/token_price/{addresses} This endpoint allows you to &lt;strong&gt;get token price based on the provided token contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV). &lt;ul&gt; &lt;li&gt;If you require &lt;code&gt;market_cap_usd&lt;/code&gt; to return FDV value (as seen in &lt;a href=&#34;https://www.geckoterminal.com/&#34;&gt;GeckoTerminal.com&lt;/a&gt;) when market cap data is unavailable, please specify this parameter &lt;code&gt;mcap_fdv_fallback=true&lt;/code&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;The returned price currency is in USD.&lt;/li&gt; &lt;li&gt;Addresses not found in GeckoTerminal will be ignored.&lt;/li&gt; &lt;li&gt;This endpoint allows querying &lt;strong&gt;up to 100 contract addresses&lt;/strong&gt; per request. This limit is exclusive for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid plan&lt;/a&gt; subscribers (Analyst plan &amp;amp; above).&lt;/li&gt; &lt;li&gt;When using this endpoint, GeckoTerminal&#39;s routing decides the best pool for token price. The price source may change based on liquidity and pool activity. For full control over the price, you may use &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pool-address&#34;&gt;&lt;code&gt;/networks/{network}/pools/{address}&lt;/code&gt;&lt;/a&gt; endpoint by providing a specific pool address.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 10 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Check API server status&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/ping-server&#34;&gt;https://docs.coingecko.com/reference/ping-server&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /ping This endpoint allows you to &lt;strong&gt;check the API server status&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You can also go to &lt;a href=&#34;https://status.coingecko.com/&#34;&gt;status.coingecko.com&lt;/a&gt; to check the API server status and further maintenance notices. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Specific Pool Data by Pool Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/pool-address&#34;&gt;https://docs.coingecko.com/reference/pool-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/pools/{address} This endpoint allows you to &lt;strong&gt;query the specific pool based on the provided network and pool address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Address not found in GeckoTerminal will be ignored.&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Market Cap can be verified by and sourced from CoinGecko, and the number may be higher than FDV as it may include Market Cap of tokens issued on other blockchain network.&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;&lt;code&gt;locked_liquidity_percentage&lt;/code&gt; will be updated on daily basis.&lt;/li&gt; &lt;li&gt;Set &lt;code&gt;include_composition=true&lt;/code&gt; to surface the balance and liquidity value of the pool&#39;s base and quote tokens.&lt;/li&gt; &lt;li&gt;Pools on a bonding curve (e.g. non-graduated pools from launchpads) will return &lt;code&gt;launchpad_details&lt;/code&gt; object with their graduation status and migration details.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 10 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Pool OHLCV chart by Pool Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/pool-ohlcv-contract-address&#34;&gt;https://docs.coingecko.com/reference/pool-ohlcv-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/pools/{pool_address}/ohlcv/{timeframe} This endpoint allows you to &lt;strong&gt;get the OHLCV chart (Open, High, Low, Close, Volume) of a pool based on the provided pool address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the historical price and volume of a token.&lt;/li&gt; &lt;li&gt;You may select the timeframe with its respective aggregate to get the intended OHLCV data (e.g. &lt;code&gt;minute?aggregate=15&lt;/code&gt; for 15 minutes OHLCV). &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;This endpoint uses epoch/unix format for its timestamp. Example: &lt;code&gt;1708850449&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;&lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid plan&lt;/a&gt; subscribers (Analyst plan &amp;amp; above) can access data from &lt;strong&gt;September 2021 to the present&lt;/strong&gt;, depending on when the pool started tracking on GeckoTerminal. &lt;ul&gt; &lt;li&gt;If no earlier data is available, an empty response will be returned.&lt;/li&gt; &lt;li&gt;Each API call can only retrieve data for a &lt;strong&gt;maximum range of 6 months&lt;/strong&gt;. To fetch older data, use the &lt;code&gt;before_timestamp&lt;/code&gt; parameter to query in multiple requests.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Pools with more than 2 tokens are not yet supported for this endpoint.&lt;/li&gt; &lt;li&gt;Each OHLCV array (under &amp;quot;ohlcv_list&amp;quot;) consists of 6 elements in the following order: &lt;ul&gt; &lt;li&gt;Timestamp: The epoch/unix timestamp representing the start of the time interval.&lt;/li&gt; &lt;li&gt;Open: The opening price of the asset at the beginning of the interval.&lt;/li&gt; &lt;li&gt;High: The highest price reached during the interval.&lt;/li&gt; &lt;li&gt;Low: The lowest price reached during the interval.&lt;/li&gt; &lt;li&gt;Close: The price of the asset at the end of the interval.&lt;/li&gt; &lt;li&gt;Volume: The total trading volume of the asset during the interval.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Skipped Intervals&lt;/strong&gt;: To ensure concise and relevant data, specific timeframe intervals (e.g. minutely) with no recorded swaps are &lt;strong&gt;excluded&lt;/strong&gt; from the response. &lt;ul&gt; &lt;li&gt;Higher granularity timeframes (e.g. 1 minute) are more likely to skip intervals due to periods of inactivity, while lower granularity timeframes (e.g. daily) are less affected.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For &lt;code&gt;include_empty_intervals&lt;/code&gt; param: &lt;ul&gt; &lt;li&gt;When &lt;code&gt;false&lt;/code&gt; (default): Only intervals with trade data are returned.&lt;/li&gt; &lt;li&gt;When &lt;code&gt;true&lt;/code&gt;: All requested intervals are returned, those with no trade data are populated as follows: &lt;ul&gt; &lt;li&gt;OHLC (Open, High, Low, Close) are all set to the Close price of the previous interval.&lt;/li&gt; &lt;li&gt;&lt;em&gt;O = H = L = C = previous Close&lt;/em&gt;&lt;/li&gt; &lt;li&gt;Volume (V) is set to 0, reflecting no trade activity.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 10 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Pool Tokens Info by Pool Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/pool-token-info-contract-address&#34;&gt;https://docs.coingecko.com/reference/pool-token-info-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/pools/{pool_address}/info This endpoint allows you to &lt;strong&gt;query pool metadata (base and quote token details, image, socials, websites, description, contract address, etc.) based on a provided pool contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If you would like to query pool data such as price, transactions, volume and etc. You can go to this endpoint &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pool-address&#34;&gt;&lt;code&gt;/networks/{network}/pools/{address}&lt;/code&gt;&lt;/a&gt; instead.&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;Learn more about GT score &lt;a href=&#34;https://support.coingecko.com/hc/en-us/articles/38381394237593-What-is-GT-Score-How-is-GT-Score-calculated&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Metadata (image, websites, description, socials) may be sourced on-chain and is not vetted by the CoinGecko team. If you wish to get metadata reviewed by CoinGecko team, you may use the following endpoints: &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id&#34;&gt;Coin Data by ID&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-contract-address&#34;&gt;Coin Data by Token Address&lt;/a&gt; &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;holders&lt;/code&gt; data is currently in Beta, with ongoing improvements to data quality, coverage, and update frequency. &lt;ul&gt; &lt;li&gt;Supported chains include: Solana, EVM (Ethereum, Polygon, BNB, Arbitrum, Optimism, Base), Sui, TON, and Ronin.&lt;/li&gt; &lt;li&gt;&lt;code&gt;distribution_percentage&lt;/code&gt; coverage: &lt;ul&gt; &lt;li&gt;Solana: &lt;code&gt;top_10&lt;/code&gt;, &lt;code&gt;11_20&lt;/code&gt;, &lt;code&gt;21_40&lt;/code&gt;, &lt;code&gt;rest&lt;/code&gt;&lt;/li&gt; &lt;li&gt;Other chains: &lt;code&gt;top_10&lt;/code&gt;, &lt;code&gt;11_30&lt;/code&gt;, &lt;code&gt;31_50&lt;/code&gt;, &lt;code&gt;rest&lt;/code&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For tokens on a bonding curve (i.e. non-graduated tokens from launchpads), the response will include a &lt;code&gt;launchpad_details&lt;/code&gt; object containing their graduation status and details. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Past 24 Hour Trades by Pool Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/pool-trades-contract-address&#34;&gt;https://docs.coingecko.com/reference/pool-trades-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/pools/{pool_address}/trades This endpoint allows you to &lt;strong&gt;query the last 300 trades in the past 24 hours based on the provided pool address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache/Update Frequency: every 10 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Multiple Pools Data by Pool Addresses&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/pools-addresses&#34;&gt;https://docs.coingecko.com/reference/pools-addresses&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/pools/multi/{addresses} This endpoint allows you to &lt;strong&gt;query multiple pools based on the provided network and pool address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Addresses not found in GeckoTerminal will be ignored.&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;This endpoint allows querying &lt;strong&gt;up to 50 contract addresses&lt;/strong&gt; per request. This limit is exclusive for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid plan&lt;/a&gt; subscribers (Analyst plan &amp;amp; above).&lt;/li&gt; &lt;li&gt;Market Cap can be verified by and sourced from CoinGecko, and the number may be higher than FDV as it may include Market Cap of tokens issued on other blockchain network.&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; params will be included under the &amp;quot;included&amp;quot; key at the top level.&lt;/li&gt; &lt;li&gt;&lt;code&gt;locked_liquidity_percentage&lt;/code&gt; will be updated on daily basis.&lt;/li&gt; &lt;li&gt;Set &lt;code&gt;include_composition=true&lt;/code&gt; to surface the balance and liquidity value of the pool&#39;s base and quote tokens.&lt;/li&gt; &lt;li&gt;Pools on a bonding curve (e.g. non-graduated pools from launchpads) will return &lt;code&gt;launchpad_details&lt;/code&gt; object with their graduation status and migration details.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 10 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 Pools by Category ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/pools-category&#34;&gt;https://docs.coingecko.com/reference/pools-category&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /categories/{category_id}/pools This endpoint allows you to &lt;strong&gt;query all the pools based on the provided category ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You can retrieve full list of categories id via this endpoint: &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/categories-list&#34;&gt;Categories List&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;You can retrieve tokens of a specific category, by flagging &lt;code&gt;include=base_token&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;GeckoTerminal categories are different from &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-categories-list&#34;&gt;CoinGecko categories&lt;/a&gt;. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Trending rankings are determined by a combination of factors: &lt;ul&gt; &lt;li&gt;User engagement on geckoterminal.com&lt;/li&gt; &lt;li&gt;Market activity, such as trading volume and transactions&lt;/li&gt; &lt;li&gt;Pool security and credibility, including liquidity and honeypot checks&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page example: &lt;a href=&#34;https://www.geckoterminal.com/category/pump-fun&#34;&gt;https://www.geckoterminal.com/category/pump-fun&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 30 seconds.&lt;/li&gt; &lt;li&gt;Exclusive for all Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;🔥 Megafilter for Pools&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/pools-megafilter&#34;&gt;https://docs.coingecko.com/reference/pools-megafilter&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /pools/megafilter This endpoint allows you to &lt;strong&gt;query pools based on various filters across all networks on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Using &lt;code&gt;checks&lt;/code&gt; param to filter pools based on various checks: &lt;ul&gt; &lt;li&gt;&lt;code&gt;checks=no_honeypot&lt;/code&gt; — Filter out Honeypot pools, using GoPlus Token Security and De.Fi Scanner.&lt;/li&gt; &lt;li&gt;&lt;code&gt;checks=good_gt_score&lt;/code&gt; — Show only pools with a GT Score of at least 75.&lt;/li&gt; &lt;li&gt;&lt;code&gt;checks=on_coingecko&lt;/code&gt; — Show only pools with tokens that are listed on CoinGecko.&lt;/li&gt; &lt;li&gt;&lt;code&gt;checks=has_social&lt;/code&gt; — Show only pools with their social links and token information updated.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Trending rankings are determined by a combination of factors: &lt;ul&gt; &lt;li&gt;User engagement on geckoterminal.com&lt;/li&gt; &lt;li&gt;Market activity, such as trading volume and transactions&lt;/li&gt; &lt;li&gt;Pool security and credibility, including liquidity and honeypot checks&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;&lt;code&gt;dexes&lt;/code&gt; param can only be used when &lt;strong&gt;only 1&lt;code&gt;networks&lt;/code&gt;&lt;/strong&gt; is specified.&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;Setting &lt;code&gt;include_unknown_honeypot_tokens=true&lt;/code&gt; will include tokens with an &#39;unknown&#39; honeypot status. &lt;ul&gt; &lt;li&gt;Please note that this param only takes effect when &lt;code&gt;checks=no_honeypot&lt;/code&gt; is specified.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 30 seconds.&lt;/li&gt; &lt;li&gt;💼 Exclusive for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Crypto Treasury Holdings by Entity ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/public-treasury-entity&#34;&gt;https://docs.coingecko.com/reference/public-treasury-entity&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /public_treasury/{entity_id} This endpoint allows you &lt;strong&gt;query public companies &amp;amp; governments&#39; cryptocurrency holdings&lt;/strong&gt; by Entity ID&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;CoinGecko equivalent page: &lt;a href=&#34;https://www.coingecko.com/en/treasuries/bitcoin&#34;&gt;https://www.coingecko.com/en/treasuries/bitcoin&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Search Queries&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/search-data&#34;&gt;https://docs.coingecko.com/reference/search-data&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /search This endpoint allows you to &lt;strong&gt;search for coins, categories and markets listed on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The responses are sorted in descending order by market cap.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 15 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Search Pools&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/search-pools&#34;&gt;https://docs.coingecko.com/reference/search-pools&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /search/pools This endpoint allows you to &lt;strong&gt;search for pools on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to search for query such as pool contract address, token contract address or token symbol. The endpoint will return matching pools as response.&lt;/li&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 30 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Price by IDs&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/simple-price&#34;&gt;https://docs.coingecko.com/reference/simple-price&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /simple/price This endpoint allows you to &lt;strong&gt;query the prices of one or more coins by using their unique Coin API IDs&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to Google Sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;You can retrieve specific coins using their unique &lt;code&gt;ids&lt;/code&gt;, &lt;code&gt;names&lt;/code&gt;, or &lt;code&gt;symbols&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;You may flag to include more data such as market cap, 24hr volume, 24hr change, last updated time etc.&lt;/li&gt; &lt;li&gt;To verify if a price is stale, you may flag &lt;code&gt;include_last_updated_at=true&lt;/code&gt; in your request to obtain the latest updated time. Alternatively, you may flag &lt;code&gt;include_24hr_change=true&lt;/code&gt; to determine if it returns a &lt;code&gt;null&lt;/code&gt; value. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may cross-check the price on &lt;a href=&#34;https://www.coingecko.com&#34;&gt;CoinGecko&lt;/a&gt; and learn more about our price methodology &lt;a href=&#34;https://www.coingecko.com/en/methodology&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;When multiple lookup params are provided, the following priority order is applied: &lt;code&gt;ids&lt;/code&gt; (highest) &amp;gt; &lt;code&gt;names&lt;/code&gt; &amp;gt; &lt;code&gt;symbols&lt;/code&gt; (lowest).&lt;/li&gt; &lt;li&gt;When searching by &lt;code&gt;name&lt;/code&gt;, you need to URL-encode any spaces (e.g. &amp;quot;Binance Coin&amp;quot; becomes &amp;quot;Binance%20Coin&amp;quot;).&lt;/li&gt; &lt;li&gt;The &lt;code&gt;include_tokens=all&lt;/code&gt; param is exclusively for use with the &lt;code&gt;symbols&lt;/code&gt; lookup and is limited to maximum of 50 symbols per request.&lt;/li&gt; &lt;li&gt;Wildcard searches are not supported for lookup params (&lt;code&gt;ids&lt;/code&gt;, &lt;code&gt;names&lt;/code&gt;, &lt;code&gt;symbols&lt;/code&gt;).&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 20 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Supported Currencies List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/simple-supported-currencies&#34;&gt;https://docs.coingecko.com/reference/simple-supported-currencies&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /simple/supported_vs_currencies This endpoint allows you to &lt;strong&gt;query all the supported currencies on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of currencies for other endpoints that contain params like &lt;code&gt;vs_currencies&lt;/code&gt;. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache/Update Frequency: every 30 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Price by Token Addresses&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/simple-token-price&#34;&gt;https://docs.coingecko.com/reference/simple-token-price&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /simple/token_price/{id} This endpoint allows you to &lt;strong&gt;query one or more token prices using their token contract addresses&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the asset platform and contract address via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;contract address&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint (&lt;code&gt;include platform = true&lt;/code&gt;).&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;You may flag to include more data such as market cap, 24hr volume, 24hr change, last updated time etc. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The endpoint returns the global average price of the coin that is aggregated across all active exchanges on CoinGecko.&lt;/li&gt; &lt;li&gt;You may cross-check the price on &lt;a href=&#34;https://www.coingecko.com&#34;&gt;CoinGecko&lt;/a&gt; and learn more about our price methodology &lt;a href=&#34;https://www.coingecko.com/en/methodology&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 20 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Token Data by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/token-data-contract-address&#34;&gt;https://docs.coingecko.com/reference/token-data-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/tokens/{address} This endpoint allows you to &lt;strong&gt;query specific token data based on the provided token contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may add values such as &lt;code&gt;top_pools&lt;/code&gt; in the include param to include top pools along with the pools information.&lt;/li&gt; &lt;li&gt;If you would like to query token information such as socials, websites, description and etc. You can go to this endpoint &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/token-info-contract-address&#34;&gt;&lt;code&gt;/networks/{network}/tokens/{address}/info&lt;/code&gt;&lt;/a&gt; instead. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Address not found in GeckoTerminal.com will be ignored.&lt;/li&gt; &lt;li&gt;The endpoint will only return the first top most liquid pool for each token. The top pool is determined through a combination of two key factors: liquidity (&lt;code&gt;reserve_in_usd&lt;/code&gt;) and 24-Hour Trading Volume (&lt;code&gt;volume_usd&lt;/code&gt;)&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Market Cap can be verified by and sourced from CoinGecko, and the number may be higher than FDV as it may include Market Cap of tokens issued on other blockchain network.&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;Set &lt;code&gt;include_composition=true&lt;/code&gt; to surface the balance and liquidity value of the pool&#39;s base and quote tokens. (requires &lt;code&gt;include=top_pools&lt;/code&gt;)&lt;/li&gt; &lt;li&gt;For tokens on a bonding curve (i.e. non-graduated tokens from launchpads), the response will include a &lt;code&gt;launchpad_details&lt;/code&gt; object containing their graduation status and details.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 10 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 Historical Token Holders Chart by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/token-holders-chart-token-address&#34;&gt;https://docs.coingecko.com/reference/token-holders-chart-token-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/tokens/{token_address}/holders_chart This endpoint allows you to &lt;strong&gt;get the historical token holders chart based on the provided token contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The historical token holders chart data is currently in Beta, with ongoing improvements to data quality, coverage, and update frequency.&lt;/li&gt; &lt;li&gt;Supported chains include: Solana, EVM (Ethereum, Polygon, BNB, Arbitrum, Optimism, Base), Sui, TON, and Ronin.&lt;/li&gt; &lt;li&gt;&lt;code&gt;days&lt;/code&gt; param provides the following automatic granularity: &lt;ul&gt; &lt;li&gt;&lt;code&gt;days=7&lt;/code&gt; = &lt;strong&gt;all data&lt;/strong&gt; (without fixed intervals)&lt;/li&gt; &lt;li&gt;&lt;code&gt;days=30&lt;/code&gt; = &lt;strong&gt;daily data&lt;/strong&gt; (30 daily intervals)&lt;/li&gt; &lt;li&gt;&lt;code&gt;days=max&lt;/code&gt; = &lt;strong&gt;weekly data&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;💼 Exclusive for Paid Plan subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Token Info by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/token-info-contract-address&#34;&gt;https://docs.coingecko.com/reference/token-info-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/tokens/{address}/info This endpoint allows you to &lt;strong&gt;query token metadata (name, symbol, CoinGecko ID, image, socials, websites, description, etc.) based on a provided token contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If you would like to query token data such as decimals, total supply, price and etc. You can go to this endpoint &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/token-data-contract-address&#34;&gt;&lt;code&gt;/networks/{network}/tokens/{address}&lt;/code&gt;&lt;/a&gt; instead.&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;Learn more about GT score &lt;a href=&#34;https://support.coingecko.com/hc/en-us/articles/38381394237593-What-is-GT-Score-How-is-GT-Score-calculated&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Metadata (image, websites, description, socials) may be sourced on-chain and is not vetted by the CoinGecko team. If you wish to get metadata reviewed by CoinGecko team, you may use the following endpoints: &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-id&#34;&gt;Coin Data by ID&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/coins-contract-address&#34;&gt;Coin Data by Token Address&lt;/a&gt; &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;holders&lt;/code&gt; data is currently in Beta, with ongoing improvements to data quality, coverage, and update frequency. &lt;ul&gt; &lt;li&gt;Supported chains include: Solana, EVM (Ethereum, Polygon, BNB, Arbitrum, Optimism, Base), Sui, TON, and Ronin.&lt;/li&gt; &lt;li&gt;&lt;code&gt;distribution_percentage&lt;/code&gt; coverage: &lt;ul&gt; &lt;li&gt;Solana: &lt;code&gt;top_10&lt;/code&gt;, &lt;code&gt;11_20&lt;/code&gt;, &lt;code&gt;21_40&lt;/code&gt;, &lt;code&gt;rest&lt;/code&gt;&lt;/li&gt; &lt;li&gt;Other chains: &lt;code&gt;top_10&lt;/code&gt;, &lt;code&gt;11_30&lt;/code&gt;, &lt;code&gt;31_50&lt;/code&gt;, &lt;code&gt;rest&lt;/code&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For tokens on a bonding curve (i.e. non-graduated tokens from launchpads), the response will include a &lt;code&gt;launchpad_details&lt;/code&gt; object containing their graduation status and details. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Token Lists by Asset Platform ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/token-lists&#34;&gt;https://docs.coingecko.com/reference/token-lists&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /token_lists/{asset_platform_id}/all.json This endpoint allows you to &lt;strong&gt;get full list of tokens of a blockchain network (asset platform) that is supported by &lt;a href=&#34;https://tokenlists.org/&#34;&gt;Ethereum token list standard&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache/Update Frequency: 5 minutes.&lt;/li&gt; &lt;li&gt;A token will only be included in the list if the contract address is added by CoinGecko team. If you identified any missing token, you may submit a request &lt;a href=&#34;https://support.coingecko.com/hc/en-us/requests/new&#34;&gt;here&lt;/a&gt;. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 Token OHLCV chart by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/token-ohlcv-token-address&#34;&gt;https://docs.coingecko.com/reference/token-ohlcv-token-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/tokens/{token_address}/ohlcv/{timeframe} This endpoint allows you to &lt;strong&gt;get the OHLCV chart (Open, High, Low, Close, Volume) of a token based on the provided token address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;This endpoint will return OHLCV data of the &lt;strong&gt;most liquid pool&lt;/strong&gt; of the specified token. You may use this endpoint &lt;a href=&#34;https://docs.coingecko.com/update/reference/top-pools-contract-address#/&#34;&gt;Top Pools by Token Address&lt;/a&gt; to check the top pools of a token.&lt;/li&gt; &lt;li&gt;This endpoint uses epoch/unix format for its timestamp. Example: &lt;code&gt;1708850449&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;&lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid plan&lt;/a&gt; subscribers (Analyst plan &amp;amp; above) can access data from &lt;strong&gt;September 2021 to the present&lt;/strong&gt;, depending on when the pool started tracking on GeckoTerminal. &lt;ul&gt; &lt;li&gt;If no earlier data is available, an empty response will be returned.&lt;/li&gt; &lt;li&gt;Each API call can only retrieve data for a &lt;strong&gt;maximum range of 6 months&lt;/strong&gt;. To fetch older data, use the &lt;code&gt;before_timestamp&lt;/code&gt; parameter to query in multiple requests.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Pools with more than 2 tokens are not yet supported for this endpoint.&lt;/li&gt; &lt;li&gt;Each OHLCV array (under &amp;quot;ohlcv_list&amp;quot;) consists of 6 elements in the following order: &lt;ul&gt; &lt;li&gt;Timestamp: The epoch/unix timestamp representing the start of the time interval.&lt;/li&gt; &lt;li&gt;Open: The opening price of the asset at the beginning of the interval.&lt;/li&gt; &lt;li&gt;High: The highest price reached during the interval.&lt;/li&gt; &lt;li&gt;Low: The lowest price reached during the interval.&lt;/li&gt; &lt;li&gt;Close: The price of the asset at the end of the interval.&lt;/li&gt; &lt;li&gt;Volume: The total trading volume of the asset during the interval.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Skipped Intervals&lt;/strong&gt;: To ensure concise and relevant data, specific timeframe intervals (e.g. minutely) with no recorded swaps are &lt;strong&gt;excluded&lt;/strong&gt; from the response. &lt;ul&gt; &lt;li&gt;Higher granularity timeframes (e.g. 1 minute) are more likely to skip intervals due to periods of inactivity, while lower granularity timeframes (e.g. daily) are less affected.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For &lt;code&gt;include_empty_intervals&lt;/code&gt; param: &lt;ul&gt; &lt;li&gt;When &lt;code&gt;false&lt;/code&gt; (default): Only intervals with trade data are returned.&lt;/li&gt; &lt;li&gt;When &lt;code&gt;true&lt;/code&gt;: All requested intervals are returned, those with no trade data are populated as follows: &lt;ul&gt; &lt;li&gt;OHLC (Open, High, Low, Close) are all set to the Close price of the previous interval.&lt;/li&gt; &lt;li&gt;&lt;em&gt;O = H = L = C = previous Close&lt;/em&gt;&lt;/li&gt; &lt;li&gt;Volume (V) is set to 0, reflecting no trade activity.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 10 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 Past 24 Hour Trades by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/token-trades-contract-address&#34;&gt;https://docs.coingecko.com/reference/token-trades-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/tokens/{token_address}/trades This endpoint allows you to &lt;strong&gt;query the last 300 trades in the past 24 hours, across all pools, based on the provided token contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Exclusive for all &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; Subscribers (Analyst, Lite, Pro and Enterprise).&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 10 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Tokens Data by Token Addresses&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/tokens-data-contract-addresses&#34;&gt;https://docs.coingecko.com/reference/tokens-data-contract-addresses&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/tokens/multi/{addresses} This endpoint allows you to &lt;strong&gt;query multiple tokens data based on the provided token contract addresses on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may add values such as &lt;code&gt;top_pools&lt;/code&gt; in the include param to include top pools along with the pools information.&lt;/li&gt; &lt;li&gt;If you would like to query token information such as socials, websites, description and etc. You can go to this endpoint &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/token-info-contract-address&#34;&gt;&lt;code&gt;/networks/{network}/tokens/{address}/info&lt;/code&gt;&lt;/a&gt; instead. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Addresses not found in GeckoTerminal.com will be ignored.&lt;/li&gt; &lt;li&gt;This endpoint allows querying &lt;strong&gt;up to 50 contract addresses&lt;/strong&gt; per request. This limit is exclusive for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid plan&lt;/a&gt; subscribers (Analyst plan &amp;amp; above).&lt;/li&gt; &lt;li&gt;The endpoint will only return the first top most liquid pool for each token. The top pool is determined through a combination of two key factors: liquidity (&lt;code&gt;reserve_in_usd&lt;/code&gt;) and 24-Hour Trading Volume (&lt;code&gt;volume_usd&lt;/code&gt;).&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Market Cap can be verified by and sourced from CoinGecko, and the number may be higher than FDV as it may include Market Cap of tokens issued on other blockchain network.&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;Set &lt;code&gt;include_composition=true&lt;/code&gt; to surface the balance and liquidity value of the pool&#39;s base and quote tokens. (requires &lt;code&gt;include=top_pools&lt;/code&gt;)&lt;/li&gt; &lt;li&gt;For tokens on a bonding curve (i.e. non-graduated tokens from launchpads), the response will include a &lt;code&gt;launchpad_details&lt;/code&gt; object containing their graduation status and details.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 10 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Most Recently Updated Tokens List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/tokens-info-recent-updated&#34;&gt;https://docs.coingecko.com/reference/tokens-info-recent-updated&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /tokens/info_recently_updated This endpoint allows you to &lt;strong&gt;query 100 most recently updated tokens info of a specific network or across all networks on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may add values such as network in the include param to include network along with the updated tokens list. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 30 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Top Pools by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/top-pools-contract-address&#34;&gt;https://docs.coingecko.com/reference/top-pools-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/tokens/{token_address}/pools This endpoint allows you to &lt;strong&gt;query top pools based on the provided token contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The ranking of the top 20 pools is established by evaluating their liquidity and trading activity to identify the most liquid ones. This ranking is determined through a combination of two key factors: liquidity (&lt;code&gt;reserve_in_usd&lt;/code&gt;) and 24-Hour Trading Volume (&lt;code&gt;volume_usd&lt;/code&gt;).&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 30 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Top Pools by Dex&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/top-pools-dex&#34;&gt;https://docs.coingecko.com/reference/top-pools-dex&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/dexes/{dex}/pools This endpoint allows you to &lt;strong&gt;query all the top pools based on the provided network and decentralized exchange (DEX)&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show.&lt;/li&gt; &lt;li&gt;For more flexibility in retrieving an exact list of pools that match your specific needs, consider using the &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pools-megafilter&#34;&gt;/pools/megafilter&lt;/a&gt; endpoint. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 30 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com/base/uniswap-v3-base/pools?sort=-24h_transactions&#34;&gt;https://www.geckoterminal.com/base/uniswap-v3-base/pools?sort=-24h_transactions&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Top Pools by Network&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/top-pools-network&#34;&gt;https://docs.coingecko.com/reference/top-pools-network&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/pools This endpoint allows you to &lt;strong&gt;query all the top pools based on the provided network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show.&lt;/li&gt; &lt;li&gt;For more flexibility in retrieving an exact list of pools that match your specific needs, consider using the &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pools-megafilter&#34;&gt;/pools/megafilter&lt;/a&gt; endpoint. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 30 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com/solana/pools?sort=-24h_transactions&#34;&gt;https://www.geckoterminal.com/solana/pools?sort=-24h_transactions&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 Top Token Holders by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/top-token-holders-token-address&#34;&gt;https://docs.coingecko.com/reference/top-token-holders-token-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/tokens/{address}/top_holders This endpoint allows you to &lt;strong&gt;query top token holders based on the provided token contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The top holders data is currently in &lt;strong&gt;Beta&lt;/strong&gt;, with ongoing improvements to data quality, coverage, and update frequency.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Supported chains include&lt;/strong&gt;: Solana, EVM (Ethereum, Polygon, BNB, Arbitrum, Optimism, Base), Sui, TON, and Ronin.&lt;/li&gt; &lt;li&gt;Max &lt;code&gt;holders&lt;/code&gt; value: &lt;ul&gt; &lt;li&gt;Maximum 50 for non-Solana networks, 40 for Solana network.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;💼 Exclusive for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Trending Pools List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/trending-pools-list&#34;&gt;https://docs.coingecko.com/reference/trending-pools-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/trending_pools This endpoint allows you to &lt;strong&gt;query all the trending pools across all networks on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show.&lt;/li&gt; &lt;li&gt;For more flexibility in retrieving an exact list of pools that match your specific needs, consider using the &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pools-megafilter&#34;&gt;/pools/megafilter&lt;/a&gt; endpoint. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Trending rankings are determined by a combination of factors: &lt;ul&gt; &lt;li&gt;User engagement on geckoterminal.com&lt;/li&gt; &lt;li&gt;Market activity, such as trading volume and transactions&lt;/li&gt; &lt;li&gt;Pool security and credibility, including liquidity and honeypot checks&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 30 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com&#34;&gt;https://www.geckoterminal.com&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Trending Pools by Network&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/trending-pools-network&#34;&gt;https://docs.coingecko.com/reference/trending-pools-network&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /networks/{network}/trending_pools This endpoint allows you to &lt;strong&gt;query the trending pools based on the provided network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show.&lt;/li&gt; &lt;li&gt;For more flexibility in retrieving an exact list of pools that match your specific needs, consider using the &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/pools-megafilter&#34;&gt;/pools/megafilter&lt;/a&gt; endpoint. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Trending rankings are determined by a combination of factors: &lt;ul&gt; &lt;li&gt;User engagement on geckoterminal.com&lt;/li&gt; &lt;li&gt;Market activity, such as trading volume and transactions&lt;/li&gt; &lt;li&gt;Pool security and credibility, including liquidity and honeypot checks&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 30 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com/base/pools&#34;&gt;https://www.geckoterminal.com/base/pools&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Trending Search List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/trending-search&#34;&gt;https://docs.coingecko.com/reference/trending-search&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/coingecko-pro.json get /search/trending This endpoint allows you &lt;strong&gt;query trending search coins, NFTs and categories on CoinGecko in the last 24 hours&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The endpoint currently supports: &lt;ul&gt; &lt;li&gt;Top 15 trending coins (sorted by the most popular user searches).&lt;/li&gt; &lt;li&gt;Top 7 trending NFTs (sorted by the highest percentage change in floor prices).&lt;/li&gt; &lt;li&gt;Top 6 trending categories (sorted by the most popular user searches).&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid plan&lt;/a&gt; subscribers (Analyst plan &amp;amp; above) can use &lt;code&gt;show_max&lt;/code&gt; param to retrieve maximum 30 coins, 10 NFTs, and 10 categories.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 10 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;💼 Trending Search Pools&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/reference/trending-search-pools&#34;&gt;https://docs.coingecko.com/reference/trending-search-pools&lt;/a&gt;&lt;/p&gt; &lt;p&gt;reference/api-reference/onchain-pro.json get /pools/trending_search This endpoint allows you to &lt;strong&gt;query all the trending search pools across all networks on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;💼 Exclusive for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Asset Platforms List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/asset-platforms-list&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/asset-platforms-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /asset_platforms This endpoint allows you to &lt;strong&gt;query all the asset platforms on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of asset platforms for other endpoints that contain params like &lt;code&gt;id&lt;/code&gt; or&lt;code&gt;ids&lt;/code&gt;(asset platforms).&lt;/li&gt; &lt;li&gt;You may include NFT at the &lt;code&gt;filter&lt;/code&gt; params to get the list of NFT-support asset platforms on CoinGecko. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Authentication (Public/Demo)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/authentication&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/authentication&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Authentication method for CoinGecko Public API (Demo plan users)&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### &lt;strong&gt;Notes&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Demo API Key is only available for CoinGecko Public Demo API Plan, the root URL for CoinGecko Public Demo API must be &lt;code&gt;https://api.coingecko.com/api/v3/&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;⚠️ You are recommended to store the API key securely in your own backend and use a proxy to insert the key into the request URL.&lt;/li&gt; &lt;li&gt;The authentication method below is for CoinGecko Public Demo API only. For &lt;strong&gt;paid plan users with Pro-API key&lt;/strong&gt;, please refer to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/authentication&#34;&gt;this page&lt;/a&gt; instead.&lt;/li&gt; &lt;li&gt;User Guide: &lt;a href=&#34;https://support.coingecko.com/hc/en-us/articles/21880397454233&#34;&gt;How to sign up for CoinGecko Demo API and generate an API key?&lt;/a&gt;&lt;/li&gt; &lt;li&gt;It&#39;s highly recommended to use the &lt;strong&gt;Headers method&lt;/strong&gt; when making API requests for better security. Using query string parameters can risk exposing your API key. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;CoinGecko API Authentication Method&lt;/h2&gt; &lt;p&gt;If this is your first time using the Demo API key, you can supply API Key to the root URL using one of these ways:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Header (Recommended): &lt;code&gt;x-cg-demo-api-key&lt;/code&gt;&lt;/li&gt; &lt;li&gt;Query String Parameter: &lt;code&gt;x_cg_demo_api_key&lt;/code&gt;&lt;/li&gt; &lt;/ol&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Authentication Method&lt;/th&gt; &lt;th&gt;Example using &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/ping-server&#34;&gt;Ping&lt;/a&gt; Endpoint&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;Header (cURL)&lt;/td&gt; &lt;td&gt;&lt;code&gt;curl -X GET &amp;quot;https://api.coingecko.com/api/v3/ping&amp;quot; -H &amp;quot;x-cg-demo-api-key: YOUR_API_KEY&amp;quot;&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Query String Parameter&lt;/td&gt; &lt;td&gt;&lt;code&gt;https://api.coingecko.com/api/v3/ping?x_cg_demo_api_key=YOUR_API_KEY&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;API Key Usage Credits&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;Each request made to any endpoint counts as a single call (1 call = 1 credit).&lt;/li&gt; &lt;li&gt;Your monthly credit &amp;amp; rate limit are determined by the paid plan to which you subscribe. For more details, please refer to this &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;page&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;To check the API usage, please go to the &lt;a href=&#34;https://www.coingecko.com/en/developers/dashboard&#34;&gt;developer dashboard&lt;/a&gt; or follow the guide &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/setting-up-your-api-key#4-api-usage-report&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coins Categories List with Market Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/coins-categories&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/coins-categories&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/categories This endpoint allows you to &lt;strong&gt;query all the coins categories with market data (market cap, volume, ...) on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;CoinGecko Equivalent Page: &lt;a href=&#34;https://www.coingecko.com/en/categories&#34;&gt;https://www.coingecko.com/en/categories&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coins Categories List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/coins-categories-list&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/coins-categories-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/categories/list This endpoint allows you to &lt;strong&gt;query all the coins categories on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of categories for other endpoints that contain params like &lt;code&gt;category&lt;/code&gt;. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;CoinGecko Equivalent Page: &lt;a href=&#34;https://www.coingecko.com/en/categories&#34;&gt;https://www.coingecko.com/en/categories&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Data by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/coins-contract-address&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/coins-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/{id}/contract/{contract_address} This endpoint allows you to &lt;strong&gt;query all the metadata (image, websites, socials, description, contract address, etc.) and market data (price, ATH, exchange tickers, etc.) of a coin from the CoinGecko coin page based on an asset platform and a particular token contract address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Warning&gt; ### Notice&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Please note that the &lt;code&gt;twitter_followers&lt;/code&gt; data field will no longer be supported by our API starting on May 15, 2025. Please refer to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/changelog#upcoming-change-notice%3A-removal-of-twitter-followers-data&#34;&gt;changelog&lt;/a&gt; for more details. &lt;/Warning&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the asset platform and contract address via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;contract address&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint (&lt;code&gt;include platform = true&lt;/code&gt;). &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Coin descriptions may include newline characters represented as &lt;code&gt;\r\n&lt;/code&gt; (escape sequences), which may require processing for proper formatting.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/coins-id&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/coins-id&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/{id} This endpoint allows you to &lt;strong&gt;query all the metadata (image, websites, socials, description, contract address, etc.) and market data (price, ATH, exchange tickers, etc.) of a coin from the CoinGecko coin page based on a particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin &lt;code&gt;id&lt;/code&gt; (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &amp;quot;API ID&amp;quot;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to Google Sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;You may also flag to include more data such as tickers, market data, community data, developer data and sparkline.&lt;/li&gt; &lt;li&gt;You may refer to &lt;code&gt;last_updated&lt;/code&gt; in the endpoint response to check whether the price is stale. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Tickers are limited to 100 items, to get more tickers, please go to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-id-tickers&#34;&gt;/coins/{id}/tickers&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Coin descriptions may include newline characters represented as &lt;code&gt;\r\n&lt;/code&gt; (escape sequences), which may require processing for proper formatting.&lt;/li&gt; &lt;li&gt;When &lt;code&gt;dex_pair_format=symbol&lt;/code&gt;, the DEX pair &lt;code&gt;base&lt;/code&gt; and &lt;code&gt;target&lt;/code&gt; are displayed in symbol format (e.g. &lt;code&gt;WETH&lt;/code&gt;, &lt;code&gt;USDC&lt;/code&gt;) instead of as contract addresses.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: &lt;ul&gt; &lt;li&gt;Every 60 seconds for all the API plans.&lt;/li&gt; &lt;li&gt;Community data for Telegram will be updated on weekly basis (Reddit &amp;amp; Twitter community data are no longer supported). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Historical Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/coins-id-history&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/coins-id-history&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/{id}/history This endpoint allows you to &lt;strong&gt;query the historical data (price, market cap, 24hrs volume, ...) at a given date for a coin based on a particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to Google Sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The data returned is at &lt;code&gt;00:00:00 UTC&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35).&lt;/li&gt; &lt;li&gt;Access to historical data via the Public API (Demo plan) is &lt;strong&gt;restricted to the past 365 days&lt;/strong&gt; only. To access the complete range of historical data, please subscribe to one of our &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid plans&lt;/a&gt; to obtain a Pro-API key. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Historical Chart Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/coins-id-market-chart&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/coins-id-market-chart&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/{id}/market_chart This endpoint allows you to &lt;strong&gt;get the historical chart data of a coin including time in UNIX, price, market cap and 24hr volume based on particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to google sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;You may use tools like &lt;a href=&#34;https://www.epochconverter.com&#34;&gt;epoch converter &lt;/a&gt; to convert human readable date to UNIX timestamp. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may leave the interval as empty for automatic granularity: &lt;ul&gt; &lt;li&gt;1 day from current time = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;2 - 90 days from current time = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;above 90 days from current time = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: &lt;ul&gt; &lt;li&gt;Every 30 seconds for all the API plans (for last data point).&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) data is now available &lt;strong&gt;10 minutes after midnight&lt;/strong&gt; on the next UTC day (00:10).&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Access to historical data via the Public API (Demo plan) is &lt;strong&gt;restricted to the past 365 days&lt;/strong&gt; only. To access the complete range of historical data, please subscribe to one of our &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid plans&lt;/a&gt; to obtain a Pro-API key. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Historical Chart Data within Time Range by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/coins-id-market-chart-range&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/coins-id-market-chart-range&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/{id}/market_chart/range This endpoint allows you to &lt;strong&gt;get the historical chart data of a coin within certain time range in UNIX along with price, market cap and 24hr volume based on particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to google sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may leave the interval params as empty for automatic granularity: &lt;ul&gt; &lt;li&gt;1 day from current time = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;1 day from any time (except current time) = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;2 - 90 days from any time = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;above 90 days from any time = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency:\ Based on days range (all the API plans) &lt;ul&gt; &lt;li&gt;1 day = 30 seconds cache&lt;/li&gt; &lt;li&gt;2 -90 days = 30 minutes cache&lt;/li&gt; &lt;li&gt;90 days = 12 hours cache&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35). The cache will always expire at 00:40 UTC.&lt;/li&gt; &lt;li&gt;Access to historical data via the Public API (Demo plan) is &lt;strong&gt;restricted to the past 365 days&lt;/strong&gt; only. To access the complete range of historical data, please subscribe to one of our &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid plans&lt;/a&gt; to obtain a Pro-API key. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin OHLC Chart by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/coins-id-ohlc&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/coins-id-ohlc&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/{id}/ohlc This endpoint allows you to &lt;strong&gt;get the OHLC chart (Open, High, Low, Close) of a coin based on particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to google sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For historical chart data with better granularity, you may consider using &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-id-market-chart&#34;&gt;/coins/{id}/market_chart&lt;/a&gt; endpoint. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The timestamp displayed in the payload (response) indicates the end (or close) time of the OHLC data.&lt;/li&gt; &lt;li&gt;Data granularity (candle&#39;s body) is automatic: &lt;ul&gt; &lt;li&gt;1 - 2 days: 30 minutes&lt;/li&gt; &lt;li&gt;3 - 30 days: 4 hours&lt;/li&gt; &lt;li&gt;31 days and beyond: 4 days&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: &lt;ul&gt; &lt;li&gt;Every 15 minutes for all the API plans.&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35).&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Access to historical data via the Public API (Demo plan) is &lt;strong&gt;restricted to the past 365 days&lt;/strong&gt; only. To access the complete range of historical data, please subscribe to one of our &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid plans&lt;/a&gt; to obtain a Pro-API key. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Tickers by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/coins-id-tickers&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/coins-id-tickers&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/{id}/tickers This endpoint allows you to &lt;strong&gt;query the coin tickers on both centralized exchange (CEX) and decentralized exchange (DEX) based on a particular coin ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to google sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;You may specify the &lt;code&gt;exchange_ids&lt;/code&gt; if you want to retrieve tickers for specific exchange only.&lt;/li&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show.&lt;/li&gt; &lt;li&gt;You may also flag to include more data such as exchange logo and depth. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The tickers are paginated to 100 items.&lt;/li&gt; &lt;li&gt;When &lt;code&gt;dex_pair_format=symbol&lt;/code&gt;, the DEX pair &lt;code&gt;base&lt;/code&gt; and &lt;code&gt;target&lt;/code&gt; are displayed in symbol format (e.g. &lt;code&gt;WETH&lt;/code&gt;, &lt;code&gt;USDC&lt;/code&gt;) instead of as contract addresses.&lt;/li&gt; &lt;li&gt;When order is sorted by &lt;code&gt;volume&lt;/code&gt;, &lt;strong&gt;&lt;em&gt;converted_volume&lt;/em&gt;&lt;/strong&gt; will be used instead of &lt;strong&gt;&lt;em&gt;volume&lt;/em&gt;&lt;/strong&gt;.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 2 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coins List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/coins-list&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/coins-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/list This endpoint allows you to &lt;strong&gt;query all the supported coins on CoinGecko with coins ID, name and symbol&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of coins with coin ID for other endpoints that contain params like &lt;code&gt;id&lt;/code&gt; or &lt;code&gt;ids&lt;/code&gt; (coin ID). &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;There is no pagination required for this endpoint.&lt;/li&gt; &lt;li&gt;Access to inactive coins via the Public API (Demo plan) is restricted. To access them, please subscribe to one of our paid plans to obtain a Pro-API key.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: &lt;ul&gt; &lt;li&gt;Every 30 minutes for Public API.&lt;/li&gt; &lt;li&gt;Every 5 minutes for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coins List with Market Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/coins-markets&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/coins-markets&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/markets This endpoint allows you to &lt;strong&gt;query all the supported coins with price, market cap, volume and market related data&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You can retrieve specific coins using their unique &lt;code&gt;ids&lt;/code&gt;, &lt;code&gt;names&lt;/code&gt;, or &lt;code&gt;symbols&lt;/code&gt; instead of returning the whole list.&lt;/li&gt; &lt;li&gt;To filter results based on the coin&#39;s category, use the &lt;code&gt;category&lt;/code&gt; param (refer to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-categories-list&#34;&gt;&lt;code&gt;/coins/categories/list&lt;/code&gt;&lt;/a&gt; for available categories).&lt;/li&gt; &lt;li&gt;Use the &lt;code&gt;per_page&lt;/code&gt; and &lt;code&gt;page&lt;/code&gt; params to manage the number of results you receive and navigate through the data. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;When multiple lookup params are provided, the following priority order is applied: &lt;code&gt;category&lt;/code&gt; (highest) &amp;gt; &lt;code&gt;ids&lt;/code&gt; &amp;gt; &lt;code&gt;names&lt;/code&gt; &amp;gt; &lt;code&gt;symbols&lt;/code&gt; (lowest).&lt;/li&gt; &lt;li&gt;When searching by &lt;code&gt;name&lt;/code&gt;, you need to URL-encode any spaces (e.g. &amp;quot;Binance Coin&amp;quot; becomes &amp;quot;Binance%20Coin&amp;quot;).&lt;/li&gt; &lt;li&gt;The &lt;code&gt;include_tokens=all&lt;/code&gt; param is exclusively for use with the &lt;code&gt;symbols&lt;/code&gt; lookup and is limited to maximum of 50 symbols per request.&lt;/li&gt; &lt;li&gt;Wildcard searches are not supported for lookup params (&lt;code&gt;ids&lt;/code&gt;, &lt;code&gt;names&lt;/code&gt;, &lt;code&gt;symbols&lt;/code&gt;).&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: &lt;ul&gt; &lt;li&gt;Every 60 seconds for Public API.&lt;/li&gt; &lt;li&gt;Every 45 seconds for Pro API (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Crypto Treasury Holdings by Coin ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/companies-public-treasury&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/companies-public-treasury&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /{entity}/public_treasury/{coin_id} This endpoint allows you &lt;strong&gt;query public companies &amp;amp; governments&#39; cryptocurrency holdings&lt;/strong&gt; by Coin ID&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The responses are sorted in descending order based on total holdings.&lt;/li&gt; &lt;li&gt;CoinGecko equivalent page: &lt;a href=&#34;https://www.coingecko.com/en/treasuries/bitcoin&#34;&gt;https://www.coingecko.com/en/treasuries/bitcoin&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Historical Chart Data by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/contract-address-market-chart&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/contract-address-market-chart&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/{id}/contract/{contract_address}/market_chart This endpoint allows you to &lt;strong&gt;get the historical chart data including time in UNIX, price, market cap and 24hr volume based on asset platform and particular token contract address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the asset platform and contract address via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;contract address&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint (&lt;code&gt;include platform = true&lt;/code&gt;). &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may leave the interval as empty for automatic granularity: &lt;ul&gt; &lt;li&gt;1 day from current time = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;2 - 90 days from current time = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;above 90 days from current time = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: &lt;ul&gt; &lt;li&gt;Every 5 minutes for all the API plans.&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35). The cache will always expire at 00:40 UTC.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Access to historical data via the Public API (Demo plan) is &lt;strong&gt;restricted to the past 365 days&lt;/strong&gt; only. To access the complete range of historical data, please subscribe to one of our &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid plans&lt;/a&gt; to obtain a Pro-API key. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Historical Chart Data within Time Range by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/contract-address-market-chart-range&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/contract-address-market-chart-range&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /coins/{id}/contract/{contract_address}/market_chart/range This endpoint allows you to &lt;strong&gt;get the historical chart data within certain time range in UNIX along with price, market cap and 24hr volume based on asset platform and particular token contract address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the asset platform and contract address via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;contract address&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint (&lt;code&gt;include platform = true&lt;/code&gt;). &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may leave the interval params as empty for automatic granularity: &lt;ul&gt; &lt;li&gt;1 day from current time = &lt;strong&gt;5-minutely&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;1 day from any time (except current time) = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;2 - 90 days from any time = &lt;strong&gt;hourly&lt;/strong&gt; data&lt;/li&gt; &lt;li&gt;above 90 days from any time = &lt;strong&gt;daily&lt;/strong&gt; data (00:00 UTC)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency:\ Based on days range (all the API plans) &lt;ul&gt; &lt;li&gt;1 day = 30 seconds cache&lt;/li&gt; &lt;li&gt;2 -90 days = 30 minutes cache&lt;/li&gt; &lt;li&gt;90 days = 12 hours cache&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35). The cache will always expire at 00:40 UTC.&lt;/li&gt; &lt;li&gt;Access to historical data via the Public API (Demo plan) is &lt;strong&gt;restricted to the past 365 days&lt;/strong&gt; only. To access the complete range of historical data, please subscribe to one of our &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid plans&lt;/a&gt; to obtain a Pro-API key. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Crypto Global Market Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/crypto-global&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/crypto-global&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /global This endpoint allows you &lt;strong&gt;query cryptocurrency global data including active cryptocurrencies, markets, total crypto market cap and etc&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 10 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Derivatives Exchanges List with Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/derivatives-exchanges&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/derivatives-exchanges&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /derivatives/exchanges This endpoint allows you to &lt;strong&gt;query all the derivatives exchanges with related data (ID, name, open interest, ...) on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;per_page&lt;/code&gt; and &lt;code&gt;page&lt;/code&gt; to specify how many results you would like to show in the responses per page and which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Derivatives Exchange Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/derivatives-exchanges-id&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/derivatives-exchanges-id&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /derivatives/exchanges/{id} This endpoint allows you to &lt;strong&gt;query the derivatives exchange&#39;s related data (ID, name, open interest, ...) based on the exchanges&#39; ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;For &lt;code&gt;include_tickers&lt;/code&gt; param, you may change the value to either &lt;code&gt;all&lt;/code&gt; to include all the tickers or &lt;code&gt;unexpired&lt;/code&gt; to include unexpired tickers in the responses. You may leave it blank to omit the tickers data. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 30 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Derivatives Exchanges List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/derivatives-exchanges-list&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/derivatives-exchanges-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /derivatives/exchanges/list This endpoint allows you to &lt;strong&gt;query all the derivatives exchanges with ID and name on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of exchanges for other endpoints that contain params like &lt;code&gt;id&lt;/code&gt; (derivatives exchange&#39;s ID) &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Derivatives Tickers List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/derivatives-tickers&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/derivatives-tickers&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /derivatives This endpoint allows you to &lt;strong&gt;query all the tickers from derivatives exchanges on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Data for &lt;code&gt;open_interest&lt;/code&gt; and &lt;code&gt;volume_24h&lt;/code&gt; in the endpoint responses are in USD.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 30 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Supported Dexes List by Network (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/dexes-list&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/dexes-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/dexes This endpoint allows you to &lt;strong&gt;query all the supported decentralized exchanges (DEXs) based on the provided network on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of DEXs with DEX ID for other endpoints that contain params like &lt;code&gt;dex&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Endpoint Overview&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/endpoint-overview&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/endpoint-overview&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Notes&lt;/p&gt; &lt;p&gt;Any exclusive endpoints for Pro-API users (any paid plan subscribers) will not be included here.&lt;/p&gt; &lt;p&gt;For a full list of endpoints, please visit &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/endpoint-overview&#34;&gt;Pro API Documentation&lt;/a&gt; instead. &lt;/Note&gt;&lt;/p&gt; &lt;h2&gt;CoinGecko Endpoints: Coins&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/ping-server&#34;&gt;/ping&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Check the API server status&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/simple-price&#34;&gt;/simple/price&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the prices of one or more coins by using their unique Coin API IDs&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/simple-token-price&#34;&gt;/simple/token_price/{id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the prices of one or more coins by using their unique Coin API IDs&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/simple-supported-currencies&#34;&gt;/simple/supported_vs_currencies&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported currencies on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;/coins/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported coins on CoinGecko with coins ID, name and symbol&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-markets&#34;&gt;/coins/markets&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported coins with price, market cap, volume and market related data&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-id&#34;&gt;/coins/{id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the metadata (image, websites, socials, description, contract address, etc.) from the CoinGecko coin page based on a particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-id-tickers&#34;&gt;/coins/{id}/tickers&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the coin tickers on both centralized exchange (CEX) and decentralized exchange (DEX) based on a particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-id-history&#34;&gt;/coins/{id}/history&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the historical data (price, market cap, 24hr volume, ...) at a given date for a coin based on a particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-id-market-chart&#34;&gt;/coins/{id}/market_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the historical chart data of a coin including time in UNIX, price, market cap and 24hr volume based on particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-id-market-chart-range&#34;&gt;/coins/{id}/market_chart/range&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the historical chart data of a coin within certain time range in UNIX along with price, market cap and 24hr volume based on particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-id-ohlc&#34;&gt;/coins-id-ohlc&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the OHLC chart (Open, High, Low, Close) of a coin based on particular coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-contract-address&#34;&gt;/coins/../contract/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the metadata (image, websites, socials, description, contract address, etc.) from the CoinGecko coin page based on an asset platform and a particular token contract address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/contract-address-market-chart&#34;&gt;/coins/../contract/../market_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the historical chart data including time in UNIX, price, market cap and 24hr volume based on asset platform and particular token contract address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/contract-address-market-chart-range&#34;&gt;/coins/../contract/../market_chart/range&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the historical chart data within certain time range in UNIX along with price, market cap and 24hr volume based on asset platform and particular token contract address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-categories-list&#34;&gt;/coins/categories/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the coins categories on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-categories&#34;&gt;/coins/categories&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the coins categories with market data (market cap, volume, ...) on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;CoinGecko Endpoints: NFT&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/nfts-list&#34;&gt;/nfts/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all supported NFTs with ID, contract address, name, asset platform ID and symbol on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/nfts-id&#34;&gt;/nfts/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the NFT data (name, floor price, 24hr volume, ...) based on the NFT collection ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/nfts-contract-address&#34;&gt;/nfts/../contract/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the NFT data (name, floor price, 24hr volume, ...) based on the NFT collection contract address and respective asset platform&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;CoinGecko Endpoints: Exchanges &amp;amp; Derivatives&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/exchanges&#34;&gt;/exchanges&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported exchanges with exchanges&#39; data (ID, name, country, ...) that have active trading volumes on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/exchanges-list&#34;&gt;/exchanges/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the exchanges with ID and name&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/exchanges-id&#34;&gt;/exchanges/{id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query exchange&#39;s data (name, year established, country, ...), exchange volume in BTC and tickers based on exchange&#39;s ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/exchanges-id-tickers&#34;&gt;/exchanges/{id}/tickers&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query exchange&#39;s tickers based on exchange&#39;s ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/exchanges-id-volume-chart&#34;&gt;/exchanges/{id}/volume_chart&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange&#39;s ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/derivatives-tickers&#34;&gt;/derivatives&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the tickers from derivatives exchanges on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/derivatives-exchanges&#34;&gt;/derivatives/exchanges&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the derivatives exchanges with related data (ID, name, open interest, ...) on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/derivatives-exchanges-id&#34;&gt;/derivatives/exchanges/{id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the derivatives exchange&#39;s related data (ID, name, open interest, ...) based on the exchanges&#39; ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/derivatives-exchanges-list&#34;&gt;/derivatives/exchanges/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the derivatives exchanges with ID and name on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;CoinGecko Endpoints: Public Treasuries&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/companies-public-treasury&#34;&gt;/{entity}/public_treasury/{coin_id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query public companies &amp;amp; governments&#39; cryptocurrency holdings by coin ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/public-treasury-entity&#34;&gt;/public_treasury/{entity_id}&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query public companies &amp;amp; governments&#39; cryptocurrency holdings by entity ID&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/entities-list&#34;&gt;/entities/list&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported entities on CoinGecko with entities ID, name, symbol, and country&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;CoinGecko Endpoints: General&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/exchange-rates&#34;&gt;/exchange_rates&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query BTC exchange rates with other currencies&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/asset-platforms-list&#34;&gt;/asset_platforms&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the asset platforms (blockchain networks) on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/token-lists&#34;&gt;/token_lists/{asset_platform_id}/all.json&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get full list of tokens of a blockchain network (asset platform) that is supported by Ethereum token list standard&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/search-data&#34;&gt;/search&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Search for coins, categories and markets listed on CoinGecko&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/trending-search&#34;&gt;/search/trending&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query trending search coins, NFTs and categories on CoinGecko in the last 24 hours&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/crypto-global&#34;&gt;/global&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query cryptocurrency global data including active cryptocurrencies, markets, total crypto market cap and etc.&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/global-defi&#34;&gt;/global/decentralized_finance_defi&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query cryptocurrency global decentralized finance (DeFi) data including DeFi market cap, trading volume&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;h2&gt;Onchain DEX Endpoints (GeckoTerminal)&lt;/h2&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Endpoint&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/onchain-simple-price&#34;&gt;/onchain/simple/networks/../token_price/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get token price based on the provided token contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/networks-list&#34;&gt;/onchain/networks&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported networks on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/dexes-list&#34;&gt;/onchain/networks/../dexes&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the supported decentralized exchanges (DEXs) based on the provided network on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/trending-pools-list&#34;&gt;/onchain/networks/trending_pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the trending pools across all networks on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/trending-pools-network&#34;&gt;/onchain/networks/../trending_pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the trending pools based on the provided network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/pool-address&#34;&gt;/onchain/networks/../pools/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the specific pool based on the provided network and pool address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/pools-addresses&#34;&gt;/onchain/networks/../pools/multi/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query multiple pools based on the provided network and pool address&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/top-pools-network&#34;&gt;/onchain/networks/../pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the top pools based on the provided network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/top-pools-dex&#34;&gt;/onchain/networks/../dexes/../pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the top pools based on the provided network and decentralized exchange (DEX)&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/latest-pools-network&#34;&gt;/onchain/networks/../new_pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the latest pools based on provided network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/latest-pools-list&#34;&gt;/onchain/networks/new_pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query all the latest pools across all networks on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/search-pools&#34;&gt;/onchain/search/pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Search for pools on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/top-pools-contract-address&#34;&gt;/onchain/networks/../tokens/../pools&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query top pools based on the provided token contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/token-data-contract-address&#34;&gt;/onchain/networks/../tokens/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query specific token data based on the provided token contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/tokens-data-contract-addresses&#34;&gt;/onchain/networks/../tokens/multi/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query multiple tokens data based on the provided token contract addresses on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/token-info-contract-address&#34;&gt;/onchain/networks/../tokens/../info&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query token metadata (name, symbol, CoinGecko ID, image, socials, websites, description, etc.) based on a provided token contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/pool-token-info-contract-address&#34;&gt;/onchain/networks/../pools/../info&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query pool metadata (base and quote token details, image, socials, websites, description, contract address, etc.) based on a provided pool contract address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/tokens-info-recent-updated&#34;&gt;/onchain/tokens/info_recently_updated&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query 100 most recently updated tokens info across all networks on GeckoTerminal&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/pool-ohlcv-contract-address&#34;&gt;/onchain/networks/../pools/../ohlcv/..&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Get the OHLCV chart (Open, High, Low, Close, Volume) of a pool based on the provided pool address on a network&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/pool-trades-contract-address&#34;&gt;/onchain/networks/../pools/../trades&lt;/a&gt;&lt;/td&gt; &lt;td&gt;Query the last 300 trades in the past 24 hours based on the provided pool address&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;⚡️ Need Real-time Data Streams? Try &lt;a href=&#34;https://docs.coingecko.com/websocket&#34;&gt;WebSocket API&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&#34;/websocket&#34;&gt; &lt;Frame&gt;&lt;/p&gt; &lt;pre&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/2c88f667113256b6285720c468fb53a1"><code>2c88f66711</code></a>&amp;quot; noZoom data-og-width=&amp;quot;2400&amp;quot; width=&amp;quot;2400&amp;quot; data-og-height=&amp;quot;470&amp;quot; height=&amp;quot;470&amp;quot; data-path=&amp;quot;images/wss-banner-2.png&amp;quot; data-optimize=&amp;quot;true&amp;quot; data-opv=&amp;quot;3&amp;quot; srcset=&amp;quot;https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=280&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/d2eafb93fcd670d5df221d617fd6f6a7"><code>d2eafb93fc</code></a> 280w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=560&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/24f635622a42c0ae03695cc940112699"><code>24f635622a</code></a> 560w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=840&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/82ef1c05b6f45d6d8ec0bcef0f19d49a"><code>82ef1c05b6</code></a> 840w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=1100&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/b119e8746bb1a78b759e6d94d96b7c8b"><code>b119e8746b</code></a> 1100w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=1650&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/95797e7366c7f280e3e4b570b6db2b49"><code>95797e7366</code></a> 1650w, https://mintcdn.com/coingecko/VlaOc2UnIs8mj72v/images/wss-banner-2.png?w=2500&amp;amp;fit=max&amp;amp;auto=format&amp;amp;n=VlaOc2UnIs8mj72v&amp;amp;q=85&amp;amp;s=<a href="/ka-cn/vibe-coding-cn/commit/2f120e8a31b5793213494d4ae2d46fb3"><code>2f120e8a31</code></a> 2500w&amp;quot; /&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/Frame&gt; &lt;/a&gt;&lt;/p&gt; &lt;p&gt;With WebSocket, you can now stream ultra-low latency, real-time prices, trades, and OHLCV chart data. &lt;br /&gt; Subscribe to our &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid API plan&lt;/a&gt; (Analyst plan &amp;amp; above) to access WebSocket and REST API data delivery methods.&lt;/p&gt; &lt;h1&gt;Entities List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/entities-list&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/entities-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /entities/list This endpoint allows you to &lt;strong&gt;query all the supported entities on CoinGecko with entities ID, name, symbol, and country&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;BTC-to-Currency Exchange Rates&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/exchange-rates&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/exchange-rates&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /exchange_rates This endpoint allows you to &lt;strong&gt;query BTC exchange rates with other currencies&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to convert the response data, which is originally in BTC, to other currencies. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Exchanges List with data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/exchanges&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/exchanges&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /exchanges This endpoint allows you to &lt;strong&gt;query all the supported exchanges with exchanges&#39; data (ID, name, country, ...) that have active trading volumes on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;per_page&lt;/code&gt; and &lt;code&gt;page&lt;/code&gt; to specify how many results you would like to show in the responses per page and which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;All the exchanges in the responses are the exchanges with active trading volume on CoinGecko, any inactive or deactivated exchanges will be removed from the list.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Exchange Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/exchanges-id&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/exchanges-id&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /exchanges/{id} This endpoint allows you to &lt;strong&gt;query exchange&#39;s data (name, year established, country, ...), exchange volume in BTC and top 100 tickers based on exchange&#39;s ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Warning&gt; ### Notice&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Please note that the &lt;code&gt;trade_volume_24h_btc_normalized&lt;/code&gt; data field will no longer be supported by our API starting on June 15, 2025. Please refer to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/changelog#may-2025&#34;&gt;changelog&lt;/a&gt; for more details. &lt;/Warning&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The exchange volume in the response is provided in BTC. To convert it to other currencies, please use &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/exchange-rates&#34;&gt;/exchange_rates&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;For derivatives (e.g. bitmex, binance_futures), to get derivatives exchanges data, please go to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/derivatives-exchanges-id&#34;&gt;/derivatives/exchange/{id}&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;Tickers are limited to 100 items, to get more tickers, please go to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/exchanges-id-tickers&#34;&gt;/exchanges/{id}/tickers&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;When &lt;code&gt;dex_pair_format=symbol&lt;/code&gt;, the DEX pair &lt;code&gt;base&lt;/code&gt; and &lt;code&gt;target&lt;/code&gt; are displayed in symbol format (e.g. &lt;code&gt;WETH&lt;/code&gt;, &lt;code&gt;USDC&lt;/code&gt;) instead of as contract addresses.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Exchange Tickers by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/exchanges-id-tickers&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/exchanges-id-tickers&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /exchanges/{id}/tickers This endpoint allows you to &lt;strong&gt;query exchange&#39;s tickers based on exchange&#39;s ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Responses are paginated and limited to 100 tickers per page. You may specify the page number using the &lt;code&gt;page&lt;/code&gt; params to retrieve the tickers accordingly.&lt;/li&gt; &lt;li&gt;&lt;code&gt;order=base_target&lt;/code&gt; sorts tickers by &lt;code&gt;base&lt;/code&gt; symbol, then &lt;code&gt;target&lt;/code&gt; symbol, in lexicographical order (&lt;code&gt;0 -&amp;gt; 9&lt;/code&gt;, followed by &lt;code&gt;a -&amp;gt; z&lt;/code&gt;).\ This sorting method ensures stable pagination results, minimizing cases where cached responses might otherwise cause duplicate or missing tickers across paginated pages.&lt;/li&gt; &lt;li&gt;When &lt;code&gt;dex_pair_format=symbol&lt;/code&gt;, the DEX pair &lt;code&gt;base&lt;/code&gt; and &lt;code&gt;target&lt;/code&gt; are displayed in symbol format (e.g. &lt;code&gt;WETH&lt;/code&gt;, &lt;code&gt;USDC&lt;/code&gt;) instead of as contract addresses.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Exchange Volume Chart by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/exchanges-id-volume-chart&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/exchanges-id-volume-chart&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /exchanges/{id}/volume_chart This endpoint allows you to &lt;strong&gt;query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange&#39;s ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You can use this endpoint to query the historical volume chart data of &lt;strong&gt;derivatives exchanges&lt;/strong&gt; as well.&lt;/li&gt; &lt;li&gt;The exchange volume in the response is provided in BTC. To convert it to other currencies, please use &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/exchange-rates&#34;&gt;/exchange_rates&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;Data granularity is automatic (cannot be adjusted): &lt;ul&gt; &lt;li&gt;1 day = 10-minutely&lt;/li&gt; &lt;li&gt;7, 14 days = hourly&lt;/li&gt; &lt;li&gt;30 days &amp;amp; above = daily&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Exchanges List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/exchanges-list&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/exchanges-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /exchanges/list This endpoint allows you to &lt;strong&gt;query all the exchanges with ID and name&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of exchanges including &lt;strong&gt;derivatives exchanges&lt;/strong&gt; for other endpoints that contain params like &lt;code&gt;id&lt;/code&gt;(exchange ID). &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;There is no pagination required for this endpoint.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Global DeFi Market Data&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/global-defi&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/global-defi&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /global/decentralized_finance_defi This endpoint allows you &lt;strong&gt;query top 100 cryptocurrency global decentralized finance (DeFi) data including DeFi market cap, trading volume&lt;/strong&gt;&lt;/p&gt; &lt;h1&gt;New Pools List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/latest-pools-list&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/latest-pools-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/new_pools This endpoint allows you to &lt;strong&gt;query all the latest pools across all networks on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com/explore/new-crypto-pools&#34;&gt;https://www.geckoterminal.com/explore/new-crypto-pools&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;New Pools by Network&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/latest-pools-network&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/latest-pools-network&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/new_pools This endpoint allows you to &lt;strong&gt;query all the latest pools based on provided network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;This endpoint includes the newly created pools in the past 48 hours.&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com/explore/new-crypto-pools/solana&#34;&gt;https://www.geckoterminal.com/explore/new-crypto-pools/solana&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Supported Networks List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/networks-list&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/networks-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks This endpoint allows you to &lt;strong&gt;query all the supported networks on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of networks with network ID for other endpoints that contain params like &lt;code&gt;network&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;NFTs Collection Data by Contract Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/nfts-contract-address&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/nfts-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /nfts/{asset_platform_id}/contract/{contract_address} This endpoint allows you to &lt;strong&gt;query all the NFT data (name, floor price, 24hr volume ...) based on the NFT collection contract address and respective asset platform&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may also obtain the asset platform id and contract address through &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/nfts-list&#34;&gt;/nfts/list&lt;/a&gt; endpoint. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Solana NFT &amp;amp; Art Blocks are not supported for this endpoint, please use &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/nfts-id&#34;&gt;/nfts/{id}&lt;/a&gt; endpoint instead.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;NFTs Collection Data by ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/nfts-id&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/nfts-id&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /nfts/{id} This endpoint allows you to &lt;strong&gt;query all the NFT data (name, floor price, 24hr volume ...) based on the NFT collection ID&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache / Update Frequency: every 60 seconds for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;NFTs List (ID Map)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/nfts-list&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/nfts-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /nfts/list This endpoint allows you to &lt;strong&gt;query all supported NFTs with ID, contract address, name, asset platform ID and symbol on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of NFTs for other endpoints that contain params like &lt;code&gt;id&lt;/code&gt; (NFT collection&#39;s id) as well as &lt;code&gt;asset_platform_id&lt;/code&gt; and &lt;code&gt;contract_address&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;You may include values such as &lt;code&gt;per_page&lt;/code&gt; and &lt;code&gt;page&lt;/code&gt; to specify how many results you would like to show in the responses per page and which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The responses are paginated to 100 items.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Token Price by Token Addresses&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/onchain-simple-price&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/onchain-simple-price&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /simple/networks/{network}/token_price/{addresses} This endpoint allows you to &lt;strong&gt;get token price based on the provided token contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV). &lt;ul&gt; &lt;li&gt;If you require &lt;code&gt;market_cap_usd&lt;/code&gt; to return FDV value (as seen in &lt;a href=&#34;https://www.geckoterminal.com/&#34;&gt;GeckoTerminal.com&lt;/a&gt;) when market cap data is unavailable, please specify this parameter &lt;code&gt;mcap_fdv_fallback=true&lt;/code&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;The returned price currency is in USD.&lt;/li&gt; &lt;li&gt;Addresses not found in GeckoTerminal will be ignored.&lt;/li&gt; &lt;li&gt;This endpoint allows querying &lt;strong&gt;up to 30 contract addresses&lt;/strong&gt; per request.&lt;/li&gt; &lt;li&gt;When using this endpoint, GeckoTerminal&#39;s routing decides the best pool for token price. The price source may change based on liquidity and pool activity. For full control over the price, you may use &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/pool-address&#34;&gt;&lt;code&gt;/networks/{network}/pools/{address}&lt;/code&gt;&lt;/a&gt; endpoint by providing a specific pool address.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Check API server status&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/ping-server&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/ping-server&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /ping This endpoint allows you to &lt;strong&gt;check the API server status&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You can also go to &lt;a href=&#34;https://status.coingecko.com/&#34;&gt;status.coingecko.com&lt;/a&gt; to check the API server status and further maintenance notices. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Specific Pool Data by Pool Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/pool-address&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/pool-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/pools/{address} This endpoint allows you to &lt;strong&gt;query the specific pool based on the provided network and pool address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Address not found in GeckoTerminal will be ignored.&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Market Cap can be verified by and sourced from CoinGecko, and the number may be higher than FDV as it may include Market Cap of tokens issued on other blockchain network.&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;&lt;code&gt;locked_liquidity_percentage&lt;/code&gt; will be updated on daily basis.&lt;/li&gt; &lt;li&gt;Set &lt;code&gt;include_composition=true&lt;/code&gt; to surface the balance and liquidity value of the pool&#39;s base and quote tokens.&lt;/li&gt; &lt;li&gt;Pools on a bonding curve (e.g. non-graduated pools from launchpads) will return &lt;code&gt;launchpad_details&lt;/code&gt; object with their graduation status and migration details.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Pool OHLCV chart by Pool Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/pool-ohlcv-contract-address&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/pool-ohlcv-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/pools/{pool_address}/ohlcv/{timeframe} This endpoint allows you to &lt;strong&gt;get the OHLCV chart (Open, High, Low, Close, Volume) of a pool based on the provided pool address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the historical price and volume of a token.&lt;/li&gt; &lt;li&gt;You may select the timeframe with its respective aggregate to get the intended OHLCV data (e.g. &lt;code&gt;minute?aggregate=15&lt;/code&gt; for 15 minutes OHLCV). &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;This endpoint uses epoch/unix format for its timestamp. Example: &lt;code&gt;1708850449&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;&lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid plan&lt;/a&gt; subscribers (Analyst plan &amp;amp; above) can access data from &lt;strong&gt;September 2021 to the present&lt;/strong&gt;, depending on when the pool started tracking on GeckoTerminal. &lt;ul&gt; &lt;li&gt;If no earlier data is available, an empty response will be returned.&lt;/li&gt; &lt;li&gt;Each API call can only retrieve data for a &lt;strong&gt;maximum range of 6 months&lt;/strong&gt;. To fetch older data, use the &lt;code&gt;before_timestamp&lt;/code&gt; parameter to query in multiple requests.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Pools with more than 2 tokens are not yet supported for this endpoint.&lt;/li&gt; &lt;li&gt;Each OHLCV array (under &amp;quot;ohlcv_list&amp;quot;) consists of 6 elements in the following order: &lt;ul&gt; &lt;li&gt;Timestamp: The epoch/unix timestamp representing the start of the time interval.&lt;/li&gt; &lt;li&gt;Open: The opening price of the asset at the beginning of the interval.&lt;/li&gt; &lt;li&gt;High: The highest price reached during the interval.&lt;/li&gt; &lt;li&gt;Low: The lowest price reached during the interval.&lt;/li&gt; &lt;li&gt;Close: The price of the asset at the end of the interval.&lt;/li&gt; &lt;li&gt;Volume: The total trading volume of the asset during the interval.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Skipped Intervals&lt;/strong&gt;: To ensure concise and relevant data, specific timeframe intervals (e.g. minutely) with no recorded swaps are &lt;strong&gt;excluded&lt;/strong&gt; from the response. &lt;ul&gt; &lt;li&gt;Higher granularity timeframes (e.g. 1 minute) are more likely to skip intervals due to periods of inactivity, while lower granularity timeframes (e.g. daily) are less affected.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For &lt;code&gt;include_empty_intervals&lt;/code&gt; param: &lt;ul&gt; &lt;li&gt;When &lt;code&gt;false&lt;/code&gt; (default): Only intervals with trade data are returned.&lt;/li&gt; &lt;li&gt;When &lt;code&gt;true&lt;/code&gt;: All requested intervals are returned, those with no trade data are populated as follows: &lt;ul&gt; &lt;li&gt;OHLC (Open, High, Low, Close) are all set to the Close price of the previous interval.&lt;/li&gt; &lt;li&gt;&lt;em&gt;O = H = L = C = previous Close&lt;/em&gt;&lt;/li&gt; &lt;li&gt;Volume (V) is set to 0, reflecting no trade activity.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Pool Tokens Info by Pool Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/pool-token-info-contract-address&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/pool-token-info-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/pools/{pool_address}/info This endpoint allows you to &lt;strong&gt;query pool metadata (base and quote token details, image, socials, websites, description, contract address, etc.) based on a provided pool contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If you would like to query pool data such as price, transactions, volume and etc. You can go to this endpoint &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/pool-address&#34;&gt;&lt;code&gt;/networks/{network}/pools/{address}&lt;/code&gt;&lt;/a&gt; instead.&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;Learn more about GT score &lt;a href=&#34;https://support.coingecko.com/hc/en-us/articles/38381394237593-What-is-GT-Score-How-is-GT-Score-calculated&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Metadata (image, websites, description, socials) may be sourced on-chain and is not vetted by the CoinGecko team. If you wish to get metadata reviewed by CoinGecko team, you may use the following endpoints: &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-id&#34;&gt;Coin Data by ID&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-contract-address&#34;&gt;Coin Data by Token Address&lt;/a&gt; &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;holders&lt;/code&gt; data is currently in Beta, with ongoing improvements to data quality, coverage, and update frequency. &lt;ul&gt; &lt;li&gt;Supported chains include: Solana, EVM (Ethereum, Polygon, BNB, Arbitrum, Optimism, Base), Sui, TON, and Ronin.&lt;/li&gt; &lt;li&gt;&lt;code&gt;distribution_percentage&lt;/code&gt; coverage: &lt;ul&gt; &lt;li&gt;Solana: &lt;code&gt;top_10&lt;/code&gt;, &lt;code&gt;11_20&lt;/code&gt;, &lt;code&gt;21_40&lt;/code&gt;, &lt;code&gt;rest&lt;/code&gt;&lt;/li&gt; &lt;li&gt;Other chains: &lt;code&gt;top_10&lt;/code&gt;, &lt;code&gt;11_30&lt;/code&gt;, &lt;code&gt;31_50&lt;/code&gt;, &lt;code&gt;rest&lt;/code&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For tokens on a bonding curve (i.e. non-graduated tokens from launchpads), the response will include a &lt;code&gt;launchpad_details&lt;/code&gt; object containing their graduation status and details. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Past 24 Hour Trades by Pool Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/pool-trades-contract-address&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/pool-trades-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/pools/{pool_address}/trades This endpoint allows you to &lt;strong&gt;query the last 300 trades in the past 24 hours based on the provided pool address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache/Update Frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Multiple Pools Data by Pool Addresses&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/pools-addresses&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/pools-addresses&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/pools/multi/{addresses} This endpoint allows you to &lt;strong&gt;query multiple pools based on the provided network and pool address&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Addresses not found in GeckoTerminal will be ignored.&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;This endpoint allows querying &lt;strong&gt;up to 30 contract addresses&lt;/strong&gt; per request.&lt;/li&gt; &lt;li&gt;Market Cap can be verified by and sourced from CoinGecko, and the number may be higher than FDV as it may include Market Cap of tokens issued on other blockchain network.&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; params will be included under the &amp;quot;included&amp;quot; key at the top level.&lt;/li&gt; &lt;li&gt;&lt;code&gt;locked_liquidity_percentage&lt;/code&gt; will be updated on daily basis.&lt;/li&gt; &lt;li&gt;Set &lt;code&gt;include_composition=true&lt;/code&gt; to surface the balance and liquidity value of the pool&#39;s base and quote tokens.&lt;/li&gt; &lt;li&gt;Pools on a bonding curve (e.g. non-graduated pools from launchpads) will return &lt;code&gt;launchpad_details&lt;/code&gt; object with their graduation status and migration details.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Crypto Treasury Holdings by Entity ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/public-treasury-entity&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/public-treasury-entity&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /public_treasury/{entity_id} This endpoint allows you &lt;strong&gt;query public companies &amp;amp; governments&#39; cryptocurrency holdings&lt;/strong&gt; by Entity ID&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;CoinGecko equivalent page: &lt;a href=&#34;https://www.coingecko.com/en/treasuries/bitcoin&#34;&gt;https://www.coingecko.com/en/treasuries/bitcoin&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 5 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Search Queries&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/search-data&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/search-data&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /search This endpoint allows you to &lt;strong&gt;search for coins, categories and markets listed on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The responses are sorted in descending order by market cap.&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 15 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Search Pools&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/search-pools&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/search-pools&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /search/pools This endpoint allows you to &lt;strong&gt;search for pools on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to search for query such as pool contract address, token contract address or token symbol. The endpoint will return matching pools as response.&lt;/li&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Price by IDs&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/simple-price&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/simple-price&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /simple/price This endpoint allows you to &lt;strong&gt;query the prices of one or more coins by using their unique Coin API IDs&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the coin ID (API ID) via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;API ID&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint.&lt;/li&gt; &lt;li&gt;refers to Google Sheets &lt;a href=&#34;https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;You can retrieve specific coins using their unique &lt;code&gt;ids&lt;/code&gt;, &lt;code&gt;names&lt;/code&gt;, or &lt;code&gt;symbols&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;You may flag to include more data such as market cap, 24hr volume, 24hr change, last updated time etc.&lt;/li&gt; &lt;li&gt;To verify if a price is stale, you may flag &lt;code&gt;include_last_updated_at=true&lt;/code&gt; in your request to obtain the latest updated time. Alternatively, you may flag &lt;code&gt;include_24hr_change=true&lt;/code&gt; to determine if it returns a &lt;code&gt;null&lt;/code&gt; value. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may cross-check the price on &lt;a href=&#34;https://www.coingecko.com&#34;&gt;CoinGecko&lt;/a&gt; and learn more about our price methodology &lt;a href=&#34;https://www.coingecko.com/en/methodology&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;When multiple lookup params are provided, the following priority order is applied: &lt;code&gt;ids&lt;/code&gt; (highest) &amp;gt; &lt;code&gt;names&lt;/code&gt; &amp;gt; &lt;code&gt;symbols&lt;/code&gt; (lowest).&lt;/li&gt; &lt;li&gt;When searching by &lt;code&gt;name&lt;/code&gt;, you need to URL-encode any spaces (e.g. &amp;quot;Binance Coin&amp;quot; becomes &amp;quot;Binance%20Coin&amp;quot;).&lt;/li&gt; &lt;li&gt;The &lt;code&gt;include_tokens=all&lt;/code&gt; param is exclusively for use with the &lt;code&gt;symbols&lt;/code&gt; lookup and is limited to maximum of 50 symbols per request.&lt;/li&gt; &lt;li&gt;Wildcard searches are not supported for lookup params (&lt;code&gt;ids&lt;/code&gt;, &lt;code&gt;names&lt;/code&gt;, &lt;code&gt;symbols&lt;/code&gt;).&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 60 seconds for Public API. &lt;ul&gt; &lt;li&gt;Every 20 seconds for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Pro-API&lt;/a&gt; (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Supported Currencies List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/simple-supported-currencies&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/simple-supported-currencies&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /simple/supported_vs_currencies This endpoint allows you to &lt;strong&gt;query all the supported currencies on CoinGecko&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may use this endpoint to query the list of currencies for other endpoints that contain params like &lt;code&gt;vs_currencies&lt;/code&gt;. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache/Update Frequency: every 60 seconds for Public API. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Coin Price by Token Addresses&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/simple-token-price&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/simple-token-price&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /simple/token_price/{id} This endpoint allows you to &lt;strong&gt;query one or more token prices using their token contract addresses&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may obtain the asset platform and contract address via several ways: &lt;ul&gt; &lt;li&gt;refers to respective coin page and find &#39;contract address&#39;.&lt;/li&gt; &lt;li&gt;refers to &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-list&#34;&gt;&lt;code&gt;/coins/list&lt;/code&gt;&lt;/a&gt; endpoint (&lt;code&gt;include platform = true&lt;/code&gt;).&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;You may flag to include more data such as market cap, 24hr volume, 24hr change, last updated time etc. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The endpoint returns the global average price of the coin that is aggregated across all active exchanges on CoinGecko.&lt;/li&gt; &lt;li&gt;You may cross-check the price on &lt;a href=&#34;https://www.coingecko.com&#34;&gt;CoinGecko&lt;/a&gt; and learn more about our price methodology &lt;a href=&#34;https://www.coingecko.com/en/methodology&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Cache/Update Frequency: every 60 seconds for Public API. &lt;ul&gt; &lt;li&gt;Every 20 seconds for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Pro-API&lt;/a&gt; (Analyst, Lite, Pro, Enterprise). &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Token Data by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/token-data-contract-address&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/token-data-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/tokens/{address} This endpoint allows you to &lt;strong&gt;query specific token data based on the provided token contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may add values such as &lt;code&gt;top_pools&lt;/code&gt; in the include param to include top pools along with the pools information.&lt;/li&gt; &lt;li&gt;If you would like to query token information such as socials, websites, description and etc. You can go to this endpoint &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/token-info-contract-address&#34;&gt;&lt;code&gt;/networks/{network}/tokens/{address}/info&lt;/code&gt;&lt;/a&gt; instead. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Market Cap can be verified by and sourced from CoinGecko, and the number may be higher than FDV as it may include Market Cap of tokens issued on other blockchain network.&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;Set &lt;code&gt;include_composition=true&lt;/code&gt; to surface the balance and liquidity value of the pool&#39;s base and quote tokens. (requires &lt;code&gt;include=top_pools&lt;/code&gt;)&lt;/li&gt; &lt;li&gt;For tokens on a bonding curve (i.e. non-graduated tokens from launchpads), the response will include a &lt;code&gt;launchpad_details&lt;/code&gt; object containing their graduation status and details.&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Token Info by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/token-info-contract-address&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/token-info-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/tokens/{address}/info This endpoint allows you to &lt;strong&gt;query token metadata (name, symbol, CoinGecko ID, image, socials, websites, description, etc.) based on a provided token contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If you would like to query token data such as decimals, total supply, price and etc. You can go to this endpoint &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/token-data-contract-address&#34;&gt;&lt;code&gt;/networks/{network}/tokens/{address}&lt;/code&gt;&lt;/a&gt; instead.&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;Learn more about GT score &lt;a href=&#34;https://support.coingecko.com/hc/en-us/articles/38381394237593-What-is-GT-Score-How-is-GT-Score-calculated&#34;&gt;here&lt;/a&gt;.&lt;/li&gt; &lt;li&gt;Metadata (image, websites, description, socials) may be sourced on-chain and is not vetted by the CoinGecko team. If you wish to get metadata reviewed by CoinGecko team, you may use the following endpoints: &lt;ul&gt; &lt;li&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-id&#34;&gt;Coin Data by ID&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/coins-contract-address&#34;&gt;Coin Data by Token Address&lt;/a&gt; &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;holders&lt;/code&gt; data is currently in Beta, with ongoing improvements to data quality, coverage, and update frequency. &lt;ul&gt; &lt;li&gt;Supported chains include: Solana, EVM (Ethereum, Polygon, BNB, Arbitrum, Optimism, Base), Sui, TON, and Ronin.&lt;/li&gt; &lt;li&gt;&lt;code&gt;distribution_percentage&lt;/code&gt; coverage: &lt;ul&gt; &lt;li&gt;Solana: &lt;code&gt;top_10&lt;/code&gt;, &lt;code&gt;11_20&lt;/code&gt;, &lt;code&gt;21_40&lt;/code&gt;, &lt;code&gt;rest&lt;/code&gt;&lt;/li&gt; &lt;li&gt;Other chains: &lt;code&gt;top_10&lt;/code&gt;, &lt;code&gt;11_30&lt;/code&gt;, &lt;code&gt;31_50&lt;/code&gt;, &lt;code&gt;rest&lt;/code&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;For tokens on a bonding curve (i.e. non-graduated tokens from launchpads), the response will include a &lt;code&gt;launchpad_details&lt;/code&gt; object containing their graduation status and details. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Token Lists by Asset Platform ID&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/token-lists&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/token-lists&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /token_lists/{asset_platform_id}/all.json This endpoint allows you to &lt;strong&gt;get full list of tokens of a blockchain network (asset platform) that is supported by &lt;a href=&#34;https://tokenlists.org/&#34;&gt;Ethereum token list standard&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Cache/Update Frequency: 5 minutes.&lt;/li&gt; &lt;li&gt;A token will only be included in the list if the contract address is added by CoinGecko team. If you identified any missing token, you may submit a request &lt;a href=&#34;https://support.coingecko.com/hc/en-us/requests/new&#34;&gt;here&lt;/a&gt;. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Tokens Data by Token Addresses&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/tokens-data-contract-addresses&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/tokens-data-contract-addresses&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/tokens/multi/{addresses} This endpoint allows you to &lt;strong&gt;query multiple tokens data based on the provided token contract addresses on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may add values such as &lt;code&gt;top_pools&lt;/code&gt; in the include param to include top pools along with the pools information.&lt;/li&gt; &lt;li&gt;If you would like to query token information such as socials, websites, description and etc. You can go to this endpoint &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/v3.0.1/reference/token-info-contract-address&#34;&gt;&lt;code&gt;/networks/{network}/tokens/{address}/info&lt;/code&gt;&lt;/a&gt; instead. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Addresses not found in GeckoTerminal.com will be ignored.&lt;/li&gt; &lt;li&gt;This endpoint allows querying &lt;strong&gt;up to 30 contract addresses&lt;/strong&gt; per request.&lt;/li&gt; &lt;li&gt;The endpoint will only return the first top pool for each token.&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Market Cap can be verified by and sourced from CoinGecko, and the number may be higher than FDV as it may include Market Cap of tokens issued on other blockchain network.&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;Set &lt;code&gt;include_composition=true&lt;/code&gt; to surface the balance and liquidity value of the pool&#39;s base and quote tokens. (requires &lt;code&gt;include=top_pools&lt;/code&gt;)&lt;/li&gt; &lt;li&gt;For tokens on a bonding curve (i.e. non-graduated tokens from launchpads), the response will include a &lt;code&gt;launchpad_details&lt;/code&gt; object containing their graduation status and details.&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Most Recently Updated Tokens List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/tokens-info-recent-updated&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/tokens-info-recent-updated&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /tokens/info_recently_updated This endpoint allows you to &lt;strong&gt;query 100 most recently updated tokens info of a specific network or across all networks on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may add values such as network in the include param to include network along with the updated tokens list. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Top Pools by Token Address&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/top-pools-contract-address&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/top-pools-contract-address&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/tokens/{token_address}/pools This endpoint allows you to &lt;strong&gt;query top pools based on the provided token contract address on a network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show. &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The ranking of the top 20 pools is established by evaluating their liquidity and trading activity to identify the most liquid ones. This ranking is determined through a combination of two key factors: liquidity (&lt;code&gt;reserve_in_usd&lt;/code&gt;) and 24-Hour Trading Volume (&lt;code&gt;volume_usd&lt;/code&gt;).&lt;/li&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Top Pools by Dex&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/top-pools-dex&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/top-pools-dex&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/dexes/{dex}/pools This endpoint allows you to &lt;strong&gt;query all the top pools based on the provided network and decentralized exchange (DEX)&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show.&lt;/li&gt; &lt;li&gt;For more flexibility in retrieving an exact list of pools that match your specific needs, consider using the &lt;a href=&#34;https://docs.coingecko.com/reference/pools-megafilter&#34;&gt;/pools/megafilter&lt;/a&gt; endpoint (available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers [Analyst plan or above].) &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com/base/uniswap-v3-base/pools?sort=-24h_transactions&#34;&gt;https://www.geckoterminal.com/base/uniswap-v3-base/pools?sort=-24h_transactions&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Top Pools by Network&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/top-pools-network&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/top-pools-network&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/pools This endpoint allows you to &lt;strong&gt;query all the top pools based on the provided network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show.&lt;/li&gt; &lt;li&gt;For more flexibility in retrieving an exact list of pools that match your specific needs, consider using the &lt;a href=&#34;https://docs.coingecko.com/reference/pools-megafilter&#34;&gt;/pools/megafilter&lt;/a&gt; endpoint (available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers [Analyst plan or above].) &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com/solana/pools?sort=-24h_transactions&#34;&gt;https://www.geckoterminal.com/solana/pools?sort=-24h_transactions&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Trending Pools List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/trending-pools-list&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/trending-pools-list&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/trending_pools This endpoint allows you to &lt;strong&gt;query all the trending pools across all networks on GeckoTerminal&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show.&lt;/li&gt; &lt;li&gt;For more flexibility in retrieving an exact list of pools that match your specific needs, consider using the &lt;a href=&#34;https://docs.coingecko.com/reference/pools-megafilter&#34;&gt;/pools/megafilter&lt;/a&gt; endpoint (available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers [Analyst plan or above].) &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com&#34;&gt;https://www.geckoterminal.com&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Trending Pools by Network&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/trending-pools-network&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/trending-pools-network&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/onchain-demo.json get /networks/{network}/trending_pools This endpoint allows you to &lt;strong&gt;query the trending pools based on the provided network&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; ### Tips&lt;/p&gt; &lt;ul&gt; &lt;li&gt;You may include values such as &lt;code&gt;page&lt;/code&gt; to specify which page of responses you would like to show.&lt;/li&gt; &lt;li&gt;For more flexibility in retrieving an exact list of pools that match your specific needs, consider using the &lt;a href=&#34;https://docs.coingecko.com/reference/pools-megafilter&#34;&gt;/pools/megafilter&lt;/a&gt; endpoint (available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers [Analyst plan or above].) &lt;/Tip&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;If the token&#39;s market cap is not verified by the team, the API response will return &lt;code&gt;null&lt;/code&gt; for its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV).&lt;/li&gt; &lt;li&gt;Attributes specified in the &lt;code&gt;include&lt;/code&gt; param will be returned under the top-level &amp;quot;included&amp;quot; key.&lt;/li&gt; &lt;li&gt;This endpoint returns up to 20 pools per page. Use the &lt;code&gt;page&lt;/code&gt; param to navigate more results.&lt;/li&gt; &lt;li&gt;&lt;code&gt;page&lt;/code&gt;: Pagination beyond 10 pages is available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;Paid Plan&lt;/a&gt; subscribers (Analyst plan or above).&lt;/li&gt; &lt;li&gt;Cache/Update frequency: every 60 seconds.&lt;/li&gt; &lt;li&gt;GeckoTerminal equivalent page (example): &lt;a href=&#34;https://www.geckoterminal.com/base/pools&#34;&gt;https://www.geckoterminal.com/base/pools&lt;/a&gt; &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;Trending Search List&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/v3.0.1/reference/trending-search&#34;&gt;https://docs.coingecko.com/v3.0.1/reference/trending-search&lt;/a&gt;&lt;/p&gt; &lt;p&gt;v3.0.1/reference/api-reference/coingecko-demo.json get /search/trending This endpoint allows you &lt;strong&gt;query trending search coins, NFTs and categories on CoinGecko in the last 24 hours&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### Note&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The endpoint currently supports: &lt;ul&gt; &lt;li&gt;Top 15 trending coins (sorted by the most popular user searches)&lt;/li&gt; &lt;li&gt;Top 7 trending NFTs (sorted by the highest percentage change in floor prices)&lt;/li&gt; &lt;li&gt;Top 5 trending categories (sorted by the most popular user searches)&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;Cache / Update Frequency: every 10 minutes for all the API plans. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h1&gt;CGSimplePrice&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/websocket/cgsimpleprice&#34;&gt;https://docs.coingecko.com/websocket/cgsimpleprice&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Subscribe to receive real-time price updates for tokens, as seen on CoinGecko.com&lt;/p&gt; &lt;p&gt;This Websocket channel allows you to subscribe to real-time updates of price changes for token.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Lookup by Coin ID&lt;/li&gt; &lt;li&gt;It will return price &amp;amp; market data of the top pool of the specified token&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Update Frequency&lt;/strong&gt;: as fast as ~10s, for large cap and actively traded coins.&lt;/p&gt; &lt;h3&gt;Data Payload&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;&lt;/th&gt; &lt;th&gt;Field&lt;/th&gt; &lt;th&gt;Type&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;th&gt;Example&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;c&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;channel_type&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Indicates the type of channel subscribed to.&lt;/td&gt; &lt;td&gt;C1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;i&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;coin_id&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Identifier of the coins. Check full list of IDs &lt;a href=&#34;https://api.coingecko.com/api/v3/coins/list&#34;&gt;here&lt;/a&gt;.&lt;/td&gt; &lt;td&gt;&lt;code&gt;ethereum&lt;/code&gt;, &lt;code&gt;usd-coin&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;p&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;usd_price&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Current token price in USD.&lt;/td&gt; &lt;td&gt;3639.78228844745&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;pp&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;usd_price_24h_change_percentage&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Percentage change in token price over the last 24 hours.&lt;/td&gt; &lt;td&gt;3.566&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;m&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;usd_market_cap&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Market capitalization in USD.&lt;/td&gt; &lt;td&gt;123&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;v&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;usd_24h_vol&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;24-hour trading volume in USD.&lt;/td&gt; &lt;td&gt;31233333.33&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;t&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;last_updated_at&lt;/code&gt;&lt;/td&gt; &lt;td&gt;integer&lt;/td&gt; &lt;td&gt;Timestamp of the last data update in UNIX time.&lt;/td&gt; &lt;td&gt;1709542750&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;&lt;strong&gt;Tips&lt;/strong&gt;: The Websocket payload will use the value &lt;code&gt;null&lt;/code&gt; when specific data is unavailable. Ensure your application is capable of handling null values for fields that may not always have data.&lt;/p&gt; &lt;hr&gt; &lt;h2&gt;1. Establish Connection to Websocket&lt;/h2&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-bash&#34;&gt; wss://stream.coingecko.com/v1?x_cg_pro_api_key=YOUR_KEY OR wss://stream.coingecko.com/v1 x-cg-pro-api-key: YOUR_KEY &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h2&gt;2. Subscribe to a specific channel - CGSimplePrice&lt;/h2&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;subscribe&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;CGSimplePrice\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;type&amp;quot;:&amp;quot;confirm_subscription&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;CGSimplePrice\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h2&gt;3. Stream CGSimplePrice&lt;/h2&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;message&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;CGSimplePrice\&amp;quot;}&amp;quot;,&amp;quot;data&amp;quot;:&amp;quot;{\&amp;quot;coin_id\&amp;quot;:[\&amp;quot;ethereum\&amp;quot;,\&amp;quot;bitcoin\&amp;quot;],\&amp;quot;action\&amp;quot;:\&amp;quot;set_tokens\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;: 2000, &amp;quot;message&amp;quot;: &amp;quot;Subscription is successful for ethereum&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;c&amp;quot;: &amp;quot;C1&amp;quot;, &amp;quot;i&amp;quot;: &amp;quot;ethereum&amp;quot;, &amp;quot;m&amp;quot;: 312938652962.8005, &amp;quot;p&amp;quot;: 2591.080889351465, &amp;quot;pp&amp;quot;: 1.3763793110454519, &amp;quot;t&amp;quot;: 1747808150.269067, &amp;quot;v&amp;quot;: 20460612214.801384 } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;The output keys will be in random order.&lt;/p&gt; &lt;h2&gt;Tips:&lt;/h2&gt; &lt;h3&gt;Un-subscribe to stop streaming CGSimplePrice data&lt;/h3&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt; Unsubscribe for 1 specific token data:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;message&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;CGSimplePrice\&amp;quot;}&amp;quot;,&amp;quot;data&amp;quot;:&amp;quot;{\&amp;quot;coin_id\&amp;quot;:[\&amp;quot;ethereum\&amp;quot;],\&amp;quot;action\&amp;quot;:\&amp;quot;unset_tokens\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;: 2000, &amp;quot;message&amp;quot;: &amp;quot;Unsubscription is successful for ethereum&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt; Unsubscribe from CGSimplePrice channel and all token data:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;unsubscribe&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;CGSimplePrice\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;: 2000, &amp;quot;message&amp;quot;: &amp;quot;Unsubscription is successful for all tokens&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h1&gt;WebSocket (Beta)&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/websocket/index&#34;&gt;https://docs.coingecko.com/websocket/index&lt;/a&gt;&lt;/p&gt; &lt;p&gt;CoinGecko API: Stream Real-Time Crypto Data with WebSockets&lt;/p&gt; &lt;h2&gt;Access Real-Time Crypto Data Instantly with CoinGecko WebSockets&lt;/h2&gt; &lt;p&gt;In the fast-paced world of cryptocurrency, speed matters. Our official CoinGecko WebSocket API provides a dedicated, persistent connection for real-time data streaming, ensuring you receive critical market updates the moment they happen.&lt;/p&gt; &lt;p&gt;Move beyond traditional polling and embrace the power of instant data delivery for your trading bots, dashboards, and analytical applications.&lt;/p&gt; &lt;p&gt;&lt;Tip&gt; CoinGecko Websocket (Beta) is now available for &lt;a href=&#34;https://www.coingecko.com/en/api/pricing&#34;&gt;paid plan &lt;/a&gt;customers (Analyst plan &amp;amp; above)!&lt;/p&gt; &lt;ul&gt; &lt;li&gt;For Analyst, Lite, Pro, and Pro+ self-serve customers, you will be eligible to access the following features, and stream real-time data by utilising your monthly API plan credits: &lt;ul&gt; &lt;li&gt;Max connections: 10 concurrent socket connections&lt;/li&gt; &lt;li&gt;Max subscriptions: 100 token or pool data subscription per channel, per socket&lt;/li&gt; &lt;li&gt;Channel Access: all 4 channels&lt;/li&gt; &lt;li&gt;Credit charge: 0.1 credit per response returned, deducting from monthly API plan credits&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;We will gradually improve the Websocket and expand the feature limits. Please share your feedback and suggestion via this &lt;a href=&#34;https://forms.gle/gNE1Txc9FCV55s7ZA&#34;&gt;survey form&lt;/a&gt;, or email soonaik\<a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko"><a href="/coingecko">@coingecko</a></a></a></a></a></a></a></a></a></a></a></a>[dot]com &lt;/Tip&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;For existing &lt;strong&gt;Enterprise plan&lt;/strong&gt; clients who wish to unlock higher limits (max connections, max subscriptions, and lower credit charge), please contact your Customer Success Manager.&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Channel &amp;amp; Data Support&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Websocket Channel&lt;/th&gt; &lt;th&gt;Channel Code&lt;/th&gt; &lt;th&gt;Details&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/websocket/onchainsimpletokenprice&#34;&gt;OnchainSimpleTokenPrice&lt;/a&gt;&lt;/td&gt; &lt;td&gt;G1&lt;/td&gt; &lt;td&gt;Subscribe to receive real-time price updates for tokens, as seen on GeckoTerminal.com&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/websocket/cgsimpleprice&#34;&gt;CGSimplePrice&lt;/a&gt;&lt;/td&gt; &lt;td&gt;C1&lt;/td&gt; &lt;td&gt;Subscribe to receive real-time price updates for tokens, as seen on CoinGecko.com&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/websocket/wss-onchain-trade&#34;&gt;OnchainTrade&lt;/a&gt;&lt;/td&gt; &lt;td&gt;G2&lt;/td&gt; &lt;td&gt;Subscribe to receive real-time transaction updates for pools, as seen on GeckoTerminal.com&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/websocket/wssonchainohlcv&#34;&gt;OnchainOHLCV&lt;/a&gt;&lt;/td&gt; &lt;td&gt;G3&lt;/td&gt; &lt;td&gt;Subscribe to receive real-time OHLCV (Open, High, Low, Close, Volume) for pools, as seen on GeckoTerminal.com&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;(More coming soon!)&lt;/td&gt; &lt;td&gt;&lt;/td&gt; &lt;td&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;&lt;Note&gt; ### &lt;strong&gt;Notes&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Real-Time Data&lt;/strong&gt;: Once subscribed, you will start receiving real-time data updates based on your subscriptions. The received data will be in JSON format and will contain the relevant information for the subscribed event.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Close Connection:&lt;/strong&gt; When you&#39;re done receiving updates or want to close the WebSocket connection, you can gracefully close the connection.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Security Considerations:&lt;/strong&gt; Ensure that you keep your Pro-API key secure and do not expose it publicly in your code or any public repositories. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Connection Handling&lt;/h3&gt; &lt;p&gt;To provide you with the most reliable and efficient experience, please be aware of the following regarding our WebSocket connections:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;strong&gt;Connection Liveliness (Ping/Pong Mechanism):&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;To ensure your connection remains active and healthy, we send a &lt;strong&gt;&amp;quot;ping&amp;quot; signal every 10 seconds&lt;/strong&gt;.&lt;/li&gt; &lt;li&gt;If we &lt;strong&gt;do not receive a &amp;quot;pong&amp;quot; response from your client within 20 seconds&lt;/strong&gt; of sending a ping, we will automatically disconnect the connection.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Action Required (Client-Side)&lt;/strong&gt;: Your WebSocket client must be configured to respond to our ping messages with a pong. Most WebSocket libraries handle this automatically, but please verify your implementation to ensure it&#39;s sending pong responses. This is critical for maintaining your connection.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Planned Disconnections (Deployments &amp;amp; Reboots):&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Purpose&lt;/strong&gt;: From time to time, we will perform system reboots or deploy new versions of our service to implement updates, bug fixes, and improvements. These actions require a graceful restart of our servers.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Impact&lt;/strong&gt;: During these periods, your active WebSocket connections might be temporarily disconnected.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Action Required (Client-Side)&lt;/strong&gt;: It is essential that your application is designed to automatically attempt to re-establish the WebSocket connection if it detects a disconnection. Implementing an exponential backoff strategy for reconnection attempts is highly recommended to avoid overwhelming our servers during a widespread disconnection event.&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt; &lt;/ol&gt; &lt;h1&gt;OnchainSimpleTokenPrice&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/websocket/onchainsimpletokenprice&#34;&gt;https://docs.coingecko.com/websocket/onchainsimpletokenprice&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Subscribe to receive real-time price updates for tokens, as seen on GeckoTerminal.com&lt;/p&gt; &lt;p&gt;This Websocket channel allows you to subscribe to real-time updates of price changes for token.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Lookup by Network + Token Address&lt;/li&gt; &lt;li&gt;It will return price and market data of the top pool of the specified token&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Update Frequency&lt;/strong&gt;: as fast as 1s, for actively traded tokens.&lt;/p&gt; &lt;h3&gt;Data Payload&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;&lt;/th&gt; &lt;th&gt;Field&lt;/th&gt; &lt;th&gt;Type&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;th&gt;Example&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;c&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;channel_type&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Indicates the type of channel subscribed to.&lt;/td&gt; &lt;td&gt;G1&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;n&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;network_id&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Identifier of the blockchain network. Check full list of IDs &lt;a href=&#34;https://api.geckoterminal.com/api/v2/networks?page=1&#34;&gt;here&lt;/a&gt;.&lt;/td&gt; &lt;td&gt;&lt;code&gt;eth&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;ta&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;token_address&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Contract address of the token on the blockchain.&lt;/td&gt; &lt;td&gt;&lt;code&gt;0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;p&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;usd_price&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Current token price in USD.&lt;/td&gt; &lt;td&gt;3639.78228844745&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;pp&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;usd_price_24h_change_percentage&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Percentage change in token price over the last 24 hours.&lt;/td&gt; &lt;td&gt;3.566&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;m&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;usd_market_cap&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Market capitalization in USD.&lt;/td&gt; &lt;td&gt;123&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;v&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;usd_24h_vol&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;24-hour trading volume in USD.&lt;/td&gt; &lt;td&gt;31233333.33&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;t&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;last_updated_at&lt;/code&gt;&lt;/td&gt; &lt;td&gt;integer&lt;/td&gt; &lt;td&gt;Timestamp of the last data update in UNIX time.&lt;/td&gt; &lt;td&gt;1709542750&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;&lt;strong&gt;Tips&lt;/strong&gt;: The Websocket payload will use the value &lt;code&gt;null&lt;/code&gt; when specific data is unavailable. Ensure your application is capable of handling null values for fields that may not always have data.&lt;/p&gt; &lt;hr&gt; &lt;h2&gt;1. Establish Connection to Websocket&lt;/h2&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-bash&#34;&gt; wss://stream.coingecko.com/v1?x_cg_pro_api_key=YOUR_KEY OR wss://stream.coingecko.com/v1 x-cg-pro-api-key: YOUR_KEY &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h2&gt;2. Subscribe to a specific channel - OnchainSimpleTokenPrice&lt;/h2&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;subscribe&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainSimpleTokenPrice\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;type&amp;quot;:&amp;quot;confirm_subscription&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainSimpleTokenPrice\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h2&gt;3. Stream OnchainSimpleTokenPrice data&lt;/h2&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;message&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainSimpleTokenPrice\&amp;quot;}&amp;quot;,&amp;quot;data&amp;quot;:&amp;quot;{\&amp;quot;network_id:token_addresses\&amp;quot;:[\&amp;quot;bsc:0x55d398326f99059ff775485246999027b3197955\&amp;quot;],\&amp;quot;action\&amp;quot;:\&amp;quot;set_tokens\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;: 2000, &amp;quot;message&amp;quot;: &amp;quot;Subscription successful for bsc:0x55d398326f99059ff775485246999027b3197955&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;c&amp;quot;: &amp;quot;G1&amp;quot;, &amp;quot;n&amp;quot;: &amp;quot;bsc&amp;quot;, &amp;quot;ta&amp;quot;: &amp;quot;0x55d398326f99059ff775485246999027b3197955&amp;quot;, &amp;quot;p&amp;quot;: 0.999457718373347, &amp;quot;pp&amp;quot;: -0.009028866490825653, &amp;quot;m&amp;quot;: 1317802988326.25, &amp;quot;v&amp;quot;: 1476864199.38384, &amp;quot;t&amp;quot;: 1737427063 } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;The output keys will be in random order.&lt;/p&gt; &lt;h2&gt;Tips:&lt;/h2&gt; &lt;h3&gt;Un-subscribe to stop streaming OnchainSimpleTokenPrice data&lt;/h3&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt; Unsubscribe for 1 specific token data:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;message&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainSimpleTokenPrice\&amp;quot;}&amp;quot;,&amp;quot;data&amp;quot;:&amp;quot;{\&amp;quot;network_id:token_addresses\&amp;quot;:[\&amp;quot;bsc:0x55d398326f99059ff775485246999027b3197955\&amp;quot;],\&amp;quot;action\&amp;quot;:\&amp;quot;unset_tokens\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;:2000, &amp;quot;message&amp;quot;:&amp;quot;Unsubscription is successful for bsc:0x55d398326f99059ff775485246999027b3197955&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt; Unsubscribe from OnchainSimpleTokenPrice channel and all token data:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;unsubscribe&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainSimpleTokenPrice\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;:2000, &amp;quot;message&amp;quot;:&amp;quot;Unsubscription is successful for all tokens&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h1&gt;OnchainTrade&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/websocket/wss-onchain-trade&#34;&gt;https://docs.coingecko.com/websocket/wss-onchain-trade&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Subscribe to receive real-time transaction (trade/swap) updates for pools, as seen on GeckoTerminal.com&lt;/p&gt; &lt;p&gt;This Websocket channel allows you to subscribe to real-time updates of token trades of a pool.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Lookup by Network + Pool Address&lt;/li&gt; &lt;li&gt;It will return transaction type (buy/sell), tx hash, amount of token transacted, volume, and current price data of the specified pool.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Update Frequency&lt;/strong&gt;: as fast as 0.1s, for actively traded pools.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Tips&lt;/strong&gt;: use this Rest API endpoint &lt;a href=&#34;/ka-cn/vibe-coding-cn/src/<a href="/ka-cn/vibe-coding-cn/commit/4f5bc01e3d66ee6771ce7f78ce0137b8373e92df"><code>4f5bc01e3d</code></a>/i18n/en/skills/coingecko/references/reference/top-pools-contract-address&#34;&gt;Top Pools by Token Address&lt;/a&gt; to obtain contract address of the most liquid pool.&lt;/p&gt; &lt;h3&gt;Data Payload&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;&lt;/th&gt; &lt;th&gt;Field&lt;/th&gt; &lt;th&gt;Type&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;th&gt;Example&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;ch&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;channel_type&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Indicates the type of channel subscribed to.&lt;/td&gt; &lt;td&gt;G2&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;n&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;network_id&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Identifier of the blockchain network. Check full list of IDs &lt;a href=&#34;https://api.geckoterminal.com/api/v2/networks?page=1&#34;&gt;here&lt;/a&gt;.&lt;/td&gt; &lt;td&gt;eth&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;pa&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;pool_address&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Contract address of the pool.&lt;/td&gt; &lt;td&gt;&lt;code&gt;0x88e6a0c2dd6fcb..3f5640&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;tx&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;tx_hash&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;transaction hash&lt;/td&gt; &lt;td&gt;&lt;code&gt;0x0b8ac5a16c2d5a..4d422&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;ty&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;type of transaction (&lt;code&gt;b&lt;/code&gt; for buy or &lt;code&gt;s&lt;/code&gt; for sell)&lt;/td&gt; &lt;td&gt;b&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;to&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;token_amount&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Amount of token transacted.&lt;/td&gt; &lt;td&gt;100&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;vo&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;volume_in_usd&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;The transaction value in USD.&lt;/td&gt; &lt;td&gt;1000&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;pc&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;price_in_token_currency&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Current token price in target token currency&lt;/td&gt; &lt;td&gt;3639.78228844745&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;pu&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;price_in_usd&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Current token price in USD&lt;/td&gt; &lt;td&gt;3.566&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;t&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;last_updated_at&lt;/code&gt;&lt;/td&gt; &lt;td&gt;integer&lt;/td&gt; &lt;td&gt;Timestamp of the last data update in UNIX time.&lt;/td&gt; &lt;td&gt;1752072129000&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;&lt;strong&gt;Tips&lt;/strong&gt;: The Websocket payload will use the value &lt;code&gt;null&lt;/code&gt; when specific data is unavailable. Ensure your application is capable of handling null values for fields that may not always have data.&lt;/p&gt; &lt;hr&gt; &lt;h2&gt;1. Establish Connection to Websocket&lt;/h2&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-bash&#34;&gt; wss://stream.coingecko.com/v1?x_cg_pro_api_key=YOUR_KEY OR wss://stream.coingecko.com/v1 x-cg-pro-api-key: YOUR_KEY &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h2&gt;2. Subscribe to a specific channel - OnchainTrade&lt;/h2&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;subscribe&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainTrade\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;type&amp;quot;:&amp;quot;confirm_subscription&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainTrade\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h2&gt;3. Stream OnchainTrade data&lt;/h2&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;message&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainTrade\&amp;quot;}&amp;quot;,&amp;quot;data&amp;quot;:&amp;quot;{\&amp;quot;network_id:pool_addresses\&amp;quot;:[\&amp;quot;bsc:0x172fcd41e0913e95784454622d1c3724f546f849\&amp;quot;],\&amp;quot;action\&amp;quot;:\&amp;quot;set_pools\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;: 2000, &amp;quot;message&amp;quot;: &amp;quot;Subscription successful for bsc:0x172fcd41e0913e95784454622d1c3724f546f849&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;c&amp;quot;: &amp;quot;G2&amp;quot;, &amp;quot;n&amp;quot;: &amp;quot;bsc&amp;quot;, &amp;quot;pa&amp;quot;: &amp;quot;0x172fcd41e0913e95784454622d1c3724f546f849&amp;quot;, &amp;quot;tx&amp;quot;: &amp;quot;0x3e71ee7da66000a5a92f13abd2ae95e0abc0bc828087d8dd210338fd262cf6c9&amp;quot;, &amp;quot;ty&amp;quot;: &amp;quot;b&amp;quot;, &amp;quot;to&amp;quot;: &amp;quot;1.51717616246451&amp;quot;, &amp;quot;vo&amp;quot;: &amp;quot;2.75413132131313&amp;quot;, &amp;quot;pc&amp;quot;: &amp;quot;0.000274100995437363&amp;quot; &amp;quot;pu&amp;quot;: &amp;quot;3656.8970003075&amp;quot;, &amp;quot;t&amp;quot;: 1724927796000 } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;The output keys will be in random order.&lt;/p&gt; &lt;h2&gt;Tips:&lt;/h2&gt; &lt;h3&gt;Un-subscribe to stop streaming OnchainTrade data&lt;/h3&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt; Unsubscribe for 1 specific pool data:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;message&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainTrade\&amp;quot;}&amp;quot;,&amp;quot;data&amp;quot;:&amp;quot;{\&amp;quot;network_id:pool_addresses\&amp;quot;:[\&amp;quot;bsc:0x172fcd41e0913e95784454622d1c3724f546f849\&amp;quot;],\&amp;quot;action\&amp;quot;:\&amp;quot;unset_pools\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;:2000, &amp;quot;message&amp;quot;:&amp;quot;Unsubscription is successful for bsc:0x172fcd41e0913e95784454622d1c3724f546f849&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt; Unsubscribe from OnchainTrade channel and all pools data:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;unsubscribe&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainTrade\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;:2000, &amp;quot;message&amp;quot;:&amp;quot;Unsubscription is successful for all pools&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h1&gt;OnchainOHLCV&lt;/h1&gt; &lt;p&gt;Source: &lt;a href=&#34;https://docs.coingecko.com/websocket/wssonchainohlcv&#34;&gt;https://docs.coingecko.com/websocket/wssonchainohlcv&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Subscribe to receive real-time OHLCV updates for pools, as seen on GeckoTerminal.com&lt;/p&gt; &lt;p&gt;This Websocket channel allows you to subscribe to real-time OHLCV updates of a pool.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Lookup by Network + Pool Address&lt;/li&gt; &lt;li&gt;It will return &lt;strong&gt;O&lt;/strong&gt;pen, &lt;strong&gt;H&lt;/strong&gt;igh, &lt;strong&gt;L&lt;/strong&gt;ow, &lt;strong&gt;C&lt;/strong&gt;lose price and &lt;strong&gt;V&lt;/strong&gt;olume data the specified pool.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Update Frequency&lt;/strong&gt;: as fast as 1s, for actively traded pools.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Tips&lt;/strong&gt;: use this Rest API endpoint &lt;a href=&#34;https://docs.coingecko.com/reference/top-pools-contract-address#/&#34;&gt;Top Pools by Token Address&lt;/a&gt; to obtain contract address of the most liquid pool.&lt;/p&gt; &lt;p&gt;&lt;Note&gt; ### &lt;strong&gt;Notes&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Interval options: 1s / 1m / 5m / 1h / 2h / 4h / 8h&lt;/li&gt; &lt;li&gt;You may stream the pool ohlcv data based on &lt;code&gt;base&lt;/code&gt; or &lt;code&gt;quote&lt;/code&gt; token of a pool.&lt;/li&gt; &lt;li&gt;Please note that your subscription quota is based on the number of &lt;strong&gt;unique data streams&lt;/strong&gt; you request. Each unique combination of an interval and token for a given pool is considered a &lt;strong&gt;distinct subscription&lt;/strong&gt; and will count towards your max subscription limit. &lt;/Note&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Data Payload&lt;/h3&gt; &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;&lt;/th&gt; &lt;th&gt;Field&lt;/th&gt; &lt;th&gt;Type&lt;/th&gt; &lt;th&gt;Description&lt;/th&gt; &lt;th&gt;Example&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;ch&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;channel_type&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Indicates the type of channel subscribed to.&lt;/td&gt; &lt;td&gt;G3&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;n&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;network_id&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Identifier of the blockchain network. Check full list of IDs &lt;a href=&#34;https://api.geckoterminal.com/api/v2/networks?page=1&#34;&gt;here&lt;/a&gt;.&lt;/td&gt; &lt;td&gt;eth&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;pa&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;pool_address&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Contract address of the pool.&lt;/td&gt; &lt;td&gt;&lt;code&gt;0x88e6a0c2dd6fcb..3f5640&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;to&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;token&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;&lt;code&gt;base&lt;/code&gt; or &lt;code&gt;quote&lt;/code&gt; token&lt;/td&gt; &lt;td&gt;&lt;code&gt;base&lt;/code&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;i&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;interval&lt;/code&gt;&lt;/td&gt; &lt;td&gt;string&lt;/td&gt; &lt;td&gt;Interval or resolution of the candle: 1s / 1m / 5m / 1h / 2h / 4h / 8h&lt;/td&gt; &lt;td&gt;1m&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;o&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;open&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Open price in USD&lt;/td&gt; &lt;td&gt;3539&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;h&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;high&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;High price in USD&lt;/td&gt; &lt;td&gt;3541&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;l&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;low&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Low price in USD&lt;/td&gt; &lt;td&gt;3530&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;c&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;close&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Close price in USD&lt;/td&gt; &lt;td&gt;3531&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;v&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;volume&lt;/code&gt;&lt;/td&gt; &lt;td&gt;float&lt;/td&gt; &lt;td&gt;Volume in USD&lt;/td&gt; &lt;td&gt;323333&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;code&gt;t&lt;/code&gt;&lt;/td&gt; &lt;td&gt;&lt;code&gt;timestamp&lt;/code&gt;&lt;/td&gt; &lt;td&gt;integer&lt;/td&gt; &lt;td&gt;Opening timestamp of candle interval&lt;/td&gt; &lt;td&gt;1753803600&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;&lt;strong&gt;Tips&lt;/strong&gt;: The Websocket payload will use the value &lt;code&gt;null&lt;/code&gt; when specific data is unavailable. Ensure your application is capable of handling null values for fields that may not always have data.&lt;/p&gt; &lt;hr&gt; &lt;h2&gt;1. Establish Connection to Websocket&lt;/h2&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-bash&#34;&gt; wss://stream.coingecko.com/v1?x_cg_pro_api_key=YOUR_KEY OR wss://stream.coingecko.com/v1 x-cg-pro-api-key: YOUR_KEY &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h2&gt;2. Subscribe to a specific channel - OnchainOHLCV&lt;/h2&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;subscribe&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainOHLCV\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;type&amp;quot;:&amp;quot;confirm_subscription&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainOHLCV\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;h2&gt;3. Stream OnchainOHLCV data&lt;/h2&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt; (1 minute interval and base token of a pool)&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;Interval&lt;/code&gt; options: 1s / 1m / 5m / 1h / 2h / 4h / 8h&lt;/li&gt; &lt;li&gt;You may stream the pool ohlcv data of &#39;base&#39; or &#39;quote&#39; &lt;code&gt;token&lt;/code&gt;.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;message&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainOHLCV\&amp;quot;}&amp;quot;,&amp;quot;data&amp;quot;:&amp;quot;{\&amp;quot;network_id:pool_addresses\&amp;quot;:[\&amp;quot;bsc:0x172fcd41e0913e95784454622d1c3724f546f849\&amp;quot;],\&amp;quot;interval\&amp;quot;:\&amp;quot;1m\&amp;quot;,\&amp;quot;token\&amp;quot;:\&amp;quot;base\&amp;quot;,\&amp;quot;action\&amp;quot;:\&amp;quot;set_pools\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;: 2000, &amp;quot;message&amp;quot;: &amp;quot;Subscription successful for bsc:0x172fcd41e0913e95784454622d1c3724f546f849:1m:base&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;c&amp;quot;: 0.999727235252031, &amp;quot;ch&amp;quot;: &amp;quot;G3&amp;quot;, &amp;quot;h&amp;quot;: 0.999974654065411, &amp;quot;i&amp;quot;: &amp;quot;1m&amp;quot;, &amp;quot;l&amp;quot;: 0.999353212178554, &amp;quot;n&amp;quot;: &amp;quot;bsc&amp;quot;, &amp;quot;o&amp;quot;: 0.999570907451071, &amp;quot;pa&amp;quot;: &amp;quot;0x172fcd41e0913e95784454622d1c3724f546f849&amp;quot;, &amp;quot;t&amp;quot;: 1753886760, &amp;quot;to&amp;quot;: &amp;quot;base&amp;quot;, &amp;quot;v&amp;quot;: 63932.29404921795 } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;The output keys will be in random order.&lt;/p&gt; &lt;h2&gt;Tips:&lt;/h2&gt; &lt;h3&gt;Un-subscribe to stop streaming OnchainOHLCV data&lt;/h3&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt; Unsubscribe for 1 specific pool data:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;message&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainOHLCV\&amp;quot;}&amp;quot;,&amp;quot;data&amp;quot;:&amp;quot;{\&amp;quot;network_id:pool_addresses\&amp;quot;:[\&amp;quot;eth:0xc7bbec68d12a0d1830360f8ec58fa599ba1b0e9b\&amp;quot;],\&amp;quot;interval\&amp;quot;:\&amp;quot;1m\&amp;quot;,\&amp;quot;token\&amp;quot;:\&amp;quot;base\&amp;quot;,\&amp;quot;action\&amp;quot;:\&amp;quot;unset_pools\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;:2000, &amp;quot;message&amp;quot;:&amp;quot;Unsubscription is successful for eth:0xc7bbec68d12a0d1830360f8ec58fa599ba1b0e9b:1m:base&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Input Example:&lt;/strong&gt; Unsubscribe from OnchainOHLCV channel and all pools data:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; {&amp;quot;command&amp;quot;:&amp;quot;unsubscribe&amp;quot;,&amp;quot;identifier&amp;quot;:&amp;quot;{\&amp;quot;channel\&amp;quot;:\&amp;quot;OnchainOHLCV\&amp;quot;}&amp;quot;} &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Output Example&lt;/strong&gt;:&lt;/p&gt; &lt;p&gt;&lt;CodeGroup&gt;&lt;/p&gt; &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt; { &amp;quot;code&amp;quot;:2000, &amp;quot;message&amp;quot;:&amp;quot;Unsubscription is successful for all pools&amp;quot; } &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&lt;/CodeGroup&gt;&lt;/p&gt;