Data
- Converting Standard Date Format to UNIX timestamps
- Can I access CoinGecko data through a database like Snowflake or Postgres?
- I can’t seem to query the data for a specific token despite using the name of token as an identifier for an endpoint. Where can I get the full list of coins and identifiers?
- Can I batch call multiple tokens' current price data?
- Can I batch call multiple tokens' historical data?
- Where can I find the token lists specific to a chain (for e.g. Arbitrum)?
- Do you provide rates for fiat-fiat conversions?
- Which currencies are supported?
- Can I use CoinGecko API in different currencies other than USD?
- I only want crypto prices (e.g. BTC price), how can I do this?
- How can I determine if the pricing data for the coin is outdated or stale?
- Can I get a list of tickers for a coin on a specific exchange?
- How can I retrieve a list of exchanges where the token is traded?
- How do I get a list of tokens under a specific category? (eg: https://www.coingecko.com/en/categories/layer-1)
- How do I get a list of categories tagged to a coin?
- How to get detailed information for a particular cryptocurrency?
- Does ‘order sort’ happen before or after ‘page through’ under the /coins/{id}/tickers endpoint?
- What granularity do you support for historical data?
- How far back is the historical data?
- What is the timestamp returned? Why are there so many numbers?
- How do I get historical exchange volume data for FTX, FTX US and FTX Derivatives?
- Can we access historical data for inactive or delisted coins via CoinGecko API?
- What is CoinGecko Rank and CoinGecko Score?
- Crypto Exchange Related API's
- What is the difference between trade_volume and trade_volume_normalised?
- How can I get the +-2% depth data as displayed on the token’s page markets section?
- What’s the difference between timestamp, last_traded_at and last_fetch_at?
- Why is there a discrepancy between the close price of a token on the /coins/{id}/market_chart (interval=daily) endpoint and the OHLC prices for the same token?
- Interval=hourly not working on /market_chart endpoints
- How to get Candlestick/OHLC/Kline data using API?