Introducing the Powerdown Status Tool/API

in #busy6 years ago


Image Credit: Pixabay.com

Do you want to know the details of powerdown status? I have made an easy-to-use online tool with a easy-to-use API (subject to fair use policy)

Tool URL: https://helloacm.com/tools/steemit/powerdown/

Enter at least 1 ID.
image.png

You can also enter multiple IDs that are separated by comas, for example

image.png

If the account is currently in progress of powerdown, it will be listed with information: the amount of Steem Power, vesting_shares, when the powerdown started and currently at which week (0 to 12).

API of Powerdown Status

curl -X POST https://helloacm.com/api/steemit/powerdown/ -d "id=justyy"

@justyy is not currently powering down, and it will return [].

curl -X POST https://helloacm.com/api/steemit/powerdown/ -d "id=dan"

it will print:

[{"account": "dan", "vesting_shares": 604746709.22, "week": 3, "timestamp": "2018-01-27 15:39:54", "sp": 295856.23537349683}]

Multiple IDs return multiple elements in the JSON array. For example,

curl -X POST https://helloacm.com/api/steemit/powerdown/ -d "id=deanliu,dan"
[{"account": "dan", "vesting_shares": 604746709.22, "sp": 295856.2500438119, "timestamp": "2018-01-27 15:39:54", "week": 3}, {"account": "deanliu", "vesting_shares": 18943971.25, "sp": 9267.834300730126, "timestamp": "2017-12-26 05:02:21", "week": 7}]

You can give parameters simply via GET, for example

https://helloacm.com/api/steemit/powerdown/?cached&id=justyy
https://helloacm.com/api/steemit/powerdown/?cached&id=jubi,deanliu

All API calls return JSON data with fields of account, timestamp, sp, vesting_share and week. If an steemit account has no current powerdown, it will be skipped in the output array. If $_GET parameter s is not specified, this API will use the $_POST variable id instead.

SteemIt API Servers

You could use the following four SteemIt API servers globally (free of charge, subject to fair use policy):

  • East USA: helloacm.com
  • Tokyo Japan: happyukgo.com
  • London UK: uploadbeta.com
  • West USA: steakovercooked.com

Please also have a look at: SteemIt Tools, APIs and Tutorial

Sort:  

Hope is very easy to use

yes, it is. ^_^

Coin Marketplace

STEEM 0.28
TRX 0.13
JST 0.033
BTC 62623.58
ETH 3021.04
USDT 1.00
SBD 3.72