pulse_backstop_events
Identify the largest forced liquidations on Hyperliquid by realized loss. Returns wallet, coin, entry price, peak size, penalty fee, and liquidation method for post-mortem analysis of catastrophic trades.
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. |