pulse_trader_lifecycle_summary
Aggregate a trader's position lifecycle stats: total, closed, open positions, win rate, PnL, hold duration, fees, and unique coins traded. Sizes up performance in one call.
Instructions
Get a wallet's aggregate position-lifecycle stats: total/closed/open count, wins, losses, liquidations, win rate, total & avg PnL, biggest win/loss, avg/min/max hold duration, total fees, and unique coins traded. Same 90-day rolling window as pulse_trader_lifecycles. Use to size up a trader's position-level performance in one call.
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. | |
| includeSpot | No | Include spot (@-prefixed) pairs. Default false. | |
| includeCensored | No | Include censored lifecycles. Default false. |