Deep Blue Alpha

Public API

A minimal, unauthenticated stats endpoint. No key, no quota, no SLA. For a full live dashboard, see deepbluealpha.io.

Available endpoints

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.

Example

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

License

CC-BY-4.0 — free to use with attribution to Deep Blue Alpha (deepbluealpha.io).

Expanded API — Coming Soon

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:

Not financial advice. All data is observational on-chain activity. Past activity is not a predictor of future price. Do your own research.