Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Get rank of searched delegates #97

Open
punkr0ck opened this issue Feb 26, 2017 · 1 comment
Open

Get rank of searched delegates #97

punkr0ck opened this issue Feb 26, 2017 · 1 comment

Comments

@punkr0ck
Copy link

If you search for a delegate you only see the name and the Lisk address in the results. I'd like to see the rank, too.

@slaweet
Copy link
Contributor

slaweet commented Feb 28, 2017

It would be really easy to add if it were in the backend search API, but it's currently no there:
https://login.lisk.io/api/delegates/search?q=thepool

{
  "success": true,
  "delegates": [
    {
      "username": "thepool",
      "address": "10839494368003872009L",
      "publicKey": "b002f58531c074c7190714523eec08c48db8c7cfc0c943097db1a2e82ed87f84",
      "vote": "2055494273922278",
      "producedblocks": 6859,
      "missedblocks": 345
    }
  ]
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants