Liquidation heat grid
liq_heatWhere liquidations actually hit, by price band, in 5-minute columns: the realized heat grid for one pair, with the hottest cell named. Use it for "where did the liquidations cluster today", "which price band got hit hardest". Keyless: the free pairs, the last 3 hours (36 columns). Starter: every streamed pair. Pro: the 12-hour grid (144 columns) and the projected forward grid. For projected levels as a book use liq_zones; for the events themselves use liquidations. Descriptive market data only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Alias for pair. | |
| pair | No | Trading pair, for example ETH/USD. A bare symbol like ETH is read as ETH/USD. Defaults to BTC/USD when omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Columns returned: 36 (3h) below Pro, 144 (12h) on Pro and up. | |
| columns | No | 5-minute columns, oldest first: t, price, band, cells (price band, usd). | |
| summary | No | The answer in one plain sentence, computed from the fields below. Open the reply with this, then let the numbers back it up. Null only when there was nothing to summarise. | |
| upgrade | No | Present below Pro: the plan that returns the 12h and projected grids. | |
| available | No | False on an uncovered pair, a pair outside the free set keyless, or when no grid is recorded. | |
| projected | No | Pro and up: the projected forward grid, a model. | |
| hottest_cell | No | The single cell with the most realized liquidation dollars: t, price, usd. |