目录 / LiquidationClusterSqueezeRiskIntel
MCP
鉴权未知
未评级
已上架
LiquidationClusterSqueezeRiskIntel
Real-time liquidation heatmap and squeeze risk scoring for BTC, ETH, and SOL perpetual futures across Binance, Bybit, OKX, and Hyperliquid. Returns price-bucketed liquidation clusters with per-bucket squeeze probability scores (0–100) based on cluster density, funding rate alignment, OI velocity, and price proximity.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://liquidationclustersqueezeriskintel--baileyethanspurs4.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"LiquidationClusterSqueezeRiskIntel": {
"url": "https://liquidationclustersqueezeriskintel--baileyethanspurs4.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| get_liquidation_clusters | Return liquidation cluster geometry — the CoinGlass heatmap equivalent. For the specified venue, symbol, and time resolution, aggregates all liquidation events in the lookback window into price-bucketed clusters. Each cluster includes: - long and short notional (USD) that was liquidated at that price level - cumulative liquidation value up to that price level - squeeze probability score (0–100) with rating label - distance from current mark price Parameters ---------- venue : str Exchange: "binance" | "bybit" | "okx" | "hyperliquid" symbol : str "BTC", "ETH", or "SOL" resolution : str Time bucket size: "1m" | "5m" | "15m" | "1h" | "4h" lookback_minutes : int How many minutes of history to aggregate (default 60). For 4h resolution, recommend 240–1440. Max 129600 (90 days). Historical cluster data is retained for 365 days. Returns ------- Full cluster geometry with provenance, confidence, freshness, and evidence. |
| get_squeeze_risk_score | Return the aggregate squeeze risk score for a venue/symbol pair. Combines cluster geometry across all 5 resolutions (1m through 4h) to produce a holistic squeeze risk assessment. The score indicates how likely the current market structure is to produce a liquidation cascade in the near term. Includes a score breakdown showing contribution from each component: - cluster_density (0–40): how large current clusters are vs 30-day baseline - funding_alignment (0–20): whether funding rate aligns with cluster side - oi_velocity (0–20): how fast OI is growing (more leverage = more risk) - price_proximity (0–20): how close the largest cluster is to current price Parameters ---------- venue : str "binance" | "bybit" | "okx" | "hyperliquid" symbol : str "BTC", "ETH", or "SOL" |
| get_cross_venue_liquidation_summary | Cross-venue liquidation summary for BTC, ETH, or SOL across Binance, Bybit, and OKX. Queries all three supported venues simultaneously and returns: - Per-venue cluster geometry for each requested resolution - Consensus squeeze score (volume-weighted average across venues) - Cross-venue divergence score (0–1): how much venues disagree (high divergence may indicate venue-specific forced selling) Note: Hyperliquid is included in the response structure but will always show no data — no public market-wide liquidation event feed exists for that venue. Parameters ---------- symbol : str "BTC", "ETH", or "SOL" resolutions : list[str], optional Subset of ["1m","5m","15m","1h","4h"]. Defaults to ["5m","1h","4h"]. |
| refresh_clusters | Force an immediate re-aggregation of cluster geometry for a venue/symbol pair. The pipeline automatically refreshes every few seconds, so this is only needed if you want guaranteed freshness before a time-critical query. Parameters ---------- venue : str "binance" | "bybit" | "okx" | "hyperliquid" symbol : str "BTC", "ETH", or "SOL" |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。