You are viewing a single comment's thread from:
RE: Steem Data Analysis: Who Withdraws Rewards vs Builds SP?
There seems a difference:
curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_account_count", "params":[], "id":1}' https://api.steemit.com/
{"id":1,"jsonrpc":"2.0","result":3657272}
curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_account_count", "params":[], "id":1}' https://api.justyy.com
{"jsonrpc":"2.0","result":1931768,"id":1}
I will extract all accounts using the different RPC methods with database_api.list_accounts and compare the results. I remember that yesterday, when I fetched accounts with https://steemd.steemworld.org using database_api.list_accounts, I got 3.6 million accounts. However, when I used condenser_api.get_account_count with https://steemd.steemworld, I only got 1.93M accounts. XD I will repeat the process again to verify and let you know the results