Chart Widget
The Chart widget renders candlestick charts with lightweight-charts (opens in a new tab). One widget covers both perpetual futures and on-chain DEX tokens, with a terminal-native header — no heavy embedded third-party charting.
Features
- Two modes — Perp (futures) and Dex (on-chain)
- Live streaming — prices tick from the active exchange's WebSocket with zero per-tick React re-renders
- Draw tools — trend lines and a measure tool
- Indicators — Supertrend, 24H high/low lines, symbol compare, funding-rate chip, news markers
- Fill arrows — your executed trades appear as Buy/Sell markers on the candles
- Quick-buy overlay — optional in-flow buy bar below the chart
- Master/independent — the first chart follows the global symbol; others hold their own
Modes
Toggle Perp / Dex with the segmented control at the left of the header.
Perp (Futures)
- Real-time data from the active exchange (Hyperliquid, Bybit, Binance, Bitget, Phoenix, Arcus)
- Header stats: Last · 24H% · Fund · High · Low
- Fill arrows and news markers overlay the candles
Dex (On-Chain)
- Chart any token by contract address on Solana, Ethereum, BSC, or Base
- A token input bar appears: pick the chain, paste the address, click Load (chain is auto-detected from the address format)
- Header stats: Price · MC · 24H% · Liq · Vol
- Optional market-cap price axis (MC/$)
Symbol Selection
In Perp mode the gold ticker in the header is the symbol switcher — click it to search and pick a pair. On the master chart this drives the global symbol (and linked widgets); independent charts keep their own.
Timeframes
Favorite intervals show as inline tabs; the … button opens the full list, where you can pin/unpin favorites with the star.
- Perp: 1m, 3m, 5m, 15m, 30m, 1H, 4H, 1D
- Dex: sub-second candles too — 1s, 5s, 15s, 30s, then 1m … 1D (availability depends on the data source)
Draw Tools
Open the pencil menu:
- Trend line — click two points to draw
- Measure — measure price/time between two points
Indicators
Open the line-chart menu:
- Supertrend
- 24H High/Low lines (Perp)
- Compare symbol — overlay a second symbol (Perp)
- Funding rate chip — shows the current rate and next-funding countdown (Perp)
- News markers — headline markers anchored on the candles, with a "% since news" reference line
- Market-cap axis — price the y-axis in market cap (Dex)
Fill Arrows
Your executed trades render as Buy @ price / Sell @ price arrows below/above the candle, colored to your theme. They're sourced from your trade history and re-apply automatically as candles load.
Chart Settings
Open the settings (gear) menu:
- Chart settings… — candle/theme colors
- Quick-buy overlay — toggle the in-flow quick-buy bar (Perp: quick-buy on the active symbol; Dex: quick swap using your Swap/Trenches amount and slippage)
Footer
A footer strip shows feed health, candle count, the serving data source, whether the chart is master or independent, and a "drawings saved" marker.
News Feed Integration
Click the chart icon next to a contract address in the News Feed and the master chart switches to Dex mode with the correct chain auto-detected. Clicking a ticker on a news card routes an exchange-listed symbol to Perp mode.
Supported Chains (Dex Mode)
| Chain | Native Token |
|---|---|
| Solana | SOL |
| Ethereum | ETH |
| BSC | BNB |
| Base | ETH |
Data Sources
- Perp mode — the active exchange's WebSocket (real-time)
- Dex mode — pool and candle data via
/api/chart/pairand/api/chart/klines(DexScreener / Padre / Axiom / GeckoTerminal depending on chain)
The first Chart you add is the "master" and tracks the global symbol. Add a second Chart to pin an independent symbol/timeframe that won't move when you switch pairs elsewhere.