Validators
warning
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/
List Validators
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": 57684,
          "amount": 0
        },
        {
          "type": "tenure",
          "height": 57545,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57559,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57573,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57684,
          "amount": 1
        }
      ],
      "owner": "1anVbFBA4Zqgei1Vs4uqMa8xFkiuosbVB4X4WykVfR9187YF3Gh",
      "name": "real-orchid-trout",
      "last_heartbeat": 57775,
      "block_added": 49631,
      "block": 57780,
      "address": "1YaLyfKpqoUUaJMt6xHe1f3hzy8uY4nSHXTcQX2NbJoADgKjhaT"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "offline",
        "listen_addrs": [
          "/p2p/1a1oxkzJWZSzUnu3y6gjfcNnp9a7VvZtoeM8hM9SPEZCRcmMrpD/p2p-circuit/p2p/1Z7LbpCvefzo58nxDVe6MNPLJ5RgAdTkQJr54ZZr8UQLgtvyRrv"
        ],
        "height": 57498
      },
      "stake_status": "unstaked",
      "stake": 0,
      "penalty": 3.5028839111328125,
      "penalties": [
        {
          "type": "performance",
          "height": 51102,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 51120,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 51131,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 51156,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 51191,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 51143,
          "amount": 0.096405029296875
        },
        {
          "type": "performance",
          "height": 51168,
          "amount": 0.09759521484375
        },
        {
          "type": "tenure",
          "height": 51102,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 51120,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 51131,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 51143,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 51156,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 51168,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 51191,
          "amount": 1
        }
      ],
      "owner": "1a4kNGHFHHPRgSzcEUKrXrqni7UnDdFqFK5SQtYYa6RgBUjaQSL",
      "name": "real-marmalade-millipede",
      "last_heartbeat": 51260,
      "block_added": 49427,
      "block": 57780,
      "address": "1Z7LbpCvefzo58nxDVe6MNPLJ5RgAdTkQJr54ZZr8UQLgtvyRrv"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.216.185.4/tcp/2154"],
        "height": 57725
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 2.9297027587890625,
      "penalties": [
        {
          "type": "performance",
          "height": 57765,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57585,
          "amount": 0.298797607421875
        },
        {
          "type": "performance",
          "height": 57573,
          "amount": 0.3907928466796875
        },
        {
          "type": "performance",
          "height": 57545,
          "amount": 0.39520263671875
        },
        {
          "type": "performance",
          "height": 57559,
          "amount": 0.39520263671875
        },
        {
          "type": "performance",
          "height": 57619,
          "amount": 0.3975982666015625
        },
        {
          "type": "performance",
          "height": 57601,
          "amount": 0.485992431640625
        },
        {
          "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": 57765,
          "amount": 1
        }
      ],
      "owner": "1avoE626bzb1QdYco4yhhe3ahe8iYxp2PKkPPtfZmwNG4jaJ4vG",
      "name": "quaint-grape-condor",
      "last_heartbeat": 57770,
      "block_added": 48996,
      "block": 57780,
      "address": "1YDxa3tQ82QHuHMjxqL7K8iUYMzRAniPsJA8nr4japhqw79LCeK"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "offline",
        "listen_addrs": ["/ip4/54.216.224.10/tcp/2154"],
        "height": 54927
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 1.2440032958984375,
      "penalties": [
        {
          "type": "performance",
          "height": 54806,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 54821,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 54838,
          "amount": 0
        },
        {
          "type": "tenure",
          "height": 54806,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 54821,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 54838,
          "amount": 1
        }
      ],
      "owner": "1a8jaYof7PzvjcwrGty1EXcimpFuwKahafAsKeVyKN9VGohAHGz",
      "name": "rural-honeysuckle-armadillo",
      "last_heartbeat": 54965,
      "block_added": 48979,
      "block": 57780,
      "address": "1YW65RUBQHkE43N1gp4ps9msUTqKaBqaWsaRPbKUreWsDUw8WXx"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/107.23.177.78/tcp/2154"],
        "height": 57692
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 4.38800048828125,
      "penalties": [
        {
          "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": 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": "1aPexPoA1CpezaSHPjY2Lz2c15MzvQmP2M7RczExHmonQnRkBC3",
      "name": "cheery-saffron-fish",
      "last_heartbeat": 57772,
      "block_added": 48739,
      "block": 57780,
      "address": "1ZLQpfQVoz7iGAByqENCzLKm8VNLxx8YrKQ1CLT6n5PPk2ChTJm"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/65.21.73.155/tcp/2154"],
        "height": 57699
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "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": 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": "performance",
          "height": 57305,
          "amount": 0.097198486328125
        },
        {
          "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
        },
        {
          "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": "1ajWa9pdk12GqwkgeYEmAvYu1BsWSJzkhv151Ze2n5pruuKwijv",
      "name": "festive-mint-osprey",
      "last_heartbeat": 57772,
      "block_added": 48003,
      "block": 57780,
      "address": "1YQTkckbXNZCvsXjGoRt9Q1KT5LU4KxqJ5AqbedPkQz16GsiFNv"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/157.90.182.223/tcp/2154"],
        "height": 57705
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 1.3679962158203125,
      "penalties": [
        {
          "type": "performance",
          "height": 57545,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57559,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57573,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57777,
          "amount": 0
        },
        {
          "type": "tenure",
          "height": 57545,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57559,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57573,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57777,
          "amount": 1
        }
      ],
      "owner": "1ajWa9pdk12GqwkgeYEmAvYu1BsWSJzkhv151Ze2n5pruuKwijv",
      "name": "jolly-grape-cormorant",
      "last_heartbeat": 57771,
      "block_added": 48003,
      "block": 57780,
      "address": "1ZV83cUCR5Sn46XJx4EMCFi7v2KiK4jutH4GQgsPfw5NWqVMcoQ"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/157.90.182.100/tcp/2154"],
        "height": 57668
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "type": "performance",
          "height": 57441,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57455,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57483,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57498,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57516,
          "amount": 0
        },
        {
          "type": "tenure",
          "height": 57441,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57455,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57483,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57498,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57516,
          "amount": 1
        }
      ],
      "owner": "1ajWa9pdk12GqwkgeYEmAvYu1BsWSJzkhv151Ze2n5pruuKwijv",
      "name": "silly-spruce-tuna",
      "last_heartbeat": 57769,
      "block_added": 48003,
      "block": 57780,
      "address": "1ZVM5goX3XWjahieRP2nqU4zKwcgtVesjUZhRSsba1KksmuHBbb"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": [
          "/ip4/135.181.178.105/tcp/2154",
          "/ip4/143.198.104.240/tcp/2154"
        ],
        "height": 57668
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "type": "performance",
          "height": 57455,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57483,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57498,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57441,
          "amount": 0.0951995849609375
        },
        {
          "type": "tenure",
          "height": 57441,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57455,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57483,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57498,
          "amount": 1
        }
      ],
      "owner": "1ajWa9pdk12GqwkgeYEmAvYu1BsWSJzkhv151Ze2n5pruuKwijv",
      "name": "tall-raspberry-reindeer",
      "last_heartbeat": 57769,
      "block_added": 48000,
      "block": 57780,
      "address": "1ZbvcJb8r6knjAuwoPS5KtuWDSj2peqLdLqYh48yosQbbpRjJRR"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.208.167.101/tcp/2154"],
        "height": 57268
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "type": "performance",
          "height": 57346,
          "amount": 0.3975982666015625
        },
        {
          "type": "performance",
          "height": 57321,
          "amount": 0.5915985107421875
        },
        {
          "type": "performance",
          "height": 57360,
          "amount": 0.823883056640625
        },
        {
          "type": "performance",
          "height": 57334,
          "amount": 1.2197113037109375
        },
        {
          "type": "tenure",
          "height": 57321,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57334,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57346,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57360,
          "amount": 1
        }
      ],
      "owner": "1aJnWbphJGN9oQt9UCkdN9NxemuoRAz2nD4saSZaTotsttaF3Jf",
      "name": "magnificent-fuzzy-haddock",
      "last_heartbeat": 57773,
      "block_added": 47982,
      "block": 57780,
      "address": "1ZZZ6jstSLCvmut5SVy2sCbDGeFKX6bdYJYsG1qQihjRcUXH8yT"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/79.209.216.136/tcp/2154"],
        "height": 57723
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 4.3679962158203125,
      "penalties": [
        {
          "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": 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": "1bJs4KSftnw2VhoZkxiSSovsoWjGDWjrmBrREePg5MHfGnFk655",
      "name": "petite-blue-beetle",
      "last_heartbeat": 57776,
      "block_added": 47864,
      "block": 57780,
      "address": "1YJRWb3x14gz5C33Jp3VuXrnEMxgca48vv7ART5iMBcHnGs4grL"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.208.251.218/tcp/2154"],
        "height": 57553
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "type": "performance",
          "height": 57147,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57346,
          "amount": 0.096405029296875
        },
        {
          "type": "performance",
          "height": 57334,
          "amount": 0.19720458984375
        },
        {
          "type": "performance",
          "height": 57131,
          "amount": 0.2855987548828125
        },
        {
          "type": "performance",
          "height": 57113,
          "amount": 0.7803955078125
        },
        {
          "type": "tenure",
          "height": 57113,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57131,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57147,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57334,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57346,
          "amount": 1
        }
      ],
      "owner": "1aJnWbphJGN9oQt9UCkdN9NxemuoRAz2nD4saSZaTotsttaF3Jf",
      "name": "passive-sepia-sparrow",
      "last_heartbeat": 57771,
      "block_added": 47800,
      "block": 57780,
      "address": "1ZHoSRYx5b8djJNQDVxC3NAJMqvpojRM3nkqXFQ6rLDNNzTmwro"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": [
          "/ip4/97.118.156.174/tcp/2154",
          "/p2p/1YMCJx48nwiEWFsDnApaz1zKpUWqVG38kVruS4AFzRbvknMcBjb/p2p-circuit/p2p/1YLgpJzDFSGk2paHE4ooC32Lz2poX3y8CdkwUvuRjj6GWg81q6D"
        ],
        "height": 57728
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "type": "performance",
          "height": 56880,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 56893,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 56908,
          "amount": 0
        },
        {
          "type": "tenure",
          "height": 56880,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 56893,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 56908,
          "amount": 1
        }
      ],
      "owner": "1b4WiA7V1qnmHkGGkNbUKNz1npbJS3iD87xak1mJwPmmBPmqTci",
      "name": "amateur-denim-pike",
      "last_heartbeat": 57774,
      "block_added": 47129,
      "block": 57780,
      "address": "1YLgpJzDFSGk2paHE4ooC32Lz2poX3y8CdkwUvuRjj6GWg81q6D"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "offline",
        "listen_addrs": null,
        "height": null
      },
      "stake_status": "unstaked",
      "stake": 0,
      "penalty": 0,
      "penalties": [
        {
          "type": "dkg",
          "height": 52676,
          "amount": 1
        },
        {
          "type": "performance",
          "height": 52446,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 52457,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 52642,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 52653,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 52665,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 52679,
          "amount": 0.0955963134765625
        },
        {
          "type": "performance",
          "height": 52694,
          "amount": 0.946441650390625
        },
        {
          "type": "tenure",
          "height": 52446,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 52457,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 52642,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 52653,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 52665,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 52679,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 52694,
          "amount": 1
        }
      ],
      "owner": "1aLVi6Z9qcraQwLAsqdVydCTErZtKyDgUKgcQCJ9JTBbJoxCC77",
      "name": "brave-cyan-eagle",
      "last_heartbeat": 52852,
      "block_added": 46753,
      "block": 57780,
      "address": "1YgYM95SJwMtAfSq8K4H2uvo9NvHS6k3U1N26LeAxUj6RhM8VfE"
    },
    {
      "version_heartbeat": 1,
      "status": {
        "online": "offline",
        "listen_addrs": null,
        "height": null
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [],
      "owner": "1b7f7BhDcuatz7ricU8p918FBkHURY6mxnKdk6dXBfm7qCtGLnw",
      "name": "teeny-tawny-hyena",
      "last_heartbeat": 1,
      "block_added": 46394,
      "block": 57780,
      "address": "1YJpb6YksS8moNVGRBjs77MZ1vrdy5AESbwC6oGtzfXmcGaL9Jg"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.195.147.195/tcp/2154"],
        "height": 57677
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "type": "performance",
          "height": 57092,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57113,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57131,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57147,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57158,
          "amount": 0
        },
        {
          "type": "tenure",
          "height": 57092,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57113,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57131,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57147,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57158,
          "amount": 1
        }
      ],
      "owner": "1aYPkgUsZphXJvvcMbTuikfr3KRMYGRAPGtHKSakVcqzehajbLK",
      "name": "attractive-violet-lark",
      "last_heartbeat": 57774,
      "block_added": 46301,
      "block": 57780,
      "address": "1YCaXHnZLvx8tZptK6x6nevogdvhsdJedQ1EiEELZjMWgKZofBu"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.209.187.197/tcp/2154"],
        "height": 57602
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "type": "performance",
          "height": 56732,
          "amount": 0.5919952392578125
        },
        {
          "type": "performance",
          "height": 56751,
          "amount": 1.1962738037109375
        },
        {
          "type": "tenure",
          "height": 56732,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 56751,
          "amount": 1
        }
      ],
      "owner": "1bi8fa75vFtEFWn1JQpQg5FDvHeqRuxjoSXTVVzbRxyb3S6HmDW",
      "name": "handsome-blood-mustang",
      "last_heartbeat": 57769,
      "block_added": 46256,
      "block": 57780,
      "address": "1Z8pQquJoYLbAPQP8UCcTBdiRJHc1qy8RUHCGntTG8Fvk7xspYQ"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "offline",
        "listen_addrs": ["/ip4/52.14.178.143/tcp/2154"],
        "height": 57689
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 9.630126953125,
      "penalties": [
        {
          "type": "performance",
          "height": 57738,
          "amount": 8.668807983398438
        },
        {
          "type": "tenure",
          "height": 57738,
          "amount": 1
        }
      ],
      "owner": "1bbTarsZdyE8gtdNM48hNFJE6z7aiXQfT1WLJuwRcxczvjWMfAj",
      "name": "oblong-rose-salmon",
      "last_heartbeat": 57698,
      "block_added": 46131,
      "block": 57780,
      "address": "1YmT6uzyBhrnm4jGGcniFuwyfBjRjQfvNbkfnYKAuUz5SToREhT"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "offline",
        "listen_addrs": ["/ip4/54.165.11.53/tcp/2154"],
        "height": 57569
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 2.63623046875,
      "penalties": [
        {
          "type": "performance",
          "height": 57483,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57498,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57530,
          "amount": 0.0955963134765625
        },
        {
          "type": "performance",
          "height": 57516,
          "amount": 0.1927947998046875
        },
        {
          "type": "tenure",
          "height": 57483,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57498,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57516,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57530,
          "amount": 1
        }
      ],
      "owner": "1b2LMHZmhyqz18rGizsGbjyfZ8REjwsHvG3QhkHZdRjTbDmEgpf",
      "name": "silly-neon-okapi",
      "last_heartbeat": 57601,
      "block_added": 45809,
      "block": 57780,
      "address": "1YDZyKhsvvchsEgbpucD9t2ATMSNhkaktMffTUWmytJ9o5sAaYD"
    },
    {
      "version_heartbeat": 1,
      "status": {
        "online": "offline",
        "listen_addrs": null,
        "height": null
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [],
      "owner": "1bZfPLcdfCJDigYqp5exTBJiiRzKPxBHj11NNiAaMqTr5UqM1BR",
      "name": "macho-lavender-duck",
      "last_heartbeat": 1,
      "block_added": 45697,
      "block": 57780,
      "address": "1YmFWY299j3VjrbCFvs6sRKJZj5YL125Bex1CkRfZHJujgJY7J9"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.245.230.192/tcp/2154"],
        "height": 57715
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "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": 57412,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57426,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57305,
          "amount": 0.097198486328125
        },
        {
          "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
        },
        {
          "type": "tenure",
          "height": 57412,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57426,
          "amount": 1
        }
      ],
      "owner": "1aKoBwEpWhKL7aW4U5pcnKwUWoFzy9ppJWdq9xyBELrVcNThXwd",
      "name": "acidic-shadow-cougar",
      "last_heartbeat": 57770,
      "block_added": 45404,
      "block": 57780,
      "address": "1ZN2CcXc3EXyDkbBJ93nLuWK1Crd2vA3Vs8Kth3AgRFsz4MK91A"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": [
          "/ip4/116.24.64.79/tcp/1275",
          "/ip4/116.24.64.79/tcp/2154",
          "/ip4/157.230.10.25/tcp/2154"
        ],
        "height": 57611
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 1.5677642822265625,
      "penalties": [
        {
          "type": "performance",
          "height": 57601,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57619,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57645,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57633,
          "amount": 0.0955963134765625
        },
        {
          "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": "1aCjBMAWymv9x7kXTvKVsTe7tBkSyWoR5uzkQ49SG1tKtYwYG6n",
      "name": "quick-satin-shell",
      "last_heartbeat": 57776,
      "block_added": 44792,
      "block": 57780,
      "address": "1YPws85sTKu9rf5gBo9JYCUE1muDDrBhVkjUphDnskkk55RruVf"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "offline",
        "listen_addrs": ["/ip4/3.11.155.41/tcp/2154"],
        "height": 55661
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 10.198928833007812,
      "penalties": [
        {
          "type": "performance",
          "height": 55655,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 55674,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 55694,
          "amount": 7.476837158203125
        },
        {
          "type": "tenure",
          "height": 55655,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 55674,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 55694,
          "amount": 1
        }
      ],
      "owner": "1byV62k3WzNMCu1hHeuH39H42cLGxGBtKZK5g3MUX9DrFfyqCLS",
      "name": "cheerful-laurel-dog",
      "last_heartbeat": 55669,
      "block_added": 44729,
      "block": 57780,
      "address": "1ZGwNJPLtskkfs18Miae7S7PEsKJoZp9Gn87C37GLP1VhSa9zVY"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.209.98.119/tcp/2154"],
        "height": 57653
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 2.5706329345703125,
      "penalties": [
        {
          "type": "performance",
          "height": 57665,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57498,
          "amount": 0.0951995849609375
        },
        {
          "type": "performance",
          "height": 57645,
          "amount": 0.294403076171875
        },
        {
          "type": "performance",
          "height": 57601,
          "amount": 0.298797607421875
        },
        {
          "type": "performance",
          "height": 57619,
          "amount": 0.3843994140625
        },
        {
          "type": "performance",
          "height": 57633,
          "amount": 0.391998291015625
        },
        {
          "type": "performance",
          "height": 57483,
          "amount": 0.668792724609375
        },
        {
          "type": "tenure",
          "height": 57483,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57498,
          "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
        }
      ],
      "owner": "1bPJZubi2tKQev99o231oWenaERvZKbZE7B2sK5smPH35KLaWJr",
      "name": "loud-cherry-oyster",
      "last_heartbeat": 57777,
      "block_added": 44504,
      "block": 57780,
      "address": "1ZXz2pLkCxAfCDMGRwd3DzPsqnEjxHjEDkrpDLDQxx1vpCiAHyi"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "online",
        "listen_addrs": [
          "/ip4/35.211.248.182/tcp/2154",
          "/p2p/1Yhf5LGzkamM7dis7HxGHtyQBhFUYGDr2riJi9CW1aF7QKiXXxF/p2p-circuit/p2p/1YABQ9HqRix254pGNMLQ9GC9autumU9u8oMMpfGnPpErxFM9bUH"
        ],
        "height": 57719
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 1.8079376220703125,
      "penalties": [
        {
          "type": "performance",
          "height": 57645,
          "amount": 0.096405029296875
        },
        {
          "type": "performance",
          "height": 57633,
          "amount": 0.49200439453125
        },
        {
          "type": "performance",
          "height": 57619,
          "amount": 0.884796142578125
        },
        {
          "type": "tenure",
          "height": 57619,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57633,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57645,
          "amount": 1
        }
      ],
      "owner": "1a9zgtYAvFgt6UtzpQnogptcczTpSdb3sS3ZcUjqKoWphBGoLJV",
      "name": "decent-silver-chameleon",
      "last_heartbeat": 57776,
      "block_added": 44259,
      "block": 57780,
      "address": "1YABQ9HqRix254pGNMLQ9GC9autumU9u8oMMpfGnPpErxFM9bUH"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.247.115.147/tcp/2154"],
        "height": 57732
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 1.8719940185546875,
      "penalties": [
        {
          "type": "performance",
          "height": 57753,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57765,
          "amount": 0
        },
        {
          "type": "tenure",
          "height": 57753,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57765,
          "amount": 1
        }
      ],
      "owner": "1avhBTeMUQ7V2bRvMnfevirCy2gFBDNttcsWPPCgLPCgyi2Bo6U",
      "name": "loud-opaque-ant",
      "last_heartbeat": 57773,
      "block_added": 43945,
      "block": 57780,
      "address": "1YJGyfXgrQRuBBAUH8rqWb2gpLELAqZQJtaNq5scrpAiXN9UPSc"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/54.210.126.66/tcp/2154"],
        "height": 57690
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 4.9080047607421875,
      "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": "performance",
          "height": 57665,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57684,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57704,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57738,
          "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
        },
        {
          "type": "tenure",
          "height": 57665,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57684,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57704,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57738,
          "amount": 1
        }
      ],
      "owner": "1aPexPoA1CpezaSHPjY2Lz2c15MzvQmP2M7RczExHmonQnRkBC3",
      "name": "shallow-ultraviolet-caterpillar",
      "last_heartbeat": 57775,
      "block_added": 43591,
      "block": 57780,
      "address": "1Y9MHtteYBUCACwg4Pvo1DovaK1xs7qMv8PSajgp5urHuCKZ15n"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/54.227.10.71/tcp/2154"],
        "height": 57697
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0.0679931640625,
      "penalties": [
        {
          "type": "performance",
          "height": 57498,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57530,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57545,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57516,
          "amount": 0.093994140625
        },
        {
          "type": "tenure",
          "height": 57498,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57516,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57530,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57545,
          "amount": 1
        }
      ],
      "owner": "1aPexPoA1CpezaSHPjY2Lz2c15MzvQmP2M7RczExHmonQnRkBC3",
      "name": "damaged-sapphire-robin",
      "last_heartbeat": 57776,
      "block_added": 43590,
      "block": 57780,
      "address": "1Z5dNcPs1ZkW9zmCF9TfvWYPPgPmGvwGfcUURuufvdHc1pgB8KH"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "online",
        "listen_addrs": [
          "/ip4/157.230.179.75/tcp/2154",
          "/ip4/35.214.81.118/tcp/2154"
        ],
        "height": 57637
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "type": "performance",
          "height": 56908,
          "amount": 0.100006103515625
        },
        {
          "type": "performance",
          "height": 56851,
          "amount": 0.19720458984375
        },
        {
          "type": "performance",
          "height": 57092,
          "amount": 1.230804443359375
        },
        {
          "type": "tenure",
          "height": 56851,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 56908,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57092,
          "amount": 1
        }
      ],
      "owner": "1befPFhkCGHsWncAeoGTaAoMyfDtY6A4VaHuPT53HukP9AD338G",
      "name": "nutty-infrared-tardigrade",
      "last_heartbeat": 57775,
      "block_added": 43362,
      "block": 57780,
      "address": "1Ya6X63YxYg5VaRpvNiXxqJT8YwChuWUiSa8caooP8Bb4m9TKuJ"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.208.63.25/tcp/2154"],
        "height": 57627
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 2.712158203125,
      "penalties": [
        {
          "type": "performance",
          "height": 57777,
          "amount": 0.3928070068359375
        },
        {
          "type": "performance",
          "height": 57765,
          "amount": 0.3975982666015625
        },
        {
          "type": "tenure",
          "height": 57765,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57777,
          "amount": 1
        }
      ],
      "owner": "1agpdxLkREyoEY7JyvNejFHHgf6ZWAmVRx4XB4MQmuJVXrtMSCp",
      "name": "sparkly-sable-fly",
      "last_heartbeat": 57755,
      "block_added": 43138,
      "block": 57780,
      "address": "1YeaLu63qrUWeuRHgqgwdh5BHuTMpjZM18WsKJzoj3aPiQzkUDe"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "offline",
        "listen_addrs": null,
        "height": null
      },
      "stake_status": "unstaked",
      "stake": 0,
      "penalty": 0,
      "penalties": [
        {
          "type": "performance",
          "height": 44061,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 44026,
          "amount": 0.19720458984375
        },
        {
          "type": "performance",
          "height": 44043,
          "amount": 2.2281646728515625
        },
        {
          "type": "tenure",
          "height": 44026,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 44043,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 44061,
          "amount": 1
        }
      ],
      "owner": "1b2LMHZmhyqz18rGizsGbjyfZ8REjwsHvG3QhkHZdRjTbDmEgpf",
      "name": "cuddly-seaweed-mallard",
      "last_heartbeat": 44342,
      "block_added": 43007,
      "block": 57780,
      "address": "1ZY9v4SrmxsMRGbf4JRrmHzSTAj4i8uajuJRRbCS3VyZTykWtnA"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.209.2.202/tcp/2154"],
        "height": 57701
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 1.1018829345703125,
      "penalties": [
        {
          "type": "performance",
          "height": 57645,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57633,
          "amount": 0.39520263671875
        },
        {
          "type": "tenure",
          "height": 57633,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57645,
          "amount": 1
        }
      ],
      "owner": "1aJnWbphJGN9oQt9UCkdN9NxemuoRAz2nD4saSZaTotsttaF3Jf",
      "name": "modern-rosewood-orangutan",
      "last_heartbeat": 57771,
      "block_added": 42577,
      "block": 57780,
      "address": "1YXzfYnMtFJzXfjyG2QRoBF3uPY7R16pGDGW3AZoUnJxVB1yvU3"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/85.8.21.230/tcp/2154"],
        "height": 57633
      },
      "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": "1aWQdDjkTF5Cz7LxYrGkpgSojUNqMLwaFRsxBviUjds1ZV3MmVr",
      "name": "mini-quartz-cuckoo",
      "last_heartbeat": 57769,
      "block_added": 41856,
      "block": 57780,
      "address": "1ZKNnjxcqTQebySg9nRj6WM7ndp2y4rB5BK4SbL8sdxZPyRVd8J"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/106.13.78.161/tcp/2154"],
        "height": 57627
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "type": "performance",
          "height": 57483,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57498,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57455,
          "amount": 0.0955963134765625
        },
        {
          "type": "performance",
          "height": 57441,
          "amount": 0.100006103515625
        },
        {
          "type": "tenure",
          "height": 57441,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57455,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57483,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57498,
          "amount": 1
        }
      ],
      "owner": "1a4QwKWfKpB6XnEMcpt2Hty8JVLJ5WEm53eZj56nFeG3nLkXsxM",
      "name": "obedient-licorice-camel",
      "last_heartbeat": 57773,
      "block_added": 41814,
      "block": 57780,
      "address": "1Zpy7FoMr77QL2ussk2VfkvN6TicdvpPwAeWyfDZXyYDcxpDMkZ"
    },
    {
      "version_heartbeat": 1,
      "status": {
        "online": "offline",
        "listen_addrs": null,
        "height": null
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [],
      "owner": "1bKaiz8RA4WHfzos6xugoQbT4d2oTjz4fNeawnHk64X1F2BPKdh",
      "name": "short-umber-bull",
      "last_heartbeat": 1,
      "block_added": 41699,
      "block": 57780,
      "address": "1YwLbGTCEhVbwKEehRVQRC8N3q35ydXTH1B6BQys5FB1paHssdR"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/34.220.160.81/tcp/2154"],
        "height": 57655
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 2.09344482421875,
      "penalties": [
        {
          "type": "performance",
          "height": 57412,
          "amount": 1.009918212890625
        },
        {
          "type": "performance",
          "height": 57619,
          "amount": 1.0941162109375
        },
        {
          "type": "performance",
          "height": 57426,
          "amount": 1.4146728515625
        },
        {
          "type": "performance",
          "height": 57441,
          "amount": 1.4228363037109375
        },
        {
          "type": "performance",
          "height": 57633,
          "amount": 2.0711212158203125
        },
        {
          "type": "tenure",
          "height": 57412,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57426,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57441,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57619,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57633,
          "amount": 1
        }
      ],
      "owner": "1aU8m21HigRtdaKt3Ay7hNDrEdrfQQAfbY9ckYPHWcnFeSgw3Eh",
      "name": "handsome-crepe-cat",
      "last_heartbeat": 57774,
      "block_added": 41669,
      "block": 57780,
      "address": "1Ztcua8FWRvjjMTbVpANzSwmGUaULpPbQheABFb3pJ7QU2rkAWs"
    },
    {
      "version_heartbeat": 1,
      "status": {
        "online": "offline",
        "listen_addrs": ["/ip4/34.214.138.167/tcp/2154"],
        "height": 17454
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [],
      "owner": "1aX3BNk3JAa7mHnGUXmUN8MkvapjzSN7fv1ajq7G8Z9egA3iPUT",
      "name": "recumbent-stone-spider",
      "last_heartbeat": 1,
      "block_added": 41666,
      "block": 57780,
      "address": "1Yi7XRq7kteD48SYYRWJ2jHbELK9qdf74wVYyFH6TbCvCEe31Nj"
    },
    {
      "version_heartbeat": 1,
      "status": {
        "online": "offline",
        "listen_addrs": null,
        "height": null
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [],
      "owner": "1aAU1Uu8cX7C8dx7Si271avKJjjzkuXHmSxPr4CXTakawAzjKBJ",
      "name": "high-cinnabar-rhino",
      "last_heartbeat": 1,
      "block_added": 41666,
      "block": 57780,
      "address": "1ZVTwjcGhEojV1wAhQmHHj4wWCRkcyCvNKiPtdyEyjyanakM3Lf"
    },
    {
      "version_heartbeat": 1,
      "status": {
        "online": "offline",
        "listen_addrs": null,
        "height": null
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [],
      "owner": "1aYEcRYzwXLqcpXZWtFL8VRdJca7Ab2xS3oiFhsvub357cYwRou",
      "name": "silly-seaweed-capybara",
      "last_heartbeat": 1,
      "block_added": 41438,
      "block": 57780,
      "address": "1Z2ZfnQb4TfNmFC6iXSpYASCv1yg9WNYquqgrsnkoasZghVhid5"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/34.196.149.109/tcp/2154"],
        "height": 57633
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0.05999755859375,
      "penalties": [
        {
          "type": "performance",
          "height": 57516,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57530,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57545,
          "amount": 0
        },
        {
          "type": "tenure",
          "height": 57516,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57530,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57545,
          "amount": 1
        }
      ],
      "owner": "1bbGCPVmUWzm7tJm6eZ7MBeRMaksH7YLH6sNRK582i7AEqXJ27K",
      "name": "rapid-sandstone-panda",
      "last_heartbeat": 57778,
      "block_added": 41366,
      "block": 57780,
      "address": "1YkR2UkW1oraygxend18eihQPaeS3NiDJ4AbpteBrtdyJCEWNMk"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.212.127.221/tcp/2154"],
        "height": 57693
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 1.3397979736328125,
      "penalties": [
        {
          "type": "performance",
          "height": 57441,
          "amount": 0.0984039306640625
        },
        {
          "type": "performance",
          "height": 57645,
          "amount": 0.100006103515625
        },
        {
          "type": "performance",
          "height": 57455,
          "amount": 0.29400634765625
        },
        {
          "type": "performance",
          "height": 57516,
          "amount": 0.2967987060546875
        },
        {
          "type": "performance",
          "height": 57665,
          "amount": 0.3787994384765625
        },
        {
          "type": "performance",
          "height": 57498,
          "amount": 0.3892059326171875
        },
        {
          "type": "performance",
          "height": 57483,
          "amount": 0.764801025390625
        },
        {
          "type": "tenure",
          "height": 57441,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57455,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57483,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57498,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57516,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57645,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57665,
          "amount": 1
        }
      ],
      "owner": "1btmSxwAML8LoBxizJtnQ22p93qdCF1xvaT8zkc1iVkweEWrx2h",
      "name": "nutty-tin-seahorse",
      "last_heartbeat": 57769,
      "block_added": 41036,
      "block": 57780,
      "address": "1ZCTs5js8Cc2JVT29VRfmwhs8UXHGuzWEoqdAs7bAa6YBU59bpu"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "online",
        "listen_addrs": [
          "/ip4/157.230.179.75/tcp/2154",
          "/ip4/206.189.176.222/tcp/2154"
        ],
        "height": 57721
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 1.9955291748046875,
      "penalties": [
        {
          "type": "performance",
          "height": 57645,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57738,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57665,
          "amount": 0.096405029296875
        },
        {
          "type": "tenure",
          "height": 57645,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57665,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57738,
          "amount": 1
        }
      ],
      "owner": "1bRgMcoYdL5c7upN1Xb3hNepGQncKgXe33gBs1xEwB2eZD6WQfV",
      "name": "soft-azure-haddock",
      "last_heartbeat": 57769,
      "block_added": 41004,
      "block": 57780,
      "address": "1ZbRYtpawdjQSQmGSnEDgXUBWvLeZtFwBLQRURiuzp7h7f9kXSR"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.208.246.36/tcp/2154"],
        "height": 57622
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 1.641845703125,
      "penalties": [
        {
          "type": "performance",
          "height": 57633,
          "amount": 0.100006103515625
        },
        {
          "type": "performance",
          "height": 57601,
          "amount": 0.5915985107421875
        },
        {
          "type": "performance",
          "height": 57619,
          "amount": 1.0691986083984375
        },
        {
          "type": "tenure",
          "height": 57601,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57619,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57633,
          "amount": 1
        }
      ],
      "owner": "1b5pvD66YPw6kNngQYzL9AybKp6cRwZSttwJxRXJtFKf5jE6UCA",
      "name": "salty-ivory-blackbird",
      "last_heartbeat": 57778,
      "block_added": 40749,
      "block": 57780,
      "address": "1YPrQ852SSfmvZEE1xfVSrUYt2deshAhApcDYbxtaKy5guf6PcX"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.81.3.160/tcp/2154"],
        "height": 57702
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 2.23199462890625,
      "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": "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
        }
      ],
      "owner": "1bnSU6XW71sZ93trfyaseqwFpmakqJNbWFyxQQFpJsBKz4ttqDc",
      "name": "polite-grape-narwhal",
      "last_heartbeat": 57769,
      "block_added": 40472,
      "block": 57780,
      "address": "1YgCMWPCiR1rfXNXLggW21evTnVb6BJYDdXTjAZyXiWhYNfSvJM"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": [
          "/ip4/143.198.104.240/tcp/2154",
          "/ip4/35.167.70.214/tcp/2154"
        ],
        "height": 57690
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "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": 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
        }
      ],
      "owner": "1a8Aq2Vbeuc5gji3W6NoJrAoNB8RfJWomncZnphBqJih9SnK2NP",
      "name": "ambitious-peanut-mink",
      "last_heartbeat": 57771,
      "block_added": 40302,
      "block": 57780,
      "address": "1YfDytuvfTkmukgsnwR8ZLXWu7a8eGzNjFAMFRo4jm5SPTVWR7z"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/54.191.170.248/tcp/2154"],
        "height": 57710
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [
        {
          "type": "performance",
          "height": 57185,
          "amount": 0.6876068115234375
        },
        {
          "type": "performance",
          "height": 56957,
          "amount": 1.1897125244140625
        },
        {
          "type": "performance",
          "height": 56969,
          "amount": 1.325164794921875
        },
        {
          "type": "performance",
          "height": 57199,
          "amount": 1.4130859375
        },
        {
          "type": "tenure",
          "height": 56957,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 56969,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57185,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57199,
          "amount": 1
        }
      ],
      "owner": "1bQ7xRSF5FrAsDWaUmZVqziaFjeu2VVu8CnXfSXCWViJKNuse5u",
      "name": "flaky-admiral-chicken",
      "last_heartbeat": 57775,
      "block_added": 40201,
      "block": 57780,
      "address": "1ZsKNDEax89bjXQkS2J8sJSU68z6APBJN7u4BdGWJAM7xLvkFUK"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/35.199.181.8/tcp/2154"],
        "height": 57670
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0.2573394775390625,
      "penalties": [
        {
          "type": "performance",
          "height": 57483,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57498,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57516,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57530,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57559,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57545,
          "amount": 0.629638671875
        },
        {
          "type": "tenure",
          "height": 57483,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57498,
          "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": "1agicQbv7jmG6fJr5txyPEWLtRcmwcohbQDVKoWdbdqAP2nH2p2",
      "name": "teeny-tartan-frog",
      "last_heartbeat": 57775,
      "block_added": 39780,
      "block": 57780,
      "address": "1ZCVxQ8B2nQVDtd7EDxGuVsPwxTNMrjGjn4CUNeBKUw8kYcFMiE"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "offline",
        "listen_addrs": null,
        "height": null
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [],
      "owner": "1bE7bL77st6n6gway77C9AtPUpZgXkk5t87XjBSAmmLvLeQwngc",
      "name": "bubbly-aquamarine-woodpecker",
      "last_heartbeat": 39815,
      "block_added": 39641,
      "block": 57780,
      "address": "1ZKX9M21pxRfJfqSdTXmNMHgMoh3wob4YV82u5NDYFAdKPQh2pN"
    },
    {
      "version_heartbeat": 10048,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/157.131.101.181/tcp/2154"],
        "height": 57588
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 3.1520233154296875,
      "penalties": [
        {
          "type": "performance",
          "height": 57585,
          "amount": 1.5709228515625
        },
        {
          "type": "performance",
          "height": 57601,
          "amount": 2.266448974609375
        },
        {
          "type": "performance",
          "height": 57619,
          "amount": 2.7936859130859375
        },
        {
          "type": "tenure",
          "height": 57585,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57601,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57619,
          "amount": 1
        }
      ],
      "owner": "1bHtA48KfuxYUXz5gpxY4oSqCK9mGEzsnSaVC3QKkVNYsSCBjzt",
      "name": "rich-beige-dove",
      "last_heartbeat": 57770,
      "block_added": 38599,
      "block": 57780,
      "address": "1Z3DPRpmEfTL5f528CF5xjpPDUhZY9TErB3tgnhqCtMM6nnw38L"
    },
    {
      "version_heartbeat": 10051,
      "status": {
        "online": "online",
        "listen_addrs": ["/ip4/3.143.229.44/tcp/2154"],
        "height": 57736
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 2.82000732421875,
      "penalties": [
        {
          "type": "performance",
          "height": 57753,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57765,
          "amount": 0
        },
        {
          "type": "performance",
          "height": 57777,
          "amount": 0
        },
        {
          "type": "tenure",
          "height": 57753,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57765,
          "amount": 1
        },
        {
          "type": "tenure",
          "height": 57777,
          "amount": 1
        }
      ],
      "owner": "1aScVVYDTW2BCqyDF4BLsXytjwPGqJ7ZjqCAezoDuwH8XvWE7zA",
      "name": "proper-blue-cheetah",
      "last_heartbeat": 57778,
      "block_added": 38176,
      "block": 57780,
      "address": "1ZEVn1EeJxTtRY5dFrkkGyeKRuNGA6aYKFLqtwRXvrmgCFJSFwb"
    },
    {
      "version_heartbeat": 1,
      "status": {
        "online": "offline",
        "listen_addrs": null,
        "height": null
      },
      "stake_status": "staked",
      "stake": 1000000000000,
      "penalty": 0,
      "penalties": [],
      "owner": "1b91SNH75kgPxjEGtkVpyRKHkwZWw43WczYyUGyXEEPAXB11J4u",
      "name": "skinny-velvet-swift",
      "last_heartbeat": 1,
      "block_added": 37848,
      "block": 57780,
      "address": "1bHL1nQP5gRHqJESvTRWXp3e89FuX5vpZqAtiu6U1iVeHDqzu8N"
    }
  ],
  "cursor": "eyJoZWlnaHQiOjU3NzgwLCJiZWZvcmVfYmxvY2siOjM3ODQ4LCJiZWZvcmVfYWRkcmVzcyI6IjFiSEwxblFQNWdSSHFKRVN2VFJXWHAzZTg5RnVYNXZwWnFBdGl1NlUxaVZlSERxenU4TiJ9"
}
Validator for Address
GET https://api.helium.io/v1/validators/:address
Fetch a validator with a given address.
- Request
- Response
Path Parameters
| param | Type | Note | 
|---|---|---|
| address | string | Address of validator to fetch | 
200: OK
{
  "data": {
    "version_heartbeat": 10051,
    "status": {
      "online": "online",
      "listen_addrs": ["/ip4/18.193.146.142/tcp/2154"],
      "height": 57699
    },
    "stake_status": "staked",
    "stake": 1000000000000,
    "penalty": 0,
    "penalties": [
      {
        "type": "performance",
        "height": 57280,
        "amount": 0
      },
      {
        "type": "performance",
        "height": 57321,
        "amount": 0
      },
      {
        "type": "performance",
        "height": 57360,
        "amount": 0
      },
      {
        "type": "performance",
        "height": 57334,
        "amount": 0.0959930419921875
      },
      {
        "type": "performance",
        "height": 57346,
        "amount": 0.096405029296875
      },
      {
        "type": "performance",
        "height": 57305,
        "amount": 0.097198486328125
      },
      {
        "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
      }
    ],
    "owner": "1at2MZk8Cdv15ApcCeLGSm3N5NVng4JJWa9PKkWLxfJC4F2D1Hk",
    "name": "skinny-iron-copperhead",
    "last_heartbeat": 57765,
    "block_added": 1610,
    "block": 57773,
    "address": "1YwjDSMjfuk2SNbV7UFRjdRsJCGaz17Nj136315bdjEM8RfNg5j"
  }
}
Validators for Name
GET https://api.helium.io/v1/validators/name/:name
Fetch the validators which map to the given 3-word animal name. The name must be all lower-case with dashes between the words, e.g. tall-plum-griffin. Because of collisions in the Angry Purple Tiger algorithm, the given name might map to more than one validator.
- Request
- Response
Path Parameters
| param | Type | Note | 
|---|---|---|
| name | string | Name of validator(s) to fetch | 
200: OK
{
  "data": [
    {
      "address": "1bHL1nQP5gRHqJESvTRWXp3e89FuX5vpZqAtiu6U1iVeHDqzu8N",
      "block": 57766,
      "block_added": 37848,
      "last_heartbeat": 1,
      "name": "skinny-velvet-swift",
      "owner": "1b91SNH75kgPxjEGtkVpyRKHkwZWw43WczYyUGyXEEPAXB11J4u",
      "penalties": [],
      "penalty": 0.0,
      "stake": 1000000000000,
      "stake_status": "staked",
      "status": {
        "height": null,
        "listen_addrs": null,
        "online": "offline"
      },
      "version_heartbeat": 1
    }
  ]
}
Validator Name Search
GET https://api.helium.io/v1/validators/name?search=<term>
Fetch the validators which match a search term in the given search term query
parameter. The search parameter needs to be at least one character, with 3 or
more recommended.
- Request
- Response
Query Parameters
| param | Type | Note | 
|---|---|---|
| search | string | The name fragment to search for | 
200: OK
Search results for search=skinny-iron
{
  "data": [
    {
      "address": "1YwjDSMjfuk2SNbV7UFRjdRsJCGaz17Nj136315bdjEM8RfNg5j",
      "block": 57771,
      "block_added": 1610,
      "last_heartbeat": 57765,
      "name": "skinny-iron-copperhead",
      "owner": "1at2MZk8Cdv15ApcCeLGSm3N5NVng4JJWa9PKkWLxfJC4F2D1Hk",
      "penalties": [
        {
          "amount": 0.0,
          "height": 57280,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57321,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57360,
          "type": "performance"
        },
        {
          "amount": 0.0959930419921875,
          "height": 57334,
          "type": "performance"
        },
        {
          "amount": 0.096405029296875,
          "height": 57346,
          "type": "performance"
        },
        {
          "amount": 0.097198486328125,
          "height": 57305,
          "type": "performance"
        },
        {
          "amount": 1.0,
          "height": 57280,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57305,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57321,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57334,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57346,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57360,
          "type": "tenure"
        }
      ],
      "penalty": 0.0,
      "stake": 1000000000000,
      "stake_status": "staked",
      "status": {
        "height": 57699,
        "listen_addrs": ["/ip4/18.193.146.142/tcp/2154"],
        "online": "online"
      },
      "version_heartbeat": 10051
    },
    {
      "address": "1Yte3yMu8k4t7NXwNBmeG57iayPpBfmHG8BteFqhQjE84RKG6Pk",
      "block": 57771,
      "block_added": 2977,
      "last_heartbeat": 57762,
      "name": "skinny-indigo-owl",
      "owner": "1bW7KhrM9dUUm3aP3Skj8YC3S3NfEk5TuBL85gFazkyuF5RDvCL",
      "penalties": [
        {
          "amount": 0.0,
          "height": 57441,
          "type": "performance"
        },
        {
          "amount": 0.0955963134765625,
          "height": 57573,
          "type": "performance"
        },
        {
          "amount": 0.0980072021484375,
          "height": 57530,
          "type": "performance"
        },
        {
          "amount": 0.0991973876953125,
          "height": 57559,
          "type": "performance"
        },
        {
          "amount": 0.100006103515625,
          "height": 57455,
          "type": "performance"
        },
        {
          "amount": 0.3892059326171875,
          "height": 57545,
          "type": "performance"
        },
        {
          "amount": 1.0,
          "height": 57441,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57455,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57530,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57545,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57559,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57573,
          "type": "tenure"
        }
      ],
      "penalty": 0.698944091796875,
      "stake": 1000000000000,
      "stake_status": "staked",
      "status": {
        "height": 57693,
        "listen_addrs": ["/ip4/35.226.133.108/tcp/2154"],
        "online": "online"
      },
      "version_heartbeat": 10051
    }
  ]
}
Validator Activity
GET https://api.helium.io/v1/validators/:address/activity
Lists all blockchain transactions that the given validator was involved in.This
route is paged using a cursor.
- Request
- Response
Path Parameters
| param | Type | Note | 
|---|---|---|
| address (optional) | string | B58 address of the validator | 
Query Parameters
| param | Type | Note | 
|---|---|---|
| cursor (optional) | string | Cursor for page of results to fetch | 
200: OK
This lists the activity for validator
1Z7GHfLgGUfnKCnEfZEUUqaPSo4674XyX6SA3ZY93rkSTzm9ALK.
{
  "cursor": "eyJtaW5fYmxvY2siOjEzNTYsImJsb2NrIjo1NzgwMCwiYW5jaG9yX2Jsb2NrIjo1NzgwMH0",
  "data": [
    {
      "address": "1Z7GHfLgGUfnKCnEfZEUUqaPSo4674XyX6SA3ZY93rkSTzm9ALK",
      "hash": "KhQxLTEOr932fAIQcqA6pw_lq5PWJJfh4GGeHA3Di8k",
      "height": 57851,
      "signature": "MEQCIAOhjw8ty-IOVJBhwULHZb0Z5Gf61idn8GCGNcwtPAARAiASX56H6WUzrW767qsfQKuuk7KvnXq8eveXIFmNFy1t_g",
      "time": 1620766822,
      "type": "validator_heartbeat_v1",
      "version": 10051
    },
    {
      "address": "1Z7GHfLgGUfnKCnEfZEUUqaPSo4674XyX6SA3ZY93rkSTzm9ALK",
      "hash": "hGLd-f6Y3TZa09QZzdAAu7ZnOBhyN6TTulSwB4bpZyY",
      "height": 57841,
      "signature": "MEUCIFjWlCejrwNfWOjD9-r_GxRxqfcs1PlsJ9sNluceH9RMAiEA-aoaLF8nSi3RcWxpkncKyrJ2JyyECy_3rbsyOBP1RnI",
      "time": 1620766521,
      "type": "validator_heartbeat_v1",
      "version": 10051
    },
    {
      "address": "1Z7GHfLgGUfnKCnEfZEUUqaPSo4674XyX6SA3ZY93rkSTzm9ALK",
      "hash": "6EkmS-Yzv9x9YMLQsMzJStUzO_I47f_jOvzODeQe4JQ",
      "height": 57830,
      "signature": "MEUCIBkerT71jAXtq3p7tVL6MTJKe2SSnXhiIPm-fdcLXX6fAiEAvgiFHf0vMqTOPob08D4btXTzyMK6d6m3W5ZlskY0ATw",
      "time": 1620766191,
      "type": "validator_heartbeat_v1",
      "version": 10051
    },
    {
      "address": "1Z7GHfLgGUfnKCnEfZEUUqaPSo4674XyX6SA3ZY93rkSTzm9ALK",
      "hash": "-M5roJvgoJdeWiXgDhqDNDcEuSbV-ZQ7Lc4Efpvtvz0",
      "height": 57820,
      "signature": "MEQCIAGa2Q2QQIKXQ5WIvGk0g_Rnu4Tnm2fLludQ8S7K9tmuAiByVpJvAtMnHLAu_SQWnkNljV0YNM8Qin4yMmuLyJzDFg",
      "time": 1620765891,
      "type": "validator_heartbeat_v1",
      "version": 10051
    },
    {
      "address": "1Z7GHfLgGUfnKCnEfZEUUqaPSo4674XyX6SA3ZY93rkSTzm9ALK",
      "hash": "iN2Os7q6W6ZFmkTqLMxKeJmkDLsWB5smBl4_sOPfF7A",
      "height": 57810,
      "signature": "MEQCIEwZR2GRd4ari2dK4lm4hGcD9JCtZqYSM92ABLZHmgqqAiBozLre8oabOlEXBK-pgGdATcjlZKe3plE4V_lhm6mamw",
      "time": 1620765591,
      "type": "validator_heartbeat_v1",
      "version": 10051
    },
    {
      "address": "1Z7GHfLgGUfnKCnEfZEUUqaPSo4674XyX6SA3ZY93rkSTzm9ALK",
      "hash": "eKCTTKOqSmmBvxKa1LXr4p439m2uO6r6bOPszDQCFCc",
      "height": 57800,
      "signature": "MEQCIEk1_wz5vyIXpqaOD3Vv0LffwwFd-hNfsCQD88QpcAsvAiAVSFqSw8lkXnn_gbZd5GePgFM_LNpbOyOXSgPfJMPW1g",
      "time": 1620765291,
      "type": "validator_heartbeat_v1",
      "version": 10051
    }
  ]
}
Validator Activity Counts
GET https://api.helium.io/v1/validators/:address/activity/count
Count transactions that indicate activity for a validator.
The results are a map keyed by the given filter_types and the count of
transaction of that type.
- Request
- Response
Path Parameters
| param | Type | Note | 
|---|---|---|
| address (required) | string | Hotspot B58 address to fetch counts for | 
Query Parameters
| param | Type | Note | 
|---|---|---|
| filter_types | string | Comma separated list of transasction types | 
200: OK
Fetch counts with filter_types=validator_heartbeat_v1 for validator
1Z7GHfLgGUfnKCnEfZEUUqaPSo4674XyX6SA3ZY93rkSTzm9ALK
{
  "data": {
    "validator_heartbeat_v1": 5280
  }
}
Stats for Validators
GET https://api.helium.io/v1/validators/stats
Returns stats for validators
- Request
- Response
200: OK
{
  "data": {
    "active": 194,
    "cooldown": {
      "amount": 0,
      "count": 0
    },
    "staked": {
      "amount": 2120000.0,
      "count": 212
    },
    "unstaked": {
      "amount": 0.0,
      "count": 2
    }
  }
}
Currently Elected Validators
GET https://api.helium.io/v1/validators/elected
Returns the list of validators that are currently elected to the consensus group.
- Request
- Response
No Parameters
200: OK
{
{
  "data": [
    {
      "version_heartbeat": 2,
      "status": "staked",
      "stake": 1000000000000,
      "owner": "1aPh5LpH9AFMV3gHALYEZyZfiXvktnqADV6fKMkrgh37u5oZUnC",
      "last_heartbeat": 427,
      "block": 466,
      "address": "1ZJmbSPJeGt9QHikNUGCd5qorvBxtGK5qc18sXRiQKcSyETFMVm"
    },
    {
      "version_heartbeat": 2,
      "status": "staked",
      "stake": 1000000000000,
      "owner": "1bBTWn843DwTXTyH3hbSMmDoJXHCU1D1U8cAYRdVE5rDnaS7fLb",
      "last_heartbeat": 447,
      "block": 466,
      "address": "1YeCAsuBq3fDTv8x4iB1fJn9zBbopHhjhXGpvVwN43JDptqMT11"
    },
    {
      "version_heartbeat": 2,
      "status": "staked",
      "stake": 1000000000000,
      "owner": "1ZLXHYHZY36wKZDBfjjo8ERgio8wenhCTtJGw9tNSQeAwPEMSMG",
      "last_heartbeat": 451,
      "block": 466,
      "address": "1ZAxCrEsigGVbLUM37Jki6p88kyZ5NVqjVC6oHSbqu49t7bQDym"
    },
    {
      "version_heartbeat": 2,
      "status": "staked",
      "stake": 1000000000000,
      "owner": "1ZLXHYHZY36wKZDBfjjo8ERgio8wenhCTtJGw9tNSQeAwPEMSMG",
      "last_heartbeat": 455,
      "block": 466,
      "address": "1YqV6er1KDWBR9zRcXm3ktqY2Gi3r7QZRD8mDPq6yz5JNxt2zxy"
    }
  ]
}
Elected Validators at a Block
GET https://api.helium.io/v1/validators/elected/:height
Returns the list of validators that were in the consensus group at a given block height
- Request
- Response
Path Parameters
| param | Type | Note | 
|---|---|---|
| height (required) | number | Blockchain Height | 
200: OK
{
  "data": [
    {
      "address": "1ZYe21WzqJGkWjXvyEt2c8ALSrufPfjzqfQP2SGy61UJd2h9EbL",
      "block": 57775,
      "block_added": 1,
      "last_heartbeat": 57765,
      "name": "eager-watermelon-rabbit",
      "owner": "1YoBQ8mm2s3G56Yq9YmZ1ZrhDwKruwYwKBVzUSppj8jujX1WT2v",
      "penalties": [
        {
          "amount": 0.0,
          "height": 56704,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56716,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56732,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56751,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56768,
          "type": "performance"
        },
        {
          "amount": 1.0,
          "height": 56704,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56716,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56732,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56751,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56768,
          "type": "tenure"
        }
      ],
      "penalty": 0.0,
      "stake": 1000000000000,
      "stake_status": "staked",
      "status": {
        "height": 57671,
        "listen_addrs": ["/ip4/3.17.164.253/tcp/2154"],
        "online": "online"
      },
      "version_heartbeat": 10051
    },
    {
      "address": "1ZPNnNd9k5qiQXXigKifQpCPiy5HTbszQDSyLM56ywk7ihNRvt6",
      "block": 57775,
      "block_added": 1,
      "last_heartbeat": 57768,
      "name": "delightful-mahogany-kitten",
      "owner": "1YoBQ8mm2s3G56Yq9YmZ1ZrhDwKruwYwKBVzUSppj8jujX1WT2v",
      "penalties": [
        {
          "amount": 0.0,
          "height": 57426,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57441,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57455,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57483,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57498,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57516,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57633,
          "type": "performance"
        },
        {
          "amount": 1.0,
          "height": 57426,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57441,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57455,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57483,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57498,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57516,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57633,
          "type": "tenure"
        }
      ],
      "penalty": 0.451995849609375,
      "stake": 1000000000000,
      "stake_status": "staked",
      "status": {
        "height": 57591,
        "listen_addrs": ["/ip4/18.223.171.149/tcp/2154"],
        "online": "online"
      },
      "version_heartbeat": 10051
    },
    {
      "address": "1YdBWwpRimEoPZ5WDxgv9ZBUfxhXyVFTkpX1oRLwmncWRvqj7Vh",
      "block": 57775,
      "block_added": 1,
      "last_heartbeat": 57748,
      "name": "refined-vanilla-goldfish",
      "owner": "1YoBQ8mm2s3G56Yq9YmZ1ZrhDwKruwYwKBVzUSppj8jujX1WT2v",
      "penalties": [
        {
          "amount": 0.0,
          "height": 56573,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56589,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56704,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56732,
          "type": "performance"
        },
        {
          "amount": 1.0,
          "height": 56573,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56589,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56704,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56732,
          "type": "tenure"
        }
      ],
      "penalty": 0.0,
      "stake": 1000000000000,
      "stake_status": "staked",
      "status": {
        "height": 57705,
        "listen_addrs": ["/ip4/3.137.173.26/tcp/2154"],
        "online": "online"
      },
      "version_heartbeat": 10051
    },
    {
      "address": "1Zmw2S5ksj4oxDMYFz3vQxFNnQsE7Sc3Mv9YrkiWktLznwng935",
      "block": 57775,
      "block_added": 1,
      "last_heartbeat": 57767,
      "name": "chilly-cloth-bison",
      "owner": "1YoBQ8mm2s3G56Yq9YmZ1ZrhDwKruwYwKBVzUSppj8jujX1WT2v",
      "penalties": [
        {
          "amount": 0.0,
          "height": 57199,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57213,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57225,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57254,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57265,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57280,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57321,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57334,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57346,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57360,
          "type": "performance"
        },
        {
          "amount": 0.097198486328125,
          "height": 57305,
          "type": "performance"
        },
        {
          "amount": 0.09759521484375,
          "height": 57239,
          "type": "performance"
        },
        {
          "amount": 1.0,
          "height": 57199,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57213,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57225,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57239,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57254,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57265,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57280,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57305,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57321,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57334,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57346,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57360,
          "type": "tenure"
        }
      ],
      "penalty": 0.0,
      "stake": 1000000000000,
      "stake_status": "staked",
      "status": {
        "height": 57471,
        "listen_addrs": ["/ip4/3.135.195.98/tcp/2154"],
        "online": "online"
      },
      "version_heartbeat": 10051
    }
  ]
}
Elected Validators in an Election
GET https://api.helium.io/v1/validators/elected/hash/:hash
Returns the list of validators that were elected in the consensus group transcation indicated by the given transaction hash.
- Request
- Response
Path Parameters
| param | Type | Note | 
|---|---|---|
| hash (required) | number | Transaction Hash | 
200: OK
{
  "data": [
    {
      "address": "1ZYe21WzqJGkWjXvyEt2c8ALSrufPfjzqfQP2SGy61UJd2h9EbL",
      "block": 57775,
      "block_added": 1,
      "last_heartbeat": 57765,
      "name": "eager-watermelon-rabbit",
      "owner": "1YoBQ8mm2s3G56Yq9YmZ1ZrhDwKruwYwKBVzUSppj8jujX1WT2v",
      "penalties": [
        {
          "amount": 0.0,
          "height": 56704,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56716,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56732,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56751,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56768,
          "type": "performance"
        },
        {
          "amount": 1.0,
          "height": 56704,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56716,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56732,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56751,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56768,
          "type": "tenure"
        }
      ],
      "penalty": 0.0,
      "stake": 1000000000000,
      "stake_status": "staked",
      "status": {
        "height": 57671,
        "listen_addrs": ["/ip4/3.17.164.253/tcp/2154"],
        "online": "online"
      },
      "version_heartbeat": 10051
    },
    {
      "address": "1ZPNnNd9k5qiQXXigKifQpCPiy5HTbszQDSyLM56ywk7ihNRvt6",
      "block": 57775,
      "block_added": 1,
      "last_heartbeat": 57768,
      "name": "delightful-mahogany-kitten",
      "owner": "1YoBQ8mm2s3G56Yq9YmZ1ZrhDwKruwYwKBVzUSppj8jujX1WT2v",
      "penalties": [
        {
          "amount": 0.0,
          "height": 57426,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57441,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57455,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57483,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57498,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57516,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57633,
          "type": "performance"
        },
        {
          "amount": 1.0,
          "height": 57426,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57441,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57455,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57483,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57498,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57516,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57633,
          "type": "tenure"
        }
      ],
      "penalty": 0.451995849609375,
      "stake": 1000000000000,
      "stake_status": "staked",
      "status": {
        "height": 57591,
        "listen_addrs": ["/ip4/18.223.171.149/tcp/2154"],
        "online": "online"
      },
      "version_heartbeat": 10051
    },
    {
      "address": "1YdBWwpRimEoPZ5WDxgv9ZBUfxhXyVFTkpX1oRLwmncWRvqj7Vh",
      "block": 57775,
      "block_added": 1,
      "last_heartbeat": 57748,
      "name": "refined-vanilla-goldfish",
      "owner": "1YoBQ8mm2s3G56Yq9YmZ1ZrhDwKruwYwKBVzUSppj8jujX1WT2v",
      "penalties": [
        {
          "amount": 0.0,
          "height": 56573,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56589,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56704,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 56732,
          "type": "performance"
        },
        {
          "amount": 1.0,
          "height": 56573,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56589,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56704,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 56732,
          "type": "tenure"
        }
      ],
      "penalty": 0.0,
      "stake": 1000000000000,
      "stake_status": "staked",
      "status": {
        "height": 57705,
        "listen_addrs": ["/ip4/3.137.173.26/tcp/2154"],
        "online": "online"
      },
      "version_heartbeat": 10051
    },
    {
      "address": "1Zmw2S5ksj4oxDMYFz3vQxFNnQsE7Sc3Mv9YrkiWktLznwng935",
      "block": 57775,
      "block_added": 1,
      "last_heartbeat": 57767,
      "name": "chilly-cloth-bison",
      "owner": "1YoBQ8mm2s3G56Yq9YmZ1ZrhDwKruwYwKBVzUSppj8jujX1WT2v",
      "penalties": [
        {
          "amount": 0.0,
          "height": 57199,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57213,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57225,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57254,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57265,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57280,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57321,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57334,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57346,
          "type": "performance"
        },
        {
          "amount": 0.0,
          "height": 57360,
          "type": "performance"
        },
        {
          "amount": 0.097198486328125,
          "height": 57305,
          "type": "performance"
        },
        {
          "amount": 0.09759521484375,
          "height": 57239,
          "type": "performance"
        },
        {
          "amount": 1.0,
          "height": 57199,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57213,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57225,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57239,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57254,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57265,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57280,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57305,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57321,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57334,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57346,
          "type": "tenure"
        },
        {
          "amount": 1.0,
          "height": 57360,
          "type": "tenure"
        }
      ],
      "penalty": 0.0,
      "stake": 1000000000000,
      "stake_status": "staked",
      "status": {
        "height": 57471,
        "listen_addrs": ["/ip4/3.135.195.98/tcp/2154"],
        "online": "online"
      },
      "version_heartbeat": 10051
    }
  ]
}
Rewards for a Validator
GET https://api.helium.io/v1/validators/:address/rewards
Returns rewards for a given validator per reward block the validator is in, for
a given timeframe. Timestamps are given in ISO 8601 format, or in relative time.
The block that contains the max_time timestamp is excluded from the
result.
This route is paged using a cursor.
- Request
- Response
Path Parameters
| param | Type | Note | 
|---|---|---|
| address (required) | string | B58 address of the validator | 
Query Parameters
| param | Type | Note | 
|---|---|---|
| cursor (optional) | string | Cursor for page of rewards to fetch | 
| max_time (required) | string | Last timestamp to include rewards for | 
| min_time (required) | string | First timestamp to include rewards for | 
200: OK
Rewards for a validator in the last 3 hours: min_time=-3%20hour
{
  "data": [
    {
      "account": "1bLkeh9G2c85CvvCdV3LPe94im8VTQ6Byq71u6KbfLjeQ5GBUqR",
      "amount": 526094276,
      "block": 7649,
      "gateway": "1Z7GHfLgGUfnKCnEfZEUUqaPSo4674XyX6SA3ZY93rkSTzm9ALK",
      "hash": "jJ92KTtaRyMXKUdK3R5J7tfztMrOO0ozyAC7xHu_Tgk",
      "timestamp": "2021-04-24T10:38:03.000000Z"
    }
  ]
}
Reward Total for a Validator
GET https://api.helium.io/v1/validators/:address/rewards/sum
Returns the total rewards earned for a given validator over a given time range.
Timestamps are given in ISO 8601 format or in relative time. The block that includes the max_time
timestamp is excluded from the result.
The optional bucket parameter buckets the results in the given bucket size
(hour, day, week).
- Request
- Response
Path Parameters
| param | Type | Note | 
|---|---|---|
| address (required) | string | B58 address of the validator | 
Query Parameters
| param | Type | Note | 
|---|---|---|
| max_time (required) | string | Last timestamp to include rewards for | 
| min_time (required) | string | First timestamp to include rewards for | 
| bucket (optional) | string | Bucket size (defaults to entire range) | 
Rewards for a validator in the last 24 hours: min_time=-24%20hour
200: OK
{
  "data": {
    "avg": 5.26094276,
    "max": 5.0,
    "median": 5.26094276,
    "min": 5.0,
    "stddev": 0.0,
    "sum": 4208754208,
    "total": 42.08754208
  },
  "meta": {
    "max_time": "2021-04-24T13:28:38Z",
    "min_time": "2021-04-23T13:28:38Z"
  }
}
Reward Total for all Validators
GET https://api.helium.io/v1/validators/:rewards/sum
Returns the total rewards earned for all validators over a given time range.
Timestamps are given in ISO 8601 format or in relative time. The block that
includes the max_time timestamp is excluded from the result.
- Request
- Response
Path Parameters
| param | Type | Note | 
|---|---|---|
| address (required) | string | B58 address of the validator | 
Query Parameters
| param | Type | Note | 
|---|---|---|
| max_time (required) | string | Last timestamp to include rewards for | 
| min_time (required) | string | First timestamp to include rewards for | 
Rewards for valdiators in the last 24 hours: min_time=-24%20hour
200: OK
{
  "data": {
    "avg": 128.4722221992,
    "max": 252.52525248,
    "median": 126.26262624,
    "min": 21.04377104,
    "stddev": 49.47687432,
    "sum": 2569444443984,
    "total": 25694.44443984
  },
  "meta": {
    "max_time": "2021-04-24T13:36:48Z",
    "min_time": "2021-04-23T13:36:48Z"
  }
}