I think I could use these information to also provide something useful in the posts themselves.
I've registered to Discord through your link. Where can I find these info that you have written? It would be good if I could know the last calendar day's data easily.
You are viewing a single comment's thread from:
If you're interested in getting the information directly, check out SteemData.
The type of query I'm using is:
db.getCollection('AccountOperations').count({type: 'transfer', to: 'null', timestamp: {'$gt': new Date(ISODate().getTime() - 1000 * 86400 * 30)}})
Which asks for the number of
transfers
to thenull
account in the past 30 days and returns2907
. You can put that query into RoboMongo.Thank you! I'll use it. :wink: