See the cascade before the chart does.
Real-time liquidations with victim, size, and mark price, plus TWAP and large-order flow, before they show up in the chart.
The parts you keep working around.
Liquidation cascades are visible in your positions before they're visible in your data.
Large-order detection needs the order flow, not the trade prints it eventually produces.
Post-hoc analysis requires the full event history, not a 24-hour window.
How the platform answers, point by point.
Liquidations, as they execute.
Victim wallet, size, price, and mark price on each event, in block order. Funding payments arrive on the same stream: risk inputs, not next-day accounting.
Liquidated notional, hourly
StreamData · stream_type: EVENTS
Inside the 08:11 window
type: liquidation · block order
| Time | Victim | Coin | Size | Mark px |
|---|---|---|---|---|
| 08:11:42.108 | 0x3fa8…c41d | BTC | liquidated 1.84200 | 66,412.0 |
| 08:11:42.951 | 0x91d2…77be | ETH | liquidated 41.0600 | 3,188.4 |
| 08:11:44.310 | 0xb05c…2e9a | BTC | liquidated 0.97150 | 66,371.0 |
| 08:12:01.077 | 0x44e1…9c08 | HYPE | liquidated 8,420.0 | 38.115 |
| 08:12:03.562 | 0x7d93…f1a6 | ETH | liquidated 12.3300 | 3,184.1 |
Illustrative events in the live-feed format. Each liquidation carries the victim wallet, liquidated size, price, and mark price, in block order. Funding payments arrive on the same stream.
One stream, alert-ready.
Liquidations and funding share the events stream; native TWAP progress and the full order lifecycle have streams of their own for large-order detection.
Read the docs# Liquidations and funding on one streamevents = stub.StreamData( streaming_pb2.StreamRequest(stream_type="EVENTS"), metadata=metadata,)for ev in events: if ev.type == "liquidation": alert(ev.user, ev.coin, ev.usdc, ev.liquidation.mark_px)The plan that fits.
Pro
$49/moRecommendedEvery stream, production rate limits.
Pro covers platform-wide event streams; Ultra adds the full historical archive for post-mortems. Desks monitoring proprietary exposure at scale should talk to us.
Compare both plansWalk us through your exposure.
We'll map the event streams and the archive to your monitoring stack. Pro covers platform-wide event monitoring and post-mortems.