Get Spot Taker Buy/Sell Imbalance
arena_get_taker_imbalanceAre taker buys or taker sells dominating? Daily SPOT taker-buy share for a Binance pair: taker-buy volume divided by total volume, one value per UTC day (0..1; 0.5 = balanced aggressor flow, above 0.5 taker buys dominate). Derived ratio only — raw volumes are not redistributed. This is SPOT aggressor flow, not futures positioning — for leverage positioning use arena_get_funding_rate_history. Returns the series ascending plus latest, window_mean and n_days; the forming day is excluded (its share still moves). Window via days, capped by tier — the range block declares requested/granted. [Free 30d / Pro 365d / Power unlimited]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days back from today (auto-clamped by tier — Free=30, Pro=365, Power=3650). | |
| pair | No | Binance spot pair, e.g. 'BTCUSDT' (default), 'ETHUSDT', 'SOLUSDT'. |