StreamLiquidationFills - Stream Liquidation Fills
Subscribe to live Hyperliquid liquidation fills and optionally filter by coin or liquidated account over V3 gRPC.
StreamLiquidationFills sends fills that carry liquidation metadata. liquidated_users targets fill.liquidation.liquidated_user, not the account in fill.user.
Request and live-only behavior
Empty coins and liquidated_users lists select all liquidation fills. Coins match exactly. Liquidated-user addresses match case-insensitively, and the two filters combine using AND semantics. Unknown coin values simply never match.
The stream has no opening snapshot or backfill. Frames emptied by filtering remain present so the per-subscription sequence stays contiguous.
Sequencing and recovery
Require contiguous sequence values. A gap or ABORTED means loss; reconnect for live data and recover the missing blocks through StreamFills or historical data. See the gRPC overview for shared errors.
Related references: StreamAllFills and StreamTrades.
StreamBuilderFills - Stream Builder Fills
Subscribe to live Hyperliquid fills attributed to one builder, optionally scoped by coin, over the V3 gRPC API.
StreamCandle - Stream Live OHLCV Candles
Subscribe to sparse, live Hyperliquid OHLCV bucket snapshots for one coin and interval over the V3 gRPC API.