Get HoodGrow OHLC price candles
get_ohlcRetrieve OHLC price candles for backtesting from on-chain Chainlink feeds, refreshed every 15 minutes. Choose interval (1h, 4h, 1d) and time range up to 730 days, with volume data included.
Instructions
OHLC price candles for backtesting, bucketed from price history already collected every ~15 min. Each candle also carries volumeUsd/swapCount — USD swap volume across the token's Uniswap V3 pools, null for buckets older than the volume indexer's backfill window. Defaults to the last 30 days if from/to are omitted; window capped at 730 days. $0.05 via x402, free with an API key. Fails for an unknown symbol. Prices are read from Chainlink feeds on-chain, not relayed from an off-chain aggregator, and refreshed every 15 minutes — each response is that snapshot, with observedAt giving its exact age. priceSource says which tokens resolved a feed and which fell back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO 8601 end (default: now). | |
| from | No | ISO 8601 start (default: 30 days before `to`). | |
| limit | No | Max candles to return, 1-1000. Defaults to 500. | |
| symbol | Yes | Ticker symbol, e.g. "NVDA" (case-insensitive). | |
| interval | Yes | Candle bucket size. |