Bid volume 3 to 6%
Updated
What is Bid volume 3 to 6%?
Bid volume 3 to 6% is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. Resting buy liquidity in the slice from 3 to 6% below top of book. It reports what the order book or trade tape showed, not what price will do next.
The facts
| Unit | quote |
|---|---|
| Family | Order ladders |
| Key | buyOrderVol6 |
| Quote-relative | Yes |
| Nullable | No |
| Plottable | Yes |
| Available from | Free plan |
Live across all nine venues
Bid volume 3 to 6% for BTC-USDT, as measured in the latest closed window on each venue. Observed . A venue with no reading for this window shows an em dash — nothing is invented.
| Venue | Symbol | Bid volume 3 to 6% |
|---|---|---|
| Binance | BTCUSDT | 10,660,194 |
| Bitget | BTCUSDT | 0 |
| Bybit | BTCUSDT | 0 |
| Coinbase | BTC-USDT | 100,687 |
| Gate | BTC_USDT | 674,520 |
| Kraken | BTCUSDT | 2,165,401 |
| Kucoin | BTC-USDT | 502,195 |
| Mexc | BTCUSDT | 314,859 |
| Okx | BTC-USDT | 0 |
Query it
Bid volume 3 to 6% is one field on the wide row /v1/latest returns for a pair. Set $BF to the API base and read it at .values.buyOrderVol6:
curl -H "x-api-key: $BLACKFORGE_API_KEY" \
"$BF/v1/latest?exchange=binance&symbol=BTCUSDT"
# read the value at: .values.buyOrderVol6Related
The shape of the resting book: how size stacks across successive rungs on each side.
Defined in the glossary: Order book imbalance.
← All Order ladders and every other metric · Coverage by venue
What is Bid volume 3 to 6%?
Bid volume 3 to 6% is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. Resting buy liquidity in the slice from 3 to 6% below top of book. It reports what the order book or trade tape showed, not what price will do next.
How is Bid volume 3 to 6% measured?
BlackForge computes Bid volume 3 to 6% from each venue’s own order book and trades for every listed pair, once per closed five-minute window, and records it as quote. Because it is quote-relative, it is expressed in the pair’s quote asset. The value is stored exactly as observed.
Which plan includes Bid volume 3 to 6%?
Bid volume 3 to 6% is available from the Free plan upward, and on pay-per-call over x402. See pricing for the full plan ladder.
Does Bid volume 3 to 6% predict where price will go?
No. Bid volume 3 to 6% is a measurement of what the order book or trade tape showed in the window. It carries no view on future price, and BlackForge scores nothing — every metric is a measurement, not a call.