Sure, i should be able to pull that data using the account history call in the Steem JS API. I'll put that next on the list! Thanks so much for your support!
You are viewing a single comment's thread from:
Sure, i should be able to pull that data using the account history call in the Steem JS API. I'll put that next on the list! Thanks so much for your support!
Like I said we can supply you with a json api with the latest votes. That can save you some time :) and it shows how much each user payed. Because 2SBD are not always 1% it depends on steem price f.e.
Sure, I won't say no to that! Do you mind sharing how you calculate the upvote % based on the bid amount?
We use the lowest % that is at least 3 times vp times send sbd. Check our Frontpage for a js example minnowbooster.net
@reggaemuffin I just updated the vote weight calculation and fixed the text so it doesn't say 1%. Will integrate the /api/global parameters later, thanks again!
yeah - the amount of sbd gain per % is not linear. It would be good to explain that the return depends on the current voting power.
At 100% => 3x Return - 2 SBD send equals 6 SBD vote value.
At 50% => 1.5x Return - 2 SBD send equals 3 SBD vote value
etc.
If you vote without comment - in stealth mode the max return is x2.
@yabapmatt
Ok I think I got it, i'll update the site a little later today. Thanks for the info!
Can you also use our minnowbooster.net/api/global to get parameters?
Definitely, thanks for sharing! My apologies for having posted incorrect information initially, I should have done some more research. It will be updated before the end of the day.
Thank you for keeping the info up to date! Here is our latest upvotes api: https://www.minnowbooster.net/upvotes.json
@reggaemuffin just wanted to let you know that the page has been updated to pull and display the global parameters and also show the details of the last 5 upvotes from the api calls you sent. Please let me know if anything is missing or incorrect and I will update it asap. Thanks again for your support!
Looking perfect, thank you for your tool!