Documentation Index
Fetch the complete documentation index at: https://docs.bubblemaps.io/llms.txt
Use this file to discover all available pages before exploring further.
Deprecated Response Fields
OnGET /v0/tokens/map/{chain}/{token_address}:
decentralization_score→ usemetrics.scores.bubblemaps_scoreinsteadmetadata.identified_supply→ usemetrics.supply_statsinsteadmetadata.identified_supply.share_in_cexs→ usemetrics.supply_stats.cexsinsteadmetadata.identified_supply.share_in_dexs→ usemetrics.supply_stats.dexsinsteadmetadata.identified_supply.share_in_other_contracts→ usemetrics.supply_stats.contractsinstead (includes all contracts, not only non-CEX/DEX contracts)
GET /v0/tokens/metadata/{chain}/{token_address} and POST /v0/tokens/metadata:
token_stats→ usestatsinstead (query parameter name is unchanged:return_token_stats)
New Features
Token metrics are now a first-class object, with a dedicated endpoint and
richer supply statistics.
- Map responses now always a
metricsobject including various scores and extended supply statistics - Added Get Token Metrics endpoint for easy-access token stats and scores
- Added
use_time_nodesquery parameter on Get Token Bubble Map (defaulttrue) for temporal groupings of transfers in cluster computation. Read more