vibe-coding-cn/assets/skills/coingecko/references/llms-full.md

488 KiB

Changelog

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

Product updates and announcements

export const GreenSeparator = () => (

); ## 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:

"launchpad_details": {
  "graduation_percentage": 2.16,
  "completed": false,
  "completed_at": null,
  "migrated_destination_pool_address": null
}

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.

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