RugCharts
RugCharts is price charts with teeth. Standard OHLCV candles and technical analysis, fused with the threat intelligence the rest of the platform already knows โ whale accumulation, volume anomalies, death spirals, and composite rug risk rendered directly on the chart.
Open it in the app at rugmunch.io/rugcharts,
or call the API. Every endpoint below is live on https://rugmunch.io/api/v1.
โ Live-platform facts on this page verified against production on 2026-08-24.
What makes it differentโ
A normal chart shows you price. RugCharts shows you price plus what the whales inside it are doing โ because the charting engine sits on the same data spine as the scanner and Lite Chain Indexer (64M+ swap events on Base alone, refreshed continuously).
API endpointsโ
| Method & path | Purpose |
|---|---|
GET /api/v1/rugcharts/ohlcv/{chain}/{pair_address} | Candlestick data for a DEX pair |
GET /api/v1/rugcharts/ta/{address} | Technical analysis indicators |
GET /api/v1/rugcharts/signals/{address} | Threat signals (see below) |
GET /api/v1/rugcharts/analyze/{address} | Combined chart analysis |
GET /api/v1/rugcharts/intel/{chain}/{pair_address} | Pair intelligence summary |
GET /api/v1/rugcharts/whales/{chain}/{token_address} | Whale activity on a token |
GET /api/v1/rugcharts/trending | Trending tokens |
GET /api/v1/rugcharts/health | Service health + live data freshness |
Live capabilities (from /health): trending, ohlcv, intel, analyze,
signals, ta, whales, wallet_labels, and ws_trades โ a WebSocket
stream of trades for real-time charting.
# OHLCV candles for a pair
curl https://rugmunch.io/api/v1/rugcharts/ohlcv/ethereum/0xPairAddress
# Threat signals for a token
curl https://rugmunch.io/api/v1/rugcharts/signals/0xTokenAddress
# Whale activity on a token
curl https://rugmunch.io/api/v1/rugcharts/whales/base/0xTokenAddress
# Trending tokens right now
curl https://rugmunch.io/api/v1/rugcharts/trending
Signal typesโ
| Signal | Meaning |
|---|---|
whale_buy | Large wallet accumulating |
whale_sell | Large wallet distributing |
volume_spike | Abnormal volume vs. baseline |
death_spiral | Price/liquidity feedback loop (exit-liquidity pattern) |
rug_risk_high | Composite rug probability elevated |
Reading signals in contextโ
Signals are strongest when combined:
whale_sell+ RugMaps fund-flow to the deployer โ insider distribution; exit.volume_spike+wash_tradingscan clean โ possibly organic; watch.death_spiralโ liquidity is structurally exiting; do not catch the knife.
For automated agents, signals are also exposed through the MCP server
(analytics_query) โ see MCP Setup.
Pricingโ
Chart data and trending are trial-eligible; whale analytics and combined analysis are paid x402 tools โ see x402 Payments for live pricing.