Skip to content

Changelog

Nick Squires edited this page Apr 8, 2022 · 1 revision

Verison 3.0.0

Major release based on Coingecko API V3 (3.0.0) - https://www.coingecko.com/api/documentations/v3

Deprecations:

If you are using any of the following calls, these could be breaking changes (Likely they are already broken in your app since they are already deprecated by CoinGecko)

  • Coins - Coins - Get status updates for a given coin (beta)
  • Exchanges - Removed from Beta
    • Exchanges (beta) - Get status updates for a given exchange (beta)
  • Finance (Beta):
    • Finance (beta) - List all finance platforms
    • Finance (beta) - List all finance products
  • Events
    • Get events, paginated by 100
    • Get list of event countries
    • Get list of event types

Addtions / Updates:

  • Simple: Get the current price of any cryptocurrencies in any other supported currencies that you need. Closes #1
  • Coins: Get coin's OHLC (Moved from "Beta")
  • Asset Platforms Endpoints: List all asset platforms
  • Categories:
    • List all categories
    • List all categories with market data
  • Indexes: Get market index by market id and index id (Moved from "Beta") Closes #2, Closes #3
  • Derivatives: removed from Beta
  • Exchange Rates: Add Get BTC-to-Currency exchange rates
  • Search: Search for coins, categories and markets listed on CoinGecko ordered by largest Market Cap first
  • Trending: Top-7 trending coins on CoinGecko as searched by users in the last 24 hours (Ordered by most popular first)
  • Global
    • Get cryptocurrency global data, Get global data - total_volume, total_market_cap, ongoing icos etc
    • Get Top 100 Cryptocurrency Global Eecentralized Finance(defi) data
Clone this wiki locally