In progress. This table is not served yet. The page documents it as it lands.
facts.token_transfers: one row per token transfer.facts.token_balance_changes: one row per account per transfer, so a transfer produces a negative row for the sender and a positive one for the receiver.- The balance functions: holder balances at any date, computed at query time.
metrics.tokens_prices_daily: one USD price per token per day.
Sample queries
- Daily activity
- Busiest tokens
- Net balance moves
- Current holders
- Balance history
- Daily price
Count the transfers and the accounts behind them on one day. Counts of distinct accounts across longer windows cannot be added up day by day; Assets βΈ Senders covers the surface built for that question.
Notes
The token list is everything we see onchain, which reaches far past the tokens anyone would want: a ranking of the busiest tokens returns contracts whose symbols imitate well-known ones. Nothing has gone wrong when those appear. Joiningdimensions.asset_tokens keeps the tokens tied to a named asset with a named issuer; Assets covers that layer.