Identity Demo Tables
Demo extracts of key identity tables. Use these to explore the schema and build queries before upgrading to full access. Two sampling strategies are used, depending on the shape of the source table:- Row samples — 5,000 randomly sampled rows from the full dataset. Used for the address-level tables, where any subset is representative.
- Time windows — a rolling 90-day window ending 30 days ago. Used for the daily balance time series, where a random row sample would leave gaps and make trends unreadable. These extracts are complete over the window they cover.
Demo tables are available in the
allium_identity.demo schema (e.g., allium_identity.demo.address_labels_demo).Address Labels
allium_identity.demo.address_labels_demo
Blockchain addresses mapped to their primary entity, category, and risk indicators. Covers all chains.
Addresses Geography
allium_identity.demo.addresses_geography_demo
Address-level geographic mapping with inferred country and region. Covers Ethereum, Polygon, and Base.
Addresses Timezones
allium_identity.demo.addresses_timezones_demo
Address-level timezone inference for individual user addresses. Covers EVM, Solana, and Tron.
CEX Deposits & Withdrawals
allium_identity.demo.cex_deposits_withdrawals_demo
Daily deposit and withdrawal volumes aggregated by entity, chain, and token.
Entity Balances Daily
allium_identity.demo.entity_balances_daily_demo
Daily stablecoin and native token balances for entity wallets.
Geo Balances Daily
allium_identity.demo.geo_balances_daily_demo
Daily token balances aggregated by attributed country. This demo covers a rolling 90-day window ending 30 days ago, rather than a row sample, so the time series is continuous over that period.
Geo Balances with Exchanges Added Daily
allium_identity.demo.geo_balances_exchanges_added_daily_demo
Daily token balances aggregated by attributed country. This demo covers a rolling 90-day window ending 30 days ago, rather than a row sample, so the time series is continuous over that period.