asset_type in ('tokenized-stocks', 'tokenized-funds', 'tokenized-commodities', 'tokenized-cryptoasset'); both tables carry the column, so most queries need no join.
metrics.assets_daily: one row per asset per day.metrics.asset_tokens_daily: one row per deployment per day, the assetβs contract on one chain.
Sample queries
- Asset
- Deployment
One row per asset per day, keyed Rank tokenized stocks by circulating supply on one day.
(asset_id, timestamp). Supply, price and yield are published here.Read one tokenized fundβs daily supply, holders and price.apy is a rate, so it never adds up, not across assets and not across days. Average it with a supply weight, or read it one asset at a time. off_peg measures how far a token has drifted from a currency peg, which only stablecoins have; it does not apply to tokenized assets, whose references are not currencies.