pulse_newcomer_whales
Identify wallets that began trading recently but already move large volumes. Filter by minimum notional and first-seen window to surface aggressive new whales with significant PnL and lifecycle activity.
Instructions
Find new big players: wallets whose first-ever lifecycle is recent but who have already moved large notional. Returns wallet, first-seen date, gross notional, total PnL, and lifecycle count. Use for 'who just showed up and is already trading big?'. Lower minNotional if no rows return at default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of wallets to return. | |
| offset | No | Pagination offset. | |
| minNotional | No | Minimum gross notional in USD. Default 100000. | |
| newcomerDays | No | How recent the first lifecycle must be, in days. Default 30. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |