You're viewing a demo portfolio

Join the waitlist
PRSM

get_whale_trades

Active

Tool of PredMCP

declared in 0.7.0

Recent large trades on Hyperliquid perps above a notional threshold. Includes side (long/short), size, price, and timestamp.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "coin"
  ],
  "properties": {
    "coin": {
      "type": "string",
      "description": "Asset ticker to fetch whale trades for, e.g. \"BTC\", \"ETH\""
    },
    "min_notional_usdc": {
      "type": "number",
      "default": 50000,
      "description": "Minimum trade size in USDC to qualify as a whale trade (default: 50,000)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

PredMCP

https://github.com/RavioleLabs/predmcp

1/7 registries
View full server →
get_whale_trades — PredMCP — PRSM MCP