get_whale_flow
ActiveTool of PredMCP
Cumulative whale buy/sell imbalance over hours-to-days from the durable trade tape (≥$25k trades persisted continuously, restart-proof). Returns imbalance ratio (-1..+1), BUY/SELL_DOMINANT verdict, and the largest recent prints. Longer horizons than get_whale_trades (1h buffer).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"coin"
],
"properties": {
"coin": {
"type": "string",
"description": "Coin, e.g. \"BTC\" (top ~10 by OI are taped)"
},
"hours": {
"type": "integer",
"default": 24,
"maximum": 2160,
"minimum": 1,
"description": "Lookback window in hours (default 24)"
},
"min_notional_usdc": {
"type": "number",
"default": 100000,
"minimum": 25000,
"description": "Threshold for the sample trades list (tape floor: $25k)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries