tokenintel_whale_flows
Get real-time whale distribution data for a fan token. Shows the ratio of whale sells to total whale activity on CEX exchanges. sell_ratio = whale sell volume / total whale volume; the payload labels >0.65 'distribution' and <0.35 'accumulation' (descriptive labels, not a signal). Data aggregated from CEX exchanges in real-time. USE THIS for aggregate buy/sell pressure on CEX. USE tokenintel_whale_trades for individual trade rows. USE tokenintel_dex_whales for on-chain (Chiliz Chain) swap whales.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token symbol (e.g., ASR, BAR, CHZ, CITY, ATM, ACM, JUV, PSG) | |
| exchange | No | Filter by specific exchange (optional). Options: binance, okx, htx, kucoin, bybit, gate, mexc, mercadobitcoin, upbit, coinbase | |
| min_trade_usd | No | Minimum trade size in USD (default: 1000). The source table ingests fan-token trades from $10 up, most of it retail-sized; pass 0 to include every trade. | |
| timeframe_hours | No | Lookback window in hours (default: 4) |