live_recent_liquidations
Get real-time liquidation events with wallet, coin, penalty fee, and closed PnL. Filter by coin and time window to pinpoint where forced unwind activity 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. |