Token Deep Dive
research_token_viewAggregated single-coin dossier: market data (spot/perp price, funding, market-wide OI, long/short, liquidations — the same enriched line as market_quotes), global market context (dominance, Fear & Greed), multi-timeframe technicals computed in-house from candles (4h + 1d: RSI, EMA/SMA, MACD, ATR, Bollinger, ADX, trend — the same numbers as ta_technicals), on-chain TVL/fees (when the symbol is a tracked chain), news, a grounded narrative synthesis with citations, upcoming catalyst events, social sentiment, ETF flows, prediction-market odds, live provider coverage, and a per-section status list that distinguishes an empty section from a failed feed — for one symbol (e.g. 'ETH').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Coin symbol, e.g. 'ETH' or 'BTC' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| news | No | ||
| market | No | Same shape as one market_quotes item; omitted when no provider covers the symbol | |
| social | No | ||
| symbol | Yes | ||
| etfFlow | No | ||
| onChain | No | ||
| sections | No | Per-section outcome, so an empty section can be told apart from a failed feed. Check this before reading an empty array as a real absence. | |
| catalysts | No | ||
| narrative | No | ||
| technicals | No | In-house per-timeframe snapshots; same item shape as ta_technicals's timeframes. Empty when no timeframe could be analyzed. | |
| marketContext | No | Same shape as market_overview | |
| providerCoverage | No | ||
| predictionMarkets | No |