I’m a bit new to graphql and have been trying to figure out how to query the addresses with the highest balance of USDC on Ethereum. I’ve played around for about an hour and haven’t been able to figure out how to get addresses with balances of a given token. The best I’ve been able to do is to get the addresses with the highest count of contract calls. Is there a way to adapt this query for balances?
Thanks - I will build the transactions query into my package. I think the top balances would be a killer feature. For my project, people want to know about the concentration characteristics of different stablecoins on different networks. On Ethereum a lot of the top stablecoin balances are in DeFi protocols whose addresses are tagged, so knowing how much stablecoin deposits are held by different protocols is highly valuable.
Thanks this is cool - I prob can’t use any service that doesn’t have a free tier though because of the intended audience that my package is distributed to.