tokenintel_price_candles
Historical OHLCV price candles for any fan token. Intervals: 1h, 4h, 1d. Up to 180 days lookback. Returns open, high, low, close, volume for each period. Use for backtesting, charting, trend analysis, or building your own signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback in days (max 180). Default: 30. | |
| limit | No | Max candles to return (max 500). Default: 200. | |
| token | Yes | Token symbol (e.g., 'BAR', 'PSG', 'CHZ'). | |
| interval | No | Candle interval. Default: 4h. |