ListWitnesses

GET: http://172.104.51.182:16667/wallet/listwitnesses

List all Super Representatives.

curl --request GET --url https://api.shasta.trongrid.io/wallet/listwitnesses

Response: {

"witnesses": [ { "address": "414240eedbf72352ee6b2f158fb65bc10999d940b0", "voteCount": 10000, "url": "https://foo.bar", "totalProduced": 35512, "totalMissed": 1, "latestBlockNum": 4769939, "latestSlotNum": 546682830, "isJobs": true }, { "address": "41f8328c39cd1c8de05bbcb6c455a04cf25808e003", "voteCount": 9900, "url": "https://foo.bar", "totalProduced": 35504, "latestBlockNum": 4769940, "latestSlotNum": 546682831, "isJobs": true }, { "address": "411726622af6e9aac52b610a729f3341327c2141a5", "voteCount": 8900, "url": "https://foo.bar", "totalProduced": 35496, "latestBlockNum": 4769950, "latestSlotNum": 546682841, "isJobs": true }, { "address": "4151e7ae7524b5861aabb9aa46008ccdab8dc85515", "voteCount": 8800, "url": "https://foo.bar", "totalProduced": 35504, "latestBlockNum": 4769951, "latestSlotNum": 546682842, "isJobs": true }, { "address": "412612938e4478f0e7331aa2e42c24690b0ca1d59f", "voteCount": 8700, "url": "https://foo.bar", "totalProduced": 35492, "latestBlockNum": 4769952, "latestSlotNum": 546682843, "isJobs": true }, { "address": "41b23e43fd8e9c3834382d1979e98eedc7da22433f", "voteCount": 11000, "url": "http://foo2.bar", "totalProduced": 49874, "totalMissed": 5, "latestBlockNum": 4769938, "latestSlotNum": 546682829, "isJobs": true }, { "address": "41f04a2c8b260577fd764f29fa215a792c66f7b32b", "voteCount": 9500, "url": "https://foo.bar", "totalProduced": 35487, "latestBlockNum": 4769944, "latestSlotNum": 546682835, "isJobs": true }, { "address": "41e5205c6ea00842c600a645763a5d7c9cc413ce40", "voteCount": 26102, "url": "https://welups.com", "totalProduced": 1235482, "totalMissed": 22667, "latestBlockNum": 4769934, "latestSlotNum": 546682825, "isJobs": true }, { "address": "412b41ea321782c6b4a44ab87b9f2b003cc44e161e", "voteCount": 9700, "url": "https://foo.bar", "totalProduced": 35503, "latestBlockNum": 4769942, "latestSlotNum": 546682833, "isJobs": true }, { "address": "41a187fc62abf4891a54b33baaf2bcb021c444c298", "voteCount": 9400, "url": "https://foo.bar", "totalProduced": 35505, "latestBlockNum": 4769945, "latestSlotNum": 546682836, "isJobs": true }, { "address": "41ed0d6ef683109961f61f9c114efee3f4f6788b47", "voteCount": 9800, "url": "https://foo.bar", "totalProduced": 35497, "latestBlockNum": 4769941, "latestSlotNum": 546682832, "isJobs": true }, { "address": "412caadc2d1960b1d572f1e6e6930ace9d21584349", "voteCount": 21000, "url": "http://foo.bar", "totalProduced": 52526, "totalMissed": 406, "latestBlockNum": 4769935, "latestSlotNum": 546682826, "isJobs": true }, { "address": "41e6f405a44b27646c6534894df9b9ca5a730eb4e6", "voteCount": 9100, "url": "https://foo.bar", "totalProduced": 35513, "latestBlockNum": 4769948, "latestSlotNum": 546682839, "isJobs": true }, { "address": "41641e9906076af55962d2869c8f4a897c78b6abf9", "voteCount": 9600, "url": "https://foo.bar", "totalProduced": 35492, "totalMissed": 1, "latestBlockNum": 4769943, "latestSlotNum": 546682834, "isJobs": true }, { "address": "4171b0aecb8e4aacc6b2cec6cd63f31b4b6ba5afab", "voteCount": 9000, "url": "https://foo.bar", "totalProduced": 35504, "latestBlockNum": 4769949, "latestSlotNum": 546682840, "isJobs": true }

}

Last updated