View this post on Hive: scotbot: get account history api endpoint
scotbot: get account history api endpoint
5 years ago by holger80 (72)
$31.09
- Past Payouts $31.09
- - Author $16.83
- - Curators $14.25
341 votes
- + theycallmedan: $14.152 (100%)
- + steempty: $2.192 (100%)
- + fminerten: $1.913 (100%)
- + yabapmatt: $1.715 (100%)
- + samantha-w: $1.365 (100%)
- + holger80: $0.833 (100%)
- + themarkymark: $0.785 (15%)
- + aggroed: $0.740 (100%)
- + ausbitbank: $0.721 (100%)
- + steembasicincome: $0.622 (100%)
- + solarwarrior: $0.466 (100%)
- + sbi2: $0.432 (100%)
- + neoxian: $0.373 (23%)
- + asgarth: $0.373 (100%)
- + sbi3: $0.334 (100%)
- + timcliff: $0.298 (88%)
- + swedishdragon: $0.254 (100%)
- + sbi4: $0.245 (100%)
- + kaylinart: $0.238 (100%)
- + steem.leo: $0.200 (20%)
- … and 321 more
Works like a charm!
I have setup on my desktop now but I had to add a "raw_input()" to the end of the script so it would not automatically close the terminal window at the completion of the script.
Are we able to pull data for more than a 7 day period?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes you can get more than 7 days. I think all you have to do is edit this line (20)
"start_date = datetime.utcnow() - timedelta(days=7)". If you want e.g. 14 days you would change it to
"start_date = datetime.utcnow() - timedelta(days=14)".
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
When I try that it does not give me the correct outputs. When looking at the transaction history on SE explorer the script only seems to go back 9 days max. When I set it to 14 days the same output is given. Maybe a limitation of the api?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes I just checked and I have the same thing. Looks like a limitation of the api to me.
Edit: "The results include only rewards from the 12.08.2019."
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ahh, so I guess that is the zero day for our history through the api. I just tried and we are at 10 days available now, up one from yesterday.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nice work @holger80. If permlink can be added as one of the query parameters, it will be awesome. I can pass account and permlink to get full details about a post in one shot.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
So does this mean we can get a tribes version of Steemworld?
Posted using Partiko iOS
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@steemchiller just added SE tokens to his interface. You can switch to a view of your account for a specific token.
Posted using Partiko Android
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Excellent stuff! :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
!steem2email
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Emailed 👌
Powered by witness untersatz!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi, @holger80!
You just got a 4.89% upvote from SteemPlus!
To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn.
If you're not using SteemPlus yet, please check our last posts in here to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you so much for participating in the Partiko Delegation Plan Round 1! We really appreciate your support! As part of the delegation benefits, we just gave you a 3.00% upvote! Together, let’s change the world!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This post has been included in the latest edition of The Steem News - a compilation of the key news stories on the Steem blockchain.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @holger80!
Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your UA account score is currently 7.611 which ranks you at #49 across all Steem accounts.
Your rank has not changed in the last three days.
In our last Algorithmic Curation Round, consisting of 147 contributions, your post is ranked at #1. Congratulations!
Evaluation of your UA score:
Feel free to join our @steem-ua Discord server
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@holger80, Keep bringing more updates which making this Ecosystem more enhancing.
Posted using Partiko Android
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
FYI it doesn't actually seem to be filtering results by token:
eg
http://scot-api.steem-engine.com/get_account_history?account=ausbitbank&symbol=PAL&limit=100
returns non PAL results as wellDownvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi, I've noticed the mistake!
It should be
token
and notsymbol
like so:http://scot-api.steem-engine.com/get_account_history?account=ausbitbank&token=PAL&limit=100
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This post has been rewarded with an upvote from city trail as part of Neoxian City Curation program . We are glad to see you using #neoxian tag in your posts. If you still not in our discord, you can join our Discord Server for more goodies and giveaways.
Do you know that you can earn NEOXAG tokens as passive income by delegating to @neoxiancityvb. Here are some handy links for delegations: 100SP, 250SP, 500SP, 1000SP. Read more about the bot in this post.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit