To the Top

Steem Blockchain Delegators Checker - Check Who Delegates SP to Your Steem Account

This is a handy web utility that allows you to get the list of delegators that delegate SP to you. For example, many delegate SP to @justyy upvoting bot for CN Community. To check who you delegate your Steem Power to, you need this tool: Steem Delegatees Lookup Tool

Created and maintained by @justyy, SteemIt Post: Online Tool to Check Who Delegate SP to Your STEEM Account

This Steem Delegator Lookup tool is also available in Chinese: Steem 查看谁代理SP给你了?

STEEM ID: (URL parameter ?id=justyy)
0%
DelegatorSteem PowerVESTINGTime

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

URL parameter: ?nocache

List of Steem Delegators - 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.

The API following has a rate-limit 1 call per second.
https://steemyy.com/api/steemit/delegators/?cached&id=justyy
It will return JSON-encoded data that has the following fields: Example:
[
  {
    "delegator": "bullionstackers",
    "delegatee": "ericet",
    "sp": 5007.847347838227,
    "vesting": 9781090.201,
    "time": "2020-04-12 03:18:41"
  },
  {
    "delegator": "someguy123",
    "delegatee": "ericet",
    "sp": 2019.5963931828494,
    "vesting": 3944580,
    "time": "2019-11-19 23:53:24"
  },
  {
    "delegator": "weitz",
    "delegatee": "ericet",
    "sp": 3.1212698203921434,
    "vesting": 6096.316348,
    "time": "2018-06-11 14:53:48"
  }
]
If $_GET parameter s is not specified, this API will use the $_POST variable id instead.
curl -X POST https://steemyy.com/api/steemit/delegators/ -d "id=justyy"

Steem Blockchain 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