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
- Provider
- CoinGecko Pro (Crypto Data)
- Input summary
- {"name":"id","type":"string","required":true,"description":"coin ID *refers to [`/coins/list`](/reference/coins-list)."}, {"name":"vs_currency","type":"string","required":true,"description":"target currency of price data *refers to [`/simple/supported_vs_currencies`](/reference/simple-supported-currencies)."}, {"name":"from","type":"string","required":true,"description":"starting date in ISO date string (`YYYY-MM-DD` or `YYYY-MM-DDTHH:MM`) or UNIX timestamp. **use ISO date string for best compatibility**"}, {"name":"to","type":"string","required":true,"description":"ending date in ISO date string (`YYYY-MM-DD` or `YYYY-MM-DDTHH:MM`) or UNIX timestamp. **use ISO date string for best compatibility**"}, {"name":"interval","type":"string","required":true,"description":"data interval","enum":["daily","hourly"]}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available