A while ago, I implemented this tool: https://steemyy.com/mutual-witness/ which allows you to see who you vote, who also vote you back, and who hasn’t.
The API was based on SteemSQL but fortunately, this can be easily replaced using SteemJS.
The following SteemJS search the proxy chain:
1 | async function getWitnessProxy(id) { |
The API: https://steemyy.com/api/steemit/witness_voters/?cached&id=STEEM_ID will return the following JSON object.
1 | { |
You can invoke the API via GET or POST by passing the parameter id
.
The GUI tool that calls the API looks something like this: https://steemyy.com/mutual-witness/?id=justyy
I hope this helps!
Steem On!~
If you like my work, please consider voting for me, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE
Alternatively, you could proxy to me if you are too lazy to vote!
Also: you can vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy
Visit me at: https://steemyy.com
This page is synchronized from the post: ‘API/Tool Update: Steem Mutual Witness Report’