sort_by metric. Returns multi-window PnL, volume, and win-rate per address. Useful as the discovery step before drilling in with whaleContext or accountState.
Weight: 10
Request
Response
Notes
- 30-minute cache keyed by
(symbol, sort_by, min_notional). Per-row PnL and win-rate enrichment for the top 200 users is computed inside the cache, so all callers within the window see identical results - Compute staleness via
now − last_updated_time(≤ 30 min by construction) - If the historical data source is unavailable, the snapshot is still served — 7d / 30d win-rate fields fall back to
null