Live Cohort Bias History
live_cohort_bias_historyGet historical hourly net-bias snapshots per cohort to answer whether smart-money was accumulating or exiting and which tier flipped first.
Instructions
Get historical cohort bias data for a specific coin. Use this when a user asks 'were smart-money cohorts accumulating or exiting?' or 'which tier flipped first?'. Returns hourly net-bias snapshots for each tier or for a specific tier over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Coin symbol (e.g. BTC, ETH, SOL) | |
| tier | No | Specific tier to track. Omit for all tiers in the category. | |
| hours | No | Number of hours of history (default 168 = 7 days, max 720 = 30 days) | |
| tierType | No | Tier category: 'pnl' for profit tiers, 'size' for volume tiers | pnl |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |