You're viewing a demo portfolio

Join the waitlist
PRSM

whale_movements

Active

Tool of com.cryptowhaleinsights/whale-insights

declared in 1.0.0

Public whale movements archive — paginated 1-year history (no auth, MCP-compatible) — Returns a paginated archive of large whale on-chain movements recorded in the CryptoWhaleInsights signal-history database, covering up to 1 year (365 days). This is the public, unauthenticated counterpart to the authenticated /api/whale-history endpoint: it omits the explorerUrl field (Pro-only). AI agents can use this to analyse historical on-chain flow direction (inflow/outflow/transfer) across 14 chains without any credentials. Supported chains (chain filter values): BTC, ETH, SOL, BSC, BASE, ARB, POLYGON, TON, SUI, HYPE, TRX, SEI, INJ, APT. Supported directions (direction filter values): inflow, outflow, transfer. Keyword search: use ?q= to filter by token name, signal summary, or wallet label (case-insensitive, max 100 chars). Example: ?q=USDT returns only moves mentioning USDT; ?q=ETH+Whale+%237 returns moves by that wallet label. Pagination: page (1-indexed, default 1), pageSize fixed at 20. period filter: 7d | 30d |

Parameters schema

{
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "maxLength": 100,
      "description": "Keyword search (case-insensitive, max 100 chars). Matches against token name, signal summary, or wallet label. Example: q=USDT returns moves mentioning USDT; q=ETH+Whale+%237 returns moves by that wallet label."
    },
    "page": {
      "type": "integer",
      "default": 1,
      "minimum": 1,
      "description": "Page number (1-indexed, default 1)."
    },
    "chain": {
      "enum": [
        "BTC",
        "ETH",
        "SOL",
        "BSC",
        "BASE",
        "ARB",
        "POLYGON",
        "TON",
        "SUI",
        "HYPE",
        "TRX",
        "SEI",
        "INJ",
        "APT"
      ],
      "type": "string",
      "description": "Filter by chain. Valid values: BTC, ETH, SOL, BSC, BASE, ARB, POLYGON, TON, SUI, HYPE, TRX, SEI, INJ, APT. Default: all chains."
    },
    "period": {
      "enum": [
        "7d",
        "30d",
        "90d",
        "365d"
      ],
      "type": "string",
      "default": "90d",
      "description": "Time window: 7d | 30d | 90d | 365d (default 90d). Use 365d to retrieve up to 1 year of history."
    },
    "direction": {
      "enum": [
        "inflow",
        "outflow",
        "transfer"
      ],
      "type": "string",
      "description": "Filter by flow direction: inflow | outflow | transfer. Default: all directions."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.cryptowhaleinsights/whale-insights

1/7 registries
View full server →