CoinGecko market cap
Updated
What is CoinGecko market cap?
CoinGecko market cap is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. The coin market capitalisation reported by CoinGecko. It reports what the order book or trade tape showed, not what price will do next.
The facts
| Unit | usd |
|---|---|
| Family | Enrichment |
| Key | cgMarketCap |
| Quote-relative | No |
| Nullable | Yes |
| Plottable | Yes |
| Available from | Free plan |
Live across all nine venues
CoinGecko market cap 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 | CoinGecko market cap |
|---|---|---|
| Binance | BTCUSDT | 1,526,966,791,362 |
| Bitget | BTCUSDT | 1,526,966,791,362 |
| Bybit | BTCUSDT | 1,526,966,791,362 |
| Coinbase | BTC-USDT | 1,526,966,791,362 |
| Gate | BTC_USDT | 1,526,966,791,362 |
| Kraken | BTCUSDT | 1,526,966,791,362 |
| Kucoin | BTC-USDT | 1,526,966,791,362 |
| Mexc | BTCUSDT | 1,526,966,791,362 |
| Okx | BTC-USDT | 1,526,966,791,362 |
Query it
CoinGecko market cap is one field on the wide row /v1/latest returns for a pair. Set $BF to the API base and read it at .values.cgMarketCap:
curl -H "x-api-key: $BLACKFORGE_API_KEY" \
"$BF/v1/latest?exchange=binance&symbol=BTCUSDT"
# read the value at: .values.cgMarketCapRelated
Off-book context per coin: market cap, rank, liquidity, attention and developer activity.
← All Enrichment and every other metric · Coverage by venue
What is CoinGecko market cap?
CoinGecko market cap is a market-data metric BlackForge measures for every listed pair on nine spot exchanges, once per closed five-minute window. The coin market capitalisation reported by CoinGecko. It reports what the order book or trade tape showed, not what price will do next.
How is CoinGecko market cap measured?
BlackForge computes CoinGecko market cap from each venue’s own order book and trades for every listed pair, once per closed five-minute window, and records it as usd. The value is stored exactly as observed.
Which plan includes CoinGecko market cap?
CoinGecko market cap is available from the Free plan upward, and on pay-per-call over x402. See pricing for the full plan ladder.
Does CoinGecko market cap predict where price will go?
No. CoinGecko market cap 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.