Validators
Deprecation Incoming
With the Solana Migration, these API endpoints may no longer be available.
Please refer to Oracles and Oracle Data documentation for more information on accessing data.
danger
These docs reflect the Validator Mainnet API. If you would like to use the Testnet API, please use the following base url:
https://testnet-api.helium.wtf/v1/
Deprecated Endpoints
List Validators
This Endpoint Is Deprecated
This endpoint is deprecated. Validators are no longer entities on the Helium Network.
GET https://api.helium.io/v1/validators
List known validators as registered on the blockchain. The results are paged. If a cursor
field is
present in the response, more results are available.
- Request
- Response
Query Parameters
param | Type | Note |
---|---|---|
cursor (optional) | string | Cursor for the page to fetch |
200: OK
Validators successfully retrieved.
{
"data": [
{
"version_heartbeat": 1,
"status": {
"online": "offline",
"listen_addrs": ["/ip4/173.234.31.106/tcp/2154"],
"height": 17454
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [],
"owner": "1angb56sircurmps45PN8S3xkp6UGWBicG4vLuxNdjjWLWKbGiJ",
"name": "soft-aquamarine-bear",
"last_heartbeat": 1,
"block_added": 57693,
"block": 57780,
"address": "1ZzqXn48DByf5RsPujPTt3AcemXKDJNudYnJfCBAkcYBaBxPzEf"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/161.35.239.72/tcp/2154"],
"height": 57620
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [],
"owner": "1aHjgDtLvURwScQRUhkY7R72Chf6LURa1kPW19orJG1B3Y1W3F6",
"name": "kind-khaki-koala",
"last_heartbeat": 57771,
"block_added": 57621,
"block": 57780,
"address": "1brL1Gop8xjXLg8ouy7mTF6ENerCq2efa8z6xueDGcDAzGMNXX2"
},
{
"version_heartbeat": 1,
"status": {
"online": "offline",
"listen_addrs": ["/ip4/3.19.229.249/tcp/2154"],
"height": 13236
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [],
"owner": "1bDnpfSfjKuvXExmaUPvrgPGejGYRAnuLmEHpD9jc9tqtCdJo7L",
"name": "clean-sepia-corgi",
"last_heartbeat": 1,
"block_added": 57375,
"block": 57780,
"address": "1YcYePNZgLd5NXgozRepyLkF8RzUQy3VAgaC8QkPVXX3TnbsxHy"
},
{
"version_heartbeat": 1,
"status": {
"online": "offline",
"listen_addrs": [
"/p2p/1YHCeWRvkowVUrAmvTHYPsMu4kLTMa47ZdFfitg7mGwF4vD7nS6/p2p-circuit/p2p/1Z8miaJzGE5xKWVAhgfdsDcazvVsGgvCw4VT4fYT8dD75YU7CcM"
],
"height": 17454
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [],
"owner": "1a8jaYof7PzvjcwrGty1EXcimpFuwKahafAsKeVyKN9VGohAHGz",
"name": "lone-cedar-bird",
"last_heartbeat": 1,
"block_added": 57094,
"block": 57780,
"address": "1Z8miaJzGE5xKWVAhgfdsDcazvVsGgvCw4VT4fYT8dD75YU7CcM"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": [
"/p2p/1Zks5oKPUGMQMrwoxatXhpUb62jkYhpF9BQNGLjTgV3D4Pq5Tjm/p2p-circuit/p2p/1ZJdib3QEzGrbUSjShhM6N9LjsbZQx9aJJeEvrT4YPpa5MVjq2A"
],
"height": 57693
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [],
"owner": "1bqByKbvSGqvi9cNHj2pVsBKU4ozJfJaormeiuJwPYXZqQUCyh7",
"name": "dazzling-pine-deer",
"last_heartbeat": 57772,
"block_added": 56874,
"block": 57780,
"address": "1ZJdib3QEzGrbUSjShhM6N9LjsbZQx9aJJeEvrT4YPpa5MVjq2A"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/128.199.110.198/tcp/2154"],
"height": 57723
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 2.0800018310546875,
"penalties": [
{
"type": "performance",
"height": 57545,
"amount": 0
},
{
"type": "performance",
"height": 57559,
"amount": 0
},
{
"type": "performance",
"height": 57573,
"amount": 0
},
{
"type": "performance",
"height": 57585,
"amount": 0
},
{
"type": "performance",
"height": 57601,
"amount": 0
},
{
"type": "performance",
"height": 57619,
"amount": 0
},
{
"type": "performance",
"height": 57633,
"amount": 0
},
{
"type": "performance",
"height": 57645,
"amount": 0
},
{
"type": "tenure",
"height": 57545,
"amount": 1
},
{
"type": "tenure",
"height": 57559,
"amount": 1
},
{
"type": "tenure",
"height": 57573,
"amount": 1
},
{
"type": "tenure",
"height": 57585,
"amount": 1
},
{
"type": "tenure",
"height": 57601,
"amount": 1
},
{
"type": "tenure",
"height": 57619,
"amount": 1
},
{
"type": "tenure",
"height": 57633,
"amount": 1
},
{
"type": "tenure",
"height": 57645,
"amount": 1
}
],
"owner": "1aHkk454S483K482HGvCfUdBfAiAXWtkGGZ3BmEQBCqSYJrGCpn",
"name": "original-neon-finch",
"last_heartbeat": 57777,
"block_added": 56344,
"block": 57780,
"address": "1Z6bxAwSTpKUqn1wchPAzf6chV7NaFCRqh9GdHurJGQprd1ZT64"
},
{
"version_heartbeat": 1,
"status": {
"online": "offline",
"listen_addrs": null,
"height": null
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [],
"owner": "1bd4WfNCQsBU6enYHK4NW5b8M181PgeWhuMWtfV6DiumpYzGopG",
"name": "fit-pear-corgi",
"last_heartbeat": 1,
"block_added": 55676,
"block": 57780,
"address": "1bd4WfNCQsBU6enYHK4NW5b8M181PgeWhuMWtfV6DiumpYzGopG"
},
{
"version_heartbeat": 1,
"status": {
"online": "offline",
"listen_addrs": ["/ip4/45.63.122.123/tcp/2154"],
"height": 17454
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [],
"owner": "1bpNMsVaK4V9v3f979Wt8MJyrQ1qQrUeGg9nvRvaq7WpiGiFAwg",
"name": "narrow-mercurial-ostrich",
"last_heartbeat": 1,
"block_added": 55676,
"block": 57780,
"address": "1ZxNeN9S5UXP4v84iuLR6jnxv2V5c4aANUPZ7LXFR7Fa1gfN3Hi"
},
{
"version_heartbeat": 1,
"status": {
"online": "offline",
"listen_addrs": ["/ip4/95.179.229.119/tcp/2154"],
"height": 17454
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [],
"owner": "1aKoNNY5KrJDxfzW9USERQTjP5L57uq3T55jHcCBCy6RXbcL3Jf",
"name": "big-brunette-wallaby",
"last_heartbeat": 1,
"block_added": 55674,
"block": 57780,
"address": "1Zg7in5DSjgJNw1Y1tTAUkwDvMWZskGZMkK2i8qYqFo5ufQaAuT"
},
{
"version_heartbeat": 1,
"status": {
"online": "offline",
"listen_addrs": [],
"height": null
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [],
"owner": "1bZxXDLbweRyMW43hvmQMcyvsBxA5oucjX9xwfQXDKzUU6yMhWt",
"name": "dapper-blonde-troll",
"last_heartbeat": 1,
"block_added": 55186,
"block": 57780,
"address": "1YPN2hKjbNWxfvCgwAsb4xh2P3afc2LxcaCjM12Ngf9KGzaXE25"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": [
"/p2p/1YEmVh7eeSXdqzjKMeZUWjZbDmVWVMKVLY7Y4nQheWV5YmU8ie3/p2p-circuit/p2p/1ZvBKi4rbUue3rbbSeGVwRBZobkLRAHGpaiyxuyFEhDSKN2yqN4"
],
"height": 57701
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 4.4100189208984375,
"penalties": [
{
"type": "performance",
"height": 57704,
"amount": 0.477996826171875
},
{
"type": "performance",
"height": 57684,
"amount": 0.4792022705078125
},
{
"type": "performance",
"height": 57738,
"amount": 1.9405670166015625
},
{
"type": "tenure",
"height": 57684,
"amount": 1
},
{
"type": "tenure",
"height": 57704,
"amount": 1
},
{
"type": "tenure",
"height": 57738,
"amount": 1
}
],
"owner": "1bXCpL79ZuEye2bKhcNqZ8yRLPgEtL4bsVUPegwthUAU1eWUVwH",
"name": "brave-hazelnut-dragon",
"last_heartbeat": 57776,
"block_added": 55105,
"block": 57780,
"address": "1ZvBKi4rbUue3rbbSeGVwRBZobkLRAHGpaiyxuyFEhDSKN2yqN4"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/72.75.228.194/tcp/2154"],
"height": 57665
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 56880,
"amount": 1.5211639404296875
},
{
"type": "performance",
"height": 56851,
"amount": 1.540802001953125
},
{
"type": "performance",
"height": 56868,
"amount": 1.986358642578125
},
{
"type": "tenure",
"height": 56851,
"amount": 1
},
{
"type": "tenure",
"height": 56868,
"amount": 1
},
{
"type": "tenure",
"height": 56880,
"amount": 1
}
],
"owner": "1bZYC5HM5z5DSJ6BYCkvZN3WqaBpLoRDjU8aTKdEQ3fqmb21cdh",
"name": "huge-hickory-flamingo",
"last_heartbeat": 57773,
"block_added": 54840,
"block": 57780,
"address": "1Zq7YFrWEihKZPfrMWVE64RWPuuR2K4qg7C6uLcHMMPCrsGMfSa"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/3.141.1.44/tcp/2154"],
"height": 57176
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 57061,
"amount": 0
},
{
"type": "performance",
"height": 57092,
"amount": 0
},
{
"type": "performance",
"height": 57113,
"amount": 7.875885009765625
},
{
"type": "tenure",
"height": 57061,
"amount": 1
},
{
"type": "tenure",
"height": 57092,
"amount": 1
},
{
"type": "tenure",
"height": 57113,
"amount": 1
}
],
"owner": "1b5u8WUEZyCduBs7TSaGD86CHGkajLapmafXsQH2sUd25T7CdJj",
"name": "elegant-indigo-orca",
"last_heartbeat": 57770,
"block_added": 54721,
"block": 57780,
"address": "1YbCrM7hQHP6kKVnevibmdtVTf9Q4zosdqw4gsvJcSWgujUZfas"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/18.220.78.219/tcp/2154"],
"height": 57681
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 1.7920074462890625,
"penalties": [
{
"type": "performance",
"height": 57585,
"amount": 0
},
{
"type": "performance",
"height": 57601,
"amount": 0
},
{
"type": "performance",
"height": 57619,
"amount": 0
},
{
"type": "performance",
"height": 57633,
"amount": 0
},
{
"type": "performance",
"height": 57645,
"amount": 0
},
{
"type": "tenure",
"height": 57585,
"amount": 1
},
{
"type": "tenure",
"height": 57601,
"amount": 1
},
{
"type": "tenure",
"height": 57619,
"amount": 1
},
{
"type": "tenure",
"height": 57633,
"amount": 1
},
{
"type": "tenure",
"height": 57645,
"amount": 1
}
],
"owner": "1ac8ohAz1aAzPyj93R18YMdXWovPi3QD7vCVAh1pqjzqY3AAAsH",
"name": "tricky-orange-antelope",
"last_heartbeat": 57775,
"block_added": 54645,
"block": 57780,
"address": "1ZCvokeKQJEpY53aRWXxFRSNwR1D4QHMpULQwctmMfbQkgu8vPs"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": [
"/p2p/1ZHrstqGvr1yKsEgiKr9LpSMNRNW8TRLC8owivFSEVmrmHqoMuC/p2p-circuit/p2p/1ZxFE2edaTGBbTpbd3a5frT4E4gFDFSfeXSKrsCTLdbxjyx1WVf"
],
"height": 57427
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 57147,
"amount": 0.4907989501953125
},
{
"type": "performance",
"height": 57171,
"amount": 0.5872039794921875
},
{
"type": "performance",
"height": 57158,
"amount": 0.6887969970703125
},
{
"type": "tenure",
"height": 57147,
"amount": 1
},
{
"type": "tenure",
"height": 57158,
"amount": 1
},
{
"type": "tenure",
"height": 57171,
"amount": 1
}
],
"owner": "1atx3iDSFCjUZR4R6CqfSmD38BHM3BwT5hN2uDRQ5Em5RVFvG3y",
"name": "passive-lilac-donkey",
"last_heartbeat": 57772,
"block_added": 54574,
"block": 57780,
"address": "1ZxFE2edaTGBbTpbd3a5frT4E4gFDFSfeXSKrsCTLdbxjyx1WVf"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": [],
"height": 57719
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 6.357635498046875,
"penalties": [
{
"type": "performance",
"height": 57753,
"amount": 0.59320068359375
},
{
"type": "performance",
"height": 57765,
"amount": 4.22259521484375
},
{
"type": "tenure",
"height": 57753,
"amount": 1
},
{
"type": "tenure",
"height": 57765,
"amount": 1
}
],
"owner": "1bZxXDLbweRyMW43hvmQMcyvsBxA5oucjX9xwfQXDKzUU6yMhWt",
"name": "magic-iris-otter",
"last_heartbeat": 57776,
"block_added": 54546,
"block": 57780,
"address": "1YJB5T4jj1PQtEeuy81DMKYUY1NpUUVDAphjLMM72zMbKFN8Wi4"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.81.253.204/tcp/2154"],
"height": 57696
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 56533,
"amount": 0
},
{
"type": "performance",
"height": 56547,
"amount": 0
},
{
"type": "performance",
"height": 56559,
"amount": 0.09759521484375
},
{
"type": "tenure",
"height": 56533,
"amount": 1
},
{
"type": "tenure",
"height": 56547,
"amount": 1
},
{
"type": "tenure",
"height": 56559,
"amount": 1
}
],
"owner": "1aLVi6Z9qcraQwLAsqdVydCTErZtKyDgUKgcQCJ9JTBbJoxCC77",
"name": "early-glass-rabbit",
"last_heartbeat": 57772,
"block_added": 54152,
"block": 57780,
"address": "1ZNaqFEXa8Uun5A4MbsGrLg7QWVCQn35fBpafxuzE4cK4se5M2Z"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/95.216.206.222/tcp/2154"],
"height": 57733
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 2.8350067138671875,
"penalties": [
{
"type": "performance",
"height": 57573,
"amount": 0
},
{
"type": "performance",
"height": 57765,
"amount": 0
},
{
"type": "performance",
"height": 57601,
"amount": 0.0948028564453125
},
{
"type": "performance",
"height": 57777,
"amount": 0.096405029296875
},
{
"type": "performance",
"height": 57585,
"amount": 0.295196533203125
},
{
"type": "tenure",
"height": 57573,
"amount": 1
},
{
"type": "tenure",
"height": 57585,
"amount": 1
},
{
"type": "tenure",
"height": 57601,
"amount": 1
},
{
"type": "tenure",
"height": 57765,
"amount": 1
},
{
"type": "tenure",
"height": 57777,
"amount": 1
}
],
"owner": "1bLo6qZh387D9yZppCRLzvdLofyPQ4SFyPM9T8VvSf7XLuSmS62",
"name": "hot-blonde-eagle",
"last_heartbeat": 57752,
"block_added": 53507,
"block": 57780,
"address": "1YjRG26vfH5AuTmNdYpSHy8LoNZmBitWRE2sXCArzWwnCpFLLBc"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.81.143.171/tcp/2154"],
"height": 57570
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0.947998046875,
"penalties": [
{
"type": "performance",
"height": 57530,
"amount": 0
},
{
"type": "performance",
"height": 57545,
"amount": 0
},
{
"type": "performance",
"height": 57559,
"amount": 0
},
{
"type": "performance",
"height": 57573,
"amount": 0
},
{
"type": "performance",
"height": 57585,
"amount": 0
},
{
"type": "performance",
"height": 57601,
"amount": 0
},
{
"type": "tenure",
"height": 57530,
"amount": 1
},
{
"type": "tenure",
"height": 57545,
"amount": 1
},
{
"type": "tenure",
"height": 57559,
"amount": 1
},
{
"type": "tenure",
"height": 57573,
"amount": 1
},
{
"type": "tenure",
"height": 57585,
"amount": 1
},
{
"type": "tenure",
"height": 57601,
"amount": 1
}
],
"owner": "1btCJwtoPL52UEDNbwNitqXtDNsD6hf71oqC2byaMY8T6YETBvY",
"name": "feisty-raisin-parrot",
"last_heartbeat": 57774,
"block_added": 53304,
"block": 57780,
"address": "1Z1kvpjykGWjPgvQT7uDRm8oCKuEKGpBs9UPun1UYbdn1bfxumU"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/34.217.83.142/tcp/2154"],
"height": 57751
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 6.2188568115234375,
"penalties": [
{
"type": "performance",
"height": 57753,
"amount": 0.682403564453125
},
{
"type": "performance",
"height": 57516,
"amount": 1.204681396484375
},
{
"type": "performance",
"height": 57765,
"amount": 1.2259521484375
},
{
"type": "performance",
"height": 57738,
"amount": 2.122161865234375
},
{
"type": "tenure",
"height": 57516,
"amount": 1
},
{
"type": "tenure",
"height": 57738,
"amount": 1
},
{
"type": "tenure",
"height": 57753,
"amount": 1
},
{
"type": "tenure",
"height": 57765,
"amount": 1
}
],
"owner": "1aFHALQYwKKofGd84SL2cfxCvMx58TBKpANrAXUyrVtfrEmEMJf",
"name": "proper-wooden-pelican",
"last_heartbeat": 57776,
"block_added": 53218,
"block": 57780,
"address": "1ZUi3iMFQZNbECoULtKsfnhQcRwc4UaGhcXM8wB9aQkwLNJfp6D"
},
{
"version_heartbeat": 10051,
"status": {
"online": "offline",
"listen_addrs": [
"/p2p/1ZQ9cc2cTJ5RB2DcxWf4EBZebqsSWcPqb1fxKBa8357nvNZTgE7/p2p-circuit/p2p/1ZBJs1N8A7fJQcs8e2NoZBtWjdqPwPChvohUFFvPFeBszeovCeu"
],
"height": 55498
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 55009,
"amount": 0
},
{
"type": "performance",
"height": 55156,
"amount": 0
},
{
"type": "performance",
"height": 55232,
"amount": 0
},
{
"type": "performance",
"height": 55216,
"amount": 0.1967926025390625
},
{
"type": "performance",
"height": 55192,
"amount": 1.587432861328125
},
{
"type": "tenure",
"height": 55009,
"amount": 1
},
{
"type": "tenure",
"height": 55156,
"amount": 1
},
{
"type": "tenure",
"height": 55192,
"amount": 1
},
{
"type": "tenure",
"height": 55216,
"amount": 1
},
{
"type": "tenure",
"height": 55232,
"amount": 1
}
],
"owner": "1aPwSMjyDT7BEzfp2yAZAttsNEZ5e2n6piB5HmrNNwRpYCQEPpL",
"name": "sweet-silver-python",
"last_heartbeat": 55536,
"block_added": 52892,
"block": 57780,
"address": "1ZBJs1N8A7fJQcs8e2NoZBtWjdqPwPChvohUFFvPFeBszeovCeu"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/34.214.145.125/tcp/2154"],
"height": 57692
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 56704,
"amount": 0
},
{
"type": "performance",
"height": 56716,
"amount": 0
},
{
"type": "performance",
"height": 56732,
"amount": 0
},
{
"type": "performance",
"height": 56751,
"amount": 0
},
{
"type": "tenure",
"height": 56704,
"amount": 1
},
{
"type": "tenure",
"height": 56716,
"amount": 1
},
{
"type": "tenure",
"height": 56732,
"amount": 1
},
{
"type": "tenure",
"height": 56751,
"amount": 1
}
],
"owner": "1b4WiA7V1qnmHkGGkNbUKNz1npbJS3iD87xak1mJwPmmBPmqTci",
"name": "energetic-blush-albatross",
"last_heartbeat": 57775,
"block_added": 52705,
"block": 57780,
"address": "1YGNwxjixoC51DHL8btRVKN5Tbw2ouF4xPqQxwQeg5QePQcACJR"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/35.208.34.210/tcp/2154"],
"height": 57662
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 1.089141845703125,
"penalties": [
{
"type": "performance",
"height": 57426,
"amount": 0.0955963134765625
},
{
"type": "performance",
"height": 57645,
"amount": 0.096405029296875
},
{
"type": "performance",
"height": 57412,
"amount": 0.2971954345703125
},
{
"type": "performance",
"height": 57398,
"amount": 0.3907928466796875
},
{
"type": "performance",
"height": 57633,
"amount": 0.39520263671875
},
{
"type": "tenure",
"height": 57398,
"amount": 1
},
{
"type": "tenure",
"height": 57412,
"amount": 1
},
{
"type": "tenure",
"height": 57426,
"amount": 1
},
{
"type": "tenure",
"height": 57633,
"amount": 1
},
{
"type": "tenure",
"height": 57645,
"amount": 1
}
],
"owner": "1b1VsaMgUnbxuJ9kjXAs8E24pB7m65n59nSAEnMC879hBb2Abgs",
"name": "colossal-carbon-bat",
"last_heartbeat": 57776,
"block_added": 52678,
"block": 57780,
"address": "1YWQKAoUjZgG2mEMLbgaaN5v8ymFjZkubW9howLpMjmWLwe9rmz"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.222.222.29/tcp/2154"],
"height": 57573
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0.6880035400390625,
"penalties": [
{
"type": "performance",
"height": 57516,
"amount": 0
},
{
"type": "performance",
"height": 57530,
"amount": 0
},
{
"type": "performance",
"height": 57545,
"amount": 0
},
{
"type": "performance",
"height": 57559,
"amount": 0
},
{
"type": "performance",
"height": 57573,
"amount": 0
},
{
"type": "performance",
"height": 57585,
"amount": 0
},
{
"type": "tenure",
"height": 57516,
"amount": 1
},
{
"type": "tenure",
"height": 57530,
"amount": 1
},
{
"type": "tenure",
"height": 57545,
"amount": 1
},
{
"type": "tenure",
"height": 57559,
"amount": 1
},
{
"type": "tenure",
"height": 57573,
"amount": 1
},
{
"type": "tenure",
"height": 57585,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "special-cloth-griffin",
"last_heartbeat": 57772,
"block_added": 52555,
"block": 57780,
"address": "1YcVG1K9SYo37KnpJYfVu1Py8nUvp77vruK4zMFW5jtP5N9yKMW"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.222.222.28/tcp/2154"],
"height": 57739
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 3.496002197265625,
"penalties": [
{
"type": "performance",
"height": 57573,
"amount": 0
},
{
"type": "performance",
"height": 57585,
"amount": 0
},
{
"type": "performance",
"height": 57601,
"amount": 0
},
{
"type": "performance",
"height": 57619,
"amount": 0
},
{
"type": "performance",
"height": 57633,
"amount": 0
},
{
"type": "performance",
"height": 57645,
"amount": 0
},
{
"type": "performance",
"height": 57665,
"amount": 0
},
{
"type": "performance",
"height": 57777,
"amount": 0
},
{
"type": "tenure",
"height": 57573,
"amount": 1
},
{
"type": "tenure",
"height": 57585,
"amount": 1
},
{
"type": "tenure",
"height": 57601,
"amount": 1
},
{
"type": "tenure",
"height": 57619,
"amount": 1
},
{
"type": "tenure",
"height": 57633,
"amount": 1
},
{
"type": "tenure",
"height": 57645,
"amount": 1
},
{
"type": "tenure",
"height": 57665,
"amount": 1
},
{
"type": "tenure",
"height": 57777,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "great-laurel-crocodile",
"last_heartbeat": 57771,
"block_added": 52554,
"block": 57780,
"address": "1YkbPxnYTyTGBVxtmCc2on3Tqgbtm85TqJQsfBN6uDXgVeejuuG"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.222.222.27/tcp/2154"],
"height": 57740
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 1.264007568359375,
"penalties": [
{
"type": "performance",
"height": 57398,
"amount": 0
},
{
"type": "performance",
"height": 57412,
"amount": 0
},
{
"type": "performance",
"height": 57426,
"amount": 0
},
{
"type": "performance",
"height": 57441,
"amount": 0
},
{
"type": "performance",
"height": 57455,
"amount": 0
},
{
"type": "performance",
"height": 57619,
"amount": 0
},
{
"type": "performance",
"height": 57633,
"amount": 0
},
{
"type": "performance",
"height": 57645,
"amount": 0
},
{
"type": "tenure",
"height": 57398,
"amount": 1
},
{
"type": "tenure",
"height": 57412,
"amount": 1
},
{
"type": "tenure",
"height": 57426,
"amount": 1
},
{
"type": "tenure",
"height": 57441,
"amount": 1
},
{
"type": "tenure",
"height": 57455,
"amount": 1
},
{
"type": "tenure",
"height": 57619,
"amount": 1
},
{
"type": "tenure",
"height": 57633,
"amount": 1
},
{
"type": "tenure",
"height": 57645,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "early-grey-deer",
"last_heartbeat": 57775,
"block_added": 52552,
"block": 57780,
"address": "1ZPGU6W5NDFQEhn9v32PfBZ7YvnfmoRyMJfbrCTrqBzdWQi6BGu"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/143.198.104.240/tcp/2154", "/ip4/51.222.222.26/tcp/2154"],
"height": 57723
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 2.4239959716796875,
"penalties": [
{
"type": "performance",
"height": 57645,
"amount": 0
},
{
"type": "performance",
"height": 57665,
"amount": 0
},
{
"type": "performance",
"height": 57684,
"amount": 0
},
{
"type": "performance",
"height": 57704,
"amount": 0
},
{
"type": "tenure",
"height": 57645,
"amount": 1
},
{
"type": "tenure",
"height": 57665,
"amount": 1
},
{
"type": "tenure",
"height": 57684,
"amount": 1
},
{
"type": "tenure",
"height": 57704,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "brilliant-menthol-cobra",
"last_heartbeat": 57771,
"block_added": 52548,
"block": 57780,
"address": "1ZMyArznjcAGq6H5ax3oEoyiNSf41PJLosUHKg5sfBfxuExqDKD"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/18.216.140.136/tcp/2154"],
"height": 57630
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 1.944000244140625,
"penalties": [
{
"type": "performance",
"height": 57765,
"amount": 0
},
{
"type": "performance",
"height": 57777,
"amount": 0
},
{
"type": "tenure",
"height": 57765,
"amount": 1
},
{
"type": "tenure",
"height": 57777,
"amount": 1
}
],
"owner": "1a5oTkG3cv77muh1wg76pMBajxh3RoR1zz8ZqP8ijeEGyQmcFft",
"name": "thankful-ocean-toad",
"last_heartbeat": 57773,
"block_added": 52271,
"block": 57780,
"address": "1YfaZAYDP2B3PWSun6J9hqPmd7XSxQ1N2xNc2DdxLVnuh8iF3G2"
},
{
"version_heartbeat": 1,
"status": {
"online": "offline",
"listen_addrs": null,
"height": null
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [],
"owner": "1bKCma9WJvRLNkEQQrbXXbnybGVx9DWyqrLDVhpT3jM7LW5xLY4",
"name": "mini-arctic-weasel",
"last_heartbeat": 1,
"block_added": 52189,
"block": 57780,
"address": "1ZYewkJ7oFBqiej48soq9WXNd4En4h32zKFFPnxy9kBsi46Y4H3"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/18.222.81.91/tcp/2154"],
"height": 57692
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0.272003173828125,
"penalties": [
{
"type": "performance",
"height": 57516,
"amount": 0
},
{
"type": "performance",
"height": 57530,
"amount": 0
},
{
"type": "performance",
"height": 57545,
"amount": 0
},
{
"type": "performance",
"height": 57559,
"amount": 0
},
{
"type": "tenure",
"height": 57516,
"amount": 1
},
{
"type": "tenure",
"height": 57530,
"amount": 1
},
{
"type": "tenure",
"height": 57545,
"amount": 1
},
{
"type": "tenure",
"height": 57559,
"amount": 1
}
],
"owner": "1bEFB6JcJ7onc7YVEAMSQMThWT9SCN62AsonJaKZY5t7LqXsU9Z",
"name": "perfect-smoke-locust",
"last_heartbeat": 57770,
"block_added": 52130,
"block": 57780,
"address": "1ZUQYRPmzRDocw2bJwG9DtgQZbXw99rNYLdDpjmD7aJ3SBJGBvz"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": [
"/p2p/1YjRG26vfH5AuTmNdYpSHy8LoNZmBitWRE2sXCArzWwnCpFLLBc/p2p-circuit/p2p/1YYxaV7Fc39Pzz8WXHo1zK7kvAEPivJn2JEfLQoMbigrGSLNdzQ"
],
"height": 57555
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 1.9040069580078125,
"penalties": [
{
"type": "performance",
"height": 57573,
"amount": 0
},
{
"type": "performance",
"height": 57585,
"amount": 0
},
{
"type": "performance",
"height": 57601,
"amount": 0
},
{
"type": "performance",
"height": 57619,
"amount": 0
},
{
"type": "performance",
"height": 57633,
"amount": 0
},
{
"type": "performance",
"height": 57645,
"amount": 0
},
{
"type": "tenure",
"height": 57573,
"amount": 1
},
{
"type": "tenure",
"height": 57585,
"amount": 1
},
{
"type": "tenure",
"height": 57601,
"amount": 1
},
{
"type": "tenure",
"height": 57619,
"amount": 1
},
{
"type": "tenure",
"height": 57633,
"amount": 1
},
{
"type": "tenure",
"height": 57645,
"amount": 1
}
],
"owner": "1avB3L1a7B61nN8M9P8y53knzTKRMfTh453n4XQc4bckGrZFy6z",
"name": "creamy-cider-chimpanzee",
"last_heartbeat": 57778,
"block_added": 52100,
"block": 57780,
"address": "1YYxaV7Fc39Pzz8WXHo1zK7kvAEPivJn2JEfLQoMbigrGSLNdzQ"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/52.40.248.123/tcp/2154"],
"height": 57670
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 4.1024017333984375,
"penalties": [
{
"type": "performance",
"height": 57573,
"amount": 0.585601806640625
},
{
"type": "performance",
"height": 57559,
"amount": 1.1022491455078125
},
{
"type": "performance",
"height": 57619,
"amount": 1.4909210205078125
},
{
"type": "performance",
"height": 57585,
"amount": 1.5559539794921875
},
{
"type": "performance",
"height": 57601,
"amount": 1.6009979248046875
},
{
"type": "performance",
"height": 57633,
"amount": 2.3933258056640625
},
{
"type": "tenure",
"height": 57559,
"amount": 1
},
{
"type": "tenure",
"height": 57573,
"amount": 1
},
{
"type": "tenure",
"height": 57585,
"amount": 1
},
{
"type": "tenure",
"height": 57601,
"amount": 1
},
{
"type": "tenure",
"height": 57619,
"amount": 1
},
{
"type": "tenure",
"height": 57633,
"amount": 1
}
],
"owner": "1aV7KAzcWpTy1YLmGgua14TwhjvXZBY8PYSh9SBqBeLHt8VrdJN",
"name": "quiet-red-dragon",
"last_heartbeat": 57778,
"block_added": 51795,
"block": 57780,
"address": "1Y7xaVqrR8Ci84fh1PmV7NYDWo4d1v9n8JCmCWW3D7i9ZXQCVdb"
},
{
"version_heartbeat": 10051,
"status": {
"online": "offline",
"listen_addrs": ["/ip4/18.232.161.36/tcp/2154"],
"height": 17454
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 3.9394989013671875,
"penalties": [
{
"type": "performance",
"height": 57265,
"amount": 0
},
{
"type": "performance",
"height": 57280,
"amount": 0
},
{
"type": "performance",
"height": 57321,
"amount": 0
},
{
"type": "performance",
"height": 57334,
"amount": 0
},
{
"type": "performance",
"height": 57346,
"amount": 0
},
{
"type": "performance",
"height": 57360,
"amount": 0
},
{
"type": "performance",
"height": 57384,
"amount": 0
},
{
"type": "performance",
"height": 57398,
"amount": 0
},
{
"type": "performance",
"height": 57305,
"amount": 0.097198486328125
},
{
"type": "tenure",
"height": 57265,
"amount": 1
},
{
"type": "tenure",
"height": 57280,
"amount": 1
},
{
"type": "tenure",
"height": 57305,
"amount": 1
},
{
"type": "tenure",
"height": 57321,
"amount": 1
},
{
"type": "tenure",
"height": 57334,
"amount": 1
},
{
"type": "tenure",
"height": 57346,
"amount": 1
},
{
"type": "tenure",
"height": 57360,
"amount": 1
},
{
"type": "tenure",
"height": 57384,
"amount": 1
},
{
"type": "tenure",
"height": 57398,
"amount": 1
}
],
"owner": "1aYcwS9EvtbiNkrjQWTqBo5bk8wAmvWTAcRyVtY6dSVqc1weYHR",
"name": "damp-beige-bison",
"last_heartbeat": 57472,
"block_added": 51758,
"block": 57780,
"address": "1ZyLR6PuSW1bBCRPskZb8pbQpyfDahED6A9ikbmB25DNhAUoi4E"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.81.35.101/tcp/2154"],
"height": 57704
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 57171,
"amount": 0
},
{
"type": "performance",
"height": 57199,
"amount": 0
},
{
"type": "performance",
"height": 57185,
"amount": 0.1952056884765625
},
{
"type": "performance",
"height": 57225,
"amount": 0.3907928466796875
},
{
"type": "performance",
"height": 56981,
"amount": 0.3936004638671875
},
{
"type": "performance",
"height": 57213,
"amount": 0.41107177734375
},
{
"type": "performance",
"height": 56998,
"amount": 0.489593505859375
},
{
"type": "tenure",
"height": 56981,
"amount": 1
},
{
"type": "tenure",
"height": 56998,
"amount": 1
},
{
"type": "tenure",
"height": 57171,
"amount": 1
},
{
"type": "tenure",
"height": 57185,
"amount": 1
},
{
"type": "tenure",
"height": 57199,
"amount": 1
},
{
"type": "tenure",
"height": 57213,
"amount": 1
},
{
"type": "tenure",
"height": 57225,
"amount": 1
}
],
"owner": "1aPBTQKmPv4fZpZeewyo2K22iJ6PfrnVDhjavLNx72SFzx6kn2K",
"name": "zealous-pastel-gibbon",
"last_heartbeat": 57776,
"block_added": 51619,
"block": 57780,
"address": "1ZssqG34DZZCLqBx1XhyRv8LhSTjj9szR5dRUrbfYsj3TTWefA4"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": [
"/p2p/1ZfBoM7AVCkWbakXegpYH7MpFtdnANLbjG3LaHyNUWTsdJXwMTi/p2p-circuit/p2p/1ZvUXiiiJDEKp3fsECSuBQhdVWPcMNsdG8fjAcs6bhPWEyeSFUR"
],
"height": 57634
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0.272003173828125,
"penalties": [
{
"type": "performance",
"height": 57321,
"amount": 0
},
{
"type": "performance",
"height": 57334,
"amount": 0
},
{
"type": "performance",
"height": 57516,
"amount": 0
},
{
"type": "performance",
"height": 57530,
"amount": 0
},
{
"type": "performance",
"height": 57545,
"amount": 0
},
{
"type": "performance",
"height": 57559,
"amount": 0
},
{
"type": "tenure",
"height": 57321,
"amount": 1
},
{
"type": "tenure",
"height": 57334,
"amount": 1
},
{
"type": "tenure",
"height": 57516,
"amount": 1
},
{
"type": "tenure",
"height": 57530,
"amount": 1
},
{
"type": "tenure",
"height": 57545,
"amount": 1
},
{
"type": "tenure",
"height": 57559,
"amount": 1
}
],
"owner": "1a4kNGHFHHPRgSzcEUKrXrqni7UnDdFqFK5SQtYYa6RgBUjaQSL",
"name": "square-scarlet-caribou",
"last_heartbeat": 57770,
"block_added": 51273,
"block": 57780,
"address": "1ZvUXiiiJDEKp3fsECSuBQhdVWPcMNsdG8fjAcs6bhPWEyeSFUR"
},
{
"version_heartbeat": 10048,
"status": {
"online": "offline",
"listen_addrs": null,
"height": null
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 1.7519989013671875,
"penalties": [
{
"type": "dkg",
"height": 51817,
"amount": 1
},
{
"type": "dkg",
"height": 51851,
"amount": 1
}
],
"owner": "1bd4CVJTR9Fj2VngDKZ2uFqFCasYHfWShBhGFVZshkN9S5rkJRB",
"name": "sparkly-dijon-sloth",
"last_heartbeat": 51863,
"block_added": 51143,
"block": 57780,
"address": "1YeF6utcT8EuYcuGB2Y9W5egz8UcchSVrRmb6xgjsxmTK5dMoUh"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.222.222.25/tcp/2154"],
"height": 57534
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 1.7239990234375,
"penalties": [
{
"type": "performance",
"height": 57738,
"amount": 0
},
{
"type": "performance",
"height": 57753,
"amount": 0
},
{
"type": "tenure",
"height": 57738,
"amount": 1
},
{
"type": "tenure",
"height": 57753,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "loud-vinyl-grasshopper",
"last_heartbeat": 57778,
"block_added": 50702,
"block": 57780,
"address": "1Z2aacQ4cAjZHPHtLwn56gL4TR4UvFAkR2x4J9a3dyFjfmE4267"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/143.198.104.240/tcp/2154", "/ip4/51.222.222.24/tcp/2154"],
"height": 57694
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 3.503997802734375,
"penalties": [
{
"type": "performance",
"height": 57601,
"amount": 0
},
{
"type": "performance",
"height": 57619,
"amount": 0
},
{
"type": "performance",
"height": 57633,
"amount": 0
},
{
"type": "performance",
"height": 57645,
"amount": 0
},
{
"type": "performance",
"height": 57665,
"amount": 0
},
{
"type": "performance",
"height": 57684,
"amount": 0
},
{
"type": "performance",
"height": 57704,
"amount": 0
},
{
"type": "tenure",
"height": 57601,
"amount": 1
},
{
"type": "tenure",
"height": 57619,
"amount": 1
},
{
"type": "tenure",
"height": 57633,
"amount": 1
},
{
"type": "tenure",
"height": 57645,
"amount": 1
},
{
"type": "tenure",
"height": 57665,
"amount": 1
},
{
"type": "tenure",
"height": 57684,
"amount": 1
},
{
"type": "tenure",
"height": 57704,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "overt-licorice-goldfish",
"last_heartbeat": 57773,
"block_added": 50699,
"block": 57780,
"address": "1YxuHDUJCgqCJ9UgK8hyGhS2WDLPZKzFNjiQnDoiaryvT9JQNuH"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": [
"/ip4/51.222.222.23/tcp/2154",
"/p2p/1Zpy7FoMr77QL2ussk2VfkvN6TicdvpPwAeWyfDZXyYDcxpDMkZ/p2p-circuit/p2p/1YEPkpDTqD1fFf6N61PBLQnwTQiMjUwwxHET2GDrx1giXzji24C"
],
"height": 57732
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 2.4239959716796875,
"penalties": [
{
"type": "performance",
"height": 57645,
"amount": 0
},
{
"type": "performance",
"height": 57665,
"amount": 0
},
{
"type": "performance",
"height": 57684,
"amount": 0
},
{
"type": "performance",
"height": 57704,
"amount": 0
},
{
"type": "tenure",
"height": 57645,
"amount": 1
},
{
"type": "tenure",
"height": 57665,
"amount": 1
},
{
"type": "tenure",
"height": 57684,
"amount": 1
},
{
"type": "tenure",
"height": 57704,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "restless-metal-unicorn",
"last_heartbeat": 57771,
"block_added": 50697,
"block": 57780,
"address": "1YEPkpDTqD1fFf6N61PBLQnwTQiMjUwwxHET2GDrx1giXzji24C"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.222.222.22/tcp/2154"],
"height": 57736
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 57412,
"amount": 0
},
{
"type": "performance",
"height": 57426,
"amount": 0
},
{
"type": "performance",
"height": 57441,
"amount": 0
},
{
"type": "performance",
"height": 57455,
"amount": 0
},
{
"type": "performance",
"height": 57483,
"amount": 0
},
{
"type": "tenure",
"height": 57412,
"amount": 1
},
{
"type": "tenure",
"height": 57426,
"amount": 1
},
{
"type": "tenure",
"height": 57441,
"amount": 1
},
{
"type": "tenure",
"height": 57455,
"amount": 1
},
{
"type": "tenure",
"height": 57483,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "small-frost-locust",
"last_heartbeat": 57777,
"block_added": 50695,
"block": 57780,
"address": "1ZLZCVsNXfnH8KPD5hjYshSmWDiWw2imVFbq8rhnUKHpgL3LYWh"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.222.222.21/tcp/2154"],
"height": 57671
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 5.011993408203125,
"penalties": [
{
"type": "performance",
"height": 57684,
"amount": 0
},
{
"type": "performance",
"height": 57704,
"amount": 0
},
{
"type": "performance",
"height": 57738,
"amount": 0
},
{
"type": "performance",
"height": 57753,
"amount": 0
},
{
"type": "performance",
"height": 57765,
"amount": 0
},
{
"type": "performance",
"height": 57777,
"amount": 0
},
{
"type": "tenure",
"height": 57684,
"amount": 1
},
{
"type": "tenure",
"height": 57704,
"amount": 1
},
{
"type": "tenure",
"height": 57738,
"amount": 1
},
{
"type": "tenure",
"height": 57753,
"amount": 1
},
{
"type": "tenure",
"height": 57765,
"amount": 1
},
{
"type": "tenure",
"height": 57777,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "sweet-bubblegum-peacock",
"last_heartbeat": 57773,
"block_added": 50694,
"block": 57780,
"address": "1YNrqPWwBzFDFZrGdnTk7pnkQPMLXc51jJ1WCjuqNozukpUqv7e"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.222.222.20/tcp/2154"],
"height": 57589
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 57225,
"amount": 0
},
{
"type": "performance",
"height": 57334,
"amount": 0
},
{
"type": "performance",
"height": 57346,
"amount": 0
},
{
"type": "performance",
"height": 57360,
"amount": 0
},
{
"type": "performance",
"height": 57239,
"amount": 0.09759521484375
},
{
"type": "tenure",
"height": 57225,
"amount": 1
},
{
"type": "tenure",
"height": 57239,
"amount": 1
},
{
"type": "tenure",
"height": 57334,
"amount": 1
},
{
"type": "tenure",
"height": 57346,
"amount": 1
},
{
"type": "tenure",
"height": 57360,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "hollow-lemonade-aardvark",
"last_heartbeat": 57769,
"block_added": 50673,
"block": 57780,
"address": "1ZJyb9E4AC9uvyrYU1692ahwZzpMhdcrnrftdgx7Cz9xMXvznHi"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.222.222.19/tcp/2154"],
"height": 57709
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 57199,
"amount": 0
},
{
"type": "performance",
"height": 57213,
"amount": 0
},
{
"type": "performance",
"height": 57185,
"amount": 0.0995941162109375
},
{
"type": "tenure",
"height": 57185,
"amount": 1
},
{
"type": "tenure",
"height": 57199,
"amount": 1
},
{
"type": "tenure",
"height": 57213,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "calm-cinnamon-falcon",
"last_heartbeat": 57770,
"block_added": 50644,
"block": 57780,
"address": "1ZCGDMuXAxG9LnT96p4SyvS9HMEua263bx2wg8gJ1xCWsJVQ43K"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.222.222.18/tcp/2154"],
"height": 57600
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 57147,
"amount": 0
},
{
"type": "performance",
"height": 57158,
"amount": 0
},
{
"type": "performance",
"height": 57171,
"amount": 0
},
{
"type": "performance",
"height": 57199,
"amount": 0
},
{
"type": "performance",
"height": 57213,
"amount": 0
},
{
"type": "performance",
"height": 57185,
"amount": 0.0995941162109375
},
{
"type": "tenure",
"height": 57147,
"amount": 1
},
{
"type": "tenure",
"height": 57158,
"amount": 1
},
{
"type": "tenure",
"height": 57171,
"amount": 1
},
{
"type": "tenure",
"height": 57185,
"amount": 1
},
{
"type": "tenure",
"height": 57199,
"amount": 1
},
{
"type": "tenure",
"height": 57213,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "silly-lavender-cod",
"last_heartbeat": 57769,
"block_added": 50639,
"block": 57780,
"address": "1Za9xHS9uLiifxA277kHR6VzzRp28uFeacPhyFLNnxbuW8WTBuF"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.222.222.17/tcp/2154"],
"height": 57692
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0.99200439453125,
"penalties": [
{
"type": "performance",
"height": 57777,
"amount": 0
},
{
"type": "tenure",
"height": 57777,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "shallow-butter-shark",
"last_heartbeat": 57777,
"block_added": 50636,
"block": 57780,
"address": "1Z9zkkswtjmrHsu7XK21rdxprwhNmhqpX4NirghEynauaohVjYu"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/51.222.222.16/tcp/2154"],
"height": 57662
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 1.3520050048828125,
"penalties": [
{
"type": "performance",
"height": 57483,
"amount": 0
},
{
"type": "performance",
"height": 57498,
"amount": 0
},
{
"type": "performance",
"height": 57530,
"amount": 0
},
{
"type": "performance",
"height": 57545,
"amount": 0
},
{
"type": "performance",
"height": 57559,
"amount": 0
},
{
"type": "performance",
"height": 57573,
"amount": 0
},
{
"type": "performance",
"height": 57585,
"amount": 0
},
{
"type": "performance",
"height": 57684,
"amount": 0
},
{
"type": "tenure",
"height": 57483,
"amount": 1
},
{
"type": "tenure",
"height": 57498,
"amount": 1
},
{
"type": "tenure",
"height": 57530,
"amount": 1
},
{
"type": "tenure",
"height": 57545,
"amount": 1
},
{
"type": "tenure",
"height": 57559,
"amount": 1
},
{
"type": "tenure",
"height": 57573,
"amount": 1
},
{
"type": "tenure",
"height": 57585,
"amount": 1
},
{
"type": "tenure",
"height": 57684,
"amount": 1
}
],
"owner": "1aTZ28SE9BHkiLehdxaDGLVE6tyEEDvtj8YHjvYY6wmX1ANB25H",
"name": "amusing-sepia-caterpillar",
"last_heartbeat": 57771,
"block_added": 50614,
"block": 57780,
"address": "1Y8Rr9WaEcQBWn7Jh7QnXrctZ99a15PQEpoLQHCNTeZcDY5ziA7"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/27.33.106.122/tcp/2154"],
"height": 57725
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 57199,
"amount": 0
},
{
"type": "performance",
"height": 57213,
"amount": 0
},
{
"type": "performance",
"height": 57225,
"amount": 0
},
{
"type": "performance",
"height": 57254,
"amount": 0
},
{
"type": "performance",
"height": 57265,
"amount": 0
},
{
"type": "performance",
"height": 57280,
"amount": 0
},
{
"type": "performance",
"height": 57321,
"amount": 0
},
{
"type": "performance",
"height": 57334,
"amount": 0
},
{
"type": "performance",
"height": 57305,
"amount": 0.097198486328125
},
{
"type": "performance",
"height": 57239,
"amount": 2.3732757568359375
},
{
"type": "tenure",
"height": 57199,
"amount": 1
},
{
"type": "tenure",
"height": 57213,
"amount": 1
},
{
"type": "tenure",
"height": 57225,
"amount": 1
},
{
"type": "tenure",
"height": 57239,
"amount": 1
},
{
"type": "tenure",
"height": 57254,
"amount": 1
},
{
"type": "tenure",
"height": 57265,
"amount": 1
},
{
"type": "tenure",
"height": 57280,
"amount": 1
},
{
"type": "tenure",
"height": 57305,
"amount": 1
},
{
"type": "tenure",
"height": 57321,
"amount": 1
},
{
"type": "tenure",
"height": 57334,
"amount": 1
}
],
"owner": "1abzm1EJjtzKmh5r37nczeTWbKxmP2MLQa11sz5xwGF8YFozCLW",
"name": "sneaky-marigold-cow",
"last_heartbeat": 57769,
"block_added": 50328,
"block": 57780,
"address": "1YWPtU4sFrGVx7V3Br5AM44G16YvRm2cLofSpZmhYJxysiXxhH6"
},
{
"version_heartbeat": 10048,
"status": {
"online": "online",
"listen_addrs": ["/ip4/157.230.179.75/tcp/2154", "/ip4/3.14.135.248/tcp/2154"],
"height": 57686
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 57254,
"amount": 0
},
{
"type": "performance",
"height": 57265,
"amount": 0
},
{
"type": "performance",
"height": 57280,
"amount": 0
},
{
"type": "performance",
"height": 57321,
"amount": 0
},
{
"type": "performance",
"height": 57334,
"amount": 0
},
{
"type": "performance",
"height": 57305,
"amount": 0.097198486328125
},
{
"type": "performance",
"height": 57239,
"amount": 0.09759521484375
},
{
"type": "tenure",
"height": 57239,
"amount": 1
},
{
"type": "tenure",
"height": 57254,
"amount": 1
},
{
"type": "tenure",
"height": 57265,
"amount": 1
},
{
"type": "tenure",
"height": 57280,
"amount": 1
},
{
"type": "tenure",
"height": 57305,
"amount": 1
},
{
"type": "tenure",
"height": 57321,
"amount": 1
},
{
"type": "tenure",
"height": 57334,
"amount": 1
}
],
"owner": "1aX7Ns19teoSbHPZCjwvtxwmJSRn5hQgZZsrYkoGixwKWfr5F53",
"name": "docile-sangria-kookaburra",
"last_heartbeat": 57772,
"block_added": 49836,
"block": 57780,
"address": "1ZvYhyswiiGjQz8y7uxdi98LA9MoM1yauQAHhdX8oUH2FJWpX1T"
},
{
"version_heartbeat": 10048,
"status": {
"online": "offline",
"listen_addrs": null,
"height": null
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 0,
"penalties": [
{
"type": "performance",
"height": 51102,
"amount": 0.0959930419921875
},
{
"type": "performance",
"height": 51077,
"amount": 0.100006103515625
},
{
"type": "performance",
"height": 51089,
"amount": 0.2960052490234375
},
{
"type": "performance",
"height": 51248,
"amount": 0.419677734375
},
{
"type": "performance",
"height": 51271,
"amount": 0.4904022216796875
},
{
"type": "performance",
"height": 51260,
"amount": 0.6880035400390625
},
{
"type": "tenure",
"height": 51077,
"amount": 1
},
{
"type": "tenure",
"height": 51089,
"amount": 1
},
{
"type": "tenure",
"height": 51102,
"amount": 1
},
{
"type": "tenure",
"height": 51248,
"amount": 1
},
{
"type": "tenure",
"height": 51260,
"amount": 1
},
{
"type": "tenure",
"height": 51271,
"amount": 1
}
],
"owner": "1aTrjfqNa7q8T18VdTwLSJEG5a9jMmfkq1TZZQk9yMo3hQqGjMp",
"name": "bright-purple-hornet",
"last_heartbeat": 51622,
"block_added": 49718,
"block": 57780,
"address": "1Z5mHkZuDUEijpMZsTS1Y3kkbTjKoPEGAhDY9mXXvPr2gyH8irP"
},
{
"version_heartbeat": 10051,
"status": {
"online": "online",
"listen_addrs": ["/ip4/135.148.26.233/tcp/2154"],
"height": 57684
},
"stake_status": "staked",
"stake": 1000000000000,
"penalty": 1.011993408203125,
"penalties": [
{
"type": "performance",
"height": 57545,
"amount": 0
},
{
"type": "performance",
"height": 57559,
"amount": 0
},
{
"type": "performance",
"height": 57573,
"amount": 0
},
{
"type": "performance",
"height"