whale_movements_summary
ActiveTool of com.cryptowhaleinsights/whale-insights
Whale movements summary — aggregated stats rollup (no auth, MCP-compatible) — Returns an aggregated statistics rollup of whale on-chain movements over a period, so AI agents don't have to page through raw /api/public/whale-movements rows to compute totals themselves. Breaks down movement counts and REAL USD totals (from the same usd_value column as /api/public/whale-movements) by chain and by flow direction (inflow/outflow/transfer). USD totals only ever include rows with a resolvable price — `unresolvedUsdCount` reports how many movements in the window had no resolvable USD value, so totals are never silently inflated or fabricated. period filter: 7d | 30d | 90d (default 7d — a shorter default than the raw archive's 90d, since a rollup is most useful over a recent window). Response: { sinceDays, movementCount, movementsWithResolvedUsd, unresolvedUsdCount, totalUsd, byDirection, usdByDirection, topChainsByUsd[], firstSeenAt, lastSeenAt, dataSource, updatedAt }. No authentication required. 60 requests/min rate
Parameters schema
{
"type": "object",
"properties": {
"period": {
"enum": [
"7d",
"30d",
"90d"
],
"type": "string",
"default": "7d",
"description": "Time window: 7d | 30d | 90d (default 7d)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.cryptowhaleinsights/whale-insights
1/7 registries