Get Whale Flow
get_whale_flowCumulative 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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Coin, e.g. "BTC" (top ~10 by OI are taped) | |
| hours | No | Lookback window in hours (default 24) | |
| min_notional_usdc | No | Threshold for the sample trades list (tape floor: $25k) |