Skip to content

Divergence Radar

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.

SignalDescription
basis_divergenceSpot-perp basis exceeds threshold
cross_venue_arbPrice divergence between Hyperliquid and reference exchange
funding_dislocationFunding rate deviates significantly from equilibrium
liquidation_cascadeCluster of liquidation events detected

Signals are published with a 30-minute delay on the public feed:

GET https://unified.grpc.aleatoric.systems/signals/delayed
Authorization: Bearer YOUR_API_KEY

Response:

{
"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
}
]
}

Enterprise clients receive signals in real-time via the Unified Stream:

GET /api/v1/unified/stream?types=divergence_signal
TierAccess
FreeNone
ProDelayed feed (30min)
EnterpriseReal-time + delayed + historical