pulse_wallet_drawdown_curve
Retrieve per-position drawdown (MAE) and run-up (MFE) curves for a wallet's closed perpetuals. Judge a trader's pain tolerance and exit timing by seeing how far underwater they went before the trade worked.
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. |