get_whale_trades
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries