Aggregate_Tokens
TOTAL_TRACKED: {{ totalCount }} · {{ exchangeCount }} EXCHANGES · AUTO_REFRESH_60S
LOADING_DATA...
error
{{ error }}
NO_TOKENS_FOUND
| # | TOKEN | PRICE_USD | SPREAD_% | VOLUME_24H | EXCH | ACTION |
|---|---|---|---|---|---|---|
| {{ token.rank || '—' }} |
{{ token.symbol }}
{{ token.name }}
|
{{ Fmt.price(token.avgPrice) }} | {{ Fmt.spread(token.spreadPct) }} | {{ Fmt.volume(token.totalVolume) }} | {{ token.exchanges?.length || 0 }} |
PAGE {{ page }} / {{ totalPages }}
{{ selectedToken.symbol.charAt(0) }}
{{ selectedToken.symbol }}
{{ selectedToken.name }}
{{ Fmt.price(selectedToken.avgPrice) }}
Price Metrics
Min Price
{{ Fmt.price(selectedToken.minPrice) }}
Max Price
{{ Fmt.price(selectedToken.maxPrice) }}
Avg Price
{{ Fmt.price(selectedToken.avgPrice) }}
Spread %
{{ Fmt.spread(selectedToken.spreadPct) }}
Volume 24h
{{ Fmt.volume(selectedToken.totalVolume) }}
Exchanges
{{ selectedToken.exchanges?.length || 0 }}
Price Range Distribution
Price History
Exchanges
No exchange data available
{{ exch }}
API Example
curl -X GET \
"https://bitmidpoint.com/api/v1/tokens/{{ selectedToken.symbol }}" \
-H "X-API-Key: cbv_your-key-here"