LiskArchive / lisk-ui

🖥️ Lisk user-interface submodule
https://lisk.io/
GNU General Public License v3.0
24 stars 35 forks source link

Get rank of searched delegates #97

Open punkr0ck opened 7 years ago

punkr0ck commented 7 years ago

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 commented 7 years ago

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
    }
  ]
}