pulse_wallet_drawdown_curve
Analyze a wallet's per-position drawdown (MAE) and run-up (MFE) curves for closed perpetual positions to assess pain tolerance and exit timing.
Instructions
Get a wallet's per-position drawdown (MAE) and run-up (MFE) curve: for each closed perp lifecycle, the worst adverse price excursion and best favorable excursion vs entry, as percentages. Use to judge a trader's pain tolerance and exit timing — 'how far underwater did they go before it worked?'. Perp-only (spot has no MAE).
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...) | |
| limit | No | Number of positions to return. | |
| offset | No | Pagination offset. |