# Depth Radar

> Free crypto order-flow terminal and data API: live multi-venue CVD (Binance & Bybit USDT-perp, Binance coin-margined, Bybit inverse, Coinbase spot), footprint charts, order-book liquidity heatmap, confirmed price-CVD divergences, liquidations, and long-horizon Bitcoin models (drawdown from ATH, risk levels, cycle comparison, power law) computed from daily closes since 2011. Everything is free, no account, no paywall. Data comes straight from exchange feeds; the aggressor side is the exchange's own taker flag, never inferred.

For agents: open JSON API (no key, CORS *, 10 req/s per IP) and a stateless MCP server.

- MCP endpoint (Streamable HTTP JSON-RPC): https://app.depthradar.com/mcp
- API docs: https://app.depthradar.com/api.html
- OpenAPI spec: https://app.depthradar.com/openapi.json

## Key API endpoints

- https://app.depthradar.com/api/ticker : BTC/ETH snapshot, funding, Fear & Greed, dominance, open interest
- https://app.depthradar.com/api/live?sym=BTCUSDT : current 1m bar with five-venue CVD
- https://app.depthradar.com/api/history?sym=BTCUSDT : ~3 days of 1m bars with per-venue CVD + OI
- https://app.depthradar.com/api/divergences : confirmed price-CVD divergences, non-repainting
- https://app.depthradar.com/api/liqzones?sym=BTCUSDT : largest resting order-book walls
- https://app.depthradar.com/api/footprint?sym=BTCUSDT : sell x buy taker volume by price level inside candles
- https://app.depthradar.com/api/model/btc : Bitcoin daily series since 2011 + drawdown/risk/cycles/power-law models
- https://app.depthradar.com/api/markets : top-100 coins by 24h spot volume

## Pages

- https://app.depthradar.com/ : live CVD terminal (BTC/ETH, 5 venues + total, divergence arrows, liquidity overlay)
- https://app.depthradar.com/footprint.html : footprint chart
- https://app.depthradar.com/heatmap.html : order-book liquidity heatmap with liquidations
- https://app.depthradar.com/bitcoin-drawdown-from-ath.html : live drawdown from ATH since 2011
- https://app.depthradar.com/bitcoin-risk.html : transparent 0-1 risk metric (percentile of ln(price/374d SMA))
- https://app.depthradar.com/bitcoin-cycles.html : cycles aligned from bear-market lows
- https://app.depthradar.com/bitcoin-power-law.html : OLS power-law fit with 95% corridor
- https://app.depthradar.com/learn.html : trading playbooks (CVD, footprint, market structure, liquidations)
- https://t.me/depthradar : community channel with divergence alerts
