live_coin_risk_snapshot
Assess a coin's current risk profile including open interest, wallet count, long/short posture, concentration, and liquidation heatmap to answer crowding and liquidation-prone queries.
Instructions
Get the current risk snapshot for a single coin. Use this when a user asks 'is BTC crowded?', 'who is holding the risk?', or 'how liquidation-prone is this market right now?'. Returns OI, wallet count, long/short posture, position-size concentration, top positions, liquidation heatmap, and 7-day liquidation totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Coin symbol (e.g. BTC, ETH, SOL). For builder dex markets use prefix:COIN (e.g. xyz:GOLD, km:OIL, cash:TSLA) | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |