Bid book reach
Updated
What is Bid book reach?
Bid book reach is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. How far below the best bid, in percent, the order book we maintain actually reaches in this window. It reports what the order book or trade tape showed, not what price will do next.
The facts
| Unit | percent |
|---|---|
| Family | Depth bands |
| Key | bidDepthReachPct |
| Quote-relative | No |
| Nullable | No |
| Plottable | Yes |
| Available from | Pro plan |
Live across all nine venues
Bid book reach 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 book reach |
|---|---|---|
| Binance | BTCUSDT | 46.17 |
| Bitget | BTCUSDT | 0.1318 |
| Bybit | BTCUSDT | 0.9856 |
| Coinbase | BTC-USDT | 100 |
| Gate | BTC_USDT | 4.93 |
| Kraken | BTCUSDT | 21.82 |
| Kucoin | BTC-USDT | 100 |
| Mexc | BTCUSDT | 100 |
| Okx | BTC-USDT | 0.1907 |
Query it
Bid book reach is one field on the wide row /v1/latest returns for a pair. Set $BF to the API base and read it at .values.bidDepthReachPct:
curl -H "x-api-key: $BLACKFORGE_API_KEY" \
"$BF/v1/latest?exchange=binance&symbol=BTCUSDT"
# read the value at: .values.bidDepthReachPctRelated
How much is resting on the book within fixed percentage distances of the price.
Defined in the glossary: Order book depth.
← All Depth bands and every other metric · Coverage by venue
What is Bid book reach?
Bid book reach is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. How far below the best bid, in percent, the order book we maintain actually reaches in this window. It reports what the order book or trade tape showed, not what price will do next.
How is Bid book reach measured?
BlackForge computes Bid book reach from each venue’s own order book and trades for every listed pair, once per closed five-minute window, and records it as percent. The value is stored exactly as observed.
Which plan includes Bid book reach?
Bid book reach is available from the Pro plan upward, and on pay-per-call over x402. See pricing for the full plan ladder.
Does Bid book reach predict where price will go?
No. Bid book reach 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.