Get Conviction Score
get_conviction_scoreAggregates funding outlier, whale imbalance, OI/volume ratio, and momentum into a single directional score (-100 short ↔ +100 long) plus a 0-100 strength score. One call replaces 6+ lookups, returns a clean number for LLM decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Asset ticker to analyze, e.g. "BTC", "ETH", "HYPE" | |
| whale_window_minutes | No | Lookback window for whale trades (default: 60min) | |
| min_whale_notional_usdc | No | Whale trade threshold in USDC (default: 25,000) |