Ask depth to +60%
Updated
What is Ask depth to +60%?
Ask depth to +60% is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. Resting sell liquidity from the best ask up to 60% above it. It reports what the order book or trade tape showed, not what price will do next.
The facts
| Unit | quote |
|---|---|
| Family | Depth bands |
| Key | upDepth60 |
| Quote-relative | Yes |
| Nullable | No |
| Plottable | Yes |
| Available from | Pro plan |
Live across all nine venues
Ask depth to +60% 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 | Ask depth to +60% |
|---|---|---|
| Binance | BTCUSDT | 161,614,416 |
| Bitget | BTCUSDT | 9,642,497 |
| Bybit | BTCUSDT | 5,910,644 |
| Coinbase | BTC-USDT | 1,516,342 |
| Gate | BTC_USDT | 16,502,787 |
| Kraken | BTCUSDT | 5,907,177 |
| Kucoin | BTC-USDT | 12,189,544 |
| Mexc | BTCUSDT | 16,897,231 |
| Okx | BTC-USDT | 5,925,682 |
Query it
Ask depth to +60% is one field on the wide row /v1/latest returns for a pair. Set $BF to the API base and read it at .values.upDepth60:
curl -H "x-api-key: $BLACKFORGE_API_KEY" \
"$BF/v1/latest?exchange=binance&symbol=BTCUSDT"
# read the value at: .values.upDepth60Related
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 Ask depth to +60%?
Ask depth to +60% is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. Resting sell liquidity from the best ask up to 60% above it. It reports what the order book or trade tape showed, not what price will do next.
How is Ask depth to +60% measured?
BlackForge computes Ask depth to +60% 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 Ask depth to +60%?
Ask depth to +60% is available from the Pro plan upward, and on pay-per-call over x402. See pricing for the full plan ladder.
Does Ask depth to +60% predict where price will go?
No. Ask depth to +60% 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.