Divergence Radar
Overview
Section titled “Overview”Divergence Radar monitors price divergences between Hyperliquid and reference venues (Binance, OKX, Bybit) in real-time. It detects arbitrage opportunities, tracks their outcomes, and provides delayed signal feeds for analysis and strategy development.
Available on Pro and Enterprise tiers.
Signal Types
Section titled “Signal Types”| Signal | Description |
|---|---|
basis_divergence | Spot-perp basis exceeds threshold |
cross_venue_arb | Price divergence between Hyperliquid and reference exchange |
funding_dislocation | Funding rate deviates significantly from equilibrium |
liquidation_cascade | Cluster of liquidation events detected |
Delayed Feed
Section titled “Delayed Feed”Signals are published with a 30-minute delay on the public feed:
GET https://unified.grpc.aleatoric.systems/signals/delayedAuthorization: Bearer YOUR_API_KEYResponse:
{ "signals": [ { "type": "cross_venue_arb", "coin": "BTC", "direction": "hl_cheap", "divergence_bps": 12.4, "detected_at": "2026-03-11T10:30:00Z", "resolved_at": "2026-03-11T10:31:42Z", "outcome": "converged", "pnl_bps": 8.1 } ]}Real-Time Feed (Enterprise)
Section titled “Real-Time Feed (Enterprise)”Enterprise clients receive signals in real-time via the Unified Stream:
GET /api/v1/unified/stream?types=divergence_signalAccess
Section titled “Access”| Tier | Access |
|---|---|
| Free | None |
| Pro | Delayed feed (30min) |
| Enterprise | Real-time + delayed + historical |