pulse_survivors
Identify wallets that suffered deep realized losses then recovered to positive cumulative PnL. Returns trough depth, current PnL, and recovery amount for finding comeback traders.
Instructions
Find comeback traders: wallets whose cumulative realized PnL hit a deep trough and then climbed back to positive. Returns wallet, trough depth, current cumulative PnL, and recovery amount. Use for 'who blew up but recovered?'. Realized-PnL drawdown only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of wallets to return. | |
| offset | No | Pagination offset. | |
| maxTrough | No | Trough must be at least this deep (negative). Default -10000. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |