pulse_trader_lifecycles
Reconstruct a wallet's full position lifecycles from on-chain fills, including entry/exit VWAP, hold duration, realized PnL, and liquidation status. Use for deep due diligence and timing analysis.
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 |
|---|---|---|---|
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| address | Yes | Ethereum wallet address (0x...) | |
| coin | No | Filter by coin symbol (e.g. BTC, ETH). For builder dex: prefix:COIN (e.g. xyz:SILVER). | |
| status | No | Lifecycle status filter. Default 'closed'. | closed |
| includeSpot | No | Include spot (@-prefixed) pairs. Default false (perps only). | |
| includeCensored | No | Include censored/low-quality lifecycles. Default false. | |
| limit | No | Number of lifecycles to return. | |
| offset | No | Pagination offset. |