pulse_trader_lifecycles
Reconstruct every open-to-close position lifecycle for any wallet on Hyperliquid. Get entry/exit VWAP, hold duration, realized PnL, fees, and liquidation status per cycle for deep position-level due diligence.
Instructions
Get a wallet's position lifecycle history — every open->close cycle reconstructed from on-chain fills, with entry/exit VWAP, peak size, hold duration, realized PnL, fees, fill count, and liquidation status. Richer than closed-positions: each row is a full position lifecycle. 90-day rolling window; spot (@-prefixed) excluded by default. Use for deep position-level due diligence and timing analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Filter by coin symbol (e.g. BTC, ETH). For builder dex: prefix:COIN (e.g. xyz:SILVER). | |
| limit | No | Number of lifecycles to return. | |
| offset | No | Pagination offset. | |
| status | No | Lifecycle status filter. Default 'closed'. | closed |
| address | Yes | Ethereum wallet address (0x...) | |
| includeSpot | No | Include spot (@-prefixed) pairs. Default false (perps only). | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| includeCensored | No | Include censored/low-quality lifecycles. Default false. |