You're viewing a demo portfolio

Join the waitlist
PRSM

whale_movements_summary

Active

Tool of com.cryptowhaleinsights/whale-insights

declared in 1.0.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.cryptowhaleinsights/whale-insights

1/7 registries
View full server →
whale_movements_summary — com.cryptowhaleinsights/whale-insights — PRSM MCP