Backstop Liquidation Events
pulse_backstop_eventsIdentify the largest forced liquidations on Hyperliquid, ranked by loss, with wallet, coin, side, entry price, and PnL details. Use it to analyze catastrophic trader outcomes and answer who got hit hardest.
Instructions
Get the most catastrophic individual liquidations across Hyperliquid — large forced closes ranked by loss. Returns wallet, coin, side, entry VWAP, peak size, realized PnL, penalty fee, liquidation method, and liquidator address. Use for 'who got wrecked hardest?' and post-mortem analysis. Default returns $10k+ losses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of events to return. | |
| method | No | Optional liquidation method filter (e.g. 'market', 'backstop'). | |
| offset | No | Pagination offset. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| maxRealizedPnl | No | Only return losses at least this large (negative). Default -10000 = $10k+ losses. |