Token prices
Bucketed USD price series per token (hyUSD/xSOL back to 2025-04; others from launch). sol only on LSTs. With ohlc=true each point is a candle: open/high/low plus usd = close, merged from the recorder's 5-minute candles (open is the first 5-minute open in the bucket, high/low the extremes) — so intra-5-minute wicks are not visible at any grain.
Query parameters
Bucket size (last value in bucket). Max window: 7d at 5m, 90d at 1h, 1000d at 1d.
Trailing window ending today (inclusive). Ignored when from is given. Must fit the granularity's window cap.
Inclusive range start (YYYY-MM-DD). Overrides days.
Inclusive range end; default today. Range capped at 1000 days; from > to → 400.
Comma-separated token labels (case-insensitive): BTC, HYPE, HYUSD, HyloSOL, JitoSOL, SOL, eHYUSD, xBTC, xHYPE, xSOL. Omit for all. Unknown label → 400.
Serve OHLC candles instead of last-value points. true / 1.
Response
Cache-Control: public, max-age=300.
Example response
{
"since": "2026-08-19",
"until": "2026-08-19"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.