Help us improve
Share bugs, ideas, or general feedback.
From cryptoquant
Monitor large holder (whale) movements using on-chain data.
npx claudepluginhub cryptoquantofficial/cryptoquant-skills --plugin cryptoquantHow this skill is triggered — by the user, by Claude, or both
Slash command
/cryptoquant:crypto-whaleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Monitor large holder (whale) movements using on-chain data.
Tracks large cryptocurrency transactions, whale wallet movements, exchange inflows/outflows, and custom watchlists across blockchains using Python scripts.
Fetches Hyperliquid on-chain perpetuals analytics from AiCoin API v3: whale positions, liquidations, open interest, trader stats, funding history. Useful for crypto whale tracking.
Tracks smart money, whale, and KOL on-chain activity via DEX transaction feeds, aggregated buy signals, and top trader leaderboards by PnL/win rate/volume/ROI. Also handles Market API payment and quota questions.
Share bugs, ideas, or general feedback.
Monitor large holder (whale) movements using on-chain data.
/crypto-whale # BTC, 24 hours
/crypto-whale btc # BTC, 24 hours
/crypto-whale eth 7d # ETH, 7 days
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
| Value | Status |
|---|---|
| < 0.3 | Retail dominated |
| 0.3 - 0.5 | Mixed |
| 0.5 - 0.7 | Whale heavy |
| > 0.85 | Extreme (manipulation risk) |
| 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 |
## 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
## 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
This command requires Professional or Premium plan for whale tracking metrics.
Basic / Advanced Plans:
price-ohlcv endpoint is accessible (7-day price data)