To the Top

Steem Account Powerdown Status

This tool allows you to query the powerdown status of any given Steem Accounts. It reports if powerdown is in progress (how many weeks since starting to powerdown).

Since HF23, the power down time has been reduced from 13 weeks to 4 weeks.

Created and maintained by @justyy. This tool is also available in Chinese

STEEM ID: (URL parameter ?id=justyy)

View Other Steem Tools and APIs | Vote @justyy a Witness or Set @justyy as Proxy

URL parameter: ?nocache

Query Steem Powerdown Status, API (Application Programming Interface)

We get massive API requests that flood the server therefore it is sad that we have to turn off most of the 'public' APIs. The API access might be offered if you contact @justyy with more details (e.g. what you need APIs for). The API offers great stability and performance.

https://steemyy.com/api/steemit/powerdown/?cached&id=parse
https://steemyy.com/api/steemit/powerdown/?cached&id=justyy,parse
All API calls return JSON data with fields of account, timestamp, sp, vesting_share, week and etc.
[{"account":"parse","vesting_shares":0,"withdrawn":0,"withdraw_route":0,"timestamp":"1969-12-31 23:59:59","next_vesting_withdrawal":"1969-12-31 23:59:59","vesting_withdraw_rate":"0.000000 VESTS","week":null,"sp":0},{"account":"justyy","vesting_shares":39171568.181229,"withdrawn":6026395.104806,"withdraw_route":0,"timestamp":"2020-03-26 00:58:57","next_vesting_withdrawal":"2020-04-09 00:58:57","vesting_withdraw_rate":"3013197.552403 VESTS","week":2,"sp":20014.2803402464}]
If $_GET parameter s is not specified, this API will use the $_POST variable id instead.
curl -X POST https://steemyy.com/api/steemit/powerdown/ -d "id=justyy"

Steem API Servers

You could use the following Steem Blockchain API servers globally (free of charge, subject to fair use policy):
  1. Load Balancer: https://api.justyy.workers.dev/api/

Share: List of Many Other Online Tools