Wallet Balances
Example queries that use the Ethereum Wallet Balances datasets
Perform complex queries joining wallet balances with other datasets such as ENS names to derive usable insights for your apps and research. Querying the Wallet Balances datasets enable use cases like monitoring aggregate changes in wallet balances to track rewards sent to users, analyzing transaction trends for specific wallets week over week, and identifying the active "whale" wallets with their ENS names during major market events. Copy example queries directly into your Spice.ai Playground to get started in seconds.
Wallets with top balances, identified with their ENS names and balance change in gwei
Identifying “whale” wallets that are reacting to x event with their ENS names by querying the up-to-date wallet balances, balance delta in the past 3 hours, in descending wallet balance.
Typical query time: <60 seconds.
Analyze transaction trends for a specific group of highly active wallets week over week
Find historical absolute-value snapshot balances via eth.wallet_balances
.
Typical query time: <1 second.
Last updated