Been struggling to find the get_dynamic_global_properties address.
If you want to solve it with SDS, you could just use the
https://sds0.steemworld.org/steem_requests_api/getSteemProps,
which returns a field 'steem_per_share'.
No matter what I use I get the same data back everytime.
The 'listAccounts' method is not described in detail yet, because it might change in future. I probably will add a replacement without the filter param for the next version.
Currently it would work with this one:
https://sds0.steemworld.org/accounts_api/listAccounts/created/DESC/{}/false/10/10
Perfect. Thank You very much
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
mmm No I think it may be calculating something else. If I look at the wallet, one have Steem, Steem Power and Steem Dollars.
I want the Steem Power. In my case it is 271.539
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You should probably invest some time to understand how Steem generally works. Basically, you don't hold SP in your account but VESTS (vesting shares) instead.
The SP can be calculated by using the mentioned 'steem_per_vest' value and multiplying it by the account's effective vesting shares. The effective VESTS also need to be calculated by taking the own 'vesting_shares', adding the 'received_vesting_shares' and subtracting the 'delegated_vesting_shares'.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks. Yes. Thats what i am doing and im not getting to the same value. Thank you for your time
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
What's the value you are getting? It should be ~ 272.66 SP for your account.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
My bad. My system set up to use a comma (",") instead of a dot so when I copied the values it did not register the "."
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Ok, glad to hear that it worked.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi
If I would want to get all the active posts of a community, is that possible.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Not to wary. Got it
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi
Can you perhaps tell me the meaning of net_rshares is in posts?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It's the net amount of voted reward shares and it can be used to calculate the exact $ (STU) payout amount of the posts.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit