Skip to main content

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 & pathPurpose
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/trendingTrending tokens
GET /api/v1/rugcharts/healthService 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โ€‹

SignalMeaning
whale_buyLarge wallet accumulating
whale_sellLarge wallet distributing
volume_spikeAbnormal volume vs. baseline
death_spiralPrice/liquidity feedback loop (exit-liquidity pattern)
rug_risk_highComposite 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_trading scan 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.