pulse_trader_daily_stats
Retrieve a trader's daily performance breakdown, including PnL, trade count, win rate, and volume, to evaluate consistency and conduct due diligence.
Instructions
Get day-by-day performance breakdown for any trader. Returns daily PnL, trade count, win rate, and volume for each day the trader was active. Use for deep due diligence and identifying consistency patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum wallet address (0x...) | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |