You are viewing a single comment's thread from:
RE: Steem Data Analysis: Who Withdraws Rewards vs Builds SP?
As the large majority of accounts are inactive it serves little purpose to analyze them all.
You need to build in some robust selection criteria to make the tool more useful.
For example select accounts by...
- age
- reputation
- country (using profile but non-complete)
- size of SP holding
etc
Thank you for the thoughtful feedback, I really appreciate it.
I completely agree that filtering out inactive accounts would make the tool more efficient and insightful. Unfortunately, at the moment, there isn’t an available endpoint or API that allows for selecting accounts based on specific criteria like activity, age, reputation, SP size, or profile data.
The process I currently use involves first fetching a broad list of accounts, then analyzing each one individually to check if they’ve made any recent transfers. If an account has initiated a transfer, I consider it active. So while it’s not the most refined approach, it’s the only reliable indicator I can automate for now.
If someone is able to provide RPC access that supports custom endpoints or filtering, I’d be more than happy to integrate that. Otherwise, maybe when I create my own RPC, I can build an endpoint for this specific purpose. But for now, I can't do that, as it would require a powerful and expensive server.
Thanks again for the suggestion
Maybe talk with @steemchiller or @justyy to see if they can help...
Chatted with @justyy , super helpful!