Squeeze Score (crowding)
squeeze_scoreFused 0-100 crowding read per pair (funding + long/short accounts + taker imbalance + OI trend) with the overexposed side. Descriptive, not a trade signal. Needs a paid developer plan. 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. A developer plan is needed for any pair here: without one the call is refused before the pair is even read. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | One line saying what the numbers cover, or why there are none. Read it before reporting any zero as a market reading. | |
| pair | No | The pair this crowding read describes. | |
| available | No | False when this lane could not answer: a producer is dark, the pair sits outside this plan, or the argument named something we do not carry. Absent or true means the numbers are a real reading, not a guess. | |
| updated_at | No | When the read was computed. | |
| access_note | No | What this connection could not return and what lifts it. Always pass this on to the user: it is the only place that information appears. | |
| by_exchange | No | The same read broken out per exchange. | |
| crowded_side | No | Which side is overexposed, long or short. | |
| squeeze_score | No | Crowding from 0 to 100. Descriptive, not a trade signal. | |
| long_short_ratio | No | Long accounts against short accounts. | |
| taker_buy_sell_ratio | No | Aggressive buying against aggressive selling. |