pulse_newcomer_whales
Find wallets with recent first lifecycle that already trade large notional, used to spot emerging whales.
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 |
|---|---|---|---|
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. | |
| newcomerDays | No | How recent the first lifecycle must be, in days. Default 30. | |
| minNotional | No | Minimum gross notional in USD. Default 100000. | |
| limit | No | Number of wallets to return. | |
| offset | No | Pagination offset. |