Allium is Now Available Through Google Cloud Marketplace
Discover the Latest Trends
Stay informed with our latest blog posts
Stay Updated with Our Blog
Get the latest blog updates directly to your inbox.
Stay informed with our latest blog posts
Get the latest blog updates directly to your inbox.
Query all balances with USD prices in one line
select date, project, sum(balance)
from ethereum.assets.balances
The quality of tables makes it easy for new SQL users to create complex queries in just a few lines
Matt Maximo, Research Lead at Grayscale
Track every stablecoin transaction across 15 chains in a single query
select token_symbol, sum(usd_volume) from crosschain.stablecoin.transfers group by all;
Powers the Visa Onchain Analytics Dashboard
A source of truth for NFT trades, supporting all major marketplaces, with washtrading filters.
select block_timestamp, chain, sum(usd_price) from crosschain.nfts.trades group by all
We don’t need an engineer to index each chain and spend time when there are data issues or when we want to add new marketplaces or new columns to our data. It’s all done by Allium with great SLAs!
- Monique, Head of Data Science at MagicEden
Powers Electric Capital's NFTPulse
Trades from major DEXs and aggregators, liquidity from both DEXes and non-DEX sources
select block_timestamp, chain, count(distinct transaction_from_address) from crosschain.dex.trades group by all
Trusted by the two biggest DEX ecosystems
Allium's curated 100+ attributes explore what your users are doing on-chain, and led to protocols saving $300M+ in airdrops through sybil detection over the past year
With the help of machine learning experts from @AlliumLabs, we found several major clusters and will be looking into whether they should be removed from the tiered volume-based allocations
- Jupiter Aggregator
The Allium Assistant can be found within the Allium Explorer platform to generate comprehensive queries to answer research questions asked in simple English
1000+ lines of code reduced to a sentence & one right-click
Spend less time writing lines of code & more time conducting analysis