Total ask depth
Updated
What is Total ask depth?
Total ask depth is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. All resting sell liquidity in the order book we maintain for that venue. It reports what the order book or trade tape showed, not what price will do next.
The facts
| Unit | quote |
|---|---|
| Family | Depth bands |
| Key | upDepthFull |
| Quote-relative | Yes |
| Nullable | No |
| Plottable | Yes |
| Available from | Max plan |
Live across all nine venues
Total ask depth 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 | Total ask depth |
|---|---|---|
| Binance | BTCUSDT | 189,258,082 |
| Bitget | BTCUSDT | 9,642,497 |
| Bybit | BTCUSDT | 5,910,644 |
| Coinbase | BTC-USDT | 2,676,538 |
| Gate | BTC_USDT | 16,502,787 |
| Kraken | BTCUSDT | 5,907,177 |
| Kucoin | BTC-USDT | 14,054,266,552,812 |
| Mexc | BTCUSDT | 20,682,359 |
| Okx | BTC-USDT | 5,925,682 |
Query it
Total ask depth is one field on the wide row /v1/latest returns for a pair. Set $BF to the API base and read it at .values.upDepthFull:
curl -H "x-api-key: $BLACKFORGE_API_KEY" \
"$BF/v1/latest?exchange=binance&symbol=BTCUSDT"
# read the value at: .values.upDepthFullRelated
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 Total ask depth?
Total ask depth is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. All resting sell liquidity in the order book we maintain for that venue. It reports what the order book or trade tape showed, not what price will do next.
How is Total ask depth measured?
BlackForge computes Total ask depth 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 Total ask depth?
Total ask depth is available from the Max plan upward, and on pay-per-call over x402. See pricing for the full plan ladder.
Does Total ask depth predict where price will go?
No. Total ask depth 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.