NEW Track your crypto P/L →
Try_CryFolio arrow_outward

LOADING_DATA...

error {{ error }}
inbox

NO_TOKENS_FOUND

# TOKEN PRICE_USD SPREAD_% VOLUME_24H EXCH ACTION
{{ token.rank || '—' }}
{{ token.symbol.charAt(0) }}
{{ token.symbol }} {{ token.name }}
{{ Fmt.price(token.avgPrice) }} {{ Fmt.spread(token.spreadPct) }} {{ Fmt.volume(token.totalVolume) }} {{ token.exchanges?.length || 0 }}
{{ 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"