pulse_cohort_recent_positions
Retrieve live positions held by wallets based on their last-30-day profitability or volume tier. Identify what currently active traders are positioned for, capturing recent market regime shifts.
Instructions
Live positions held by a cohort defined by its LAST-30-DAY tier (pnl_tier_recent / size_tier_recent), not lifetime tier. Surfaces what currently-printing wallets are positioned for right now — catches regime changes the all-time pulse_cohort_positions misses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | Yes | Tier slug. PnL tiers (by profitability): apex (Apex), sharps (Sharps), grinders (Grinders), scrapers (Scrapers), crowd (The Crowd), bleeders (Bleeders), trapped (Trapped), blown_out (Blown Out). Size tiers (by volume): heavyweights (Heavyweights), cruiserweights (Cruiserweights), middleweights (Middleweights), welterweights (Welterweights), lightweights (Lightweights), featherweights (Featherweights), flyweights (Flyweights), strawweights (Strawweights). Legacy slugs (money_printer, smart_money, grinder, humble_earner, exit_liquidity, semi_rekt, full_rekt, giga_rekt, leviathan, tidal_whale, whale, small_whale, apex_predator, dolphin, fish, shrimp) remain accepted; API responses still emit legacy slugs. | |
| limit | No | Number of positions to return. | |
| tierType | Yes | Tier category: 'pnl' for profit tiers, 'size' for volume tiers. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |