Deep Blue Alpha API
Pull DBA's whale intelligence as JSON — into your spreadsheets, bots, dashboards, and models. Read-only, key-authenticated, available on the Whale tier.
Authentication
Every request needs your API key in the X-API-Key header (or ?api_key= query param). Generate a key from your account page (Whale tier). Keys are shown once at creation — store them securely.
curl -H "X-API-Key: dba_your_key_here" \ https://deepbluealpha.io/api/v1/whale-index
Base URL: https://deepbluealpha.io/api/v1 · Rate limit: 25,000 requests/day (Whale) · All responses are JSON in the shape { "data": …, "meta": { "tier", "endpoint", "generated_at" } }.
Endpoints
tf = 1H | 24H | 7D. Stablecoins excluded.before_id (use next_before_id from the response).Example response
{
"data": {
"timeframe": "24H",
"tokens": [
{ "symbol": "LINK", "net_flow_usd": 1174687.65,
"buy_volume_usd": 4820102.1, "sell_volume_usd": 3645414.45, "trades": 128 }
]
},
"meta": { "tier": "whale", "endpoint": "/api/v1/top-tokens",
"generated_at": "2026-08-18T20:00:00+00:00" }
}
Errors
401— missing / invalid / revoked key403— key belongs to a tier below Whale429— daily rate limit reached (resets at UTC midnight)
Not financial advice
API data is on-chain analytics for informational purposes only — not financial advice. Past whale activity is not predictive of future results.