Wallet Drawdown Curve
pulse_wallet_drawdown_curveGet a wallet's per-position drawdown (MAE) and run-up (MFE) curve for closed perps, showing worst adverse and best favorable price excursions to judge 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 |
|---|---|---|---|
| limit | No | Number of positions to return. | |
| offset | No | Pagination offset. | |
| address | Yes | Ethereum wallet address (0x...) | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |