- Background
- API key
- Full Node HTTP API
- Address Utilities
- Transactions
- Accounts
- Account Resources
- Query The Network
- Smart Contract
- Voting & SRs
- Proposals
- Pending pool
- Address Utilities
- Full Node Solidity HTTP API
- Transactions
- Blocks
- Account Resources
- Node & Chain
- Smart Contracts
- Voting & SRs
- Full Node JSON-RPC API
- Overview
- buildTransaction
- eth
- eth_accounts
- eth_blockNumber
- eth_call
- eth_chainId
- eth_coinbase
- eth_estimateGas
- eth_gasPrice
- eth_getBalance
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
- eth_getCode
- eth_getStorageAt
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionByHash
- eth_getTransactionReceipt
- eth_getWork
- eth_protocolVersion
- eth_syncing
- eth_newFilter
- eth_newBlockFilter
- eth_getFilterChanges
- eth_getFilterLogs
- eth_uninstallFilter
- eth_getLogs
- net
- web3
- PolluxWeb
- address
- createAccount
- createRandom
- fromAscii
- fromDecimal
- fromMnemonic
- fromUtf8
- getEventByTransactionID
- getEventResult
- isAddress
- isConnected
- setHeader
- setDefaultBlock
- setPrivateKey
- setAddress
- sha3
- toAscii
- toBigNumber
- toDecimal
- toHex
- toRAM
- toUtf8
- BigNumber
- polluxweb.trx
- getAccount
- getAccountResources
- getApprovedList
- getAvailableUnfreezeCount
- getBalance
- getBandwidth
- getBlock
- getBlockByHash
- getBlockByNumber
- getBlockRange
- getBlockTransactionCount
- getBrokerage
- getCanDelegatedMaxSize
- getCanWithdrawUnfreezeAmount
- getChainParameters
- getConfirmedTransaction
- getContract
- getCurrentBlock
- getDelegatedResourceV2
- getDelegatedResourceAccountIndexV2
- getExchangeByID
- getNodeInfo
- getReward
- getTokenByID
- getTokenFromID
- getTokenListByName
- getTokensIssuedByAddress
- getTransaction
- getTransactionFromBlock
- getTransactionInfo
- getUnconfirmedBalance
- getUnconfirmedBrokerage
- getUnconfirmedReward
- listExchanges
- listExchangesPaginated
- listNodes
- listProposals
- listSuperRepresentatives
- listTokens
- sendRawTransaction
- sendHexTransaction
- sendToken
- sendTransaction
- sign
- signMessageV1
- signMessageV2
- timeUntilNextVoteCycle
- multiSign
- verifyMessage
- verifyMessageV2
- _signTypedData
- verifyTypedData
- polluxweb.transactionBuilder
- addUpdateData
- applyForSR
- cancelUnfreezeBalanceV2
- createAccount
- createAsset
- createProposal
- createSmartContract
- createToken
- delegateResource
- deleteProposal
- estimateEnergy
- extendExpiration
- freezeBalance
- freezeBalanceV2
- injectExchangeTokens
- purchaseAsset
- purchaseToken
- sendAsset
- sendToken
- sendTrx
- tradeExchangeTokens
- triggerConfirmedConstantContract
- triggerConstantContract
- triggerSmartContract
- undelegateResource
- unfreezeBalance
- unfreezeBalanceV2
- updateSetting
- updateAccountPermissions
- updateAsset
- updateBrokerage
- updateEnergyLimit
- updateToken
- vote
- voteProposal
- withdrawBlockRewards
- withdrawExchangeTokens
- withdrawExpireUnfreeze
- poxweb.contract
- polluxweb.utils
- Pollux CLI
ListWitnesses
GET
/wallet/listwitnesses
Field | Type | Description |
---|---|---|
witnesses | WitnessList | List of all super representatives |
address | string | Super representative address |
voteCount | int64 | Voting count |
url | string | Homepage URL |
totalProduced | int64 | Block produced number |
totalMissed | int64 | Missed block number |
latestBlockNum | int64 | Latest block number |
latestSlotNum | int64 | Latest slot number |
isJobs | bool | If the SR candidate is in the top 27, indicates eligibility to produce a block |
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/wallet/listwitnesses'
Responses
🟢200Success
application/json
Body
object {0}
Example
{ "witnesses": [ { "address": "41cd8d8ad1b4a5bd7afe46949421d2b411a3601717", "voteCount": 13050042518, "url": "http://sr-6.com", "totalProduced": 1383462, "totalMissed": 50, "latestBlockNum": 51267872, "latestSlotNum": 579181221, "isJobs": true }, { "address": "41f279598aff304907ca03b0498c686d010d3d80bb", "voteCount": 13050437868, "url": "http://sr-26.com", "totalProduced": 1387100, "totalMissed": 58, "latestBlockNum": 51267865, "latestSlotNum": 579181214, "isJobs": true }, { "address": "41977f82c69011cf4a7db6f7339edcded85c614d45", "voteCount": 13050060913, "url": "http://sr-14.com", "totalProduced": 1383493, "totalMissed": 45, "latestBlockNum": 51267870, "latestSlotNum": 579181219, "isJobs": true }, { "address": "416d93bd35508007a45a1c7cdb8b982e70bf391775", "voteCount": 13050027469, "url": "http://sr-25.com", "totalProduced": 1383468, "totalMissed": 43, "latestBlockNum": 51267873, "latestSlotNum": 579181222, "isJobs": true }, { "address": "41e817b29047a50558cc8f5e97c5bb99d4723cbaa2", "voteCount": 13050025411, "url": "http://sr-5.com", "totalProduced": 1383433, "totalMissed": 57, "latestBlockNum": 51267875, "latestSlotNum": 579181224, "isJobs": true }, { "address": "41b40de3abd90961539517d57d0f79f477072ebda0", "voteCount": 13050024788, "url": "http://sr-23.com", "totalProduced": 1383496, "totalMissed": 46, "latestBlockNum": 51267877, "latestSlotNum": 579181226, "isJobs": true }, { "address": "4116b099335c674960a9a2b8dc6e3b90f5a74807ec", "voteCount": 13050003468, "url": "http://sr-3.com", "totalProduced": 689269, "totalMissed": 16, "latestBlockNum": 51267862, "latestSlotNum": 579181211, "isJobs": true }, { "address": "41d0668c49826f2ca13e3848b5eb3414fb059b7cc0", "voteCount": 13050024541, "url": "http://sr-13.com", "totalProduced": 1383485, "totalMissed": 45, "latestBlockNum": 51267879, "latestSlotNum": 579181228, "isJobs": true }, { "address": "41290bf92b578a1c615ebb273aff6a285230c02f65", "voteCount": 13050081236, "url": "http://sr-16.com", "totalProduced": 1383496, "totalMissed": 40, "latestBlockNum": 51267869, "latestSlotNum": 579181218, "isJobs": true }, { "address": "41e76da262ad1ca05274f74258ee18bc7fcc4987dc", "voteCount": 13050301284, "url": "http://sr-11.com", "totalProduced": 1379007, "totalMissed": 57, "latestBlockNum": 51267866, "latestSlotNum": 579181215, "isJobs": true }, { "address": "41e61626ef01662b320a8ba38372e9db9cca940a3b", "voteCount": 13050266129, "url": "http://sr-4.com", "totalProduced": 1373160, "totalMissed": 51, "latestBlockNum": 51267867, "latestSlotNum": 579181216, "isJobs": true }, { "address": "410257b56399ef8d835b42f68e6476f7fe8ca2d283", "voteCount": 13050043706, "url": "http://sr-24.com", "totalProduced": 1383470, "totalMissed": 47, "latestBlockNum": 51267871, "latestSlotNum": 579181220, "isJobs": true }, { "address": "41711cf6683d28621ae12030fd541b288c61d682cd", "voteCount": 13050026951, "url": "http://sr-9.com", "totalProduced": 1383365, "totalMissed": 53, "latestBlockNum": 51267874, "latestSlotNum": 579181223, "isJobs": true }, { "address": "418d4ee1aa3e5f06533c277c3d8f19590e06be4da5", "voteCount": 13050025385, "url": "http://sr-8.com", "totalProduced": 1383375, "totalMissed": 53, "latestBlockNum": 51267876, "latestSlotNum": 579181225, "isJobs": true }, { "address": "41cf9e12e0f48573c84bc88d8ff7c50567485aaa24", "voteCount": 13051271603, "url": "http://sr-27.com", "totalProduced": 1390388, "totalMissed": 39, "latestBlockNum": 51267864, "latestSlotNum": 579181213, "isJobs": true }, { "address": "410102255809ed8d2139c533b8ebfda9131a9bbbc8", "voteCount": 13050017477, "url": "http://sr-21.com", "totalProduced": 1316354, "totalMissed": 44, "latestBlockNum": 51267881, "latestSlotNum": 579181230, "isJobs": true }, { "address": "41e71c365c9dbf284ca8c1eed2d7877638941b9011", "voteCount": 13050082211, "url": "http://sr-17.com", "totalProduced": 1377631, "totalMissed": 44, "latestBlockNum": 51267868, "latestSlotNum": 579181217, "isJobs": true }, { "address": "41f16412b9a17ee9408646e2a21e16478f72ed1e95", "voteCount": 14018418592, "url": "mock_witness_0", "totalProduced": 3768622, "totalMissed": 75825, "latestBlockNum": 51267863, "latestSlotNum": 579181212, "isJobs": true }, { "address": "415f48f0886e85e469f592efdd7697b4c6fe88addc", "voteCount": 13050024693, "url": "http://sr-7.com", "totalProduced": 1332063, "totalMissed": 57, "latestBlockNum": 51267878, "latestSlotNum": 579181227, "isJobs": true }, { "address": "41d42e593de3cee8156934cc2182ef4d107e9291f0", "voteCount": 13050024215, "url": "http://sr-10.com", "totalProduced": 1383482, "totalMissed": 51, "latestBlockNum": 51267880, "latestSlotNum": 579181229, "isJobs": true }, { "address": "4100776428620856ae1d71562812b734e356b68551", "voteCount": 300, "url": "http://www.test.com" }, { "address": "41008150f7321ed1839a41ca0253ec5ea5f69ceef3", "voteCount": 10565, "url": "https://googlethe.com" }, { "address": "410693f1ec78c81e17ccaef92c322907b0bb1aa5ec", "voteCount": 1478, "url": "www.shastaWitness005.com", "totalProduced": 366391, "totalMissed": 19, "latestBlockNum": 15996899, "latestSlotNum": 541448549 }, { "address": "410765bed97bbd836f6e489265fd0d9ca1c888e606", "voteCount": 13050016106, "url": "http://sr-2.com", "totalProduced": 917093, "totalMissed": 25, "latestBlockNum": 51267855, "latestSlotNum": 579181204, "isJobs": true }, { "address": "41076cfaeaca3e6aa9724ea8b52f2866c6e5b924e4", "url": "https://baidu.com" }, { "address": "4107cdd70ddec8f63029cb3c9978ff679a33b71e67", "voteCount": 20, "url": "https://ozon.ru" }, { "address": "4108e06fce2c68b8ee803b50eb360340a70bade425", "voteCount": 1, "url": "https://testnode.com" }, { "address": "4109332b1e45e6172fb26e46b3db4411201547560a", "voteCount": 4000, "url": "https://example.com" }, { "address": "410a12dbeac2e95ea9af12731482493cb775346617", "voteCount": 940762, "url": "https://newmasternode.org" }, { "address": "410a2790041a720608755f0fbd16d6cdb3aa1e2645", "voteCount": 51, "url": "sfxdx.ru" }, { "address": "410a9339e5366329367753d3910232ec59d5e17e1e", "voteCount": 488531771, "url": "https://www.facebook.com/huy.khac.568" }, { "address": "410b2d4e37f7a0ae6f521afcd38aeb67f2bd8132fe", "voteCount": 210, "url": "another.url.com" }, { "address": "410b7bca623ad70f0ccbf9022bfc0199f9dfa412d2", "voteCount": 4, "url": "https://www.espsofttech.com/" }, { "address": "410c85db8dabda5bcfb6744c732dc476517aba1973", "voteCount": 22547216, "url": "https://pesodigital.ml/", "totalMissed": 125986 }, { "address": "410d4b215f4296261be0274643f240c13c8074798b", "url": "https://twitter.com/Dandibi" }, { "address": "410d5f34194e9b049f2473304bbedf4eb346480696", "url": "https://www.baidu.com/" }, { "address": "410dafc1525ffa3d53475b62b7a64d455dab3a565b", "voteCount": 37638, "url": "https://stakalt.com" }, { "address": "410f45e1676792e93a7f179accd6e00187de0cac7b", "voteCount": 10056471, "url": "https://shasta.tronscan.org/?_ga=2.165290431.106107632.1598596193-1500149717.1598234061#/address/TBMxrKNhBxQE3U5vueo6eVAgEXpBA9UBoL" }, { "address": "4110c3331654a053b178fe632262e67977e80c0b9f", "voteCount": 1000, "url": "https://www.kiln.fi/" }, { "address": "411279a7c01651ecaea028c1b96d9fbc7d46a9ef72", "url": "example2.com" }, { "address": "41154cdb130a0c5c4855e66c5083e67b3457b901a5", "url": "http://www.cryptoguyinza.co.za" }, { "address": "4115e61113a75266ac1d5109cbad973fcfb513e690", "url": "https://newtestnode.org" }, { "address": "4116c7786091fdd1bde708bc7dee96cd7371543ce4", "voteCount": 13050010148, "url": "http://sr-19.com", "totalProduced": 1376242, "totalMissed": 42, "latestBlockNum": 51267858, "latestSlotNum": 579181207, "isJobs": true }, { "address": "411756cf0682eb81011664ae7806aa2fe9766320d3", "voteCount": 2341313, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "4118452f529c96b000ebe61b442161265371e70532", "voteCount": 58758, "url": "www.shastaWitness003.com", "totalProduced": 366392, "totalMissed": 18, "latestBlockNum": 15996904, "latestSlotNum": 541448554 }, { "address": "41187f6707618a4142fdea0277fabaa98f9f27cb2b", "url": "https://tronforus.com" }, { "address": "4118b1d34ee9ab566b42e75ec2692ae9548086fd4a", "url": "http://185.179.189.79" }, { "address": "41194ad448aaa76f402b29caeffd841123184bc626", "url": "6a757374676f74686f6d6566726f6d2e636f6d" }, { "address": "411abdf1f80cfe79bb619ac933247e197c9eb83bee", "voteCount": 13367402, "url": "https://www.instagram.com/needthename76" }, { "address": "411b6278bee778afe3259b55e5eb597efa2982addd", "voteCount": 455767, "url": "www.shastaWitness026.com", "totalProduced": 366392, "totalMissed": 14, "latestBlockNum": 15996902, "latestSlotNum": 541448552 }, { "address": "411d2e638605bb332d2f89ebd74bbdd388e86c8ef3", "url": "https://www.tronide.io/#optimize=true&runs=200&evmVersion=null&version=soljson_v0.8.6+commit.0e36fba.js" }, { "address": "411d3791f77249b5cc4474e2b81a418aa5f97b8f09", "voteCount": 9720594, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "411db19ab0d4c1b5df13c05eb8b72da534fcb79b94", "voteCount": 2120, "url": "https://google.com" }, { "address": "411e81cd0941cb5ba5baca039153e6a3cf7e8ff17a", "voteCount": 2953, "url": "www.shastaWitness004.com", "totalProduced": 366395, "totalMissed": 18, "latestBlockNum": 15996897, "latestSlotNum": 541448547 }, { "address": "411ea38810ffee1c2c400110ee8a97d131af62d280", "voteCount": 3954751, "url": "https://www.facebook.com/minhduc.civil" }, { "address": "411ea5f11caf546271a0b1275ccfea25800bed93f1", "url": "https://github.com/fahimahamed999/tron-clent" }, { "address": "412007e1d34d8efc1e6bce7fd149c5647c9b0a52bb", "voteCount": 22285, "url": "www.shastaWitness009.com", "totalProduced": 366398, "totalMissed": 17, "latestBlockNum": 15996908, "latestSlotNum": 541448558 }, { "address": "41202d802d6f3db2ce59c632c13abe1b78a91528b7", "voteCount": 13050012436, "url": "http://sr-15.com", "totalProduced": 781824, "totalMissed": 19, "latestBlockNum": 51267856, "latestSlotNum": 579181205, "isJobs": true }, { "address": "4121481d5ac1bbd72bceb356fe744e690f02c6bbaf", "url": "www.deandre.com" }, { "address": "4123694024508581f5f80fbc8d44e6aa3b230b4215", "url": "astghik.com" }, { "address": "41237ac7d13312429dbad2e764d32caaa4147e2074", "voteCount": 100, "url": "https://api.trongrid.io" }, { "address": "412603add4c78b6e1e27a5231caea471983c95baf7", "url": "https://rangeromid.ir" }, { "address": "412787c5379da9bdfcf522ef6527cf914761d9866e", "voteCount": 35, "url": "https://test.org" }, { "address": "4127cb4d0f0de9c5c721a16313112a07630e329796", "voteCount": 23520515, "url": "http://www.cddyys.com" }, { "address": "4127eba4169d8247d22c2e6551a6ecb49b84fe043d", "voteCount": 4018340369, "url": "https://shasta.tronscan.org/#/address/TDcHeAMHPYfJKsknLCnV89K9wu8dqdD3rm", "totalMissed": 688822 }, { "address": "412b732830c04d91ef7350ebe678196e0edba0bd37", "voteCount": 14, "url": "123234343" }, { "address": "412bed391dae932abeacff3ce9cd1cbbb80f479e48", "voteCount": 600, "url": "https://shasta.tronscan.org/#/address/TDyUErjYRSym2jVEEcR2nwaTxDfBH2b4g7" }, { "address": "412d2a84867303dcc15f71a7b27cf152eed6290abd", "url": "http://www.levon.com" }, { "address": "413175270bb09ee981b28007de482005212af0985f", "url": "https://www.facebook.com/benicio.washington" }, { "address": "4131fc57aefab67aebd906c89bcddddeb7ff57dffb", "voteCount": 1402, "url": "http://xchng.finance" }, { "address": "41321ec048bbfea89e2750cdb969a203693f864f9a", "voteCount": 4750, "url": "http://baidu.com" }, { "address": "4133e3822a9b45341a59c1c347d6f17e542219b1b8", "voteCount": 4, "url": "astghik.com" }, { "address": "413566ad3062bd3211a5d99bbc06d1a7b89d7e4832", "url": "https://www.bao.com" }, { "address": "4136b8367bdad6b910a86e1d8af121c870d9e12a71", "voteCount": 4049836991, "url": "https://shasta.tronscan.org/#/address/TExYAkRVJsRdbAPfdFtGKPE7ZxCDopq8dQ", "totalMissed": 591459 }, { "address": "41396f3e29edd400ffddf9effc3a4643d266194f82", "voteCount": 6964921, "url": "https://www.facebook.com/Le.Pho.93" }, { "address": "413a3b3942079925e1c004d9ee48317eecf843e3ca", "voteCount": 5, "url": "https://hrzngnc.org" }, { "address": "413a4ce85c79e3bf63304a5463545a57cbe2b93e01", "voteCount": 1340, "url": "localhost2" }, { "address": "413ea916e720701545c81840cb84d1bb5d289179bd", "voteCount": 1202, "url": "www.shastaWitness027.com" }, { "address": "414088fdc6542ee72a6da4a6f2cf23376d089f0534", "url": "https://www.youtube.com/channel/UCiQKfwvlX5D80Woxkf7aXPw" }, { "address": "41458915d507cd3384f4e15e9bb2e5ebd0fa974061", "url": "TNbW1RWHoE4bATCfBVakme8pCSMC6xnEum" }, { "address": "41462258b72aed3a8333b8d508b762c6013293e0c4", "voteCount": 430354, "url": "http://twitter.com/gr8btc" }, { "address": "4148f124e8ddd5537c7c5e4073ff5cde471aaca470", "voteCount": 485695, "url": "https://cubanapp.info" }, { "address": "414a4d90f6ee5d8adbc16e00ca8f830fa183500807", "voteCount": 1003, "url": "https://sfxdx.com/" }, { "address": "414a6713529560103511875f53526bbc29fc5da69f", "voteCount": 6350, "url": "www.shastaWitness008.com", "totalProduced": 366392, "totalMissed": 18, "latestBlockNum": 15996895, "latestSlotNum": 541448545 }, { "address": "414d33e8d1e7180fc8c0d04aef95076acbf12fc250", "voteCount": 3098, "url": "http://www.cszy1.com" }, { "address": "414d7b4f91d9f30556b606f37a504762177b39a767", "voteCount": 21319, "url": "www.shastaWitness023.com", "totalProduced": 366397, "totalMissed": 15, "latestBlockNum": 15996910, "latestSlotNum": 541448560 }, { "address": "414d8060bb4548a17c98965f43c1c33df3c746de5f", "voteCount": 32215, "url": "https://afzaliwp.com/" }, { "address": "414e3e18a36c64ce2d23dbec3102a419aa511093d5", "url": "http://Dlive.tv/BarrenWolfsbane" }, { "address": "414eb72f0c8a6f0ba7aebabeb5f34449530e8a0e2f", "url": "https://shasta.tronscan.org/" }, { "address": "41507ffd8f7d015ba4d4c49766f78d939adeed4bf0", "voteCount": 12800623, "url": "https://www.instagram.com/ruby_nhn" }, { "address": "4150fb7b1a0d3ff6c35642e47231034be0b32d59a5", "voteCount": 2722141, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "4155f3d7d069782e94a9e4eeda9bf9f0208d720326", "voteCount": 1549693, "url": "https://google.com" }, { "address": "415842d027b206d0ae0c0f9f6652221d02ebb9b278", "voteCount": 26, "url": "https://importwallet.com" }, { "address": "4158930970bc943101d63c311e82861ce2408c31e0", "url": "https://t.me/profit_bot_share" }, { "address": "41590da0ed4a2713190ba9e3ab327d036632837a4a", "voteCount": 18747, "url": "www.shastaWitness022.com", "totalProduced": 366392, "totalMissed": 15, "latestBlockNum": 15996906, "latestSlotNum": 541448556 }, { "address": "4159de94016da16adc32c38c6b4e2130f84b3fcd81", "voteCount": 70, "url": "sfxdx.ru" }, { "address": "415a45b67b461efbbdfa88b2baf143d9b0feedcdf8", "voteCount": 9399, "url": "http://www.baidu.com" }, { "address": "415a6cf1823143e565fccac564aac7b422bc963714", "voteCount": 9849, "url": "https://github.com/ZhouGeek" }, { "address": "415a91b9c50f3ccb7a45925d1b25467b0583b77627", "voteCount": 15844, "url": "www.shastaWitness020.com", "totalProduced": 366396, "totalMissed": 15, "latestBlockNum": 15996887, "latestSlotNum": 541448537 }, { "address": "415c99af3672a47af590db65503577765266f44d2b", "voteCount": 60, "url": "https://w3.com" }, { "address": "415def584e44184b804882fa57ba5c8ccf4458eee3", "voteCount": 19904, "url": "www.shastaWitness024.com", "totalProduced": 366395, "totalMissed": 15, "latestBlockNum": 15996909, "latestSlotNum": 541448559 }, { "address": "415e4e04df469f2ea3efe51e1ed66a58bf430b19e9", "url": "https://migatoexotico.com/" }, { "address": "415e50f1560176d7bd2d7b8a6194bb108d71ab6f70", "voteCount": 110, "url": "https://new.node" }, { "address": "415e76beab7974dc25897fa1b737ae9a421db31f8b", "voteCount": 10, "url": "https://uniquenode002.com" }, { "address": "415ea2422dddd600372f789063c94877cd5c29115a", "url": "https://www.mytest.com" }, { "address": "415ea8464248ba253268e16cf375ff62847aa732af", "url": "https://mrtnetwork.com" }, { "address": "41608bced7ec575078abc12edaad38d618bc9fc5f7", "voteCount": 6106, "url": "www.shastaWitness010.com", "totalProduced": 366391, "totalMissed": 18, "latestBlockNum": 15996896, "latestSlotNum": 541448546 }, { "address": "4160f0591866641bd9f3bb5a8aecbee072e7ce750d", "voteCount": 1, "url": "http://google.com" }, { "address": "4164941bb64c78f9f1720321f103b0908d3f80902b", "url": "http://mytesturl.com" }, { "address": "41667c06992ebf61e711419d2a39400ba0e0ec4c16", "url": "http://poc.com" }, { "address": "416b666db2609dc828c876a694477a537468465302", "url": "https://baidu.com" }, { "address": "416c8373d0af21e3daa5c1b856547a3f6ac432e8ed", "voteCount": 22923, "url": "www.shastaWitness007.com", "totalProduced": 366386, "totalMissed": 17, "latestBlockNum": 15996907, "latestSlotNum": 541448557 }, { "address": "416f8d4c396ea2c75fc9ef98983d3bc0d4d77cb78f", "voteCount": 500, "url": "bakamasternode" }, { "address": "416fdbdcb6d9356560c666ae945c47bde215ac81e3", "url": "https://community.trustwallet.com/t/backup-your-recovery-phrase-or-private-key/81996" }, { "address": "41705db395e8da1baa3b5fb86fa061c391acd799b7", "voteCount": 7352, "url": "www.shastaWitness017.com", "totalProduced": 366394, "totalMissed": 15, "latestBlockNum": 15996891, "latestSlotNum": 541448541 }, { "address": "4170ce6d1865c29013654bbd10f37869030fa7ad43", "voteCount": 15, "url": "https://www.baidu.com" }, { "address": "4174dbc4a286beda6f667f42db554cd0128eb59676", "voteCount": 1, "url": "http://www.mokeeee.com" }, { "address": "417594a17afb385f8403841c04ad193a707f16e13d", "url": "https://www.youtube.com/" }, { "address": "4175ee6e3d5e8bb39c22f8de7077236480503f33db", "voteCount": 296032, "url": "http://twitter.com/gr8btc" }, { "address": "41767ec27e99afb9ea8cb8eba73248e16fc81bdf3f", "voteCount": 5110, "url": "https://publish0x.com/@yanis" }, { "address": "417733331a5ad845a6c49e8dda301c489475eb1577", "url": "https://tron-shasta.qingyao.xyz" }, { "address": "417789cb95329f8e233c0e94fa618b95d4b6e2a4af", "url": "https://www.zoosk.com/" }, { "address": "4177b299522a7433d2c22dad57bbcbcb32dea3a2e3", "voteCount": 20, "url": "www.new.personal-url" }, { "address": "417d62af008b9869f65d9c2d24a9db027cc0e2ebf3", "voteCount": 1571839, "url": "https://blog.csdn.net/clarence20170301?spm=1010.2135.3001.5421" }, { "address": "417e1cbcf4e01ab995bf554e80ff553c690721c5cb", "voteCount": 438000, "url": "https://alt-e.io/" }, { "address": "417f2b01c1785dc382a48a35554de1f5eed04e7fef", "voteCount": 24151252, "url": "https://www.facebook.com/thanhhuy.ngo" }, { "address": "417ff9671e24a8d1ba240538ff42d04807d60c7488", "url": "https://iamir.net" }, { "address": "41839d08f05ade5b365e81d1a66c20af13ebb2991d", "voteCount": 13050009739, "url": "http://sr-12.com", "totalProduced": 1383485, "totalMissed": 49, "latestBlockNum": 51267859, "latestSlotNum": 579181208, "isJobs": true }, { "address": "418a7eae1edddb9c4a469618b3067b5c8c2d5656f9", "url": "https://www.shasta.tronscan.org" }, { "address": "418cd8405040ea63c0219cbf68ee014dbca28a94b5", "voteCount": 1150004294, "url": "http://sr-1.com" }, { "address": "418d8644fec8a1154b9e718c3e6105311b17ecdded", "voteCount": 30000, "url": "https://shasta.tronscan.org/#TNsX8KJZeuNQekUhLZAAxCotfFVcZfYXu3" }, { "address": "419092f4497c03aaa07ae31f8d0bb35f5af4690ecc", "voteCount": 1111968, "url": "http://www.rankit.top" }, { "address": "419184b097894eabbbe2666e80c7644c978e4d0887", "url": "https://shasta.tronscan.org" }, { "address": "4193a89758a44aa2b119748023ad60bcbb37c6c390", "voteCount": 430240, "url": "https://shasta.tronscan.org/#/address/TPRxJBNw2yv4tg9iXaPXEch5WojJHHEW4w" }, { "address": "419418f75a330aeca9eadb8811245b3fd5a6cca639", "voteCount": 150, "url": "http://www.mytesturl.com" }, { "address": "41964746452aff46b499292b52f84786b8cdf99b66", "voteCount": 11460, "url": "http://www.healtcarecash.com/" }, { "address": "41969850a3fb84cabe3310fa0e94d92c544e56b2be", "url": "https://hardbit.space/" }, { "address": "4196fded57194c39f514344309134ba2772ccc48e5", "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "4197006a7993361f67e0e59ef089a731f857f24374", "url": "https://www.mytest.com" }, { "address": "4198024a42cabc501121f25d85f33304af69549667", "url": "https://usdt.com" }, { "address": "41980d9a134a13622ace5e35f82221b51860bb0fe4", "voteCount": 7, "url": "http://doweneed.com" }, { "address": "4198c6e5dbfeaefca4b91cb6a0387cecc8970bd220", "url": "https://www.baidu.com" }, { "address": "419bfe696dc52b3e3fc64af93b44e40cda3d8d4e1f", "voteCount": 13050009421, "url": "http://sr-18.com", "totalProduced": 1383487, "totalMissed": 44, "latestBlockNum": 51267860, "latestSlotNum": 579181209, "isJobs": true }, { "address": "419cbf1d41386641bf9b10a561d9dd41d7c0646c16", "voteCount": 100, "url": "https://www.github.com" }, { "address": "419cffc5ab55548b0cf3e2eb164311b42a8da38eb8", "voteCount": 3479990, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "419df6a34ba25bba7b72e9b1915d8cda073655fd2e", "url": "https://yandex.ru" }, { "address": "419f6374bce6c5750f1d5c3f9730efae17a18d9e5c", "voteCount": 82657, "url": "https://discord.gg/CYrEEPH" }, { "address": "419ff8a7d3c76526ed21471e93ba0bf8736982f65b", "url": "http://www.i-books.ir" }, { "address": "41a053670317ef93e501067eef84c927d1d2e7a7c6", "voteCount": 7610, "url": "www.shastaWitness019.com", "totalProduced": 366397, "totalMissed": 16, "latestBlockNum": 15996890, "latestSlotNum": 541448540 }, { "address": "41a2b19a2956716f3f5e9624c6c05de041375c9084", "voteCount": 6613, "url": "www.shastaWitness013.com", "totalProduced": 366389, "totalMissed": 19, "latestBlockNum": 15996894, "latestSlotNum": 541448544 }, { "address": "41a855b8e789906a4babfc7991713472e1dbb171b7", "voteCount": 701408624, "url": "https://www.alipay.com" }, { "address": "41a8a63a73c0acc96ce800fd1be7298bb7f7ba8453", "voteCount": 2, "url": "https://astghik.com" }, { "address": "41a8a906cd9d5e7ff3e472d34ca568441ceeb4cf5b", "voteCount": 293816, "url": "https://ledger.pmlov.com" }, { "address": "41a8bf62780c7bebc539610228e153c90eb249ef38", "voteCount": 1759, "url": "https://shasta.tronscan.org/#/address/TRMTnvb1SXsqv37mrj7cf2gjVX96AdXMcQ" }, { "address": "41a8e11eb576b3d1e95e4307e719ade599b3e78883", "voteCount": 5319981, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "41a90f47c614b4c88975586901c73aa0659125369a", "voteCount": 16001, "url": "https://moonstake.io/" }, { "address": "41aa1e866fbc6c0f13e86da530f9e1366ae4afaa10", "voteCount": 40001, "url": "https://diamondatlas.io/" }, { "address": "41aa816581913a6f32ea0b95aa2fd1a9a10ada78e2", "voteCount": 3364300, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "41ad3353aa1343b90a311f09b784c76f089d278232", "voteCount": 2186707, "url": "www.shastaWitness025.com", "totalProduced": 366396, "totalMissed": 14, "latestBlockNum": 15996901, "latestSlotNum": 541448551 }, { "address": "41ae34079fa324b409c6eae19354a745d40c50a9de", "voteCount": 43690, "url": "www.shastaWitness001.com", "totalProduced": 366392, "totalMissed": 20, "latestBlockNum": 15996905, "latestSlotNum": 541448555 }, { "address": "41ae8581de43109d19a25077dd641211db47053772", "voteCount": 7044, "url": "www.shastaWitness011.com", "totalProduced": 366395, "totalMissed": 18, "latestBlockNum": 15996892, "latestSlotNum": 541448542 }, { "address": "41aeb3943161b37483070e3580328f751a9a3cb50f", "voteCount": 8174, "url": "www.shastaWitness021.com", "totalProduced": 366397, "totalMissed": 16, "latestBlockNum": 15996889, "latestSlotNum": 541448539 }, { "address": "41af57554e699e052e8eff370b5674fef58d10a919", "voteCount": 6675, "url": "www.shastaWitness012.com", "totalProduced": 366393, "totalMissed": 18, "latestBlockNum": 15996893, "latestSlotNum": 541448543 }, { "address": "41af5994b1ab2d9072590b92ba0dd76d68b6dd4dac", "voteCount": 533580, "url": "https://www.berbakti.com/" }, { "address": "41afdef3ca7bad9b0a0e89782fd66f7092d185cfb8", "url": "http://hrscan.org/" }, { "address": "41b1406248e7fbb19176e543bd4edaf07e8ea06a3b", "voteCount": 1, "url": "http://sfxdx.ru" }, { "address": "41b1f64890ff22e251b8d78cd93c2fca1bd69f2540", "voteCount": 3527141, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "41b2b30b5fd9fe26b89dca790f7c88de3bf54d346f", "voteCount": 250, "url": "https://github.com/Siddharth2207/tronsr-template" }, { "address": "41b2c72e422b538c2695c8e7fbb757f48a032d454f", "url": "https://supernode.org" }, { "address": "41b3f86c1a51281a8ac4243b1f4d236e2b031161ef", "voteCount": 261, "url": "http://astghik.com" }, { "address": "41b4db79714a5935ea2726405e7fd6707d7ce3a0c8", "voteCount": 15479, "url": "http://testtesttest.com" }, { "address": "41b4e58f9f9751f1e11b2e9bd504c56311e5d21b0b", "url": "http://testing.com" }, { "address": "41b4e7a32d9c49014fe0fd4015182d9b99d6c29818", "url": "www.mrtnetwork.bb" }, { "address": "41b5d6d9d94c6ebecf2ba885eb6e823f5ffc6936df", "voteCount": 16441, "url": "www.shastaWitness015.com", "totalProduced": 366400, "totalMissed": 16, "latestBlockNum": 15996886, "latestSlotNum": 541448536 }, { "address": "41b62befc743201ea2a7cde6118ce3e06f65f2f19d", "voteCount": 12435774, "url": "https://www.facebook.com/ngoisaoxaxoi76" }, { "address": "41b634d5e90d9d2c1cfe42a2648649022e5afee1f8", "url": "https://levon12.com" }, { "address": "41ba62cbf683854fc93c6c1a6c993a68a451191fee", "voteCount": 16529, "url": "www.shastaWitness018.com", "totalProduced": 366390, "totalMissed": 17, "latestBlockNum": 15996885, "latestSlotNum": 541448535 }, { "address": "41bd36f926a427393e58fbbf40bad7b0a60299a387", "url": "https://trnode.com" }, { "address": "41bdc2edbc526e6fc7e0b8cab480ef1e8e9a850466", "url": "https://mail.ru" }, { "address": "41bde94dcef226cc93f58d14d4ae2b1190a2af1ced", "voteCount": 3590368, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "41bf4ce524939066c13565d3859dd64c28305d0734", "voteCount": 6077181, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "41bf6317864e4ed953ee4b964549fb4bf558f88723", "url": "https://github.com/SuperSonicss/tronsr-template" }, { "address": "41bf97a54f4b829c4e9253b26024b1829e1a3b1120", "voteCount": 313020, "url": "https://www.baidu.com" }, { "address": "41c39bb8c3965e9672a05dc5fa7380e9b982e09ede", "url": "https://hsjdgf.erte" }, { "address": "41c7bb4c238f53489ef4a78c8e76ffc96eeb104b35", "voteCount": 19828016, "url": "https://twitter.com/ashokbaglane" }, { "address": "41c90b7c8b601fc816683598b9ea13f43f6286a782", "voteCount": 1000, "url": "https://shasta.tronscan.org" }, { "address": "41c96876f81233a732dfc9774627a48e9ed3076c66", "voteCount": 2, "url": "localhost" }, { "address": "41c9de82bb19a0f6e0d13ca375e505114b5d97169e", "voteCount": 851642, "url": "https://www.baidu.com" }, { "address": "41c9e259553410f8da9b3c342f86aecde4553a65f0", "voteCount": 29333, "url": "https://coinone.co.kr/" }, { "address": "41cb06cf834cbf1d4fc14025ea52398fb8d243efed", "voteCount": 4135, "url": "https://www.binance.com" }, { "address": "41cb6a10eb7f3a39d45df8510ffdb839047a8f6a5d", "url": "https://smash-dot.herokuapp.com/" }, { "address": "41ccdea029c82cd919d146847219cbe3225a2345b9", "url": "https://hrzn.org" }, { "address": "41cd24dc0f358985a7423b312a3f05b79c63ccb5df", "voteCount": 16723, "url": "www.shastaWitness014.com", "totalProduced": 366385, "totalMissed": 17, "latestBlockNum": 15996884, "latestSlotNum": 541448534 }, { "address": "41cdbbb4cba3b48d858f986bfb969912207a39c722", "voteCount": 7396, "url": "www.shastaWitness016.com", "totalProduced": 366391, "totalMissed": 17, "latestBlockNum": 15996888, "latestSlotNum": 541448538 }, { "address": "41ce9b5acfce023822bcdf302333668cce2ba60bca", "voteCount": 13050012008, "url": "http://sr-20.com", "totalProduced": 1198870, "totalMissed": 43, "latestBlockNum": 51267857, "latestSlotNum": 579181206, "isJobs": true }, { "address": "41cfb1da75b81516a9517c2cbc05c55fb51106f55f", "voteCount": 3439657, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "41d1c2199273533a6c9d61716647a3b435d4057f75", "url": "http://mytesturl.com" }, { "address": "41d21fdc7d2155c1fa314ed94de0bbbef5a5fe3803", "voteCount": 10, "url": "https://www.processon.com/" }, { "address": "41d22429b78ce5e978ca78d33342e254d6e2e72a58", "voteCount": 12995849, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "41d331f352493296e5442396e0a32191159fadf47e", "voteCount": 4021483311, "url": "https://Interwayz", "totalMissed": 620684 }, { "address": "41d338173b69600ce9312e2abd54ef0429ef80cda0", "voteCount": 13050009383, "url": "http://sr-22.com", "totalProduced": 1383481, "totalMissed": 46, "latestBlockNum": 51267861, "latestSlotNum": 579181210, "isJobs": true }, { "address": "41d6b85e37684161d193bc92110d290283d8c4d541", "url": "https://test" }, { "address": "41d724a9fcd85b31d03551b34dac3a1f16420a1e6c", "url": "http://site.com" }, { "address": "41d7dcb729c3ceec5a1ff055853dbe34af64845c63", "url": "https://fb.com/" }, { "address": "41d8940ce24dbe081b3a72b4e31299e1250ba7cafb", "voteCount": 881088, "url": "https://pastebin.com/LtGmwnEk" }, { "address": "41da88a0ca8697bc3b23caf4beca1b843f324a5d5f", "url": "https://www.babbusidhunatheha.co.vu" }, { "address": "41dd2681da1f44865275e434cea8c0fad967c2f6da", "url": "https://test.com" }, { "address": "41e121465cfb89e1cc10442062aba8135955d7987e", "url": "https://test.com" }, { "address": "41e4c355507e58dbc305f41a4cda3fbc9482b24e86", "url": "https://hx9.com" }, { "address": "41e87c6811f1235cdcb2203134582a44aa80909ff6", "voteCount": 1747, "url": "www.shastaWitness002.com", "totalProduced": 366394, "totalMissed": 19, "latestBlockNum": 15996898, "latestSlotNum": 541448548 }, { "address": "41e8b367cf60649598062cc78c76b5f3b6908fec6e", "url": "https://www.dyenya.net" }, { "address": "41ed00cc7f7ccd386fcaffb304ca4d63913d604002", "voteCount": 86931, "url": "www.shastaWitness006.com", "totalProduced": 366391, "totalMissed": 19, "latestBlockNum": 15996903, "latestSlotNum": 541448553 }, { "address": "41ed0af71c58c964455f104ce836b99de713104601", "voteCount": 732275, "url": "https://www.facebook.com/benicio.washington" }, { "address": "41ed8ac6c073fb1b3aa1b3de3e4fd4c49be3e12968", "url": "https://t.me/devhaxi_bot" }, { "address": "41ef9623615af02cc460587dbfd6c46be8ef135dc1", "url": "https://twitter.com/kengne_stephan_" }, { "address": "41f052b17c1bcfd9a7b0801304c52f962851b3b7b1", "voteCount": 43646, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "41f0de200a1e5293d3ecc62d60bbfd70237287981f", "voteCount": 17, "url": "https://mexavor.com" }, { "address": "41f1a0466076c57c9f6d07decc86021ddbf8bae0b2", "voteCount": 505806, "url": "http://www.stake.com" }, { "address": "41f22612cd17bd0e55d835f9438ce4162404d45b9f", "url": "http://levon.com" }, { "address": "41f304219dd41caabbffc4a9ef11a112985602682b", "url": "https://testnet.org" }, { "address": "41f43f5d86a5e20df2c0e7396ef373e4cb920f7c1e", "url": "https://www.test1.com" }, { "address": "41f4d6e0f67de095ca68038cd76b8d3dbaccbf7754", "url": "http://www.ee.com" }, { "address": "41f4f5a2844b5cf2dfc14bd87d6b0dd866cf80597a", "voteCount": 2, "url": "astghik88.com" }, { "address": "41f8d58a7f4fdd41b6053ec3cce54801ccfe8b8e1e", "voteCount": 3433185, "url": "https://shasta.tronscan.org/#/wallet/representatives" }, { "address": "41ff22d579a8013c4b3e84572a1e1fdc32c7f3c087", "url": "www.fortest.com" }, { "address": "41ff5a451ab7e44bab397268ed117a359f0d004753", "voteCount": 3001534, "url": "https://shasta.tronscan.org/#/address/TZFPT3LR2ZMeh1e32GZJm924Dq3grEoSqy", "totalMissed": 56217 }, { "address": "41ff64dc555852735c848bf512515abecaeff0cc6d", "url": "http://acent.tech" } ] }