Skip to main content
In progress. This table is not served yet. The page documents it as it lands.
Four surfaces cover token activity on Polygon. Every column and both function signatures are documented at Tokens.

Sample queries

The event tables split by day on block_timestamp and hold billions of rows. Bound that column in every query; without a bound the query reads the whole table.
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. Joining dimensions.asset_tokens keeps the tokens tied to a named asset with a named issuer; Assets covers that layer.