pulse_cohort_recent_top_positions
Retrieves the largest closed positions from a specified trader cohort (by profit or volume tier), showing entry/exit prices, hold duration, realized PnL, fees, and liquidation status.
Instructions
Top closed position lifecycles by a cohort defined by its LAST-30-DAY tier: the biggest/most notable open->close cycles from currently-printing wallets, with entry/exit VWAP, hold duration, realized PnL, fees, and liquidation flag.
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. | |
| offset | No | Pagination offset. | |
| 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. |