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.

Your problem

The parts you keep working around.

01

Liquidation cascades are visible in your positions before they're visible in your data.

02

Large-order detection needs the order flow, not the trade prints it eventually produces.

03

Post-hoc analysis requires the full event history, not a 24-hour window.

The proof

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

TimeVictimCoinSizeMark px
08:11:42.1080x3fa8…c41dBTCliquidated 1.8420066,412.0
08:11:42.9510x91d2…77beETHliquidated 41.06003,188.4
08:11:44.3100xb05c…2e9aBTCliquidated 0.9715066,371.0
08:12:01.0770x44e1…9c08HYPEliquidated 8,420.038.115
08:12:03.5620x7d93…f1a6ETHliquidated 12.33003,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.

Integration sketch

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)
Where to start

The plan that fits.

Pro

$49/moRecommended

Every 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 plans

Walk 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.