Same-size trade count
Updated
What is Same-size trade count?
Same-size trade count is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. Trades sharing an exact quantity in groups of three or more. It reports what the order book or trade tape showed, not what price will do next.
The facts
| Unit | count |
|---|---|
| Family | Trade timing |
| Key | sameQtyTradeCount |
| Quote-relative | No |
| Nullable | No |
| Plottable | Yes |
| Available from | Max plan |
Live across all nine venues
Same-size trade count 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 | Same-size trade count |
|---|---|---|
| Binance | BTCUSDT | 16,300 |
| Bitget | BTCUSDT | 378 |
| Bybit | BTCUSDT | 1,460 |
| Coinbase | BTC-USDT | 25 |
| Gate | BTC_USDT | 304 |
| Kraken | BTCUSDT | 0 |
| Kucoin | BTC-USDT | 1,336 |
| Mexc | BTCUSDT | 104 |
| Okx | BTC-USDT | 682 |
Query it
Same-size trade count is one field on the wide row /v1/latest returns for a pair. Set $BF to the API base and read it at .values.sameQtyTradeCount:
curl -H "x-api-key: $BLACKFORGE_API_KEY" \
"$BF/v1/latest?exchange=binance&symbol=BTCUSDT"
# read the value at: .values.sameQtyTradeCountRelated
When trades landed within the window and how they were spaced.
← All Trade timing and every other metric · Coverage by venue
What is Same-size trade count?
Same-size trade count is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. Trades sharing an exact quantity in groups of three or more. It reports what the order book or trade tape showed, not what price will do next.
How is Same-size trade count measured?
BlackForge computes Same-size trade count from each venue’s own order book and trades for every listed pair, once per closed five-minute window, and records it as count. The value is stored exactly as observed.
Which plan includes Same-size trade count?
Same-size trade count is available from the Max plan upward, and on pay-per-call over x402. See pricing for the full plan ladder.
Does Same-size trade count predict where price will go?
No. Same-size trade count 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.