Live Recent Liquidations
live_recent_liquidationsCheck real liquidation events on Hyperliquid by coin and time window, returning wallet, penalty fee, and closed PnL to pinpoint where forced unwind activity actually occurred.
Instructions
Get real liquidation events from the syncer. Best for questions like 'where did forced unwind activity actually hit?' or 'show me BTC liquidations over the last 30 days'. Returns wallet, coin, penalty fee, and closed PnL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Optional coin filter (e.g. BTC, ETH, SOL or builder dex prefix:COIN) | |
| limit | No | Number of liquidation events to return | |
| since | No | Time window: e.g. '10m' (minutes), '1h' (hours), '1d' (days) | 7d |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |