A minimal, unauthenticated stats endpoint. No key, no quota, no SLA. For a full live dashboard, see deepbluealpha.io.
GET /api/v1/public/stats — live site-wide stats (tracked wallet count, 24h buy/sell volume, latest block). Returns JSON. Cached 60s server-side.
GET /api/v1/public/whale-index — the Whale Sentiment Index: today's 0–100 whale buy/sell score, components, and 30-day history. Cached 60s.
GET /api/v1/public/top-tokens — top 10 tokens by 24h whale volume with buy/sell/net flow and whale counts. Cached 60s.
GET /whale-index/badge.svg — live SVG badge of the current index score. Embed it anywhere.
curl https://deepbluealpha.io/api/v1/public/stats curl https://deepbluealpha.io/api/v1/public/whale-index curl https://deepbluealpha.io/api/v1/public/top-tokens
CC-BY-4.0 — free to use with attribution to Deep Blue Alpha (deepbluealpha.io).
The read-only /api/v1 endpoints above are live now, included with the Whale tier. An expanded API is in development and will add authenticated endpoints: per-wallet flows, per-token history, a real-time WebSocket feed, and bulk export.
Get notified when API access launches: