pulse_lifecycles_recent
Retrieve the most recently closed position lifecycles across all wallets on Hyperliquid. Filter by coin, minimum notional, hold duration, and time window to analyze trade outcomes including MAE/MFE and liquidation flags.
Instructions
Global feed of the most recently CLOSED position lifecycles across ALL wallets — 'what just closed exchange-wide right now'. Reads the corrected position_lifecycles_full table: includes MAE/MFE (when backfilled), a liquidation flag, and optional spot. Cross-wallet successor to pulse_recent_closed_positions. Filter by coin, minNotional, hold-duration range, and time window. Note: the very freshest closes may not have MAE/MFE yet — the risk backfill lags real-time, so recent rows can show null MAE/MFE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| since | No | Time window: e.g. '10m' (minutes), '1h' (hours), '1d' (days) | 1h |
| limit | No | Number of lifecycles to return. | |
| coin | No | Filter by coin symbol (e.g. BTC, ETH, SOL). For builder dex: prefix:COIN (e.g. xyz:SILVER). | |
| includeSpot | No | Include spot (@-prefixed) pairs. Default false (perps only). | |
| minNotional | No | Minimum notional in USD (peak_size * entry_vwap), e.g. 100000 for $100K+ positions. | |
| minDuration | No | Minimum hold duration in milliseconds (e.g. 60000 for >= 1 minute). | |
| maxDuration | No | Maximum hold duration in milliseconds (e.g. 1000 for sub-second HFT). |