Crypto research
Research for crypto spot (multi-chain coverage) and Hyperliquid perpetuals from one workflow.
Find it at: /crypto/:symbol for spot, /hyperliquid/:symbol for perps. Reach either via top-bar symbol search, watchlist, or chat-card ticker.
1. Crypto spot detail
The spot detail page (/crypto/:symbol) consolidates everything you need on a single page.
- Chart. K-line with multi-timeframe toggles, volume overlay, and configurable indicators.
- Quote and key stats. Price, 24h change, market cap, circulating supply, FDV, 24h volume.
- Social sentiment. Recent mentions, sentiment score, and tracked influencer activity — see section 3.
- On-chain metrics. Whale activity, holder distribution, flow signals (where available for the chain).
- News strip. Token-tagged headlines from News Center.
2. Hyperliquid perp detail
The Hyperliquid perpetuals page (/hyperliquid/:symbol) layers perp-specific data on top of the spot view.
- Funding rate. Current rate and recent history — useful for carry decisions.
- Open interest. Total OI plus changes over recent windows.
- Leverage scaffolding. Margin tiers, max leverage for the contract, and a perp-specific quote header.
- Order entry. A Trade action opens the Hyperliquid trade rail. See Hyperliquid Perpetuals for the execution flow.
3. Social sentiment
Crypto detail pages surface social-media signal pulled through two endpoints:
getSocialMediaList— recent posts and mentions across tracked sources, with author, timestamp, and engagement.getSocialMediaSentiment— aggregated sentiment score and trend for the asset over recent windows.
Use these to gauge whether price action is supported by chatter or running counter to it. For prompt-driven access, ask Alphio AI directly in chat (see section 5).
4. K-line config
The K-line chart on the crypto detail page is configurable per user, backed by getCryptoCandlestickChartConfig.
- Timeframes. Minute-level through monthly — typical set includes 1m, 5m, 15m, 1h, 4h, 1D, 1W.
- Indicators. Toggle MA, EMA, RSI, MACD, and Bollinger Bands.
- Persistence. Your chart preferences sync via the same KV mechanism as other personalization settings — see Chat personalization.
5. Asking Alphio AI
For anything beyond the consolidated page, use chat. Examples:
"BTC funding rate now and last 7d trend"— returns a funding-rate readout for the perp."On-chain whales for SOL last 7d"— pulls whale movements."Compare ETH spot vs ETH-USD perp funding over the last 30 days"— cross-rail view."Sentiment shift on DOGE this week"— surfaces social sentiment delta."Long ETH 2x on Hyperliquid"— triggers a Strategy Option card and opens the Trade Modal.
See Chat cards for the cards these prompts emit and How to chat for prompt patterns.
If you need information not on this page, you can query the docs dynamically by sending a GET request with the ask query parameter:
GET https://docs.alphio.ai/research/crypto-research.md?ask=<question>The question should be specific, self-contained, and written in natural language. The response includes a direct answer plus relevant excerpts and sources.