Tokens
Get Token Bubble Map
GET
Get Token Map
Credit cost: 25 per request.
All tokens are supported by default, including NFT collections, but beware of
errors: a
404 will be returned if no holders are found, and a 400 might be
returned for some rare unsupported tokens.Parameters
- The base map includes the top 80 holders of the token. This is the same as the iFrame integrations. You can change the number of holders with the
limitparameter. - By default, magic nodes are computed and used in the relationships, score, and clusters. Disable with
use_magic_nodes=false. - By default, time nodes are computed and used in the relationships, score, and clusters. Disable with
use_time_nodes=false. - The
return_*query parameters define what is returned in the response. To ensure lightweight responses, only return the data you actually use! The parameterreturn_nodesincludes the list of nodes and their labels and metadata. - Data can be cached for performance, cache TTL depends on token age. Date of update can be found in the
X-Dt-Updateresponse header. If you need to force a refresh, you can use therefresh=truequery param. - History mode: to access the state of a map in a specific date in the past, use the
timestampparameter (unix timestamp)
| Option | Credits |
|---|---|
| Base request | 25 |
limit=250 | +50 |
limit=500 | +100 |
return_nodes=true | +25 |
refresh=true | +25 |
timestamp=XXX | +50 |
Response
- All share values are in
[0, 1]format, meaning42%will be returned as0.42. - In the nodes lists, you’ll find a
is_shown_on_mapboolean. It is based on the default visibility state on our main app, meaning that CEXs, DEXs, Contracts, and hypernodes (more than 200k transfers) are hidden. These nodes are not considered in the relationships, score, and clusters computation. - The
is_supernodeboolean means that the node has a high volume of transfers (threshold may vary). Relationships between two supernodes are ignored (relationships between a supernode and a non-supernode are included though). - In the
relationshipslist, transfers are grouped based on the(from_address, to_address, token_ref)key. Meaning that ifAsends someBMTtoBmultiple times, these transfers will be grouped as a uniqueGROUPED_TRANSFERrelationship object (other types of relationships with differentdataschemas will be supported in the future, make sure this doesn’t break your typing). metricsinclude various scores and stats described in detail in the metrics endpoint documentation.
Returning nodes and relationships on dense maps might crash the API playground
web interface. In these cases, don’t hesitate to try out calls directly via
curl or your favorite language.
Magic Nodes
Time Nodes
Bubblemaps Score
Query Duration
Query duration ranges from a fewms for cache hits, up to a minute for outliers. Most queries should not take more than 15s though.Authorizations
Path Parameters
Available options:
eth, base, solana, tron, bsc, apechain, sonic, ton, avalanche, polygon, monad, hyperevm, arbitrum Query Parameters
Available options:
80, 250, 500 Get Token Map