πŸ“”Endpoint Overview

The full list of Public API endpoints are listed here: https://www.coingecko.com/en/api/documentation

Other exclusive endpoints for paid plan users are listed on the Exclusive Endpoints page.

If you're new to CoinGecko, you may want to learn more about our methodologies on how we aggregate and calculate these data: market data (price, trading volume, .. ), exchanges, trust score, and listings.

CoinGecko API is divided into the following top-level categories

Overview on interval granularity of historical data:

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)

For ohlc endpoint, the data granularity is automatic and based on the date range:

  • 1-2 days from current time = 30-minutely data

  • 3-30 days from current time = 4-hourly data

  • above 31 days from current time = 4-daily data

For paid plan subscribers, you have the option to specify exclusive interval parameters to bypass auto granularity.

Last updated