pulse_backstop_events
Identify the largest forced liquidations on Hyperliquid, ranked by realized loss. Returns wallet, coin, side, entry VWAP, peak size, and more for post-mortem analysis.
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 |
|---|---|---|---|
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| method | No | Optional liquidation method filter (e.g. 'market', 'backstop'). | |
| maxRealizedPnl | No | Only return losses at least this large (negative). Default -10000 = $10k+ losses. | |
| limit | No | Number of events to return. | |
| offset | No | Pagination offset. |