live_coin_risk_history
Retrieve a coin's historical risk metrics including open interest, long/short ratios, cohort rotation, and liquidation counts to diagnose market fragility and pre-move positioning.
Instructions
Get the historical risk lane for a coin. Best for questions like 'how did this setup become fragile?' or 'did the Sharps rotate before the move?'. Returns hourly OI, long/short history, cohort rotation, candle data, mark/oracle dislocation history when available, and liquidation counts over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Coin symbol (e.g. BTC, ETH, SOL). For builder dex markets use prefix:COIN | |
| hours | No | Number of hours of history to return (default 168 = 7 days, max 720 = 30 days) | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |