madeonsol_token_candles
Retrieve historical OHLCV price candles for a Solana token from on-chain trade data. Supports timeframes 1m to 1d, with volume, market cap, and trade count.
Instructions
Historical OHLCV price candles for a token, aggregated from the on-chain trade firehose. Each candle carries t/open/high/low/close/volume_usd/trades/market_cap_usd. Timeframes: 1m/5m/15m/1h/4h/1d. PRO=OHLCV, last 30 days only. ULTRA adds buy/sell volume + count splits, net flow, MEV volume, open/close liquidity, high/low MC, and full history. PRO/ULTRA only β BASIC receives HTTP 403.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tf | No | Candle timeframe (default 1h) | |
| to | No | End of range, ISO8601 timestamp | |
| from | No | Start of range, ISO8601 timestamp | |
| mint | Yes | Token mint address (base58) | |
| limit | No | Number of candles to return, 1β1000 (default 200) |