/crypto-whale Command
Monitor large holder (whale) movements using on-chain data.
Usage
code
/crypto-whale # BTC, 24 hours /crypto-whale btc # BTC, 24 hours /crypto-whale eth 7d # ETH, 7 days
Workflow
code
1. Ensure session initialized
2. Discover available endpoints:
- discover_endpoints(asset, category="flow-indicator", query="whale")
- discover_endpoints(asset, category="exchange-flows")
3. Query available metrics (Professional+ required):
- Whale Ratio: /v1/{asset}/flow-indicator/exchange-whale-ratio
params: { window: "day", limit: 1 }
- Fund Flow Ratio: /v1/{asset}/flow-indicator/fund-flow-ratio
params: { window: "day", limit: 1 }
- Netflow: /v1/{asset}/exchange-flows/netflow
params: { window: "day", limit: 1, exchange: "all_exchange" }
- Inflow: /v1/{asset}/exchange-flows/inflow
params: { window: "day", limit: 1, exchange: "all_exchange" }
- Outflow: /v1/{asset}/exchange-flows/outflow
params: { window: "day", limit: 1, exchange: "all_exchange" }
4. If metrics unavailable (Basic/Advanced plan):
- Only price-ohlcv is accessible
- Redirect user to https://cryptoquant.com/quicktake for free analysis
5. Interpret and generate report
Metrics
Whale Ratio (Professional)
| Value | Status |
|---|---|
| < 0.3 | Retail dominated |
| 0.3 - 0.5 | Mixed |
| 0.5 - 0.7 | Whale heavy |
| > 0.85 | Extreme (manipulation risk) |
Combined Signal
| Whale Ratio | Netflow | Signal |
|---|---|---|
| > 0.5 | Negative | Whale accumulation (bullish) |
| > 0.5 | Positive | Whale distribution (bearish) |
| < 0.3 | Negative | Retail accumulation |
| < 0.3 | Positive | Retail panic selling |
Output Format
Full (Professional)
code
## Whale Activity: BTC (24h) Whale Ratio: 0.58 (Whale Heavy) Retail: 42% | Whales: 58% | Metric | Value | |--------|-------| | Inflow | 12,450 BTC | | Outflow | 15,200 BTC | | Net | -2,750 BTC | Behavior: Whales accumulating (outflow dominant) Signal: Bullish
Limited (Basic/Advanced Plan)
code
## Whale Activity: BTC Your plan only has access to price-ohlcv (7-day price data). Whale tracking metrics require Professional or Premium plan. For free on-chain analysis and whale activity insights: → https://cryptoquant.com/quicktake Upgrade for full metrics: https://cryptoquant.com/pricing
Warning Patterns
- •Whale Ratio > 0.85 + Positive Netflow = Distribution warning
- •Sudden large inflow spike = Potential dump
Plan Requirements
This command requires Professional or Premium plan for whale tracking metrics.
Basic / Advanced Plans:
- •Only
price-ohlcvendpoint is accessible (7-day price data) - •Whale ratio, exchange flows, and flow indicators are not available
- •For timely on-chain analysis and whale activity insights, visit: https://cryptoquant.com/quicktake
Reference
- •Main skill: /crypto
- •Interpretation guide: INTERPRETATION.md