suix_getLatestSuiSystemState

Governance Read API

Return the latest SUI system state object on-chain.

Parameters

None

Result

SuiSystemStateSummary: <SuiSystemStateSummary>

  • activeValidators : <[SuiValidatorSummary]> - The list of active validators in the current epoch.
  • atRiskValidators : <[SuiAddress]> - Map storing the number of epochs for which each validator has been below the low stake threshold.
  • epoch : <[BigInt_for_uint64]> - The current epoch ID, starting from 0.
  • epochDurationMs : <[BigInt_for_uint64]> - The duration of an epoch, in milliseconds.
  • epochStartTimestampMs : <[BigInt_for_uint64]> - Unix timestamp of the current epoch start
  • inactivePoolsId : <[ObjectID]> - ID of the object that maps from a staking pool ID to the inactive validator that has that pool as its staking pool.
  • inactivePoolsSize : <[BigInt_for_uint64]> - Number of inactive staking pools.
  • maxValidatorCount : <[BigInt_for_uint64]> - Maximum number of active validators at any moment. We do not allow the number of validators in any epoch to go above this.
  • minValidatorJoiningStake : <[BigInt_for_uint64]> - Lower-bound on the amount of stake required to become a validator.
  • pendingActiveValidatorsId : <[ObjectID]> - ID of the object that contains the list of new validators that will join at the end of the epoch.
  • pendingActiveValidatorsSize : <[BigInt_for_uint64]> - Number of new validators that will join at the end of the epoch.
  • pendingRemovals : <[BigInt_for_uint64]> - Removal requests from the validators. Each element is an index pointing to active_validators.
  • protocolVersion : <[BigInt_for_uint64]> - The current protocol version, starting from 1.
  • referenceGasPrice : <[BigInt_for_uint64]> - The reference gas price for the current epoch.
  • safeMode : <boolean> - Whether the system is running in a downgraded safe mode due to a non-recoverable bug. This is set whenever we failed to execute advance_epoch, and ended up executing advance_epoch_safe_mode. It can be reset once we are able to successfully execute advance_epoch.
  • safeModeComputationRewards : <[BigInt_for_uint64]> - Amount of computation rewards accumulated (and not yet distributed) during safe mode.
  • safeModeNonRefundableStorageFee : <[BigInt_for_uint64]> - Amount of non-refundable storage fee accumulated during safe mode.
  • safeModeStorageRebates : <[BigInt_for_uint64]> - Amount of storage rebates accumulated (and not yet burned) during safe mode.
  • safeModeStorageRewards : <[BigInt_for_uint64]> - Amount of storage rewards accumulated (and not yet distributed) during safe mode.
  • stakeSubsidyBalance : <[BigInt_for_uint64]> - Balance of SUI set aside for stake subsidies that will be drawn down over time.
  • stakeSubsidyCurrentDistributionAmount : <[BigInt_for_uint64]> - The amount of stake subsidy to be drawn down per epoch. This amount decays and decreases over time.
  • stakeSubsidyDecreaseRate : <uint16> - The rate at which the distribution amount decays at the end of each period. Expressed in basis points.
  • stakeSubsidyDistributionCounter : <[BigInt_for_uint64]> - This counter may be different from the current epoch number if in some epochs we decide to skip the subsidy.
  • stakeSubsidyPeriodLength : <[BigInt_for_uint64]> - Number of distributions to occur before the distribution amount decays.
  • stakeSubsidyStartEpoch : <[BigInt_for_uint64]> - The starting epoch in which stake subsidies start being paid out
  • stakingPoolMappingsId : <[ObjectID]> - ID of the object that maps from staking pool's ID to the sui address of a validator.
  • stakingPoolMappingsSize : <[BigInt_for_uint64]> - Number of staking pool mappings.
  • storageFundNonRefundableBalance : <[BigInt_for_uint64]> - The non-refundable portion of the storage fund coming from storage reinvestment, non-refundable storage rebates and any leftover staking rewards.
  • storageFundTotalObjectStorageRebates : <[BigInt_for_uint64]> - The storage rebates of all the objects on-chain stored in the storage fund.
  • systemStateVersion : <[BigInt_for_uint64]> - The current version of the system state data structure type.
  • totalStake : <[BigInt_for_uint64]> - Total amount of stake from all active validators at the beginning of the epoch.
  • validatorCandidatesId : <[ObjectID]> - ID of the object that stores preactive validators, mapping their addresses to their Validator structs.
  • validatorCandidatesSize : <[BigInt_for_uint64]> - Number of preactive validators.
  • validatorLowStakeGracePeriod : <[BigInt_for_uint64]> - A validator can have stake below validator_low_stake_threshold for this many epochs before being kicked out.
  • validatorLowStakeThreshold : <[BigInt_for_uint64]> - Validators with stake amount below validator_low_stake_threshold are considered to have low stake and will be escorted out of the validator set after being below this threshold for more than validator_low_stake_grace_period number of epochs.
  • validatorReportRecords : <[SuiAddress]> - A map storing the records of validator reporting each other.
  • validatorVeryLowStakeThreshold : <[BigInt_for_uint64]> - Validators with stake below validator_very_low_stake_threshold will be removed immediately at epoch change, no grace period.

Example

Request

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "suix_getLatestSuiSystemState",
  "params": []
}

Response

{
    "jsonrpc": "2.0",
    "result": {
        "epoch": "32",
        "protocolVersion": "9",
        "systemStateVersion": "2",
        "storageFundTotalObjectStorageRebates": "7802798635600",
        "storageFundNonRefundableBalance": "1706646402520",
        "referenceGasPrice": "930",
        "safeMode": false,
        "safeModeStorageRewards": "0",
        "safeModeComputationRewards": "0",
        "safeModeStorageRebates": "0",
        "safeModeNonRefundableStorageFee": "0",
        "epochStartTimestampMs": "1684083725867",
        "epochDurationMs": "86400000",
        "stakeSubsidyStartEpoch": "20",
        "maxValidatorCount": "150",
        "minValidatorJoiningStake": "30000000000000000",
        "validatorLowStakeThreshold": "20000000000000000",
        "validatorVeryLowStakeThreshold": "15000000000000000",
        "validatorLowStakeGracePeriod": "7",
        "stakeSubsidyBalance": "986666666666666668",
        "stakeSubsidyDistributionCounter": "12",
        "stakeSubsidyCurrentDistributionAmount": "1111111111111111",
        "stakeSubsidyPeriodLength": "90",
        "stakeSubsidyDecreaseRate": 1000,
        "totalStake": "6555558587130778103",
        "activeValidators": [
            {
                "suiAddress": "0x11ec7353e9e08ed4ca13b935ad930a2f937112736aec5eedd08c95cc5cd4c264",
                "protocolPubkeyBytes": "gHcc2rJLuqE2EX+S1nvErlvh2CtcMkoTVJieRgH/k8gNEDjQaZ87OkdgmaR1RQjqBKwk5wCiKcMrfjeAwcSnqI4EVKTuWw12Rj6qIhjCqulY+E3y0zCvsgd81MgqTzCs",
                "networkPubkeyBytes": "dJZOTBVNNWT1ga7uHIyb7sqeKyUtD5MeqYLxSFcUXJk=",
                "workerPubkeyBytes": "5zpGGKL8rAT+rvQaKpjiacy8qe9mYGg4sj+XEnBZw4c=",
                "proofOfPossessionBytes": "gypDu173SPf2p8lb92v8h2MICgK6DxNFMrTxoAd4IyiaHd998g7INgqt1bBvwm3p",
                "name": "ComingChat",
                "description": "ComingChat is a SocialFi-based Web3 portal application with #DeFi and #GameFi function",
                "imageUrl": "https://aptoscid.coming.chat/favicon.png",
                "projectUrl": "https://coming.chat/",
                "netAddress": "/dns/sui-mainnet-validator.coming.chat/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet-validator.coming.chat/udp/8084",
                "primaryAddress": "/dns/sui-mainnet-validator.coming.chat/udp/8081",
                "workerAddress": "/dns/sui-mainnet-validator.coming.chat/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "42",
                "operationCapId": "0x70dcdd67ff1c2fe18c9f2918a5f31de1a9444743e13392b1d31783b91f0aca99",
                "gasPrice": "1000",
                "commissionRate": "1000",
                "nextEpochStake": "28022281009106661",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xc0467666f8a8913ad0a8dfd0a4ce9ce813121258524fac13427668af8d70b2f4",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "28021260472407049",
                "rewardsPool": "50350116855642",
                "poolTokenBalance": "27959921574690882",
                "pendingStake": "1075610000000",
                "pendingTotalSuiWithdraw": "55073300388",
                "pendingPoolTokenWithdraw": "54952744233",
                "exchangeRatesId": "0x2e25e1f84aa94a70a2db3d1189f8bd3ea87db16ba0679123f5231f7f8c00c67c",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x8f8ea04f3b751533db8b8da0a40eba1ca8332a92680f058d83b9459d061aaa54",
                "protocolPubkeyBytes": "gNhkGDfc1QPTb/j50fzMPmQVp8PCrSZlxd/b0Ec8nqf1N2rbMejspBhU3wi/ue2/AlgAH8g8alP6n3tNSqF9cBt5IevIYlERPvVxoekPWMWiGpLCB8NNm3iEwxKNwbgj",
                "networkPubkeyBytes": "MoHiJfYzs1i8+P6LYAXN/aO4CdjlpEptsuumFuLL9EM=",
                "workerPubkeyBytes": "oud9N1OOviX9yE3RJ2PqWyERYwGvUNaXC7aBhDRVeT4=",
                "proofOfPossessionBytes": "r7Kql1UwLivuv7AATUnZ2VejCWc21AoV+elG3gJU8U6aUab7cT6CUtFSpTC4z8sm",
                "name": "InfStones",
                "description": "InfStones runs an enterprise-grade node management and staking platform",
                "imageUrl": "https://github.com/sili-infstones/infstones-logo/raw/main/infstones_logo.webp",
                "projectUrl": "https://infstones.com",
                "netAddress": "/dns/prod.sui.infstones.io/tcp/8080/http",
                "p2pAddress": "/dns/prod.sui.infstones.io/udp/8084",
                "primaryAddress": "/dns/prod.sui.infstones.io/udp/8081",
                "workerAddress": "/dns/prod.sui.infstones.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x1074a602678c05b98fd0eb35982a6f18f25d37e177e59698375a6f04f89c435e",
                "gasPrice": "980",
                "commissionRate": "1000",
                "nextEpochStake": "27067094599819799",
                "nextEpochGasPrice": "980",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x3b34ff964e2d7ead46b3fe377b17b11aad0eecda7b75c3afa6f4d9073be2f77e",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27067032599819799",
                "rewardsPool": "50494553270353",
                "poolTokenBalance": "27006259759841728",
                "pendingStake": "62000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0xfc84a891514f2eb7f098457bf6451cb36886332116caaa52fce82249c9cabe48",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xdead0072f3a00a250cc8dd90315e92822130258105a494f831ee9bb1576fd71f",
                "protocolPubkeyBytes": "gPppt5z5zAin3D6xRm5BwoyzMmJFLacVDO7n8KI4NzUXtAW5w0tieB0crjeHAMuGFKbCLmQflrepjZhrgmfPBEyvcB6djInd8PtSgLXAszYCOzcMw2XyAmPBBDnf102B",
                "networkPubkeyBytes": "0h4PSnhtdAwXdVn/Aqy4oTbOuMdYSaYKUaV2YiyzZcY=",
                "workerPubkeyBytes": "GpHKGfFr7uFIWn6apFrwSAtrRWDGoNSLEiROXPdnMW0=",
                "proofOfPossessionBytes": "i8EeoRPh4sQC9ZToDBWhknFRuq0EuUyYwwIHq5qc0QTOHFRnRkcSBvy8WKH/dlhG",
                "name": "Gaucho",
                "description": "Operational Excellence on Bare Metal",
                "imageUrl": "https://user-images.githubusercontent.com/17627585/237486665-a3ff51b5-b39a-4bd8-ac98-1631f46f0a9c.png",
                "projectUrl": "",
                "netAddress": "/dns/sui.wizardfiction.com/tcp/8080/http",
                "p2pAddress": "/dns/sui.wizardfiction.com/udp/8084",
                "primaryAddress": "/dns/sui.wizardfiction.com/udp/8081",
                "workerAddress": "/dns/sui.wizardfiction.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0xfe166df6b7c123e68ac63e3d978c4bf914abe2000a9ae29e28ceda0262068304",
                "gasPrice": "915",
                "commissionRate": "1000",
                "nextEpochStake": "27050582405816300",
                "nextEpochGasPrice": "915",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x3c67db7fe61258fce47fe8fee61a7c2b781c94fe5345d98a4f590ae7a47c885e",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27051500024804160",
                "rewardsPool": "49361575816300",
                "poolTokenBalance": "26992265768842025",
                "pendingStake": "4000000000",
                "pendingTotalSuiWithdraw": "921618987860",
                "pendingPoolTokenWithdraw": "919600932856",
                "exchangeRatesId": "0xf74bc9c64fb2efe89027b3e075166e582b5e27030b81b39d61996a6eb5aee6e4",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xf4da1d0d8eba4aed89542daa6d720fed039012f36a2ec42563c9adb50726a09c",
                "protocolPubkeyBytes": "gRK+r0Uf/hp3sQgfkkdkN6hqx6ABrc6PZEhPJVnfMpVFp5vLBtgbU5H3mvGZD66WElXQytyHUJ8V+5/PVeCdK7rS5cXcQXTJ8ldF4s3scsq0B18W1+2SwGHdoRX6X20D",
                "networkPubkeyBytes": "ewoX/i09feuD1mj7l7Aza/+5QQh8srzOQryLb0DXPlE=",
                "workerPubkeyBytes": "0qFqlIdq+IkThJRldEA/7uDHunS8ThBFEQOL1rwQ/Mk=",
                "proofOfPossessionBytes": "inOkVeDVPsisJExXSqAN5ZbElsoVHoCCRwdWIt2+U0ccIXib8m9iLqNBt/z9HZw6",
                "name": "Astro-Stakers",
                "description": "Secure staking validator service for the crypto community. Built & operated by a Silicon Valley engineering team",
                "imageUrl": "https://s3.amazonaws.com/keybase_processed_uploads/3cafc4d28d6ec789c62939e031f8b305_360_360.jpg",
                "projectUrl": "https://twitter.com/astrostakers",
                "netAddress": "/dns/sui-main.astrostakers.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-main.astrostakers.com/udp/8084",
                "primaryAddress": "/dns/sui-main.astrostakers.com/udp/8081",
                "workerAddress": "/dns/sui-main.astrostakers.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0xc28bf88ecb671ec0dc5d4a3f5f467a9f595ed4f08bab415afea80b874829f5e5",
                "gasPrice": "901",
                "commissionRate": "800",
                "nextEpochStake": "35082756023242250",
                "nextEpochGasPrice": "901",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0xd503edf821909310a45172f50672b5730481e91cae0bfa75e4d200336f93f860",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35082624023242250",
                "rewardsPool": "67118185082631",
                "poolTokenBalance": "35000001506307002",
                "pendingStake": "132000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x5a98c5bb1087247cf3a5a256c9e996f424d15614b7804137cd7ad3ac75a49683",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x4ce8d9d329879f3b361c9515f48acc0f91b283a7305f6c9c789b0c8d1ebf43f2",
                "protocolPubkeyBytes": "gYiKa0xo+PSd4JbZjy0/dsMPVLjgYVQ17VqQhRc69+TcMy87XLi9sU5G2m27MEd9Dn0bTpANSvC5Q1XVJMtWDrROoreMX+m56zkGRVyeRMrvb9CV7H0vu8EVmFDXGb7C",
                "networkPubkeyBytes": "S2v0h4cFjA8+fzDk9UAP/QDX5kp2DVtJkENwOSIx3wI=",
                "workerPubkeyBytes": "k/nGPbdVAOBWWd31HdWDWeaKEPX6T0Ux7wNZpvZktNI=",
                "proofOfPossessionBytes": "kfS4YNH0d6EpZEN/t99NP86mM6QFqfx9zJ+TcpMCQYbOcSElJOKBs7+OxQgwh0o/",
                "name": "H2O Nodes",
                "description": "On Prem Nodes from Austria",
                "imageUrl": "https://ip.gosi.at/h2o_nodes.png",
                "projectUrl": "https://h2o-nodes.com",
                "netAddress": "/dns/sui-mainnet.h2o-nodes.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.h2o-nodes.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.h2o-nodes.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.h2o-nodes.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x5afa4b522be61718df4a2a49dc33213ebcfde501a58819fb06a3d3d1155c119f",
                "gasPrice": "1000",
                "commissionRate": "1000",
                "nextEpochStake": "27049938735244497",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x70e1a5d3f326e61eec95475965cd1e145f06114d39c5c2ac5cddf2375878f2b3",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27050395123396914",
                "rewardsPool": "49364901914497",
                "poolTokenBalance": "26991159369103250",
                "pendingStake": "2383330000",
                "pendingTotalSuiWithdraw": "458771482417",
                "pendingPoolTokenWithdraw": "457766851072",
                "exchangeRatesId": "0xd5ca1d27a5ddea4a15403c146fa7eabd246367ca796ef884082c459fabc93e9d",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x633344069731c08d06212beb1c2fd2f9d87e53295335733c3e4bb059950513d6",
                "protocolPubkeyBytes": "gm/dw5PAZkeVxUTD0v0wmRkvoeoBfJXx2a2boVhBBBu6P4Qgnlc+jo0rf50PPCRHBMtZmdAXM/fV/eICWPR7Xp0M3GcpyJo5GI6izyFDlY/BJ7jgXFLjncj6mygQWUk4",
                "networkPubkeyBytes": "TSTIhOA47/7AfAAPn8hiboqYnDV/Y6gwYCd6BqdU1I8=",
                "workerPubkeyBytes": "Ai/nS6ON5iFZW2aUf3ehz40JAFZtZC+nTl4CmQb0THA=",
                "proofOfPossessionBytes": "qA4QJ6ytPjPKFZworZUuJuF8gFCUtb7vfz9+oPr/+baFCz2MXPBukOGHg+jliLIo",
                "name": "A41",
                "description": "a41 is a blockchain infrastructure company. We provide staking service on multichain. Stake your token with us now and earn rewards!",
                "imageUrl": "https://s3.ap-northeast-2.amazonaws.com/a41.io/A41-logo-BB-WL.svg",
                "projectUrl": "https://a41.io",
                "netAddress": "/dns/validator.sui.a41.io/tcp/8080/http",
                "p2pAddress": "/dns/validator.sui.a41.io/udp/8084",
                "primaryAddress": "/dns/validator.sui.a41.io/udp/8081",
                "workerAddress": "/dns/validator.sui.a41.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0xf199bb5fe8b31746fdd864828cc4a3e772171016fa522fa53c78e0573cfb5cd2",
                "gasPrice": "930",
                "commissionRate": "1000",
                "nextEpochStake": "27060584964282957",
                "nextEpochGasPrice": "920",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xffd4edb60d7d5511e304af59ae142350b99f6df1dc659c14dc66f8db58d7f5d0",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27057970258189577",
                "rewardsPool": "51313769625767",
                "poolTokenBalance": "26997774075236993",
                "pendingStake": "2619710890000",
                "pendingTotalSuiWithdraw": "5004796620",
                "pendingPoolTokenWithdraw": "4993662391",
                "exchangeRatesId": "0xddaf2ca54dba305fd44eb95be934153136ec6df505b937a5204753e091ec8d02",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x054f9044e0fd71c2ff621981c332ba41d686fb705143d1dfd3a3b69a46e8f66e",
                "protocolPubkeyBytes": "gwCmyWlK9D8ILEs9r1/NzJxZPCTHbiiZPqIMt8SlUYqyJ7+RgF8Z26R/rKUiNAJIBUqKudt4IjCKFGkv1y78UJS4agBHJ/sQpSOJ22Zq4UoJ1ErOxiMbLF/QY4sP9BZO",
                "networkPubkeyBytes": "4baeItc1U/3n+KfkGqnwSWhXQ97SgxdUWs1WOof7tUc=",
                "workerPubkeyBytes": "8YF37L7tk+KrXr/r30qLYRPv0n2LpMmvXY3EyfXaeDw=",
                "proofOfPossessionBytes": "ll//dWWKDYd3dW9EBM/jmQORlfGwKSe3xG4KeEVj4sK7W5XDgfXA2U70EQBJ7lno",
                "name": "Parasol",
                "description": "Parasol Technologies SUI Mainnet Node",
                "imageUrl": "https://parasol.xyz/assets/images/67dc2fae592a8544.png",
                "projectUrl": "https://parasolsui.com",
                "netAddress": "/dns/mainnet.parasolsui.com/tcp/8080/http",
                "p2pAddress": "/dns/mainnet.parasolsui.com/udp/8084",
                "primaryAddress": "/dns/mainnet.parasolsui.com/udp/8081",
                "workerAddress": "/dns/mainnet.parasolsui.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "42",
                "operationCapId": "0xea613a2576d9ad8751d875881185c89e81f24c0cbed330adff380c307f2e854b",
                "gasPrice": "1000",
                "commissionRate": "200",
                "nextEpochStake": "27558206284727505",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0xd34802de97f7aca217b105acbff6bebee07dbce9489020536a1a194926e052d9",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27557868487736661",
                "rewardsPool": "53970610251740",
                "poolTokenBalance": "27492202907955291",
                "pendingStake": "339800000000",
                "pendingTotalSuiWithdraw": "2003009156",
                "pendingPoolTokenWithdraw": "1998236336",
                "exchangeRatesId": "0xb66e27d2a988f7177baa72d38e7ac6486670a959bd44a45b025f461f23af8986",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xdfc9709adae2917a9be213c8d651b150517fbc8b99106bbd3020e618335ccf18",
                "protocolPubkeyBytes": "hQHBIcPN7K+EOralnSu3SYHs1rgrQNpjN3YhK+g9R2uUQaXr29OgALXf1F/SJL/mBRZGZ5g7EE4MbdUMlO+v7tcvBl+qWoZMWDMdeVcxRbA/emrXtVFWzaEpYgpbyncy",
                "networkPubkeyBytes": "U89bXkoIrgUMdtgkjKBgmcMEdDDEXTx5N4D37fZ08IM=",
                "workerPubkeyBytes": "ge/wqG9qJS+fCgQODJjhlOaMV7ur46S6dGLePpOB/KY=",
                "proofOfPossessionBytes": "i4nD/cjwp3VjsmumJqOQIJcJO+c6dBaOyDIVZiYvozT4SlYyPjPJ1nkZyafOkLBI",
                "name": "Cypher Capital",
                "description": "Cypher Capital is an early Web3 multi-strategy venture fund",
                "imageUrl": "https://knoxnftswap.s3.us-east-2.amazonaws.com/Cypher_Capital_Logo.png",
                "projectUrl": "https://cyphercapital.com",
                "netAddress": "/dns/cypher-mainnet.juicystake.io/tcp/8080/http",
                "p2pAddress": "/dns/cypher-mainnet.juicystake.io/udp/8084",
                "primaryAddress": "/dns/cypher-mainnet.juicystake.io/udp/8081",
                "workerAddress": "/dns/cypher-mainnet.juicystake.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x62d087c77dba90e5d3fb1f7480f3b3bb1d56e9e7041ae74602f5cec775fad7a6",
                "gasPrice": "931",
                "commissionRate": "1000",
                "nextEpochStake": "27058833090849977",
                "nextEpochGasPrice": "931",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x1c38c6b625a7d715babaceb4e53abb4e16ac292d160b1609854b3fc2c03b157d",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27060255672446877",
                "rewardsPool": "52273141849977",
                "poolTokenBalance": "26997222367913305",
                "pendingStake": "140000000000",
                "pendingTotalSuiWithdraw": "1562581596900",
                "pendingPoolTokenWithdraw": "1558941768702",
                "exchangeRatesId": "0x805faf59c85db187a2365d0537513819e4b2e24ea16d426fe62b9fa5e4594af6",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x184fbf9d6c2d2d3f27e27fe3ca2d3b4080bd406221e345e2d36633e638e988e1",
                "protocolPubkeyBytes": "hQ5p+KTRa+PSwc378Rn/BRmUIAsFZ98pDdpJ7SIegnGF5fIATuEqx1imYrGlXoloAdX7/lSSGNbLWG6mDHlHWntrkm5Q+APBZp+iiSazoLXXUpLr5aKbbeYRi32MdkO4",
                "networkPubkeyBytes": "fPRu7C2lXY+TNGj9lwT+NG3254J2vaa3uzP14s5j4jI=",
                "workerPubkeyBytes": "yASvnKSrE0aQg4IPNEs8yfyCgpYkkuqrWpnrt0Uq8/0=",
                "proofOfPossessionBytes": "i5TDNZhHAY09DNGWJfEtMKP5aXZXqQa++LfGaXUTDMcJI7LExS4iKBXNPszr8KaL",
                "name": "Cosmostation",
                "description": "intelligent crypto infrastructure. earn with cosmostation",
                "imageUrl": "https://raw.githubusercontent.com/cosmostation/cosmostation_token_resource/master/stamper/logo_1024x1024.png",
                "projectUrl": "https://www.cosmostation.io",
                "netAddress": "/dns/sui-mainnet-validator.cosmostation.io/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet-validator.cosmostation.io/udp/8084",
                "primaryAddress": "/dns/sui-mainnet-validator.cosmostation.io/udp/8081",
                "workerAddress": "/dns/sui-mainnet-validator.cosmostation.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "42",
                "operationCapId": "0x70f8d71157c592223afafe2905d3fbc0a3c75a88610dd6789c86a160293b7522",
                "gasPrice": "930",
                "commissionRate": "200",
                "nextEpochStake": "27757785066484749",
                "nextEpochGasPrice": "930",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0x2f52ce5bfcc5d517a3bdc0c154ab1cbd3757822c5db6a3fa514b9cc81697f999",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27722158813425019",
                "rewardsPool": "54399853479168",
                "poolTokenBalance": "27655974952791601",
                "pendingStake": "38059462926628",
                "pendingTotalSuiWithdraw": "2433209866898",
                "pendingPoolTokenWithdraw": "2427400823539",
                "exchangeRatesId": "0xee9977c81b426e902aca3387a30a6f6edf7ffdfb62b170fe0fbbc5fb44dd1bff",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x68cf08c4ef8b0462d8c3879f4e26cc371fbddd844650d0c41a9c3badc8104609",
                "protocolPubkeyBytes": "hSwLQqNWTjfb5UQJSQ3RCnKMD+y0Vxhb5pmL3UjsVXKN2rj9X5B7kcPyGOjRcy0ZAyN1BinG+AHszj+z7J5IUhYMo0JwHWn5mw5ar79BKo1MT+evU2o7zyJ+nAyU/8VH",
                "networkPubkeyBytes": "v31DYabdK6m5UUxCYb3rG/JmfynPFdOzZkHrDQY4FTM=",
                "workerPubkeyBytes": "X+RZ1/7r9kUu0Z7UQ7zHCMjfRSH9V/jZU+OSAF4rs50=",
                "proofOfPossessionBytes": "mMtR8sX/CjMoI1AQW1FqxDgMHpqDF2HjXn4MSlZ7xgafeAW1JtU2wfa2r/6xGYNq",
                "name": "stakingcabin",
                "description": "We offer enterprise-level, highly secure infrastructure services for public blockchain protocols.",
                "imageUrl": "https://stakingcabin.com/img/icons/logo512.png",
                "projectUrl": "https://stakingcabin.com",
                "netAddress": "/dns/mnv.sui.stakingcabin.com/tcp/8080/http",
                "p2pAddress": "/dns/mnv.sui.stakingcabin.com/udp/8084",
                "primaryAddress": "/dns/mnv.sui.stakingcabin.com/udp/8081",
                "workerAddress": "/dns/mnv.sui.stakingcabin.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "260",
                "operationCapId": "0xd4e1144e0aa561e55b58eadd4d44cded12527d5d6c78f262c5170c194a06d4b7",
                "gasPrice": "450",
                "commissionRate": "300",
                "nextEpochStake": "170400143432769750",
                "nextEpochGasPrice": "450",
                "nextEpochCommissionRate": "300",
                "stakingPoolId": "0x9a59cc1fd1d206fbf5a1a03ebd4c360ddddad8ce769fc7c65a42a22d4b992807",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "170400864064812041",
                "rewardsPool": "393433533545298",
                "poolTokenBalance": "169988919273662947",
                "pendingStake": "177000000000",
                "pendingTotalSuiWithdraw": "897632042291",
                "pendingPoolTokenWithdraw": "895462013131",
                "exchangeRatesId": "0xb5eb6d0bc3655409c8aaf0025e7e76daeef8b864155efe4215bbcfc57213ae41",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x876e2ad4ba0375c7752d24ca47c69e7096e6dbfd82a215612a08f47cffebcfbc",
                "protocolPubkeyBytes": "hZ3c3jzHa6/DCes/kGvRXTEDo6CShn+7lcpGcqbK0LbexCFYvcWZV1r7NlFz8PsPDh9e6A/GDss/4zQbFeRkNrHvU9D8aZApTZYwtZHygX06N9XEBmQijeXC/g0WyyoL",
                "networkPubkeyBytes": "nuaZpaBX5ubfATJdkSZgwDPVG5p2cP96LwMlhCloPQ8=",
                "workerPubkeyBytes": "hw4zRkXodAF8yr+ScDs8H9weyhWFsL5vI4HFfkAraE8=",
                "proofOfPossessionBytes": "sh3/YcTetXkKY0R3SqwKXWnsw/oLbGGc+I6biYZYA/97h5AFtgrdDuvABKKpsynU",
                "name": "01node",
                "description": "Securely validating one block at time since 2019",
                "imageUrl": "https://01node.com/logo.png",
                "projectUrl": "https://01node.com",
                "netAddress": "/dns/sui-mainnet.01no.de/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.01no.de/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.01no.de/udp/8081",
                "workerAddress": "/dns/sui-mainnet.01no.de/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "54",
                "operationCapId": "0x1f85f760d02f7f9109c5cd8b054c5829f4951da8e53d1814e0a1bd6c36552406",
                "gasPrice": "1000",
                "commissionRate": "800",
                "nextEpochStake": "35186847848828798",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0x7716a121b2f7e36d3ac2d7f22bea370fd2491468aa71dc1d499cf1ba70dae700",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35185859848828798",
                "rewardsPool": "75144589507244",
                "poolTokenBalance": "35101274387152863",
                "pendingStake": "988000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x8c4b851fbc305033da06b26f1d53e7bccdc57c6f72d7d62a182cfddb5e96148f",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xa608b66f7ae2201286f7dd07a8b073cde7955b35056629636a6c9b3f5275f384",
                "protocolPubkeyBytes": "hpz3vlLZhyxDm6+XprUikiDJ/o5fi+cKZn9jinQAc6OHvaFEOf1QNhF37CLTu6g3CvTtuzOT0bp14mx3pXj8Yei7wdBXDJ3+LrQ+anEpV/Jmx3IglwR8i4ScnlU9YTGS",
                "networkPubkeyBytes": "jXQ5WV1gNI08PrtlGuU58oGYVvG6PxVQIJPx3aN2eCI=",
                "workerPubkeyBytes": "OSBTmnJ5Jq5JLKZDfcIY0TAgMMRNr/r59hSx7c6RHb8=",
                "proofOfPossessionBytes": "pnzY2bLwS3YNNLue6P1qlPAZtbkvQwafAmqMqvSq0tb5yCxA9lHtTgMiMnqMIY+1",
                "name": "Triton One",
                "description": "Triton One provides high-performance infrastructure for next-generation blockchains.",
                "imageUrl": "https://triton-public-us.s3.amazonaws.com/logonew.svg",
                "projectUrl": "https://www.triton.one",
                "netAddress": "/dns/validator.mainnet.sui.rpcpool.com/tcp/8080/http",
                "p2pAddress": "/dns/validator.mainnet.sui.rpcpool.com/udp/8084",
                "primaryAddress": "/dns/validator.mainnet.sui.rpcpool.com/udp/8081",
                "workerAddress": "/dns/validator.mainnet.sui.rpcpool.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "261",
                "operationCapId": "0x6a7a22dc1e65bf03aaa06f9968b74748f2f293e523679a56524dae2934c3dc48",
                "gasPrice": "950",
                "commissionRate": "300",
                "nextEpochStake": "170673679464495008",
                "nextEpochGasPrice": "950",
                "nextEpochCommissionRate": "300",
                "stakingPoolId": "0x8a2197e798c1a5fe9fdfbac52ffde9b661fd08755bcd408013c2ae76870f5533",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "170675580515823623",
                "rewardsPool": "393765563302199",
                "poolTokenBalance": "170263223647232491",
                "pendingStake": "101100000000",
                "pendingTotalSuiWithdraw": "2002151328615",
                "pendingPoolTokenWithdraw": "1997314076270",
                "exchangeRatesId": "0x57d8818dc133bba1cf7f98e4f1d8079634fe9574d59c6312280372300e4d3f4b",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xbc7e7537564bd939b62e5b24477ac00ba8cef33ccec72d63090a080a1253b725",
                "protocolPubkeyBytes": "iBM6LI9/6q0D6pjb+pVP99PDZlaRYKHZ5wXmr2bPeu2YTlH8V/AjVCnWU3wPCSOfCBIKqHgm6mG3owDj8WyYQf+Hv2jxUeG6STWvZcHmwLWq5fu4eZsbHs8YQh7wWg+C",
                "networkPubkeyBytes": "qnqNUK1+/ZRIJGsavjbwPejnTOJpSzN9SxDU/WNHMSk=",
                "workerPubkeyBytes": "zA36loood+DI6WJk4vKcxlYOvk7PympZyBOl3WL/md0=",
                "proofOfPossessionBytes": "s0Ngtb+XrRW2pr5hEKsiU89aX5SEVYYlCxAmktW6AYvLj8c/3Fg/8D8hULLTILXy",
                "name": "Chainflow",
                "description": "Operating crypto infrastructure for a brighter future. Fully independent and proudly values-driven.",
                "imageUrl": "https://chainflow.io/content/images/2020/02/chainflow-1.png",
                "projectUrl": "https://chainflow.io",
                "netAddress": "/dns/suimain01.chainflow.io/tcp/8080/http",
                "p2pAddress": "/dns/suimain01.chainflow.io/udp/8084",
                "primaryAddress": "/dns/suimain01.chainflow.io/udp/8081",
                "workerAddress": "/dns/suimain01.chainflow.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x9d94a275ea9d853564c210545036046d9e5953d7b583d2d3f94456c27c6345f4",
                "gasPrice": "780",
                "commissionRate": "500",
                "nextEpochStake": "27061550061760319",
                "nextEpochGasPrice": "780",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0x87a4a107a5edf17aea985b95c6e895df21735db7e00d6269b3e8866f44a92140",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27062066739373944",
                "rewardsPool": "53512533238808",
                "poolTokenBalance": "26999405856747586",
                "pendingStake": "5000000000",
                "pendingTotalSuiWithdraw": "521677613625",
                "pendingPoolTokenWithdraw": "520469694808",
                "exchangeRatesId": "0x08157c51b308ff613529d7b6bad92eb0abe979f3d353ed8cd983d23ca3816ca3",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xe85738f9cb22cf80f77b861a9e9aca13c0a297cf0f1c075d35a9b3fb94bf6f89",
                "protocolPubkeyBytes": "iVW5jl2x7amfYo2/W1BMR8NhJ4kLn016I2yIpMMBA3oBtfyF4BoCUfVNE2A7CeLJAushGtOvTBhTxfnOVvgu//Yw80lcvoPZXlJ8JuPbSfUDrM6VjvuMFyZm8Ty6BHhl",
                "networkPubkeyBytes": "Vc2154/rw8aAmCqq1bmc7tUQgPbPOXkEN6lEVn1MqbY=",
                "workerPubkeyBytes": "WztJWZFgOcXkBZ+BzU6J+uc1rujyqio8VhUdXu9k3j4=",
                "proofOfPossessionBytes": "pchvY0+jYf515o5nLytAE0jbWMin331VV0dA5WOioIKzSarJ2tLEBFcZRHLQUf/I",
                "name": "Qredo",
                "description": "Qredo Services",
                "imageUrl": "https://www.qredo.com/images/qredo-favicon-v2.png",
                "projectUrl": "https://www.qredo.com/",
                "netAddress": "/dns/sui.validators.qredo.network/tcp/8080/http",
                "p2pAddress": "/dns/sui.validators.qredo.network/udp/8084",
                "primaryAddress": "/dns/sui.validators.qredo.network/udp/8081",
                "workerAddress": "/dns/sui.validators.qredo.network/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0xc7786e4dc86683164cf7d08ca048008847825a7bf8e72de06daf03c6d3d7493d",
                "gasPrice": "900",
                "commissionRate": "1000",
                "nextEpochStake": "27060344823332950",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xa53d29e5e3f3e37d0b0cc772794b4c51cc67a695a2c8f71260c7a78e9068cd72",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27060244931400505",
                "rewardsPool": "52275549781269",
                "poolTokenBalance": "26997212183478452",
                "pendingStake": "154000000000",
                "pendingTotalSuiWithdraw": "54108067555",
                "pendingPoolTokenWithdraw": "53982030996",
                "exchangeRatesId": "0xeb1bf6e848abb7e476f706cd48fd9d165d7f91e1648b4df4e781994a164699fa",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x9062fc51d91056246dc31f2b818a4ddb113a044ec22c8dd0674616bbe56f7192",
                "protocolPubkeyBytes": "isIXBl0R5CDQSZaui1KmmhApP+z4/UQm8CM4RzoudxaqOSCr1LRwQJf0xXHq66diElWONZJUv8bVEMq0MhC9S5gLH5Ra+ja3biOA9PZuo+WTjytYWOzY5h3vhyShH1VH",
                "networkPubkeyBytes": "WAHe8JvDagFh8j+GV35W2FpA4mYTvTcbw7aAGFBp7dY=",
                "workerPubkeyBytes": "xtXCaNSoV4yTOuFWnJpCyurMhH1tAWefF6WrEFYYk4Q=",
                "proofOfPossessionBytes": "o+jFvibZJUqulfI14tI7gbHqZoW5vLZSTGjyDuI+7uMXAoW5E4r0dxCWdIE0IPFX",
                "name": "Laine",
                "description": "Reliable high-performance validator, we use server-grade 4th generation AMD Epyc CPUs and ECC RAM. Contact us for any questions",
                "imageUrl": "https://laine.one/images/ci/logo_charcoal_emblemonly_white.png",
                "projectUrl": "https://laine.one",
                "netAddress": "/dns/sui-mainnet.laine.one/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.laine.one/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.laine.one/udp/8081",
                "workerAddress": "/dns/sui-mainnet.laine.one/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0xd9d6b2e526b4e572c9b982ea215004b16acc238a763bd1f4387050a3dc83d493",
                "gasPrice": "930",
                "commissionRate": "1200",
                "nextEpochStake": "27056859521054994",
                "nextEpochGasPrice": "930",
                "nextEpochCommissionRate": "1200",
                "stakingPoolId": "0xc3bb84efa3b2553327e440c34254a64bc256734f0c256179a8639d7ffb1e9856",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27057454825916467",
                "rewardsPool": "49396998447057",
                "poolTokenBalance": "26998010340944373",
                "pendingStake": "1660000000",
                "pendingTotalSuiWithdraw": "596964861473",
                "pendingPoolTokenWithdraw": "595653346072",
                "exchangeRatesId": "0xe0186e7d071c3767ebe02e921ef1e5f4b032f5cc720c1ecc4f6d3a9b98874a10",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x970f9006836b3eead979bbb97d2ae8f8f331a0834209f2bc878ed142fa9ad1ee",
                "protocolPubkeyBytes": "iv3O9n3JLn9M85gzBIo6NZJvuCG/DSIZeSq2KJ63UaARIbbVL5sNUfvpHmmfvR4dEMsV7ka/XmlpL5YDpurHjlTGCPnJjTzu8zIOqQgXn5HqfBkh3yWPsyX+lvUvMj4P",
                "networkPubkeyBytes": "jS0bTAGQ0wS4z9sKGHP8/2NQiWIbwLZFyZ0MuGw3qos=",
                "workerPubkeyBytes": "EcQe2ZqZpC0X4J/Df+lArCvYWcb/37tfMB6XasH8ETU=",
                "proofOfPossessionBytes": "oDYiG0O7UK1p+6ikSZvOO+BnyO3Xqi6IlgyW0a4B2o3OBViu5ZR1BFd+6JgMmnZw",
                "name": "KingSuper",
                "description": "Others Trust, We Validate ! Your Stake is Important to Us. Secure Networks while You Earn Rewards.",
                "imageUrl": "https://multimedias.nyc3.digitaloceanspaces.com/validator-website/logo/KingSuper.jpeg",
                "projectUrl": "https://king.super.site",
                "netAddress": "/dns/sui-mainnet.kingsuper.services/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.kingsuper.services/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.kingsuper.services/udp/8081",
                "workerAddress": "/dns/sui-mainnet.kingsuper.services/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0x0e3bd4f3d6d544423e4e9d587490633494509f5b7af36a152b910a353c0aaee9",
                "gasPrice": "597",
                "commissionRate": "800",
                "nextEpochStake": "35073034838195020",
                "nextEpochGasPrice": "597",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0x800f01dd5a0d3b6392bc3b28e1362c87c9126ae672aab71112eccdded7d8fed7",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35073260914963477",
                "rewardsPool": "64838111022928",
                "poolTokenBalance": "34993757365064322",
                "pendingStake": "2000000000",
                "pendingTotalSuiWithdraw": "228076768457",
                "pendingPoolTokenWithdraw": "227559767408",
                "exchangeRatesId": "0xef39015987a08bf98f57cc9b8a6988dbb72250e53e14ebaf6932edf8eb3751ae",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x0c1bebfe4c2258f16282f3ab186151c91f4349c5b2956e831a8f670a71709b90",
                "protocolPubkeyBytes": "i0Y/KlcdUIB6H3pcsiOyw9bTff0do8PsndIEzqTwuBgVmRPfTconjcSGp1L7ZL6FACyIvgmENULvjm6i3Uziobg2PCfahghb7m2SY/JSSwWXjfgSSfphXhnaESOnbzKh",
                "networkPubkeyBytes": "ZbgHEreMYks378N2uxSl7oAVp2P9vXXzrOxZBD5Bu38=",
                "workerPubkeyBytes": "xdXJCDCyO2OC/l1JnoOzsbmtF4EsO5rCoOmBux+Lo9g=",
                "proofOfPossessionBytes": "l7iWiRHZPcm877DWRzcl5F3TLMrM+xsAM65Kd82c7LlZXyKQdB9nraV+vksf2bom",
                "name": "Omnistake",
                "description": "Omnistake is a trusted staking provider supporting multiple protocols.",
                "imageUrl": "https://omnistake-frontend.s3.amazonaws.com/images/calculate_shape3.png",
                "projectUrl": "https://www.omnistake.com",
                "netAddress": "/dns/sui.omnistake.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-udp.omnistake.com/udp/8084",
                "primaryAddress": "/dns/sui-udp.omnistake.com/udp/8081",
                "workerAddress": "/dns/sui-udp.omnistake.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x1f1fb1ff7873e0e2b16ad23e187051a9974d507f31566df48f4b181974e43e60",
                "gasPrice": "1000",
                "commissionRate": "200",
                "nextEpochStake": "27056055664352086",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0xf411cd47c29b7d2e51a545a5e870fd6c621a64cf000ad542269687b3ae595a14",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27056228761780757",
                "rewardsPool": "52442710894743",
                "poolTokenBalance": "26991783506684246",
                "pendingStake": "22000000000",
                "pendingTotalSuiWithdraw": "195097428671",
                "pendingPoolTokenWithdraw": "194632725934",
                "exchangeRatesId": "0x4655d28ff34f1b2a08f45443d5efcbf2f5a7bfc389d0322266741b3ffb466d20",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x2761e3db0abe9a2029291980ebad551b7c68dd53d1150adfa9f9ed8a2368458e",
                "protocolPubkeyBytes": "i+jOX5tClN5FLegAulXR/Mr9I/Q4Fg01ogCLHnTBqVRavS00tFklS9rhynWwF4WvEEj1cA+qmps+G9T76L99L+nnY72qsJFT3agpDYj3BQRNlengSqpa/LPGipbUkXXB",
                "networkPubkeyBytes": "n+XAuz+69AafKVHWiW1JuU/gD6S1x13X0/YYvMq8xYY=",
                "workerPubkeyBytes": "xZkirZ2aKTF6+eMIGLgAW1gWcVSVKwHnBtw8T5QDHaQ=",
                "proofOfPossessionBytes": "jyoOvrdAmFeFZN6qUV7pvkwbkBIdmdST1BH34K7wtxFVNNReUFdrw4Mcu8fIqXht",
                "name": "BwareLabs",
                "description": "Guaranteed availability and up-time backed by a professional blockchain infrastructure team.",
                "imageUrl": "https://raw.githubusercontent.com/bwarelabs/brand-assets/master/icon/svg/bware-labs-icon-color.svg",
                "projectUrl": "https://bwarelabs.com",
                "netAddress": "/ip4/141.95.34.55/tcp/8080/http",
                "p2pAddress": "/ip4/141.95.34.55/udp/8084",
                "primaryAddress": "/ip4/141.95.34.55/udp/8081",
                "workerAddress": "/ip4/141.95.34.55/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "161",
                "operationCapId": "0xb3f2909eb919782ebf3260da67bcfaca54d8b7114efa621f0aabac9b5055b294",
                "gasPrice": "907",
                "commissionRate": "400",
                "nextEpochStake": "105228856482442897",
                "nextEpochGasPrice": "907",
                "nextEpochCommissionRate": "400",
                "stakingPoolId": "0xc3894cc6a217f7d20ccaecc9310809cb9e7f70f360472ba15639f8efa5acd04d",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "105230953709859342",
                "rewardsPool": "209433047248617",
                "poolTokenBalance": "104983615062711155",
                "pendingStake": "3000000000",
                "pendingTotalSuiWithdraw": "2100227416445",
                "pendingPoolTokenWithdraw": "2095290965814",
                "exchangeRatesId": "0x855a6ba67c9b0cd35568820e830280de2168ccfbe25bbd46f07d00de3b5b1a44",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x43b8f743162704af85214b0d0159fbef11aae0e996a8e9eac7fafda7fc5bd5f2",
                "protocolPubkeyBytes": "jA3PY2RS3XBhlscpWSs+kNwRn5j3kfhwftQIUB2bj2iiXnIe0bCUKY5+HTIYrSI+E02mgN0J1nR7kTi3yZAKLVfCV9ZJhpHh7KYEVF2FNlAF22T8CR+0KAUyL/B5dKXM",
                "networkPubkeyBytes": "JGAOGRfwo3cTMjwVSfWcgut+AJhHIL4RwFNaiU2+AC8=",
                "workerPubkeyBytes": "xGM3VBC4RAYLyW2z0et5xXmPaZxjbAWzH1etYT0SHgY=",
                "proofOfPossessionBytes": "gVV9/6Uti1FwwAvh81esOfhIFKPIoX72YyrgWmS8mJoMKs5mbpQgKeWwhZNuZeqY",
                "name": "Cogent Crypto",
                "description": "Cogent Crypto is a cutting-edge blockchain validator designed to provide a highly efficient, secure, and transparent validation process for various blockchain networks.",
                "imageUrl": "https://cogentcrypto.io/logo-square.png",
                "projectUrl": "https://cogentcrypto.io",
                "netAddress": "/dns/suinode.cogentcrypto.io/tcp/8080/http",
                "p2pAddress": "/dns/suinode.cogentcrypto.io/udp/8084",
                "primaryAddress": "/dns/suinode.cogentcrypto.io/udp/8081",
                "workerAddress": "/dns/suinode.cogentcrypto.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "163",
                "operationCapId": "0x2789bdc8348f2442835c9d63a670926bef7c8debeb3fec75aa604c405e7cbd06",
                "gasPrice": "793",
                "commissionRate": "600",
                "nextEpochStake": "106239298829405126",
                "nextEpochGasPrice": "792",
                "nextEpochCommissionRate": "600",
                "stakingPoolId": "0x6746984f9e6ff89227001d388a77b0455b30482b5e25f34ef420b8d286dbb8ad",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "106241384456106218",
                "rewardsPool": "226965538258526",
                "poolTokenBalance": "105992928673921661",
                "pendingStake": "88900000000",
                "pendingTotalSuiWithdraw": "2174526701092",
                "pendingPoolTokenWithdraw": "2169441359489",
                "exchangeRatesId": "0x3e14cd7a0b3584e009732796498b56364c84c3159a4dff64e689504a5857088f",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x1ea86ae398023fb87b522673020b1709640221566de33585acfcf6a865f6f467",
                "protocolPubkeyBytes": "jDx3XWq+r8yKXS31Xw0RcEzIdeHJUL74ClxaDlex1XHfeRd6kNf71j75o8o90kfaBKTJXy3gsiu6iIt1v+arBx5nTxMWDv3CwdL/p+Tmbn5QECMFKUjJcNwFQDr2gcmL",
                "networkPubkeyBytes": "Kmnx7SNyD9ho+rtuGBBQp8rm8+mS1WuVq9jFB3Kgu1Y=",
                "workerPubkeyBytes": "z7FzN4gtAObzCTr493lL4qMZHfhQC2uZ2XDSDIzZNxQ=",
                "proofOfPossessionBytes": "qsYMTV9bE+ITY6r/7k4MC8tFw8YTPL4TAldFVrlSv2sGagps/aT6z6Uc+BCbVdfB",
                "name": "BLRD",
                "description": "We are BLRD. We blur boundaries between physical and digital, virtual and real, and centralized and decentralized.",
                "imageUrl": "https://s3.us-east-2.amazonaws.com/avascan-crossnetwork-cms.avascan.com/deb8ea77607572d86a1480f8a9a88d9a_eaaa5fc19b.gif",
                "projectUrl": "https://blrd.inc",
                "netAddress": "/dns/validator-sui-mainnet.blrd.inc/tcp/8080/http",
                "p2pAddress": "/dns/validator-sui-mainnet.blrd.inc/udp/8084",
                "primaryAddress": "/dns/validator-sui-mainnet.blrd.inc/udp/8081",
                "workerAddress": "/dns/validator-sui-mainnet.blrd.inc/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0xc950daca59cc542b474f1125a1bd5c98bf54ad3cd87e7e781d9fa7b4bc0f6f58",
                "gasPrice": "900",
                "commissionRate": "1000",
                "nextEpochStake": "27054977211294161",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x8a9d06d2a68891b4067cb991a21e72fd2b8dc8544575e1ef9a8db46aa8398295",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27054967212523768",
                "rewardsPool": "51874625391255",
                "poolTokenBalance": "26992342095503781",
                "pendingStake": "12000000000",
                "pendingTotalSuiWithdraw": "2001229607",
                "pendingPoolTokenWithdraw": "1996597289",
                "exchangeRatesId": "0x0f7a3d3eef6b75461ae4ddbe728477a91c3a6340b8791b53ea8c46993688c603",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xbba318294a51ddeafa50c335c8e77202170e1f272599a2edc40592100863f638",
                "protocolPubkeyBytes": "jRw4rSwKm6E/HYLG0xjLLW+i9VOGlnYVhuKfkx27APAV1eXtl99yHSOrvilK0Vs8BwhqEFpncL063X8sOwtOvuYBzgzHF7BW6m//ylgj92+5omjZ35u4rF1m8zRU0C/S",
                "networkPubkeyBytes": "Ly1BxC3Rk++CV5AWZfzIADzoxgTEl7a5VNi1bFeuR/I=",
                "workerPubkeyBytes": "MGDlzCUlWq7y2qZa0qEzky35osH9Z+jM0rD+O2NVsDY=",
                "proofOfPossessionBytes": "uCgMZK7tId4gnzVn/hr1z5buFC+u2b+/RSyO60o26qF+/sNWd+wA//6l4bNHExcS",
                "name": "Everstake",
                "description": "Everstake is a responsible validator trusted by 625k+ users across 70+ blockchain networks. Created by engineers for the entire community in 2018",
                "imageUrl": "https://avatars.githubusercontent.com/u/49940420?s=200&amp;v=4",
                "projectUrl": "https://everstake.one",
                "netAddress": "/dns/sui-main.everstake.one/tcp/8080/http",
                "p2pAddress": "/dns/sui-main.everstake.one/udp/8084",
                "primaryAddress": "/dns/sui-main.everstake.one/udp/8081",
                "workerAddress": "/dns/sui-main.everstake.one/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "55",
                "operationCapId": "0xc1659fda5c733dd310baae3721f38a8fcb8a329edaf8db0fc3dd981532d26774",
                "gasPrice": "950",
                "commissionRate": "800",
                "nextEpochStake": "35871928133455816",
                "nextEpochGasPrice": "950",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0xb4ca70974bd2877216c6d5838cad197a8dcfda0cf800ab4223d2cccf251dd670",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35865950143283234",
                "rewardsPool": "67225956386194",
                "poolTokenBalance": "35783526668662324",
                "pendingStake": "5988000000000",
                "pendingTotalSuiWithdraw": "10009827418",
                "pendingPoolTokenWithdraw": "9986823852",
                "exchangeRatesId": "0x1e97427d16d0993ab001383d5626430fd3a87acd87fb0396809b1650630ae3bd",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x1e1985024aafe50a8e4eafc5a89eb7ecd58ba08c39f37688bee00bd55c8b2059",
                "protocolPubkeyBytes": "jgLc85ODurJOxgxMNmFecnkCByws3Oc7/smojh8NmMGCo4dVmVzL4v7oSipWfC5PBUC6sy/w4ro+c5MAwpk0Jj8o3gB4WkShrvHJTvQtLgT371ZK5Uy/3CtirAA58df2",
                "networkPubkeyBytes": "1LzOt9k0P0cSpFPf4ZZxjZBfoL4RMTmgFe5fmKP3ZO4=",
                "workerPubkeyBytes": "3B8ML9nIDiEHPZy/MhU8x/UHHl9r8/l8oVhBQfFkne4=",
                "proofOfPossessionBytes": "hdSGG2Q3a8IHSSNVQZN9H5Tv/zkS6HpooZmtA+96g1E86g+A5Da2RRZHQJz/HMTc",
                "name": "Forbole",
                "description": "Empowering the future of Web3 with Reliable infrastructure",
                "imageUrl": "https://avatars.githubusercontent.com/u/32561566?s=200&v=4",
                "projectUrl": "https://forbole.com",
                "netAddress": "/dns/sui-mainnet.forbole.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.forbole.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.forbole.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.forbole.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x82e0e504bf51937a322212b5587947aefc92050976cd981ea2f8d4fc126c250f",
                "gasPrice": "1000",
                "commissionRate": "200",
                "nextEpochStake": "27064918472217725",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0x7d6d69dafd218a426a5afa662e8e466feb842861fbc634422b38a5ca06c5b66e",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27064916472217725",
                "rewardsPool": "53750339270300",
                "poolTokenBalance": "27000405900744863",
                "pendingStake": "2000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x682c8b26115efdc23969dd53bbf2e5c998d1c382b8a3dfede512cae7b00411a2",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x1290ab8bca1c136d2b86967674a43a0f5cb30b352f90233cc37ebf7452b96787",
                "protocolPubkeyBytes": "jg8NQ2cD6F1FWJVLtej2HufRkK16vqVNVdaRMOU9eXww5R8K1t+RcZ4/3kT5N9xFC3KdrH19vDfJHZF8++MRe/e/EGrb2XpdKioo6TmxN1KdxKP9Xc7IKHfllMWUl9uk",
                "networkPubkeyBytes": "mV0sc6IEAc/gd5oBjP4TjorGGDiqmWPTvee1TqKNJYA=",
                "workerPubkeyBytes": "O/aJiM7/b9gNxNQOk2wSZmVFsj8WGkCSFbjHHm1XHCw=",
                "proofOfPossessionBytes": "gaQQWchW0fVc/B/pJSYnC85htDH/KgGy7DqJxdgcYmrnaeuHlI0Lpp69/zkEW8xq",
                "name": "n1stake",
                "description": "Professional validator on PoS networks. Reliability, high performance 24/7.",
                "imageUrl": "https://vincagame.com/n1stake-logo.png",
                "projectUrl": "https://n1stake.com",
                "netAddress": "/dns/sui-mainnet.n1stake.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.n1stake.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.n1stake.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.n1stake.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0x82571bea9eef9804655b86c3d6ecd2fefdccfd72bf063f7e5f5d47f285dc1919",
                "gasPrice": "931",
                "commissionRate": "1000",
                "nextEpochStake": "35066910485282861",
                "nextEpochGasPrice": "931",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xf574257edf0870e41003bb1249c85c715c8f7e859827e96f783bf4ac113ca064",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35066922499685804",
                "rewardsPool": "63298859739675",
                "poolTokenBalance": "34989252208275169",
                "pendingStake": "3000000000",
                "pendingTotalSuiWithdraw": "15014402943",
                "pendingPoolTokenWithdraw": "14981147301",
                "exchangeRatesId": "0x87c3afe29b5cfafd57236cc578b6a18e6f314eca5cfbd7e9f849609181f66604",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x91b3d7211dbe057d02e2aa06f1cd678f1408438d494d2e783e0b67a77cca4599",
                "protocolPubkeyBytes": "jhbu2xiJIPCqysDPHWtz3bhRNCQ6PqNASO0Z0fBYrxkj2/7S58cBibkq/oBZN/ADB+zdgjNP69ecl7ilWKU3J1zvXUClgffl2P46JEFo63K35RMTIVZCZRcIm2IK3/EU",
                "networkPubkeyBytes": "+iw8gHH4S2jNbC/fRPzZFlUH6Y1V6QK80kpcbeF/1V8=",
                "workerPubkeyBytes": "L6owzOHxDkVSFYJCDSu18mofJ+4YkIV1KzXjINx14qE=",
                "proofOfPossessionBytes": "sozmc5XolbcUgd5KxhD2zYOyIdxNCdj1STL7+xmdLdHPhL9DXRQw2iJfqWSmzQdC",
                "name": "Chainbase",
                "description": "The #1 Web3 Data Infra | API, Pipeline and Datasets",
                "imageUrl": "https://chainbase-static.s3.amazonaws.com/logo/Icon_Black_128.png",
                "projectUrl": "https://chainbase.com/",
                "netAddress": "/dns/mainnet-validator.sui.chainbase.online/tcp/8080/http",
                "p2pAddress": "/dns/mainnet-validator.sui.chainbase.online/udp/8084",
                "primaryAddress": "/dns/mainnet-validator.sui.chainbase.online/udp/8081",
                "workerAddress": "/dns/mainnet-validator.sui.chainbase.online/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "161",
                "operationCapId": "0x3875f501f9a78fb28e3d3eb0bc308be1acaff9b4bc44a6ba2a825bffe9ebf99a",
                "gasPrice": "920",
                "commissionRate": "500",
                "nextEpochStake": "105237133739570839",
                "nextEpochGasPrice": "920",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0x4424354906535985296d27d4772b06b724628762d9d2e0e087d9614cc8977245",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "105237313816765071",
                "rewardsPool": "214319612554161",
                "poolTokenBalance": "104989680964320174",
                "pendingStake": "21059000000",
                "pendingTotalSuiWithdraw": "201136194232",
                "pendingPoolTokenWithdraw": "200662902701",
                "exchangeRatesId": "0x1e6b715aae1aaeffd15759a9dbcdcab27eb6897a25faaf13ed26cb715ca0985b",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xc3af1f2ca3dc69a70616fa3707f67a9367f8d01d4b75a40520b931d42241695e",
                "protocolPubkeyBytes": "jntr5tGjkPJV8lwgmCOSwQf7qxZ9/WqOu6t7a09ATvw2u3Wb0sfMj2RIA0hg3HEhCg9g9oXz+G3eqByQoSlGSN/kR1OD7EeASp2P9NrDviiSc9ut7RP/3KsQKOgkmj3k",
                "networkPubkeyBytes": "lmFPxxSliX5uh2bygMxVQy559cV3+S8VvKb/Ft4iADc=",
                "workerPubkeyBytes": "ebzgfTq8mNS1nhQWqhMGCzlCRfXdgu3TMjW58C/Q20M=",
                "proofOfPossessionBytes": "t/hKR4K6KxfB24pMsU2vkbN7jnJBAMq7JsSBcKjY2Qa+b8VwBw66dS203JH8EY8R",
                "name": "Staking Facilities",
                "description": "Highly secure, available, and performant staking infrastructure since 2017",
                "imageUrl": "https://pbs.twimg.com/profile_images/1325435085596864514/_hq01tKw_400x400.jpg",
                "projectUrl": "https://stakingfacilities.com",
                "netAddress": "/dns/sui.stakingwizard.com/tcp/8080/http",
                "p2pAddress": "/dns/sui.stakingwizard.com/udp/8084",
                "primaryAddress": "/dns/sui.stakingwizard.com/udp/8081",
                "workerAddress": "/dns/sui.stakingwizard.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0x53145c7c814148cd9b7b3cf6a9db822a2e3d29c05355daf2c09b9a3684757c32",
                "gasPrice": "864",
                "commissionRate": "800",
                "nextEpochStake": "35081064667562852",
                "nextEpochGasPrice": "864",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0x844ce2eaf7ac8c6b8ff015f1bece0d6e95f93a7250c084af3ebde49fc908b70c",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35081064667562852",
                "rewardsPool": "65857233679431",
                "poolTokenBalance": "35000207790819527",
                "pendingStake": "0",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x47b94147dfb7c6fe7cf865a7a90f396aac467e8cb80754e3afb7eab79278b462",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x27002933548d3c8a5d8e2fbddc541e1e66aeeaff1b60465c2df52974f96ad3d0",
                "protocolPubkeyBytes": "j792QbHI4yivqIeaZ8FimPAhtC9k+Z9tJeyICNQvFMjdNlkn1DgY9d2LrF6bAxFFFlXBE3LpMHh0vtn6DMlqfXVerkgNt0b2SuwmDt3f60eTCnWtIduYGEbyQSXTMKeH",
                "networkPubkeyBytes": "ocVkZSFQe0/rEHkXuHcBV5c0qJ9DJy+oQAf+q5tSS/U=",
                "workerPubkeyBytes": "pSCq5cHUKONSjWMT2KYkHt1Ve94rrYW0wT2mYqGJk28=",
                "proofOfPossessionBytes": "mZFPq69CFyzW2d7qPe1B9UUfs/PGk7baGqmqAa+eqpaoHJS58YXY/jd+MgvPfUn8",
                "name": "Staking Defense League",
                "description": "The Staking Defense League is a collective focused on increasing decentralization in proof of stake.",
                "imageUrl": "https://stakingdefense.org/content/images/2023/02/sdl.png",
                "projectUrl": "https://stakingdefense.org/",
                "netAddress": "/dns/sui-mainnet.stakingdefenseleague.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.stakingdefenseleague.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.stakingdefenseleague.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.stakingdefenseleague.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0x89b8c295f27db7a26d7567586ac8cfa204d1865ac5b531ade324f3dfe4949c04",
                "gasPrice": "900",
                "commissionRate": "1000",
                "nextEpochStake": "35070510895723529",
                "nextEpochGasPrice": "500",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xa925e8df983245c203f5c3d24ad6ad454dc30d7363d415b75e71cc78f0ac6f0f",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35070561943877156",
                "rewardsPool": "62881011289957",
                "poolTokenBalance": "34993474331145170",
                "pendingStake": "10000000000",
                "pendingTotalSuiWithdraw": "61048153627",
                "pendingPoolTokenWithdraw": "60913965404",
                "exchangeRatesId": "0xb0fa308bfeffd38e81972eef2c7f61a0a610b708b73c70130bdf49dea2a021d2",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x92c7bf9914897e8878e559c19a6cffd22e6a569a6dd4d26f8e82e0f2ad1873d6",
                "protocolPubkeyBytes": "j8nknwLa2uRJIaO40XTkWvmq08j8uGhPkFMtD5mFkg1uW4W98NpAl1TIH+7226G9FWgyhEfsVI75put/rDGKBMH7pGo3Tez34z58lluB5DwyfjS2wlav7XAJFCyRlYD8",
                "networkPubkeyBytes": "KpwwtGzaRYzC2lJxKUaRtQPEegGWoj30nwtbMzuj2W8=",
                "workerPubkeyBytes": "9cVuvQJKkWHKVteiTE7W20KUKZ14QHW0mcXHr4cvx9Y=",
                "proofOfPossessionBytes": "s+qF+Sfs/+VR70Rxii8ZF9Yf8y8PpFJDyK/jAlZHq60qc7FAM8N3Qr/S0SZQq3MQ",
                "name": "Kiln",
                "description": "Enterprise-grade staking made easy",
                "imageUrl": "https://raw.githubusercontent.com/kilnfi/public/main/icon-360px.jpg",
                "projectUrl": "https://kiln.fi",
                "netAddress": "/dns/validator-0.sui.mainnet.kiln.fi/tcp/8080/http",
                "p2pAddress": "/dns/validator-0.sui.mainnet.kiln.fi/udp/8084",
                "primaryAddress": "/dns/validator-0.sui.mainnet.kiln.fi/udp/8081",
                "workerAddress": "/dns/validator-0.sui.mainnet.kiln.fi/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "47",
                "operationCapId": "0xedaae1555870c25533e761ea3aa8d24162aa9c597583ad1110ac9a7338d8465c",
                "gasPrice": "1000",
                "commissionRate": "1000",
                "nextEpochStake": "30943729820539110",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xf1861222d449dd268a71e84bedc8d517196862aa563091487d9ab54c42aef6e6",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "30943708820539110",
                "rewardsPool": "53726256536686",
                "poolTokenBalance": "30874640702364577",
                "pendingStake": "21000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x3ea9d6c12e1475b7c7629f59966d02d694db647d47a554c8aaadfb665e17b1e7",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x9782704c86b40c55e709fb866865c507c732fa0af5b87246feabfef4423f4f90",
                "protocolPubkeyBytes": "kF2fS8XrwuTJWESFAUTL3bJKSr0HRRk5FWPzVzHDKxAZh0ObH2ph1T17sACVveiFFLSCuLXQ1hiOpK5DvDFAr1H4twMrnmY4RAN00YtQ5VCPxvuykk5tge8iUW+IjIjO",
                "networkPubkeyBytes": "cpOUArhqhfOZhclq8wRWdHsuHDR18fX5BK+HZQvgU6o=",
                "workerPubkeyBytes": "KjWMQg9/r4Ou/g+rRZf+OSMZ8ZwsbsuWr8XharjYExE=",
                "proofOfPossessionBytes": "lMe5LFyoKzP2Izdbg59lVV6wLfkpadL82H1qZw+NeQ7PS+ZB2raoSCFWgKocZ7sL",
                "name": "Blockscope.net",
                "description": "Experienced team of IT engineers building dApps and infrastructures for blockchain projects like Near, Solana and Sui",
                "imageUrl": "https://www.blockscope.net/blockscope_thumbnail_360_360.png",
                "projectUrl": "https://blockscope.net",
                "netAddress": "/dns/sui.blockscope.net/tcp/8080/http",
                "p2pAddress": "/dns/sui.blockscope.net/udp/8084",
                "primaryAddress": "/dns/sui.blockscope.net/udp/8081",
                "workerAddress": "/dns/sui.blockscope.net/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "261",
                "operationCapId": "0xa4c77c93f6ae7157bbed80bfc4d6be78de347018a22b6f446ff1578ee6af560c",
                "gasPrice": "500",
                "commissionRate": "300",
                "nextEpochStake": "170605358379935265",
                "nextEpochGasPrice": "500",
                "nextEpochCommissionRate": "300",
                "stakingPoolId": "0xb02a8410996fba1f6f0899beeaf021774d9965d67c44821db7a96fd2f6d614e5",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "170605037288571660",
                "rewardsPool": "393431356573860",
                "poolTokenBalance": "170192743821169975",
                "pendingStake": "326100000000",
                "pendingTotalSuiWithdraw": "5008636395",
                "pendingPoolTokenWithdraw": "4996532251",
                "exchangeRatesId": "0x07cd35f7fc393518d5ae12bdb35a3193430d2e6b717a05f0073a2bd46fa72c1c",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x0350925241ae8d4083fe4b1104e14dd28d2ffeced9d7575551c50c41b99995fb",
                "protocolPubkeyBytes": "kKKuiotvJ4qxyR2Qe8pDJttoCsI5fiQVBXWQl+wofOEY9xUwUQPlXB/9PjVhEXVtFakoZUPULbEe1Y44w58ffjPi0H4ogkoYCt+o9Z7EiqIcYAKsQ3ahpCX3qXaHGjdw",
                "networkPubkeyBytes": "2ih3Gb+CKXnTZn4B0/9br6x81xoDiiVha71OYX7U/bo=",
                "workerPubkeyBytes": "aMpa9AShaEEtrYObxvFtnxlU+/9webyhORmPX1O4Faw=",
                "proofOfPossessionBytes": "ha0nPJsMeXnmo20i55SIjV0UItWeP1++fRgSUlG59ehGIpuBk7oZnpZBlkieo6CT",
                "name": "Coinbase Cloud",
                "description": "Coinbase Cloud provides a suite of easy-to-use products. Our mission is to advance the crypto ecosystem with secure and reliable infra.",
                "imageUrl": "https://s3.amazonaws.com/keybase_processed_uploads/a1413845d3aa5e3fec212768c3a87c05_360_360.jpg",
                "projectUrl": "https://cloud.coinbase.com",
                "netAddress": "/dns/p2p.7861b075-7a9d-4ed7-a4fb-a861830573e1.sui.bison.run/tcp/8080/http",
                "p2pAddress": "/dns/p2p.7861b075-7a9d-4ed7-a4fb-a861830573e1.sui.bison.run/udp/8084",
                "primaryAddress": "/dns/p2p.7861b075-7a9d-4ed7-a4fb-a861830573e1.sui.bison.run/udp/8081",
                "workerAddress": "/dns/p2p.7861b075-7a9d-4ed7-a4fb-a861830573e1.sui.bison.run/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "123",
                "operationCapId": "0x3786935c06317695a430dac7b9166d16ffbf3d2e28765425c9c927cadb614a9e",
                "gasPrice": "900",
                "commissionRate": "1000",
                "nextEpochStake": "80299515182971857",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x881e3ce159e539c9846fbdc8ba0b9ae3f4067aa77f3dcd3b46650907364c4f06",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "80307444301394130",
                "rewardsPool": "193066129242183",
                "poolTokenBalance": "80114159905507693",
                "pendingStake": "1185400000000",
                "pendingTotalSuiWithdraw": "9114518422273",
                "pendingPoolTokenWithdraw": "9092581549526",
                "exchangeRatesId": "0x9a7d98e7f842610d58e051bae85e8df98bc8758fa2c1b930ccc6e15d7f14ad96",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x96c01291eb1d4f02aacc1e466d2980a8fdfbea96661ad8da4f8569af49b619a1",
                "protocolPubkeyBytes": "kQCvDI6f4/5IO5zAIxw7mIhWcik1/36271Q/rMTbn/NFU3BQqUkatJPEG0EZ9VqjCfESkzLghBW2pqoBEXnqhsrHFS9D2Jfq7iRMXsmLX1pwMy2+3KwUzlb18Ipqaqhh",
                "networkPubkeyBytes": "UmEJ+bBB9FxOTbmgVkKlKTHUHht6MxGIFokvE2Jxftk=",
                "workerPubkeyBytes": "r0ZQa1acAfFJ1CpGTFiusRo9wmvNpyw80PnPJX0UcRA=",
                "proofOfPossessionBytes": "lLstW+kV/KnVgmeVI9ShMvv+vNQJltnyFw3ZiWQHenXLxAyoaS0oFmIWPRSZmU0/",
                "name": "Stardust Staking",
                "description": "A secure, low-fee, and trusted non-custodial provider for PoS protocols, operating validator nodes to support diverse blockchain networks with reliability and transparency",
                "imageUrl": "https://starduststaking.com/stardust_logo-4.png",
                "projectUrl": "https://starduststaking.com",
                "netAddress": "/dns/sui.starduststaking.com/tcp/8080/http",
                "p2pAddress": "/dns/sui.starduststaking.com/udp/8084",
                "primaryAddress": "/dns/sui.starduststaking.com/udp/8081",
                "workerAddress": "/dns/sui.starduststaking.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0x0b7b5b0f6c543212786aede5ee261f2543526f685ae9e1b09ad301de09d45cb8",
                "gasPrice": "930",
                "commissionRate": "1000",
                "nextEpochStake": "35072901639625640",
                "nextEpochGasPrice": "930",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x5056a427241a0115e2ca0572858f6df02fcf38ceb14dc1e523788a763cff0a7e",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35072906649254772",
                "rewardsPool": "63594181613790",
                "poolTokenBalance": "34994854462367909",
                "pendingStake": "5000000000",
                "pendingTotalSuiWithdraw": "10009629132",
                "pendingPoolTokenWithdraw": "9987353435",
                "exchangeRatesId": "0x83ab978af0a23011d6bae705c08b962dc9ceeb683682286e17ee487998744b24",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xd01cb1b0c196042fde8af58e9b3208fe5e64d920bb3f9ace9064c4b7d8c64cf5",
                "protocolPubkeyBytes": "k35fl1B8tHZDQd+zgXcmAry7be/Ljoj8RNjiF78nXhwcsOXEdvjUwPlxzQGKOiF9Evei4KvIxuJaktVOD/y5MBTznsQ38w46RoLWZRjB35zlD+V14u4d/lswa394o2cX",
                "networkPubkeyBytes": "DbvmBno3odVYcpLUCPj0su7irEGBuvVHK828dFbRmQs=",
                "workerPubkeyBytes": "VArphD2682OZl5v2uF3zf4Aoe6bAvWtbiWxOT64ieJs=",
                "proofOfPossessionBytes": "juJJGW955jMBZKc7Kno2MTHmhvvoRYQaWj4c2gnrbTE51WA+nLzSWiKx29dJLwgy",
                "name": "Shinlabs",
                "description": "Thesis-driven, crypto-native venture studio exploring new Internet primitives.",
                "imageUrl": "",
                "projectUrl": "https://shinlabs.xyz",
                "netAddress": "/dns/sui-mainnet.shinlabs.xyz/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.shinlabs.xyz/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.shinlabs.xyz/udp/8081",
                "workerAddress": "/dns/sui-mainnet.shinlabs.xyz/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "171",
                "operationCapId": "0xcc3d5842c3e4ea7c1fc0715d7e7a639fe71c2246b5c1e27e9f32ad23cba48364",
                "gasPrice": "900",
                "commissionRate": "500",
                "nextEpochStake": "111793042711513632",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0x36e06ff77d30f3c68e89c27c9ee9f52adf96376a0683c3ee01230fa91cba8876",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "111795387258979846",
                "rewardsPool": "206778981359722",
                "poolTokenBalance": "111532955299398626",
                "pendingStake": "608358400000",
                "pendingTotalSuiWithdraw": "2952905866214",
                "pendingPoolTokenWithdraw": "2945974123395",
                "exchangeRatesId": "0x95d307991d5fd0479139000c68cf625b53ee64b9a10d23a0ba521d960f3ec608",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x4f9791d5c689306862b4eb9a25914c5433b7dfd5cb4827b461f7dfc813f28a7c",
                "protocolPubkeyBytes": "lHO2S8bIwDOZG0wb15ZcJ41cz/OHncllxax5EZhDGKhE5b8huESlkTV9w3dz+I/UCGfPCQ3wfoEBR0QVcUZ2ge/uewnwMT8GSzDNTDy4K8C2f7B9jDo9WBMywaXCMwJA",
                "networkPubkeyBytes": "ks3be41YuCfoQVoYPtykllDnTielHtTh1ifZwqB6oeM=",
                "workerPubkeyBytes": "bezdS8bMDeGSvdqAUNUfeYvtoHAzR4kiE2VnGTFdlh0=",
                "proofOfPossessionBytes": "pGkovqdmW0mdt0NqCBVyy68XHq3KM3N0miBIHGsMoX8mQklxxTFMdNUzd6+uKyWB",
                "name": "Citadel.one",
                "description": "Citadel.one is a multi-asset non-custodial staking platform that lets anyone become a part of decentralized infrastructure and earn passive income.",
                "imageUrl": "https://s3.amazonaws.com/keybase_processed_uploads/2826e38259411adafb416505fb948c05_360_360.jpg",
                "projectUrl": "https://citadel.one",
                "netAddress": "/dns/sui-val.citadel.one/tcp/8080/http",
                "p2pAddress": "/dns/sui-val.citadel.one/udp/8084",
                "primaryAddress": "/dns/sui-val.citadel.one/udp/8081",
                "workerAddress": "/dns/sui-val.citadel.one/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "207",
                "operationCapId": "0xb52fd2e9e59a8cd4e42baba27157f3fa9d1aa344511f5bd0dea8dec8e3e4f174",
                "gasPrice": "900",
                "commissionRate": "400",
                "nextEpochStake": "135273678111157816",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "400",
                "stakingPoolId": "0xe09af4b93b437c47381aa97ce504cd69d851ba38cceb9fccf211706fda36a953",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "135273517119532231",
                "rewardsPool": "236471158461867",
                "poolTokenBalance": "134947237993942687",
                "pendingStake": "176000000000",
                "pendingTotalSuiWithdraw": "15008374415",
                "pendingPoolTokenWithdraw": "14972174284",
                "exchangeRatesId": "0x1421a766f7652741c824f0071b7f556459b0917b6d519c5ec50bdb4c9d0339ae",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xceb2b8c295ee322cd299e4bdc3d3d0dce1dc9c85eb683f7d82ea2e4f8f4e259f",
                "protocolPubkeyBytes": "lN8gjhk/uZU8OCwW8dnZ++7zBNcyi1XI/nFMgo3OkfkdplBmmK3WkDYQBLK40bcTF2Uqax+OiiAjCHR2aMnB4x6tXbP9pziHRtOVl4vttWNVWcLutCgvjOmcTHRq6mlv",
                "networkPubkeyBytes": "KurSkhjHl1kwNuroFP/SkgVAtkoX6jVPGkWAgBNNUqk=",
                "workerPubkeyBytes": "xmGZqcnj9ojJdxEchKNPT3UXkLturdCDhCEJJF9hZmc=",
                "proofOfPossessionBytes": "pzMhrylqXNpdrVLdIC20xMCHchfiDWmrCxnhfU/1BYkuB3e8fIZ2JbpRMEfwGbzc",
                "name": "Blockdaemon",
                "description": "https://assets.website-files.com/621e198f9790dc59c89aafc7/6230c22ec573b5bb81fd19ca_Logo-1.svg",
                "imageUrl": "https://assets.website-files.com/621e198f9790dc59c89aafc7/6230c22ec573b5bb81fd19ca_Logo-1.svg",
                "projectUrl": "https://blockdaemon.com",
                "netAddress": "/dns/bd-sui-main-validator-01.bdnodes.net/tcp/8080/http",
                "p2pAddress": "/dns/bd-sui-main-validator-01.bdnodes.net/udp/8084",
                "primaryAddress": "/dns/bd-sui-main-validator-01.bdnodes.net/udp/8081",
                "workerAddress": "/dns/bd-sui-main-validator-01.bdnodes.net/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "55",
                "operationCapId": "0xa9e8ec6e343b998fca878bc268e53281092ca4bc77fbc416e852b0520db36c91",
                "gasPrice": "1000",
                "commissionRate": "1200",
                "nextEpochStake": "35649485091408411",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "1200",
                "stakingPoolId": "0xd7e45021cb3e218f5d5919201d5405e46bdc20bc4705bf81902c602e0f2899eb",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35649491102690219",
                "rewardsPool": "65961543406561",
                "poolTokenBalance": "35570909325698079",
                "pendingStake": "1000000000",
                "pendingTotalSuiWithdraw": "7011281808",
                "pendingPoolTokenWithdraw": "6995826919",
                "exchangeRatesId": "0xef3e197ca235d97c35939e397c7a32439e4c2e39090e319535c727c0cf34501c",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xec73ec4d6b2a9403937b12ca625f7b3124c4459ff4e3caae6cf6376edefb9f3a",
                "protocolPubkeyBytes": "lRKmfqRcMrsuZei7zPYH+25TQDgKvisFL68z3whqAsJmykTzX2gZbBfYwFlBPKKwATkEZFzcLFY8AnyQaf709WO9Z+jdbBMxW4klFT1K2suHoS9E9T+wPyyJIeGojib5",
                "networkPubkeyBytes": "OBPzdHrq3lst6lVr8kLy6IWPFlieESWizhsVvjwlCBE=",
                "workerPubkeyBytes": "7hLGG+yG7dBgkh3u2FEEvyyE2fcL5MaugTOJVJU/AVY=",
                "proofOfPossessionBytes": "pOtP5DbeiTIuXKZMWtRR8n481SHeS5dtn4d154N/1OZBWUnJHR7zfRPezJkMtOYm",
                "name": "Nodes.Guru",
                "description": "Guru of non-custodial staking. Professional node running, the best uptime and 24/7 customer support.",
                "imageUrl": "https://api.nodes.guru/logo.svg",
                "projectUrl": "https://nodes.guru",
                "netAddress": "/dns/sui-validator.nodes.guru/tcp/8080/http",
                "p2pAddress": "/dns/sui-validator.nodes.guru/udp/8084",
                "primaryAddress": "/dns/sui-validator.nodes.guru/udp/8081",
                "workerAddress": "/dns/sui-validator.nodes.guru/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "161",
                "operationCapId": "0xcff8354f54e5ef8baa0170ac4d65798b6f1505cafd401c62a4c7f8fb14f04f8f",
                "gasPrice": "899",
                "commissionRate": "500",
                "nextEpochStake": "105249557412154051",
                "nextEpochGasPrice": "899",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0x684207dad6bd9e7cbbd638f940186e870a488bbed2aa6e4cdcdc3ae6bc407712",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "105249387658034717",
                "rewardsPool": "209668338921287",
                "poolTokenBalance": "105001597031879604",
                "pendingStake": "1991264000000",
                "pendingTotalSuiWithdraw": "1821509880666",
                "pendingPoolTokenWithdraw": "1817221465468",
                "exchangeRatesId": "0xa1991781dbe05cd8590e02f249ecec497e1eb6f9672eda796e741bb0387470de",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x9c7376a3f903cbe1f467a4edbefb54bb5a2f10886496c591ca955c22f0ae10c9",
                "protocolPubkeyBytes": "la/0YtYAaz3u1kwhqUOTxeG5Zgvn2T1sneIs8aokiDoprp/ng0A/BodaHfaUMS36AFfvcs0n0e8iiakFmHre2GgUh/aTYthRV+Wp4oO2PQEBl0HssIEBZzVhYR9L/06m",
                "networkPubkeyBytes": "qBjLbxHDLI6UdPq5ao1uDmtWQ9qGt8tQPtCgIUhrWJA=",
                "workerPubkeyBytes": "NDYMW4uRbIHVHEhEcGf4NGS+YoMdKxv5th03mq0Oavc=",
                "proofOfPossessionBytes": "oGD8nBPmkpvcxU0ixJIuekP9PlAlFKcxUNgXu3RgrHR0nMUITGo5V4+nNll1mg/S",
                "name": "Stakely",
                "description": "Professional validator highly experienced in PoS | Non-Custodial Staking | Learn with our staking guides, video tutorials and FAQs",
                "imageUrl": "https://img.stakely.io/logos/stakely-io-small-logo.png",
                "projectUrl": "https://stakely.io/",
                "netAddress": "/dns/sui.stakely.io/tcp/8080/http",
                "p2pAddress": "/dns/sui.stakely.io/udp/8084",
                "primaryAddress": "/dns/sui.stakely.io/udp/8081",
                "workerAddress": "/dns/sui.stakely.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x437f9e8fcb7ba501b74b154887b7e54b88c6c596b1181c52811889a472ce1c1e",
                "gasPrice": "893",
                "commissionRate": "500",
                "nextEpochStake": "27066763882694356",
                "nextEpochGasPrice": "893",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0x87ebc431d329ca10bf621a1b7c602081282e00551d31e8cdcfe407a0b64f6df9",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27068074938619894",
                "rewardsPool": "52925981067240",
                "poolTokenBalance": "27004424290727303",
                "pendingStake": "170200000000",
                "pendingTotalSuiWithdraw": "1481255925538",
                "pendingPoolTokenWithdraw": "1477772748419",
                "exchangeRatesId": "0x6b8a27a7d00155fd5e789ea6d048901ecdbef0ab0058a5a2edb102168d017ef0",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x641c736d38b329dae7879d5164566e9256825c5fc82b2565b50d45e6a6522c1d",
                "protocolPubkeyBytes": "lfioPXwRB09m853Zd/Bbq7dN2wNWdmSlHhxAxDhkNR0gfpAyThgNV11nGDm7xh5uDoXartW6mUdpDuiwtlWraIRghFSebjUKMGAtHQ7CWndyv2SVw41vfz3GQmvRzhE+",
                "networkPubkeyBytes": "CuGyCPnYo67eEwQEMJvqVll+P19PURI3QhNpFD5xpjQ=",
                "workerPubkeyBytes": "f2jJcKCE4xWvk4BBXVkTHZ5+M1+CGbhWrbeIcaMm1w8=",
                "proofOfPossessionBytes": "i+UcW+yKCDY3Gxu+0L86IK7nquaj5zt4b+qa1HjmGpwaRXwr7cL3BUo2CjV7cCKE",
                "name": "B-Harvest",
                "description": "Provides secure validation services for dPoS networks",
                "imageUrl": "https://s3.amazonaws.com/keybase_processed_uploads/3d5a3bd02e0c30db7949a371bbc4d705_360_360.jpg",
                "projectUrl": "https://bharvest.io",
                "netAddress": "/dns/sui-v.bharvest.io/tcp/8080/http",
                "p2pAddress": "/dns/sui-v.bharvest.io/udp/8084",
                "primaryAddress": "/dns/sui-v.bharvest.io/udp/8081",
                "workerAddress": "/dns/sui-v.bharvest.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0xbfbc5eda231e8c8502b69028f9e665c6c34546cd791ac2bd71eb093c6f0dcb54",
                "gasPrice": "950",
                "commissionRate": "800",
                "nextEpochStake": "35074784352043518",
                "nextEpochGasPrice": "930",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0xfb2a34c7aff985cc6501ed80bf4a714461872742cbd3fa3b28fbcd86f5125e95",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35074679853510119",
                "rewardsPool": "66246144318556",
                "poolTokenBalance": "34995644290288820",
                "pendingStake": "106000000000",
                "pendingTotalSuiWithdraw": "1501466601",
                "pendingPoolTokenWithdraw": "1498083270",
                "exchangeRatesId": "0x1c2c37812af0785c49b45ab6506112540b46774137d5a0362150e4395bd554d8",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xe0e042d1aacba8abf6f32be86c555a08eae5ba2b7972c912f7451104391e8c57",
                "protocolPubkeyBytes": "ljwIccgQQZFMUx+l6LbO0hgDfag4wtJk/voiLMKlHNEfVi2dE8/L5I428qabeWPWDrWG4fbvvd14rmXCqKOSy9T5hPCqHN/LEU72umjaL7qeiwmId/4yqCLCAz3IAJQF",
                "networkPubkeyBytes": "wGPflFrnuctlq+KuEQjHuVUfi8r7Ep1XLy1PcY/b/gs=",
                "workerPubkeyBytes": "ArBZFGkE6sAXPkkQIInjmN9p3ydEjuFofmracuOPs8k=",
                "proofOfPossessionBytes": "rVzee7v/JdM+1RSRKVFQsJ6UcpuO9Bwn21JiXj6ImmYaUc/21end76WTDLo5qDJ6",
                "name": "QuantNode",
                "description": "Safe & Easy2Use Staking Provider. Supporting networks at early stage",
                "imageUrl": "https://s3.amazonaws.com/keybase_processed_uploads/2fbc53bbb70fd61975bd33ae6e495605_360_360.jpg",
                "projectUrl": "https://quantnode.tech/",
                "netAddress": "/dns/validator.sui.quantnode.tech/tcp/8080/http",
                "p2pAddress": "/dns/validator.sui.quantnode.tech/udp/8084",
                "primaryAddress": "/dns/validator.sui.quantnode.tech/udp/8081",
                "workerAddress": "/dns/validator.sui.quantnode.tech/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x5c82fa7da59163b0977a01a9439198e5c27fdad090a13f121c53e127668351b7",
                "gasPrice": "910",
                "commissionRate": "1000",
                "nextEpochStake": "27054695041835629",
                "nextEpochGasPrice": "910",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x8b8de5ea996b93c145cebfbbb45f58c2a87c3471baf11f6c59b1e5bfaa2b3ce5",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27054694043644871",
                "rewardsPool": "49669008206061",
                "poolTokenBalance": "26993471702404773",
                "pendingStake": "2000000000",
                "pendingTotalSuiWithdraw": "1001809242",
                "pendingPoolTokenWithdraw": "999542238",
                "exchangeRatesId": "0x5a354e6f3f899ba0acb25cf636ffb3ace9515b8944505229e829ac3648c6143a",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x885c0345bbf4441f39b98caf2295640a4dc3696ee9e8bc68f2101ca5e6f9bbf1",
                "protocolPubkeyBytes": "llAK/cn9To8WgnG+jgLPFToF10s+AKK/uyItYUysYa/ICPy/akwILKjR3sjl4NT1EjFVAs34JddG/K+TMRzLx3sQafHdtyRnXenpht34re6wy+9ldHUMyC/Ar2Y5Yfzk",
                "networkPubkeyBytes": "rhu31fM6QE1WiqydiwZQVSVSM851Qv/LXjw48wpKYX4=",
                "workerPubkeyBytes": "sTWjTjikCoh1t3i/wOlpSGGY7rUWToDiSWZZ64C9ovE=",
                "proofOfPossessionBytes": "pziHtHWZ/cZXKboMqmj0zA3oZrUKNuulEgTB/GwOvPa8S1Et5gwBHbW0M35g8TJY",
                "name": "Allnodes",
                "description": "Reliable non-custodial Validator run by the industry leader - Allnodes.",
                "imageUrl": "https://www.allnodes.com/assets/logo.png",
                "projectUrl": "https://www.allnodes.com",
                "netAddress": "/dns/sui.allnodes.me/tcp/8080/http",
                "p2pAddress": "/dns/sui.allnodes.me/udp/8084",
                "primaryAddress": "/dns/sui.allnodes.me/udp/8081",
                "workerAddress": "/dns/sui.allnodes.me/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "55",
                "operationCapId": "0x5dfba2638e498ee82b4d728b3ddb6340570dae5832d76a2e84854706cccd9e19",
                "gasPrice": "845",
                "commissionRate": "200",
                "nextEpochStake": "35567803999882382",
                "nextEpochGasPrice": "845",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0x1e080de7950fe445674d33f40c7b9a601b696665e4e6a84bd3930b7c007bacbf",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35568157662244470",
                "rewardsPool": "72603129777297",
                "poolTokenBalance": "35481117561917090",
                "pendingStake": "336000000000",
                "pendingTotalSuiWithdraw": "689662362088",
                "pendingPoolTokenWithdraw": "687974664860",
                "exchangeRatesId": "0xaabfe5521c9ab172c331895300e41917cd7c15d097a50a3cb605123b47f43db4",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xd1d00bcc9661120fc6b0f233a2f6810f39e71b39fc637cb1b9e5635edb3b0c40",
                "protocolPubkeyBytes": "lp0YAv+6VDd5aQwSsTNndJ7RvPlrXWGUlQ1xJQFhm2t8GK5uJQqyRubIvHu0dTzdGY4b0NPldnEKrNWu5f+23gs3Bxj89GmTmMOSshVl85/ia/Gc+nteNCXGj3F9Zx0p",
                "networkPubkeyBytes": "u69Ec5D7QDNCHcdmdltYwVZnd5mT4VRI84vtRqZ6KOA=",
                "workerPubkeyBytes": "MjVAr3pk4/1crD1ytlrJMBoG4l3vuTboaQJ6Ro6uMLU=",
                "proofOfPossessionBytes": "icKza/6xS8VpcAMjZvB532HwFNOi2boVzQ4qI0bJQ3HnNqwvS0TVCojg+fGh2yMI",
                "name": "stakefish",
                "description": "We are the leading staking service provider for blockchain projects. Join our community to help secure networks and earn rewards. Stake. Earn. Relax.",
                "imageUrl": "https://pin.ski/40RakOb",
                "projectUrl": "https://stake.fish",
                "netAddress": "/dns/sui-mainnet.ops.fish/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.ops.fish/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.ops.fish/udp/8081",
                "workerAddress": "/dns/sui-mainnet.ops.fish/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0xfe5f90e579d9297915ead423ef9717aa235e45bfa3c7f88fbf86473758077d38",
                "gasPrice": "1000",
                "commissionRate": "200",
                "nextEpochStake": "27131707368241474",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0x3053a1ddcbbf7f1513ca28b9941f8f1566e08c7d8c6137d6c88ca1a505b79f5b",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27076471991557233",
                "rewardsPool": "53751190294049",
                "poolTokenBalance": "27011934871055111",
                "pendingStake": "55476600000000",
                "pendingTotalSuiWithdraw": "241223315759",
                "pendingPoolTokenWithdraw": "240648356874",
                "exchangeRatesId": "0xcb4607d253f3a801eb4ab78a433a6b504c1848ba268b368bf6c5b79b15630dd1",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xa987c410fa047b973d479555894c85208c4450ef65fd1d8d5911b46fbca83365",
                "protocolPubkeyBytes": "lqdnN8CFfnElfLHLRacugdkEL4R+hBQbyRSn4TftXWqZH4+Uv30VQLlzBX69WGvkDpGs8xM9MegSZs0zCDYM+uyaaalmhFFOBJGcCjngu3LVex/T3mv5uY2TuE9rZm1D",
                "networkPubkeyBytes": "GSnHeBVWnfNbDCcKWaRYLuSouYc2xUohygjsFXDuS1Y=",
                "workerPubkeyBytes": "30agofUaTmLeXFMn/tSkEC7vN+S1NWkkpzkD05QPSaI=",
                "proofOfPossessionBytes": "rcVyCbKAjdYyXEM30SNc+C7ZB0GVo20H2EO1NVBtxOImpJyKGcabU2NRiQVT0gQA",
                "name": "SpartanLabs",
                "description": "A Web3 Venture Studio. We transform insightful ideas into daring ventures with the best builders in Web3.",
                "imageUrl": "https://raw.githubusercontent.com/SpartanLabsXyz/zk-sbt/416698da81ac0846b01eba99a502a1d391c86de7/client/public/White%20(on%20Black).png",
                "projectUrl": "https://spartanlabs.studio/",
                "netAddress": "/dns/sui.fish/tcp/8080/http",
                "p2pAddress": "/dns/sui.fish/udp/8084",
                "primaryAddress": "/dns/sui.fish/udp/8081",
                "workerAddress": "/dns/sui.fish/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x0fc2bb17fe5dec50d7da42749ac477664f21ff275998b06bf5425a7b0470fdfe",
                "gasPrice": "950",
                "commissionRate": "1200",
                "nextEpochStake": "27064223043976416",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "1200",
                "stakingPoolId": "0xc3eef010d2fae9175d919df5a4349d56d7b7515f753a81796424593485513606",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27064226056758595",
                "rewardsPool": "49681765239673",
                "poolTokenBalance": "27004376079085061",
                "pendingStake": "8000000000",
                "pendingTotalSuiWithdraw": "11012782179",
                "pendingPoolTokenWithdraw": "10988428453",
                "exchangeRatesId": "0x621e91ec897ab6119865941b33eea1202ccd24fc7fbef9f63fa47f3dd1bebb80",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xd6edebcfa598dcb6e71037b34f09ddc6a20dd874edca1d89d5ccd11ec070d040",
                "protocolPubkeyBytes": "lqoAlMzKNJceoBqPBEVxQ5YFoV2kmnsdcR+gPXWqYU/Fp/upgaxV9fM8xwD+XWU6EJuJPvTX+dgd/TWqoNQm9QCxqM0uTPHOmxrLMZoPwfAPTgqYvWC4aZtZ5Y3KfFEl",
                "networkPubkeyBytes": "KK/mC1YPP62zgVjdy7RRt/eO4UrIsSgqCJGtnB7foZI=",
                "workerPubkeyBytes": "gdmRlKfgTNg17N7bXWfyJPqIUb3jr8OhDsDjJjaA2VI=",
                "proofOfPossessionBytes": "ry2I9m0L3esbTZwDEaXClbyBJzXe6fNgwHyIuMiZcKogCWUUje8KnJzZy3g1VgtI",
                "name": "Chorus One",
                "description": "Chorus One is one of the biggest institutional staking providers globally operating infrastructure on 35+ networks.",
                "imageUrl": "https://chorus.one/logo.svg",
                "projectUrl": "https://chorus.one",
                "netAddress": "/dns/sui-mainnet.chorus.one/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.chorus.one/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.chorus.one/udp/8081",
                "workerAddress": "/dns/sui-mainnet.chorus.one/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "94",
                "operationCapId": "0x3aa731e7f0bef421b384edc09597c67443b8167f9928b2349e9573bb22eee5cf",
                "gasPrice": "920",
                "commissionRate": "1000",
                "nextEpochStake": "61490770321875169",
                "nextEpochGasPrice": "920",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x3c4b22f417f4910d8036f556b66c96ac3984b22d02109bfc32f3c1cf8c0b2fcc",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "61496899062769681",
                "rewardsPool": "68681267363243",
                "poolTokenBalance": "61296782483020231",
                "pendingStake": "4497410000000",
                "pendingTotalSuiWithdraw": "10626150894512",
                "pendingPoolTokenWithdraw": "10591572419749",
                "exchangeRatesId": "0xf3675feb350476fcd192713d7c891da097f82ffbd22d469c7317ec9f2936e349",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x61953ea72709eed72f4441dd944eec49a11b4acabfc8e04015e89c63be81b6ab",
                "protocolPubkeyBytes": "lt/bI5DNmWCk6vFmyEZueTaFl/YDug4nNpbyykaqXA6T9bOVJ9utYKba3QF6eP60Gf+AphJc2fvDXnbnls0sdqDNm25VNyarONHil7wWNsh9pujLhdXkmz1IKDmKLk85",
                "networkPubkeyBytes": "8/PcWj6NANNiX5HC9ASL+x+f4Kk7FWEcvlxipF+HOjY=",
                "workerPubkeyBytes": "qMQos2jbWXxeOUmaWjRmfxa70NvKuONEd+D+p8m72+M=",
                "proofOfPossessionBytes": "tt/8M6VVSHar7rzjbUBdcs2ni9PkKMRJta/vtUPW8TjVldayoAisPPfB9Q7GGkJ8",
                "name": "Staketab",
                "description": "Staketab is engaged in professional validation in various blockchain networks. We develop fast and high-quality explorers and other ecosystem tools.",
                "imageUrl": "https://raw.githubusercontent.com/Staketab/brand-kit/main/Staketab/svg/Staketab-icon-big-color.svg",
                "projectUrl": "https://staketab.com/",
                "netAddress": "/dns/sui-mainnet.staketab.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.staketab.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.staketab.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.staketab.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x292866ff7d56516171aa102698ca84fa9e60aca56678f47359a23c727e8979a7",
                "gasPrice": "935",
                "commissionRate": "1000",
                "nextEpochStake": "27058019314538756",
                "nextEpochGasPrice": "935",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x8f2313484e941c6f56306930292eb09e8ae279b8a72f1805387363a1f8fa29e8",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27058031309906146",
                "rewardsPool": "50112966853027",
                "poolTokenBalance": "26997778994559239",
                "pendingStake": "3000000000",
                "pendingTotalSuiWithdraw": "14995367390",
                "pendingPoolTokenWithdraw": "14961975988",
                "exchangeRatesId": "0x6ee5efb306fc8d9f5f878ec362cf177f171f604780e5b0d84d78854766964074",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x333b6f2a08d138e8c98d84258859b701a4215e2fabb2aee69300f9f4604cda92",
                "protocolPubkeyBytes": "l5ex+OuRHLzXhjsHTmtxKSzK9i0/2s+n0fSqzKFeVnpRjLURnReDtEDMriGGhuotBN19CeRnqK6U/i6Y25jshJPOfYD2awD9xseg4DfG9Dv8GEjmPXJhmvmiruTJoPxr",
                "networkPubkeyBytes": "8Gb/sasyXMdvaTXbn1JlXFcVviQxPCaClpk/Vk05oLE=",
                "workerPubkeyBytes": "gIGiNaicNh8v56+0stH4Q9A6WHx3RB9Db0QByCV8zgs=",
                "proofOfPossessionBytes": "uSxGvCnJGBVlw9Ar0pozvqar88XASA/jt7uEI6rxZacJ4FUfe4A4HqAXtjqGShdY",
                "name": "RepublicCrypto",
                "description": "Supporting projects like Sui, Cosmos, Regen, Secret and Pocket from pre-sale to launch and beyond",
                "imageUrl": "https://res.cloudinary.com/dcisquypm/image/upload/v1660938044/validator-logos/jj9tkzlpwb2ivtnsiswj.png",
                "projectUrl": "https://republic.com/crypto",
                "netAddress": "/dns/v.sui.mainnet.republiccrypto-source.info/tcp/8080/http",
                "p2pAddress": "/dns/v.sui.mainnet.republiccrypto-source.info/udp/8084",
                "primaryAddress": "/dns/v.sui.mainnet.republiccrypto-source.info/udp/8081",
                "workerAddress": "/dns/v.sui.mainnet.republiccrypto-source.info/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x9c88f55dfdb738a1a9d7476ec0ec989bb78ba2ce12b34e0bff5708b613912cb2",
                "gasPrice": "950",
                "commissionRate": "1000",
                "nextEpochStake": "27054366978474528",
                "nextEpochGasPrice": "950",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xa8522cf5e280f7b1a2f41ea7f5a9ceacaac752898d668291544708c84551712d",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27054345979081104",
                "rewardsPool": "48164106746116",
                "poolTokenBalance": "26995153348316568",
                "pendingStake": "25000000000",
                "pendingTotalSuiWithdraw": "4000606576",
                "pendingPoolTokenWithdraw": "3991853586",
                "exchangeRatesId": "0xb4f38b8989d8a3ced1e4ef79f14ef1faa968570b8ea56c0a063fce1208a7207f",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x262d556ae0d627450a91a353ddc3aaeb9ff0549172daf4d94ffb3a4401e6f930",
                "protocolPubkeyBytes": "l9DQWw/rH0opQ89+Gareh9gywnQwrOBbYUI3hrCHg7Xu4PURJM1dKMNfbPOBkrCyD519kkD0JJXm0uZdkYFuhUv7Lw4vSm5mPNlEEIZbDedYg/2zrRoRVTiMB5azYvGD",
                "networkPubkeyBytes": "k7nZtAtR7l8yFOri0aVMZiSQuh3UlON38OPSS43Y40s=",
                "workerPubkeyBytes": "VKTD6xGtwFTpOv+w2k3fwt0dX1yyqB+WOG7KCKArJlA=",
                "proofOfPossessionBytes": "ipx8kIIV168g3z10JWvo0x9OkvhIBNHmCBnPMH1+TolX6WRRH8nTWrpoec0TQvwA",
                "name": "NodeReal",
                "description": "One-stop blockchain infrastructure and services provider, providing scalable, reliable, and efficient blockchain solutions for everyone.",
                "imageUrl": "https://www.nodereal.io/static/nodereal/images/home/icon-nodereal.png",
                "projectUrl": "https://nodereal.io/",
                "netAddress": "/dns/sui-mainnet-validator.nodereal.io/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet-validator.nodereal.io/udp/8084",
                "primaryAddress": "/dns/sui-mainnet-validator.nodereal.io/udp/8081",
                "workerAddress": "/dns/sui-mainnet-validator.nodereal.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x77be93831387711cb2d9615647583c39aa8d4157b468ee857a55d5d0aab16920",
                "gasPrice": "1000",
                "commissionRate": "200",
                "nextEpochStake": "27058066165914970",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0x9e3a544fb0c0354706df85b0930d421f5690a112aa354e2afb32a0d84b7bb90c",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27057051152845784",
                "rewardsPool": "53752061967335",
                "poolTokenBalance": "26992549422006409",
                "pendingStake": "1031020000000",
                "pendingTotalSuiWithdraw": "16006930814",
                "pendingPoolTokenWithdraw": "15968771640",
                "exchangeRatesId": "0x5859e1913c3cc41f9cb3f77d67291c8b031e26cf76fef8c30696555214abfbbf",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x5d6ee8465b31200131242fa79e84893518f6e3929d995f385ca9eda74db2361d",
                "protocolPubkeyBytes": "mdAQCwk24U7GH92YvCMrKLz0NFuUwrpcW4vSO3aSHJ12ytUNYRYd4o9Tm5hupdHJDlBjssdt0ZNNQElQHBINrr0EpHMRmRq6N/+lX8JWm3EhgBfRtTLZHThjbtd8ZOhd",
                "networkPubkeyBytes": "2q9q7T0jBtIWZg6qnkYRsSIzu1+Hk28uRP5kZdqlv+o=",
                "workerPubkeyBytes": "kHWSqyqVbp17KOgq/0FpKaEgTdA5E5CSmrfNmMMXIZU=",
                "proofOfPossessionBytes": "o9PoZZ3LO6tRd19A81hfChwqSlIXEpMAIKXbo/270W1vXsU62EAHoNlID5e1KFvE",
                "name": "Nodeinfra",
                "description": "The most reliable blockchain infrastructure services",
                "imageUrl": "https://mirny-public.s3.ap-northeast-2.amazonaws.com/nodeinfra_logo.png",
                "projectUrl": "https://nodeinfra.com",
                "netAddress": "/dns/sui-mainnet.nodeinfravalidators.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.nodeinfravalidators.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.nodeinfravalidators.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.nodeinfravalidators.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x3fc53c3298b5b555e8066ded7d483f36c58700545e70331d270461a378a3a877",
                "gasPrice": "930",
                "commissionRate": "1000",
                "nextEpochStake": "27055150355280296",
                "nextEpochGasPrice": "930",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xe15abf0bc104210c3db49de8d8a48746ebc4e35706af406289b34976d2bf2525",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27055149355280296",
                "rewardsPool": "49738709981595",
                "poolTokenBalance": "26995404071861211",
                "pendingStake": "1000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x2a77312b0be31d4c871ddc5e97911e4821b31c8e970ef6f891c692d5a587b156",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x55d2bd7e02c0863914c3af925188c6947e9209b39eb304c630525d69294c3be0",
                "protocolPubkeyBytes": "meTHQVEnxe8CXg/T0ZQfyajfd65jYIVcuWV4IKHW2q4rxcczOmd0J2B9hvINKY/uF8JCzUzdGci8qpmfv0uiOkmC2UQcGSIYRajqXPiPotxjaDqujBlPxIas4oY2K981",
                "networkPubkeyBytes": "84jYSgG83VBanLpUx2PzIRugBx6rAB3jxFTA+krOiM4=",
                "workerPubkeyBytes": "rFm6s2X35XAdCh284kT2wxUXvV4U/wUqFQ2NPYecykU=",
                "proofOfPossessionBytes": "gv9qW94Lz/VYNZpmpXekSytLB/0RqVEbHAJkSxw8157JnwWNp+Ho/HHVJB6b4dPK",
                "name": "Dankuzone_w_DAIC",
                "description": "The official validator node from danku_r (YouTube, Twitter, Medium) run by DAIC (https://t.me/validator_danku_DAIC)",
                "imageUrl": "https://raw.githubusercontent.com/DAICers/dankuzone/main/files/images/dankuzone_w_daic_logo.png",
                "projectUrl": "https://daic.capital/danku_zone",
                "netAddress": "/dns/sui-mainnet.dzdaic.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.dzdaic.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.dzdaic.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.dzdaic.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "123",
                "operationCapId": "0x67cd5a176f46dad950d906b27c78ac3f18517393962bc6d949a68d56fa5457cd",
                "gasPrice": "950",
                "commissionRate": "500",
                "nextEpochStake": "80447552207308059",
                "nextEpochGasPrice": "930",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0xe348b4a28d248db5c1c67c04ea122518a09bb2dbb17867d8bcd20fbfb449a42b",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "80447539207308059",
                "rewardsPool": "189533976009920",
                "poolTokenBalance": "80257485402672351",
                "pendingStake": "13000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x80c98f6e081c51cb53d66cb0cba215f1d2883e86c4dd702c9df48334a265dc5e",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xa528acf0c239c28985da3170870629eb58dd9fb2683548317ce0a218427abb8d",
                "protocolPubkeyBytes": "opuVMYrwSVfndpZ02dFPeLpM7XV12mjEpwDufaOiywbRGK4k5s4WJdkkrmChwWB/A1iOa4tV5VBuJvgThcZQ81MRPJ1QpZnIbwbEM7Da5ZMtIxM8WZk6sJDcbIdSuOI7",
                "networkPubkeyBytes": "R29onKG2rhi0vPQYVuIAT0esTAJe+uOEJ0dBphOj5UQ=",
                "workerPubkeyBytes": "bNkATDX5btB+eiUuSIBVu7JWjvfWYDUmqkHsAubkwMk=",
                "proofOfPossessionBytes": "iSDgzoxMmRDqIgDIA4DTkCW+210ysKFoPtBtK/wL+qXGoDTY4VkDGqSbttrUzIkJ",
                "name": "gumi",
                "description": "GameFi & Metaverse Company in Japan",
                "imageUrl": "https://bit.ly/3YSVbtF",
                "projectUrl": "https://gu3.co.jp/en/metaverse/",
                "netAddress": "/dns/mainnet.sui.gu3.jp/tcp/8080/http",
                "p2pAddress": "/dns/mainnet.sui.gu3.jp/udp/8084",
                "primaryAddress": "/dns/mainnet.sui.gu3.jp/udp/8081",
                "workerAddress": "/dns/mainnet.sui.gu3.jp/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "42",
                "operationCapId": "0xfe5898b5a170a97b2811b06467739e4602cdde93cca960d03230ac910d0ffa9e",
                "gasPrice": "950",
                "commissionRate": "1000",
                "nextEpochStake": "27556793823347025",
                "nextEpochGasPrice": "990",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x29293081edeeda2747852b40506bd61bfcea5fa38b7050b60803d62f06245a17",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27556898341648278",
                "rewardsPool": "52275843712223",
                "poolTokenBalance": "27493102703779463",
                "pendingStake": "15500000000",
                "pendingTotalSuiWithdraw": "120018301253",
                "pendingPoolTokenWithdraw": "119740452709",
                "exchangeRatesId": "0x5e0ce486e97634b4ff1caf433736bc7f76ccb6a1cf7f2662982f7a2328236899",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x9b8b11c9b2336d35f2db8d5318ff32de51b85857f0e53a5c31242cf3797f4be4",
                "protocolPubkeyBytes": "o2aDrlUsSAZGfvZGrMDMnvbstVvAaBInr0M5uFov+7P1GsVMTiV3yVCoUgubySzXBXuxkJKcx/cEXNZcePyQ3T31w9SFmivH8f1r2IJufTuBCJqR9xjbLXrjepoJfNps",
                "networkPubkeyBytes": "J1q4k3Hok7HLaExEiQA66VKQ67VZjzI7BMWJcH/VBVw=",
                "workerPubkeyBytes": "4D877qNQ5rRBqzpZNZN2zaWK4CD1jmnY8x/anaLZ/vM=",
                "proofOfPossessionBytes": "uR9O7TXPXi7FCUnI14lXvflDEcPpSW/Y8iLmm3K5ts5IjOO6H8Llu7T3VMr+yuy5",
                "name": "Stakin",
                "description": "Stakin.com provides reliable, non-custodial, compliant and secure staking services and web3 infrastructure for Sui and the Sui ecosystem.",
                "imageUrl": "https://stakin-data.s3.eu-west-2.amazonaws.com/round.png",
                "projectUrl": "https://stakin.com",
                "netAddress": "/dns/sui-mainnet.stakin-nodes.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.stakin-nodes.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.stakin-nodes.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.stakin-nodes.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0xbd37a3bf97a93d79184cbcaec4927552ac2b801d58079471eaa5363345a80d3e",
                "gasPrice": "950",
                "commissionRate": "1000",
                "nextEpochStake": "27080393464036759",
                "nextEpochGasPrice": "950",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x5b5eb9b6d3046806dd9cc8d4f9de4d8d38f3742d1612b934e8b68d7566c63129",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27080359455593486",
                "rewardsPool": "49737733738058",
                "poolTokenBalance": "27020576777229344",
                "pendingStake": "35010000000",
                "pendingTotalSuiWithdraw": "1001556727",
                "pendingPoolTokenWithdraw": "999345688",
                "exchangeRatesId": "0xa0cd128b0cecbaa2a3bedde6e3c021e43beff0ca38fae6df59e7c78b167dc73f",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x0ae4b2b4ed34dd551a01a946e51c0c431726faf5568659560f76b31642588468",
                "protocolPubkeyBytes": "o+XXM4yg5QAK+Nt7xJAp6g03bPztUGa9ykQRI5vC/h1o6Wy8gTO19vqGROzmXOWACGBFVx/edWGBAogzImLmXk9IQKjZ2cLoglbt1TTIgaVOvX3cMlkaM2CELdvwuYtx",
                "networkPubkeyBytes": "6fn7Jzx0FJbDakTp9ZZiCTh0JbGiU5P188t27mwidMY=",
                "workerPubkeyBytes": "+hKmQy1Fe+yApLmB08LntEK51i8liFisY+9Yfsdzv14=",
                "proofOfPossessionBytes": "pasHydAvTiSOn1gPHKC8icIOm31hRqX4xC8YlNU+RccI/Ri+6hiQfL2QsJDr0i11",
                "name": "SenseiNode",
                "description": "SenseiNode is the first institutional-level blockchain infrastructure provider in Latin America",
                "imageUrl": "https://strapi.senseinode.com/uploads/Frame_bbcbed197b.png",
                "projectUrl": "https://senseinode.com",
                "netAddress": "/dns/sui-mainnet.senseinode.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.senseinode.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.senseinode.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.senseinode.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "42",
                "operationCapId": "0x9cf91eaa814c4beec11eb7fee193c5991fea7a57bff70013b5def97a32f05a2d",
                "gasPrice": "950",
                "commissionRate": "800",
                "nextEpochStake": "27640030909314425",
                "nextEpochGasPrice": "925",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0xc256895794094b93981ac3f56433724637db262aae8b2f65254992ba4b04975a",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27640034913333078",
                "rewardsPool": "48958620858267",
                "poolTokenBalance": "27575796218381600",
                "pendingStake": "1000000000",
                "pendingTotalSuiWithdraw": "5004018653",
                "pendingPoolTokenWithdraw": "4992388725",
                "exchangeRatesId": "0x05014e25e676b3c7951dfd32bd890a1c0e7400b5053d8d90c565e7aae90cd648",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xefa5f0435f230579dc95f219a1a8929f91b98cba727d7c1de8b10738be431ade",
                "protocolPubkeyBytes": "o/Dc0BRcRE1GWdmmsb2ItUILgPapRKpfHbWBVIWyU6AuOj1XpdALGJKu7GPjyJE5CdaCuuK3Bib37da5GDpnVgj3VtjXIQFWgi6eocg7l4vnKFtbsd8EFMzjd0A2O96f",
                "networkPubkeyBytes": "mrR4FQxjzoIzED2cVcuTIqBbkU3xIDel40HeFiFkIWQ=",
                "workerPubkeyBytes": "KzLsJgoAmAJ4NoZrMcif4UsyCTIBDeWLxGiB2QEcmmo=",
                "proofOfPossessionBytes": "grSSnL0JDn8vsGY5tmjK0Pa6PW5+rgRs8GEf8Z7snf9W0g9BEQQqw8R1oK6BPGlC",
                "name": "ContributionDAO",
                "description": "Bootstrapping Quality Talents and Onboarding Users to the Projects for making opportunities in Web 3.0 accessible to everyone.",
                "imageUrl": "https://raw.githubusercontent.com/Contribution-DAO/contributiondao/main/brand-assets/cdao-logo-white.png",
                "projectUrl": "https://contributiondao.com",
                "netAddress": "/dns/sui-mainnnet.contributiondao.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnnet.contributiondao.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnnet.contributiondao.com/udp/8081",
                "workerAddress": "/dns/sui-mainnnet.contributiondao.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "261",
                "operationCapId": "0x794f44354059613b9d33dd1669a9e2a8b8957414feb4035fef5fb2ae4bb8c3d8",
                "gasPrice": "870",
                "commissionRate": "300",
                "nextEpochStake": "171049091759131372",
                "nextEpochGasPrice": "870",
                "nextEpochCommissionRate": "300",
                "stakingPoolId": "0xd2ec29e3b499df5b53b7069df456935627a6d976b97db3cb8ebe6a24f72fa431",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "171052030204255667",
                "rewardsPool": "395287513313487",
                "poolTokenBalance": "170638050422127177",
                "pendingStake": "535000000000",
                "pendingTotalSuiWithdraw": "3473445124295",
                "pendingPoolTokenWithdraw": "3465038699339",
                "exchangeRatesId": "0x82aca6add6cc8a593df9dd008a593b10ac71d07ba826c8ea2b2279286eb352f9",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xe719405821d7bd32ded86a2aed34f06f3dacd09c91241ec3f34b219ebeddc6f0",
                "protocolPubkeyBytes": "pCOWxedQF3K0WO+9c7o9nDVrUVE63UQ6gm6KVe0LnvQFjJf3l2fjHTXw/saQbFoUCqHQ9OIjpn9TiRECu+92R5mVq+6tVKMLqYlBDSEyZp6joBqtW10u9PkfnlRr397M",
                "networkPubkeyBytes": "4wvMt12PwdeJDxNoqXc9/w5I4LaLDbSSxfIZKZDuquk=",
                "workerPubkeyBytes": "MA3zKcbsUimcvjB0NnPw7YMjD9/C0X4PY8gWuKbJ4JM=",
                "proofOfPossessionBytes": "oHiwu+K4Swoq3szpQbywd+OobPoiwb1r+QbiD7BRJz3RZxNpI2E09xr2kALAJbz9",
                "name": "mrgn",
                "description": "mrgn research is a proprietary trading firm solving DeFi's liquidity problems",
                "imageUrl": "https://s3.amazonaws.com/keybase_processed_uploads/d62be77b319b7f539d00077eac30ed05_360_360.jpg",
                "projectUrl": "https://www.mrgn.ch",
                "netAddress": "/dns/mainnet.fengsui.wtf/tcp/8080/http",
                "p2pAddress": "/dns/mainnet.fengsui.wtf/udp/8084",
                "primaryAddress": "/dns/mainnet.fengsui.wtf/udp/8081",
                "workerAddress": "/dns/mainnet.fengsui.wtf/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "166",
                "operationCapId": "0xb4ee4ee28ab52a8f66bb6328b03199a014c8bd8994316338ccc5b321f7444665",
                "gasPrice": "420",
                "commissionRate": "200",
                "nextEpochStake": "108213691667354866",
                "nextEpochGasPrice": "420",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0x2340d2064a17eec8012d2484fb2d21e6a250b22560562f184c4deb4b59204c00",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "108213717690176305",
                "rewardsPool": "218826746311183",
                "poolTokenBalance": "107953057261279134",
                "pendingStake": "0",
                "pendingTotalSuiWithdraw": "26022821439",
                "pendingPoolTokenWithdraw": "25960138815",
                "exchangeRatesId": "0x3caa5ab2f969e502b300e1804f433731cfd4407cb40d75a69e1e4495378f21e4",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x02189430bd03a05813f0b5998dd6e400d21e831d31f609bb0142b869e0fa020b",
                "protocolPubkeyBytes": "pMiZwbn497iRuxKahVZq1VZf2KMpculWtA2LmfgCvTJBw+aDuneOe7iXeOfhqeSLEvKSzLwHUX74Gmr4Aw9IltfYsRYl+S/kx7+F4FDf4ls/LH0ZEZj5VevGK8J1xVBi",
                "networkPubkeyBytes": "D6/Zpq0WLp/ILjxWtfcfFRBFTooT4m6G+V+nT/NgHYc=",
                "workerPubkeyBytes": "3F6wg3FpDmNSMqIbyBCuOj8FjbTi0ieIjolGmme9a54=",
                "proofOfPossessionBytes": "oezEbKU101CZdK6oAi0dbaKJuuKyQVWmsYhIigK6Gwe/F9TCwthgD03SVrENoUq2",
                "name": "Overclock",
                "description": "High uptime, high performance bare metal validator",
                "imageUrl": "https://avatars.githubusercontent.com/u/116830051?s=400&u=ee4d79d2bde09a2aa216980a198b5dabccc05545&v=4",
                "projectUrl": "https://www.overclock.one",
                "netAddress": "/dns/sui-mainnet.overclock.run/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.overclock.run/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.overclock.run/udp/8081",
                "workerAddress": "/dns/sui-mainnet.overclock.run/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "444",
                "operationCapId": "0xf9b770fc4b69948aba96353651e45e66b42725ad35acaf764880b7b04efd7557",
                "gasPrice": "1",
                "commissionRate": "400",
                "nextEpochStake": "290747381705354970",
                "nextEpochGasPrice": "1",
                "nextEpochCommissionRate": "400",
                "stakingPoolId": "0x0a3f8cd0cae1331b4b7bc8591141a3b7108f5096a88befb81973248f5c904e32",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "290739635513645322",
                "rewardsPool": "449624529314753",
                "poolTokenBalance": "290051651128426827",
                "pendingStake": "10154584688600",
                "pendingTotalSuiWithdraw": "2408392978952",
                "pendingPoolTokenWithdraw": "2402693939122",
                "exchangeRatesId": "0x7d60361735e9d997ac5d1856c2aa3b19dcb46eea61a4eea620e9c5b446095ffb",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xc21c40c94c712f17244d8518688dbaaa81ba232c15cb13dbba138ead55451e43",
                "protocolPubkeyBytes": "pXxoUv1Gai9KW6LMmjFMsKS42iV4JfiMSQTyVTEA3EPWsvMUXQXxZDIYSwt65XZeEAdw92JYBXSXarJApNVBwFCCbXyBb5OX68XnTqYpP31g7jDaj3ZWGriNfZJ6Hk44",
                "networkPubkeyBytes": "N0V2TdQwZRf+gi7LB685BCc4fUJEXJnrEYT9pePDna0=",
                "workerPubkeyBytes": "AhuTJ1P+C+9GvUT5UTwRip78oKaNzPsgnPLq5dEnmzU=",
                "proofOfPossessionBytes": "oNLTdH0uazXyOh28lqq1otCQ/bYDCJn8MthzQi7F3qg0rdBWNcT/VzuxpYmMZen9",
                "name": "Swiss Staking",
                "description": "Bare metal validator running in a former military bunker in Switzerland!",
                "imageUrl": "https://raw.githubusercontent.com/swiss-staking/public/main/swiss-staking.png",
                "projectUrl": "https://swiss-staking.ch",
                "netAddress": "/dns/sui.swiss-staking.ch/tcp/8080/http",
                "p2pAddress": "/dns/sui.swiss-staking.ch/udp/8084",
                "primaryAddress": "/dns/sui.swiss-staking.ch/udp/8081",
                "workerAddress": "/dns/sui.swiss-staking.ch/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0x3438b16d65586f0222645fc24ca6c069f7e535903687b24885152b19f6342489",
                "gasPrice": "884",
                "commissionRate": "500",
                "nextEpochStake": "35121401332535328",
                "nextEpochGasPrice": "819",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0xfd46e120af36cafab8252c5d6a84ad226df2c50b8988a11e57fbb79d2869d361",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35121290557319578",
                "rewardsPool": "70795424541178",
                "poolTokenBalance": "35036701356096882",
                "pendingStake": "165800000000",
                "pendingTotalSuiWithdraw": "55024784250",
                "pendingPoolTokenWithdraw": "54892257727",
                "exchangeRatesId": "0x87841f9d9a3a47337c12091e63433a0770b28eeb75dbbf202a4f13d360083d0c",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x4430b86069d8850d9bee199739e5fc90bb0f323a5a7735f431ec7a5fb5409e6b",
                "protocolPubkeyBytes": "pb0G/X26Ihz+1MqLQP9xp4OZ8gozB0JmaUX+1I1hkHtYeAkDmWY3UMLtoDEQEV0TAlQjgq1g5sCLvIEiT2bbZ7JkosEYawgK/1lFwb7t66ta8qzvDV5EzLuApocjFa0e",
                "networkPubkeyBytes": "Z1wCh7iR6NPYdAwmA1+R1McSqxlDIoBoJWrKMTQmxeg=",
                "workerPubkeyBytes": "YewSLb9nLiV6ul8v0K68otJeg3PYD5cqz3SG7wFiGDc=",
                "proofOfPossessionBytes": "mf4O9rKhRLmL15cxeaoe+sPcfHxf+SaxP1He00dPkhRiTkRZ34wdz3SI9blEVBN+",
                "name": "Nelrann",
                "description": "Nelrann is an independent validator that helps you securely increase your crypto holdings by participating in decentralized networks.",
                "imageUrl": "https://nelrann.org/build/images/logo.png",
                "projectUrl": "https://nelrann.org",
                "netAddress": "/dns/sui-validator.nelrann.org/tcp/8080/http",
                "p2pAddress": "/dns/sui-validator.nelrann.org/udp/8084",
                "primaryAddress": "/dns/sui-validator.nelrann.org/udp/8081",
                "workerAddress": "/dns/sui-validator.nelrann.org/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "161",
                "operationCapId": "0xd6e7925fb48e8985b220cab15259915f4dbc18af3baaa1f115cfc147e172e521",
                "gasPrice": "600",
                "commissionRate": "400",
                "nextEpochStake": "105222265983407810",
                "nextEpochGasPrice": "550",
                "nextEpochCommissionRate": "400",
                "stakingPoolId": "0x5e419490b4bf094f6634b7b66b5a32f46451d6ad6ab9dec5c0062fa75b9fc0cd",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "105221301499449060",
                "rewardsPool": "209813921595942",
                "poolTokenBalance": "104973598128329349",
                "pendingStake": "1009500000000",
                "pendingTotalSuiWithdraw": "45016041250",
                "pendingPoolTokenWithdraw": "44910068173",
                "exchangeRatesId": "0x0bfeb2a74993aa5a971e4b86b5e3f9c901477a72ca8e4fc332d8b866fbca2033",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xcb7efe4253a0fe58df608d8a2d3c0eea94b4b40a8738c8daae4eb77830c16cd7",
                "protocolPubkeyBytes": "pnZUgUY9085ZjxV6jm3D5V7AY+KV20yqZBz93NGBg1EfcNZLNsluP2A4WmxbyBTdC1ZswmLlz8SMwkrsG7UFnb2m/Sf6m3EKCo0jnYaS0tyiyqtKAgy5kiBY2Ar7rgMr",
                "networkPubkeyBytes": "nkwlVm0aJfv61WiD16BBd6bji+9Nc3j3XWW5bVD4KW8=",
                "workerPubkeyBytes": "46avDKupYzgtQ5x13ggXC4+ZoBSuFeyfPLUtvdIo45E=",
                "proofOfPossessionBytes": "ll8h8eTrMQjwXcWp0egH8SLlTw+fYIKzUTEKjQG/EaGLAXl6j3nr54nxHgzgvD75",
                "name": "Mysten-2",
                "description": "Creators of SUI",
                "imageUrl": "https://sui-examples.s3.us-east-1.amazonaws.com/logo-1.svg",
                "projectUrl": "https://mystenlabs.com/",
                "netAddress": "/dns/mysten-2.mainnet.sui.io/tcp/8080/http",
                "p2pAddress": "/dns/mysten-2.mainnet.sui.io/udp/8084",
                "primaryAddress": "/dns/mysten-2.mainnet.sui.io/udp/8081",
                "workerAddress": "/dns/mysten-2.mainnet.sui.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "352",
                "operationCapId": "0x04646a5d504da19c26669ba20c1b15d579aa3e1d2ce61e9e89daa3b3970da3c1",
                "gasPrice": "1000",
                "commissionRate": "200",
                "nextEpochStake": "230727679761802212",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0x27af083bac1ff487317fe82a6cf968d88d459f9ef95813b83dd8b81322a2ed71",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "230720770035458853",
                "rewardsPool": "441396334217599",
                "poolTokenBalance": "230158419225046727",
                "pendingStake": "10868643300000",
                "pendingTotalSuiWithdraw": "3958916956641",
                "pendingPoolTokenWithdraw": "3949267629637",
                "exchangeRatesId": "0xeeec908c0f497346ab43708b70bbf2782f72f670d5c6b4f9e9f5941421714f4e",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xf9c6994c28a882fc87c0e69a44d0bf29796ff8256621d26eea49f3d776c6133e",
                "protocolPubkeyBytes": "ptA3fMujGqG0DIF5O5mLcY8Oo4vDgtyur0WiuAgWuUtxSVkPWiDwVa+JAKs0l+ucASNqIUFZleea/5sEfevVc8end0BbYnhgAUYy02jnSuSw+02uVJiddlRnLFAHRdPY",
                "networkPubkeyBytes": "oInDxNgSkbT/CsxC6+rXbafoD6pNYe6+jhu2s0Qp4ss=",
                "workerPubkeyBytes": "pF8leGhcMKN6GJoVVKp9JA0lhnNUjXFw+swfQlOT+98=",
                "proofOfPossessionBytes": "uD6C21J3Nip2IGWV3AK/zIRip1CL8Yjx5slgHwy8cWPBhsn4wHaxlPI+zMNOfndx",
                "name": "Scale3Labs",
                "description": "The web3 platform for monitoring and maintaining your blockchain networks and nodes.",
                "imageUrl": "https://avatars.githubusercontent.com/u/110545750?s=200&v=4",
                "projectUrl": "https://scale3labs.com",
                "netAddress": "/dns/sui-mainnet-validator.scale3labs.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet-validator.scale3labs.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet-validator.scale3labs.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet-validator.scale3labs.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "193",
                "operationCapId": "0xa806cdeeff9ae1a0d4282344b428daa87c2c75b3b7e8601bdb00423432b95e55",
                "gasPrice": "900",
                "commissionRate": "500",
                "nextEpochStake": "125980750950686161",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0x1d9ed590aa1e5837e2b91f5393aac483276fdfdee16555e6ee1a3edc866d3eb0",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "125981750441425048",
                "rewardsPool": "232920396572811",
                "poolTokenBalance": "125681834621982432",
                "pendingStake": "2000000000",
                "pendingTotalSuiWithdraw": "1001490738887",
                "pendingPoolTokenWithdraw": "999106560906",
                "exchangeRatesId": "0xdc25203b2dcbce8f1fc52dd37c23bdb85e06824c3cf3005cef62ed6d07b0dc42",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x3047b5258a4ba6d7a6bea9ada69cb336ecfb24fe1c3cea83094396665eba0de5",
                "protocolPubkeyBytes": "p10qsU/0wKga8jd36IO/cFzbzG3qa3x0T8jdn7mOraF61nG38HzNCJ1uH1UQahAiCf59JFN9I+f1y8wriUblyUCdvcvc3gF5iospbGo5dNTQ+dcSFu3Ws0fAXVn/Mzie",
                "networkPubkeyBytes": "dg6l35GWgkrUoNqqhgLOSORXI3Io2c4jHcJRPbrXONc=",
                "workerPubkeyBytes": "VKvMZFFcEM+Xp0aKaFxkSzUv1NFcAm14QpK0dJAWizk=",
                "proofOfPossessionBytes": "iYbsT+iSzi2I9QgqcpqAlDyJ1lyxLnb2JZ+36XoxeeOITDB6d7vCqXIHEOFo02TG",
                "name": "Staked",
                "description": "The leading provider of staking infrastructure",
                "imageUrl": "https://avatars.githubusercontent.com/u/38704373",
                "projectUrl": "https://staked.us/",
                "netAddress": "/dns/sui-mainnet.prod-eks-eu-west-1.staked.cloud/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet-udp.prod-eks-eu-west-1.staked.cloud/udp/8084",
                "primaryAddress": "/dns/sui-mainnet-udp.prod-eks-eu-west-1.staked.cloud/udp/8081",
                "workerAddress": "/dns/sui-mainnet-udp.prod-eks-eu-west-1.staked.cloud/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0x4cac8993e4f0d3cc496dc910b17bae4963413e83ec7772063d22b41c835e7217",
                "gasPrice": "1000",
                "commissionRate": "200",
                "nextEpochStake": "35120998984948493",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0xcf59293dbab402c3425b39545e6c435b2c62c60b10285a012d59c2c04d83e932",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35120770994736310",
                "rewardsPool": "69224933749456",
                "poolTokenBalance": "35035951189146362",
                "pendingStake": "250010000000",
                "pendingTotalSuiWithdraw": "22019787817",
                "pendingPoolTokenWithdraw": "21966608059",
                "exchangeRatesId": "0x5a137d518350b7e7d9152ed9c9f68214dbefc1f3eeb4e8e5d110f9eaf09bd65d",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x25afdbeaa4d530119cb464715cead11e0a1ef86256f3020128fbd7013954a99d",
                "protocolPubkeyBytes": "qLA/rFy9/gKpz61gO/6mCKzMQiH1lY8xViV+mi5x+IfuWAQjt6htxauTw0q2+OynEWV7xhzcXCuSujTGmUuUYCY0q9V4QyAYZ1Qt2Us/fofJr2fJRq9Y6lDs3ImiSKDv",
                "networkPubkeyBytes": "nw7IYP6oC3+/AGPPiX7YJrFFmy0dazrTIuwBCC82acU=",
                "workerPubkeyBytes": "7txxnFMGQFjK7w5N1j029Cp0COCPkkCFCHZS5Eri8/o=",
                "proofOfPossessionBytes": "qVMBiysgSbmk/LI6NepKtQzTHJbVF59N8T1LU7BwkARZpn8DWB8V0S2KwGQlH0kX",
                "name": "XPRV",
                "description": "XPRV helps cryptocurrency investors earn returns through our high-uptime, secure staking platform.",
                "imageUrl": "https://avatars.githubusercontent.com/u/76687238?s=96&v=4",
                "projectUrl": "https://xprv.io",
                "netAddress": "/dns/sui.xprv.io/tcp/8080/http",
                "p2pAddress": "/dns/sui.xprv.io/udp/8084",
                "primaryAddress": "/dns/sui.xprv.io/udp/8081",
                "workerAddress": "/dns/sui.xprv.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "42",
                "operationCapId": "0x37bf28af8d17a8c7ad2516578477cf37267070cb255c09112e3236239f7e02c8",
                "gasPrice": "1000",
                "commissionRate": "1000",
                "nextEpochStake": "27881705311577041",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xb530a2c04bb7faaf0b231e979052fda180447602d9ba8bc1ef1b1cd148a02f84",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27881703017381339",
                "rewardsPool": "53156110529891",
                "poolTokenBalance": "27817776935090289",
                "pendingStake": "3295800000",
                "pendingTotalSuiWithdraw": "1001604298",
                "pendingPoolTokenWithdraw": "999307859",
                "exchangeRatesId": "0xa6dfdca182cea6fe12c8812246f8c48e7225e331f291d5e21a3328d805dfff9b",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xe08d75c562928f58bdbe697e7e35de4802535722337d88305669286e649a104c",
                "protocolPubkeyBytes": "qMJiqwZZb1SZgjbOvWhySgWhU289GxYJ0KJdSgLyAQxgQr2btOiZ9iw87VrNuiT+GcFB2rlLz9FV77N4h/ATtH0nS4eWfrfgZHKia4HrXhI/M3ltoHGxilpcf0qcRAK5",
                "networkPubkeyBytes": "Jb06toV8N6Fr2qio3ROX/jxOtE59oS2qwU2W6qDgMP4=",
                "workerPubkeyBytes": "PABWd1e2gIsDYkGuZH8NM/8GzRV/x9ej8SJQQoEIKww=",
                "proofOfPossessionBytes": "qJXtSvZV2DCw4KBYfH4/S2esN4Klxohve/VgCu71WItXS+AMyc2IYBsfL1v9OFsR",
                "name": "Restake",
                "description": "Restake offers a transparent non-custodial staking experience, trustable by design.",
                "imageUrl": "https://s3.amazonaws.com/keybase_processed_uploads/565272eba46c6b3e48d5eb1723e81505_360_360.jpg",
                "projectUrl": "https://restake.net",
                "netAddress": "/dns/restake-sui-main-00-0.machine.restake.tech/tcp/8080/http",
                "p2pAddress": "/dns/restake-sui-main-00-0.machine.restake.tech/udp/8084",
                "primaryAddress": "/dns/restake-sui-main-00-0.machine.restake.tech/udp/8081",
                "workerAddress": "/dns/restake-sui-main-00-0.machine.restake.tech/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0xf8ae2ca1c0489876e074b2ecd94ec40c7ec3779373629cab65a4b5b3badc5dd2",
                "gasPrice": "90",
                "commissionRate": "500",
                "nextEpochStake": "35071322751414076",
                "nextEpochGasPrice": "90",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0x0cd0fbc3e943fbc7fc2d776e08c0b22cdc3ab92d3dc99a8d2d568a649c1ac16a",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35071057102193719",
                "rewardsPool": "65036061850100",
                "poolTokenBalance": "34989117512201649",
                "pendingStake": "611090000000",
                "pendingTotalSuiWithdraw": "345440779643",
                "pendingPoolTokenWithdraw": "344633696021",
                "exchangeRatesId": "0x4ceaf555f3d2387a2e98a7c9a6d25dc08def0e1718d387fe53e8fa755e8a1abc",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x6f4e73ee97bfae95e054d31dff1361a839aaadf2cfdb873ad2b07d479507905a",
                "protocolPubkeyBytes": "qVVlhyH6YXw07KX09Rv0aPOFV6PpxaSncgna7RO8CQ860wLZte1MU/m6OGEPR1T7AXepfKPvD1CdXLZXYqJbsnQ3vYl/yZ2yunW9Ydd1huUv0vJ5pvOE/gh3kkB5tVx9",
                "networkPubkeyBytes": "ysDnrm+FsRxOJh7gcacb6E6YpX35SZqCVPOw83NBUww=",
                "workerPubkeyBytes": "KOCVurcFP1f2OaxJT2uLyT7c2Estm6FJoixdcqxn2cg=",
                "proofOfPossessionBytes": "pb2SfjvcFtUDNeLKDWoD5o2YI0V21oyMvPmmnt7pf6Bn8sDGrczDLpv5gLV95WHa",
                "name": "DSRV",
                "description": "Everything distributed, served complete.",
                "imageUrl": "https://raw.githubusercontent.com/dsrvlabs/sui/main/logo/favicon_black_square.svg",
                "projectUrl": "https://dsrvlabs.com",
                "netAddress": "/dns/validator-01.sui.dsrvlabs.net/tcp/8080/http",
                "p2pAddress": "/dns/validator-01.sui.dsrvlabs.net/udp/8084",
                "primaryAddress": "/dns/validator-01.sui.dsrvlabs.net/udp/8081",
                "workerAddress": "/dns/validator-01.sui.dsrvlabs.net/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "161",
                "operationCapId": "0x018a1c3e90d7db8632260f7ed4b751ade6d75354bb05ed57e8834cafd1936427",
                "gasPrice": "450",
                "commissionRate": "400",
                "nextEpochStake": "105427815284828088",
                "nextEpochGasPrice": "450",
                "nextEpochCommissionRate": "400",
                "stakingPoolId": "0xca5d9d37e55d5e44bd1db57c4764a764a33859bb2fd8074d67070f4c3714907d",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "105427815284828088",
                "rewardsPool": "155772189520184",
                "poolTokenBalance": "105177837112827071",
                "pendingStake": "0",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0xe3af0012a2802c37e862d07bad78f50348211c311e8c18cfdf5fe1ae997d349a",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xf7abab51fdf9b4626ce706a5dfbb3da13a715700149bc816dfbee2ae73d61be5",
                "protocolPubkeyBytes": "qeed62aDyjcdcVgeM5XgRaa/pexC+AtrkucfeAet5T4zEzqBTIM9naTCAbKUESX8F4Gwg+VDRdwKjU4oEZY3heo0g0Ggqz6h30/BoRlhkMO8aErpEGiDDvhGQWvoAmOQ",
                "networkPubkeyBytes": "gGtmhCyxL1BzsMSNy/mpIU5YWDqOvzYhGgF2QpKp5bM=",
                "workerPubkeyBytes": "9K7Yx7Z20yIWWqXiZAvXBvhGCyAemaAMzVskQ+KhcDw=",
                "proofOfPossessionBytes": "qc5GPADRdVHK5Wkyk8PZ7ihFPyHHjYKiQiH80VkbuZI7HuBf8zBx0Zhl2VEdsZnc",
                "name": "KiligLab",
                "description": "We deliver the true value of blockchain technology and WEB3",
                "imageUrl": "https://cdn.kiliglab.io/logo.png",
                "projectUrl": "https://www.kiliglab.io",
                "netAddress": "/dns/mainnet.sui.kiliglab.io/tcp/8080/http",
                "p2pAddress": "/dns/mainnet.sui.kiliglab.io/udp/8084",
                "primaryAddress": "/dns/mainnet.sui.kiliglab.io/udp/8081",
                "workerAddress": "/dns/mainnet.sui.kiliglab.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "69",
                "operationCapId": "0x8b36ea70cc31f9bfee5ed7027a36d7147dbfbff954e151152eb57779d1fbc47f",
                "gasPrice": "735",
                "commissionRate": "1000",
                "nextEpochStake": "45075965494476431",
                "nextEpochGasPrice": "735",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xabaa89d7829fce1d0ffd882dcd7289d5808b765081d9b51291ce378b61130511",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "45075930494476431",
                "rewardsPool": "71660514527138",
                "poolTokenBalance": "44975490653367419",
                "pendingStake": "35000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x76ed8db2ecd54599a52825c953f67a4b02c00f53083656ed3a26bbc123aa68a3",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x22a4a737eb86d98a62336dd4cf6b957321884dda7446b7c4c720f2c9090aa7c3",
                "protocolPubkeyBytes": "qiRzRjGHN5XjXKi/Sqqp55D6W0tNXkwOQTIbXpzgP2PBJUwtwi+lnOWRoukOyu2BBjjTMgBPR5xPkZXYbJIERJQF3p1az3sl+s+oP732uU+z6a1BwsLI1dj2Ofl73DqM",
                "networkPubkeyBytes": "TNKLCGPczrEDIplpx6bFsk6T5ebFmQ6i9Jyhd9F8Npg=",
                "workerPubkeyBytes": "r8XF+LCceHf20Ho9Q08P9BOq5ElX+neloFg3krNJnB0=",
                "proofOfPossessionBytes": "lQohUlTBP3mYAt1TnQ+wFYh2AQgHae+Cuq/oowpAAg+zJ9/M+6aGdlCI22U/N4km",
                "name": "proofgroup",
                "description": "m3diumrare x Proofgroup",
                "imageUrl": "https://raw.githubusercontent.com/m3diumrare/assets/main/logo.png",
                "projectUrl": "https://sui.proofgroup.xyz/",
                "netAddress": "/dns/sui-main.proofgroup.xyz/tcp/8080/http",
                "p2pAddress": "/dns/sui-main.proofgroup.xyz/udp/8084",
                "primaryAddress": "/dns/sui-main.proofgroup.xyz/udp/8081",
                "workerAddress": "/dns/sui-main.proofgroup.xyz/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0xc286db2dd2e64cf6d18d2bf53f4434859b28d379892d26b608b0704082250dad",
                "gasPrice": "900",
                "commissionRate": "700",
                "nextEpochStake": "35071844112940018",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "700",
                "stakingPoolId": "0x7725d719977713bb8b776e82b49abb48ff6062c9df2381a7b19f83d7658d3e56",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35071850124514960",
                "rewardsPool": "66083298470122",
                "poolTokenBalance": "34990688034695731",
                "pendingStake": "5000000000",
                "pendingTotalSuiWithdraw": "11011574942",
                "pendingPoolTokenWithdraw": "10986092328",
                "exchangeRatesId": "0xed2677b3e2733298c2eb91cc0153af12ffd5dd0291dd9444c1852348726c7028",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xc6b70330451f4c163ce75625510bf99a8c782a5c5b1dd400a08fc20b2086dc00",
                "protocolPubkeyBytes": "q2gIoSrZYJlBRxwTCd5fOKM7SqtEJHXcyv5/e6y9IvDtpukidwn1cyBjzcq0ujbqB8sMmwjxUQmwfOhnpunvejrLb/9BpSe9tuba68SWf4gKVApUvgonCMCSEJsbJspv",
                "networkPubkeyBytes": "ViuKjXqE1M3jI993fNZ0No/JEFCjKKhHICyCwcVQ8Ks=",
                "workerPubkeyBytes": "klv0ig+zE8ywdpeVXd6G26itP1XY5yINkyeId+V4ZJ4=",
                "proofOfPossessionBytes": "qXcS3iRL7kgWeZvJhJeoAyre2hkxEYekjQ9y4+BihPKCBAThtT3hX3JbCmEghTdL",
                "name": "flipside",
                "description": "The Most Reliable Blockchain Data",
                "imageUrl": "https://data.flipsidecrypto.xyz/wp-content/uploads/2023/01/cropped-FLIPSIDE-ISO-BLACK-e1673095172488.jpg",
                "projectUrl": "https://flipsidecrypto.xyz",
                "netAddress": "/dns/sui.validators.flipside.services/tcp/8080/http",
                "p2pAddress": "/dns/sui.validators.flipside.services/udp/8084",
                "primaryAddress": "/dns/sui.validators.flipside.services/udp/8081",
                "workerAddress": "/dns/sui.validators.flipside.services/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x8b83ee4e1a8aa2dbda7d9d95d6d8f7384f94fadb295050054d8d355d50e4e13f",
                "gasPrice": "940",
                "commissionRate": "1000",
                "nextEpochStake": "27056271884206087",
                "nextEpochGasPrice": "940",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xe09fc2cfda0d961329140e8200844cc56629d5d046772278b89753f32fdec15e",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27056190884206087",
                "rewardsPool": "50496098244032",
                "poolTokenBalance": "26995423900355781",
                "pendingStake": "81000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x5fad6f95f9f21811f730e06648d1a39c049bf0de7a84b293c9df27b8545f3464",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xd939e3fe7ea4d503f84767dca0c58b7ec1c71f085638a4c0611aa64aa71b5fcf",
                "protocolPubkeyBytes": "q/IHtcHrGFuaV/R+e8Yzqs1ySEL/PCwOILTdJCqy9zkPnLwNjJxNUCR9AHTkfC2rDV1hReAbciKxmp0foKBO73/KROUdPIS8bhsWK43KCdN5YEtWsSFKRgO86BHFNbLJ",
                "networkPubkeyBytes": "GQpmPxDF1nosVgqw8Nej2Dj/k2Ss5VV1Y3gdQ/FixyM=",
                "workerPubkeyBytes": "OTrKbvUwWhWIaDHE9bHIyX7BpKipN+rtinSTfJsKGfQ=",
                "proofOfPossessionBytes": "ryN/K2ovzH5o5S48BlHN7gh04NIhmXByp//WU4l59gVooJsP3bZxmyZeHY9dgNgq",
                "name": "BlockVision",
                "description": "Blockvision is a leading provider of data infrastructure, node operator, and enterprise solutions for blockchain and Web 3.0 space.",
                "imageUrl": "https://blockvision.org/logo.svg",
                "projectUrl": "https://blockvision.org",
                "netAddress": "/dns/sui-validator.blockvision.org/tcp/8080/http",
                "p2pAddress": "/dns/sui-validator.blockvision.org/udp/8084",
                "primaryAddress": "/dns/sui-validator.blockvision.org/udp/8081",
                "workerAddress": "/dns/sui-validator.blockvision.org/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "55",
                "operationCapId": "0x6261d9e33df4832705d67b7ba22c0ce636b3fda919081474248ab8f4f1202293",
                "gasPrice": "950",
                "commissionRate": "800",
                "nextEpochStake": "36021435205128148",
                "nextEpochGasPrice": "950",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0xae0f5eb81c0887c2f83118e381bf8bc5bab3ad6e7bb9ea047b201a2f36210b06",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "36021442722927920",
                "rewardsPool": "68286107744248",
                "poolTokenBalance": "35940010651113604",
                "pendingStake": "12000000000",
                "pendingTotalSuiWithdraw": "19517799772",
                "pendingPoolTokenWithdraw": "19473676752",
                "exchangeRatesId": "0xcf7ffe14917f7f5525c4cc43e28250237b59cb035805353c718622a20314ceaa",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x574c1625635f7311eb6df2f5aa2f0482c33e83498063942c0585f2363fc0ee02",
                "protocolPubkeyBytes": "remuyj9YK1/hncAalIx89fLo99AtCtFF5Fx4syb2gfhktvBSDHTjfV2Y6kAl7RhsD9zGSsKxpq5CTw7OvvmOYiDuBoReetFUCyvcH6XRybZmKHNib+sJyiHO6U/tgkYm",
                "networkPubkeyBytes": "7EexNr7r2ZGCXWKtan3mhp060AtC/RAIoK4c4VRuZW0=",
                "workerPubkeyBytes": "kdSCxLHx46QTdOs3he2o0DXScX2n5H7KhwFcKt/oV0o=",
                "proofOfPossessionBytes": "ja1ZUKoqnoOfcBV7P6bOT++CXiKyq9ExP7+u9ksBc7jixkR5nmL5uRqj2FhTlxpy",
                "name": "HashedPotatoes",
                "description": "High uptime, high performance bare metal validator",
                "imageUrl": "https://static.thenounproject.com/png/1129857-200.png",
                "projectUrl": "https://www.hashedpotatoes.net",
                "netAddress": "/dns/suimain.hashedpotatoes.net/tcp/8080/http",
                "p2pAddress": "/dns/suimain.hashedpotatoes.net/udp/8084",
                "primaryAddress": "/dns/suimain.hashedpotatoes.net/udp/8081",
                "workerAddress": "/dns/suimain.hashedpotatoes.net/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "179",
                "operationCapId": "0xd3b65080039a2c55096afe3a0f503ed6cfc4cd06c561428024cb9a1242401ac7",
                "gasPrice": "800",
                "commissionRate": "300",
                "nextEpochStake": "117031612558767255",
                "nextEpochGasPrice": "800",
                "nextEpochCommissionRate": "300",
                "stakingPoolId": "0xe67200cbd4803e06cba7269741c8388fd29132caa00ea7d2fc5563e839d41f49",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "117029413604253200",
                "rewardsPool": "229195496233400",
                "poolTokenBalance": "116749590685621990",
                "pendingStake": "2230000000000",
                "pendingTotalSuiWithdraw": "31045485945",
                "pendingPoolTokenWithdraw": "30971254706",
                "exchangeRatesId": "0x1bbe8160a63c5ce4da24fc4fd8c3f0512a09778534ca9709bb38c5cc2316e0be",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x9d0438098adf019a8c5a8708c7fc0075f6f19fcd251bf3eaabe0c7f74036ce5a",
                "protocolPubkeyBytes": "rfWGaY2X/XGiLXfiDMHhmUkc0b13/+NIuCmm1NNi0kz/YEp46O+W43y1I7wPVJXiEYKGMbYHIxLqsRbvWhgt6vGWEREzsyoroYiSyt/+P+m6FJCoMYT/0EdPRThp2hCw",
                "networkPubkeyBytes": "0XjRibYv6z1r9iXDPzeJ4/IrTSQt6GZYBIGJX4qzFiE=",
                "workerPubkeyBytes": "iARhu7z35cIidKrhZR6FdGwefBw1dDXKWmM6BVwG1Nw=",
                "proofOfPossessionBytes": "rWlWEjS0PDqh14n/pQuS26wSG3IrkEw5vKGmZXs4L9ZP9ZV3JEZMsxh8Fne+auvS",
                "name": "Moonlet",
                "description": "We operate nodes for next-generation blockchain networks and we are committed to support the decentralisation movement forward",
                "imageUrl": "https://raw.githubusercontent.com/Moonlet/wallet-app/master/src/assets/images/png/moonlet_logo.png",
                "projectUrl": "https://moonlet.io",
                "netAddress": "/dns/sui-mainnet.moonlet.network/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.moonlet.network/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.moonlet.network/udp/8081",
                "workerAddress": "/dns/sui-mainnet.moonlet.network/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x4f0938c645d0aa90abfc364d8a5d52621bf34485228e86241c02b17dcedc5ccc",
                "gasPrice": "1000",
                "commissionRate": "1000",
                "nextEpochStake": "27055771615648282",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x0cf0a8d13f56cb4c675a74f9f8e646dc7c3e00c5e50da0d6c076b291f57f617f",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27055773617024828",
                "rewardsPool": "49104011162879",
                "poolTokenBalance": "26996848595667674",
                "pendingStake": "1000000000",
                "pendingTotalSuiWithdraw": "3001376546",
                "pendingPoolTokenWithdraw": "2994839821",
                "exchangeRatesId": "0xbae017621433de94cd684b51e83930b275fbc87ad7392eb21c8c657353d64cea",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x0de5a09a0b029b0c4f1017a58dc78a2341511a7f6ba4925287aa836c1166dbbe",
                "protocolPubkeyBytes": "rfjIo4FPeMHyksV/DrkxdaaFo0k9PsFjAC5HXXT7o2IDdLggDvsEdtGrXJQkKFfQDsbynFrUvJRHUeD7VrLiKhAaYujXj5hAsjuDQCqPlV7iX+9slJP4g5OU7SUBk4x8",
                "networkPubkeyBytes": "AEveStabtB1R9PZEXphnyRq6ZTVo5IQou6QQAixY9xQ=",
                "workerPubkeyBytes": "GzuC0kOVAx3PGuqaj5N4XCRNQ2ObkNzXY2/c3Nqjh6E=",
                "proofOfPossessionBytes": "pWZtjcs7f77SHCRnu15SXUlN4EmtClXZoTkioFoafixoj0sGD9Eu/sn0T/bYwnsh",
                "name": "Neuler",
                "description": "Accelerating decentralization",
                "imageUrl": "https://www.neuler.xyz/img/Neuler_icon.png",
                "projectUrl": "https://www.neuler.xyz/",
                "netAddress": "/dns/sui.validator.neuler.xyz/tcp/8080/http",
                "p2pAddress": "/dns/sui.validator.neuler.xyz/udp/8084",
                "primaryAddress": "/dns/sui.validator.neuler.xyz/udp/8081",
                "workerAddress": "/dns/sui.validator.neuler.xyz/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0x845c70fadb80c272724ad6c5a61a9329f451275402e8656dccec2ff52c3b1eb3",
                "gasPrice": "500",
                "commissionRate": "800",
                "nextEpochStake": "35071918885848104",
                "nextEpochGasPrice": "500",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0x688867eb056d9617f8d70fdf0b9a08c6385a77f0f1870cad1c48b8a2cb9b1118",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35071877396072269",
                "rewardsPool": "63832766274413",
                "poolTokenBalance": "34993647494852342",
                "pendingStake": "52000000000",
                "pendingTotalSuiWithdraw": "10510224165",
                "pendingPoolTokenWithdraw": "10486780488",
                "exchangeRatesId": "0x972b81b15eb41988d89dfd64f5e79119e99c98c6c2e5f1d3af904714a68e3242",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xd30018ec3f5ff1a3c75656abf927a87d7f0529e6dc89c7ddd1bd27ecb05e3db2",
                "protocolPubkeyBytes": "roA5+QeBDoF8KS8n4wcBfLyA4gqrGR0K5ShEcF3fbkGaB+UBtj8Mnd26kC4ELnjzDCSE+c9Gw/j8z30YqxAIfwvmLjf+2QFdOIyQqmtxoxlL6WWmTJ5sSRD0T7O6VICv",
                "networkPubkeyBytes": "etpq3G+il7WLEdEwuiuVyFdcEcva7xvk42XXocOlE9I=",
                "workerPubkeyBytes": "p4Ps9t7w01lQOJIR4DfQ1ZU4i1U0PCYNJ96XM4KVJE8=",
                "proofOfPossessionBytes": "ouXm87PwYUgLxflIDmGt/bR8CQ5IgFQrUTJYKkU6Q40rUgdKQ97BcQxHVIH96wCQ",
                "name": "Aftermath",
                "description": "CEX on-chain. Your one stop DeFi hub on Sui",
                "imageUrl": "https://i.ibb.co/wN35Kpv/aftermath-logo-full.png",
                "projectUrl": "https://aftermath.finance",
                "netAddress": "/dns/validator.sui.mainnet.aftermath.finance/tcp/8080/http",
                "p2pAddress": "/dns/validator.sui.mainnet.aftermath.finance/udp/8084",
                "primaryAddress": "/dns/validator.sui.mainnet.aftermath.finance/udp/8081",
                "workerAddress": "/dns/validator.sui.mainnet.aftermath.finance/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "161",
                "operationCapId": "0xbe8e797611eb28cd1b9331af4ac8afceeec60107619b35bb413ece0ea2c7adc8",
                "gasPrice": "450",
                "commissionRate": "400",
                "nextEpochStake": "105169477645405227",
                "nextEpochGasPrice": "450",
                "nextEpochCommissionRate": "400",
                "stakingPoolId": "0xd45716e74c9713666a906542cb8fde6614c15900173f936580f1f65ce0c22205",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "105169480155171617",
                "rewardsPool": "158943319859178",
                "poolTokenBalance": "104918640777658382",
                "pendingStake": "3500000000",
                "pendingTotalSuiWithdraw": "6009766390",
                "pendingPoolTokenWithdraw": "5995432518",
                "exchangeRatesId": "0xd3c6a049cdeba4f52a5ac5a30adae2a07f4970f88c462a454b5980b027cb5035",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xfdac6c544f156578adb6adfa351bb4d1fc85f9025af67818ffef87ce868b1644",
                "protocolPubkeyBytes": "ruB/qAfQ4XKdvKRS91d9eJVFSpsqeS2f2nhGllZ06j96xR3rG9roISK3dRYmgFmpEr1pMoIkHTAhjoilScQIez7CjhslSox/+Dh6gnpXYu6O9Qdj1B01AdPAIqwzGWVW",
                "networkPubkeyBytes": "qa6/HomZ5p/byJbPCqcrGfiLHuBGogvqlC/koPb08O0=",
                "workerPubkeyBytes": "fi38FOF0BZfOQhgwWVatGAwJji4OZAn2oqAtBcrIf9Q=",
                "proofOfPossessionBytes": "kqCH2sVGyylNLeTsQiSuwrEcdOwd9fBxIkIdYLQTvdirnATQYTp3I+cFv5GeupUm",
                "name": "BiXinKelePool",
                "description": "KelePool dedicates to providing a neutral and reliable infrastructure for blockchain.",
                "imageUrl": "https://www.kelepool.com/favicon.ico",
                "projectUrl": "https://www.kelepool.com",
                "netAddress": "/dns/n1.sui.kelepool.io/tcp/8080/http",
                "p2pAddress": "/dns/n1.sui.kelepool.io/udp/8084",
                "primaryAddress": "/dns/n1.sui.kelepool.io/udp/8081",
                "workerAddress": "/dns/n1.sui.kelepool.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0xd21579e542975a2bcbcc4892ebf242fe657e97ae50573c12f88e3e21657bf0e9",
                "gasPrice": "860",
                "commissionRate": "1000",
                "nextEpochStake": "35065961400226796",
                "nextEpochGasPrice": "860",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xfed857cbe68d5b240c7923bc533cf0b127450b8fc0a46c714b20a880569be61a",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35068997600875365",
                "rewardsPool": "65153400226796",
                "poolTokenBalance": "34991285636930262",
                "pendingStake": "2000000000",
                "pendingTotalSuiWithdraw": "3038200648569",
                "pendingPoolTokenWithdraw": "3031468076915",
                "exchangeRatesId": "0xf62e139dd78669ce4e990926fd048fcb0f8d79d22808ad36d8e3a2f7e3eb0d6c",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x2622b55585033f26b0a86b378de1a6284c2dda531e52ef30ea87a8df81f4630a",
                "protocolPubkeyBytes": "rv03YLO2VS6d17UaZB2bJbsTKal2s2ajHiE31DFeHRPSGJFM0XT8UjrLfzDzdQI4DbflufDyPEnj+7YtTF6rvC2ojA7/MRzY0lFov9m6faJV5u4RaiveR0c0Er6l1Qjb",
                "networkPubkeyBytes": "Xn7yvqt2MzyFBXxUqwmG4Nwh+zZ4BBC2OK0Agw809t4=",
                "workerPubkeyBytes": "7eBiTCP5Fr8okhrsT6m1qMcCrcoyljiBSiz3Ek7pAg8=",
                "proofOfPossessionBytes": "sFGmgvSGRtq8WFFeZYPQ/GqqZs9QmJtSqYbTXH41cOs+x9aajIyOyrm4DIw+8rLB",
                "name": "BartestneT",
                "description": "Experience unparalleled uptime and reliability, backed by 24/7 customer support with Bartestnet - the trusted choice for many projects.",
                "imageUrl": "https://bartestnet.s3.us-east-2.amazonaws.com/public/logo.png",
                "projectUrl": "http://bartestnet.com",
                "netAddress": "/dns/sui-validator.bartestnet.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-validator.bartestnet.com/udp/8084",
                "primaryAddress": "/dns/sui-validator.bartestnet.com/udp/8081",
                "workerAddress": "/dns/sui-validator.bartestnet.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "161",
                "operationCapId": "0xfb4b62eed3700cf341efdd05a7c1d1e3999a707eda80a277de3c0c00c3c9e69a",
                "gasPrice": "880",
                "commissionRate": "400",
                "nextEpochStake": "105221208070894262",
                "nextEpochGasPrice": "880",
                "nextEpochCommissionRate": "400",
                "stakingPoolId": "0xd22ef08c9aaba25ec1258427f195c341ecdf839976d21f09e167c8c2db8de0c6",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "105221091081147292",
                "rewardsPool": "208377779006593",
                "poolTokenBalance": "104975102146064344",
                "pendingStake": "127000000000",
                "pendingTotalSuiWithdraw": "10010253030",
                "pendingPoolTokenWithdraw": "9986850770",
                "exchangeRatesId": "0x978dcb2cf2196804a4591171cf2018be569feaf37df0a586c8e23542613145c8",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xee6e1f8e2726e6bc2bf36ab7dd5736afff076704b12271a332f49f8e7d0bf756",
                "protocolPubkeyBytes": "r60PWt1RSI/PTwyCSkDmfHvghxhn6eGEMZwhiknQlufrs4I8RlSYO5hU/RVnW8+GAuiwJ+aWbDzR/qMGm5+vEdoYP45PjfWmb8o+wGKhOOSKlO93TwQ23+zyaUAps4gc",
                "networkPubkeyBytes": "JEWF8rl1YWQUwzPaWQ6WJ7tFxKu5T/GKl868sQbnqVA=",
                "workerPubkeyBytes": "rDNT+7Dbb3LxTpPyzr5BTKlDitFj/nWo1xrTJIEaQqY=",
                "proofOfPossessionBytes": "rTYzmmvuTh72+qx7xLOHEsm1QNNMDrGYm9VErp9zUyMkDlo/xB15P59dy8u+cbLs",
                "name": "[NODERS]TEAM x Criterion VC",
                "description": "Tell me what node you set, and I will tell you who you are",
                "imageUrl": "https://i.ibb.co/SNyw6yG/1885-oooo-plus.png",
                "projectUrl": "https://noders-stake.com/",
                "netAddress": "/dns/sui-rpc-mainnet.nodersteam.com/tcp/8080/http",
                "p2pAddress": "/dns/45.76.150.11/udp/8084",
                "primaryAddress": "/dns/45.76.150.11/udp/8081",
                "workerAddress": "/dns/45.76.150.11/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0xb5fd4788467b09fe9bba4cb85e436aa84624737197a39d24737763295e222e67",
                "gasPrice": "1000",
                "commissionRate": "1000",
                "nextEpochStake": "35078299513628508",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x328f22912b660b3aa83d02eff5ac40ac4d8ed3045a8282ff5d91230d960118c8",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35078298513628508",
                "rewardsPool": "64795904854185",
                "poolTokenBalance": "34998684301998488",
                "pendingStake": "1000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x12cecb355d3f52cbf5aea526a24ac052f983eb514a98cad1b6c49ad41b8ac23d",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xa92837bac51949cd6bac41dcec57d2a769f3c2cd2e8c0512f3eea0a2a2102b94",
                "protocolPubkeyBytes": "sFHgHeulVw4Me69nVLIO998Z+LC5FgGgqOHWapaILsqW9oyNq8zpTcbGJNMhjrDTE8R8u/CBdEpt6VyTtymvF5KTLr2UFITvjaJDcEcta8JciPr8VTJptmhbi1xIxBx3",
                "networkPubkeyBytes": "+ZRG338J1IA0gaDx7xTArv5qAXZ5iBCqigY1za+X/g4=",
                "workerPubkeyBytes": "zKdYUf1y/xuqSBG54mxIrfBZILVmMdMymoRXIu7HXOI=",
                "proofOfPossessionBytes": "lHT4ijCG5/3fOYJQ/UKVsN5kbJSe1cQ1pmdOPGdUzKAdSF8ZQcwnNR2IvNnZb0ot",
                "name": "P2P.ORG",
                "description": "P2P team consists of 150+ professionals across 10+ countries providing reliable infrastructure and staking services in 40+ networks.",
                "imageUrl": "https://raw.githubusercontent.com/p2p-org/sui-public/main/settings/access/p2p_logo_white.svg",
                "projectUrl": "https://p2p.org/",
                "netAddress": "/dns/val1.premainnet.sui.p2p.org/tcp/8080/http",
                "p2pAddress": "/dns/val1.premainnet.sui.p2p.org/udp/8084",
                "primaryAddress": "/dns/val1.premainnet.sui.p2p.org/udp/8081",
                "workerAddress": "/dns/val1.premainnet.sui.p2p.org/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "54",
                "operationCapId": "0xa308108fb36d5e460e9d6a97454d0519f27f96c3496db01c0907637c063b3edc",
                "gasPrice": "750",
                "commissionRate": "1000",
                "nextEpochStake": "35171265922688838",
                "nextEpochGasPrice": "750",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x3a42798e217450688d4f09bcb722924ef5bc24d752da2c710c38a67774116cb7",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35171465924337027",
                "rewardsPool": "65612713432429",
                "poolTokenBalance": "35088314144518218",
                "pendingStake": "412000000000",
                "pendingTotalSuiWithdraw": "612001648189",
                "pendingPoolTokenWithdraw": "610554764339",
                "exchangeRatesId": "0x125ec96fa8c19e5f1f13b5727ca29327030200fe98dcb9661a87cea19f6ea29f",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x8ecaf4b95b3c82c712d3ddb22e7da88d2286c4653f3753a86b6f7a216a3ca518",
                "protocolPubkeyBytes": "sIKADwnYVGi7T2itDiynaVpFzUk1UOW+0r26cZ/AAMq+DQIFcUtnf1b+3NTTNHF2GEJ+15tuiQTvGX5/9qeMKfR5CNLjerXkPEm/o/duGzSdpN3La/OdHAokkUhFNUhh",
                "networkPubkeyBytes": "7VQXbLk+0wrqpIs3QddsdUKVt25VpRDFozjUHjeTQAI=",
                "workerPubkeyBytes": "HZqpwaNN/8aTpkQN3p4iyDosxXWK3z7rJ0trcvAhais=",
                "proofOfPossessionBytes": "gi0KVOvydzmitr89tqhRYepyCPEz5HhI8bAmeLQOF+jirCU7O2cIXw9tJ0cBgoEz",
                "name": "Figment",
                "description": "Figment is the leading provider of blockchain infrastructure. We provide comprehensive staking solutions for 200+ institutional clients.",
                "imageUrl": "https://s3.amazonaws.com/keybase_processed_uploads/bd5fb87f241bd78a9c4bceaaa849ca05_360_360.jpg",
                "projectUrl": "https://figment.io",
                "netAddress": "/dns/sui-mainnet-figment.staking.production.figment.io/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet-figment.staking.production.figment.io/udp/8084",
                "primaryAddress": "/dns/sui-mainnet-figment.staking.production.figment.io/udp/8081",
                "workerAddress": "/dns/sui-mainnet-figment.staking.production.figment.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "111",
                "operationCapId": "0x8b18b57a83960612f6d51fa013a5730d94a024e588ad3a8579f603e9e18c6949",
                "gasPrice": "830",
                "commissionRate": "1000",
                "nextEpochStake": "72214037902615220",
                "nextEpochGasPrice": "830",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x6e2df5f9240288671b46aa15ebded9eba9e037a4bea81ed762b3c32a4052c89f",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "72214058083469182",
                "rewardsPool": "81092822321023",
                "poolTokenBalance": "72066771804619956",
                "pendingStake": "86010000000",
                "pendingTotalSuiWithdraw": "106190853962",
                "pendingPoolTokenWithdraw": "105974269324",
                "exchangeRatesId": "0xa16f63e0cd345e4de1b748e6e225191e5cb76f390946e0e470121cae53cfe6a3",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xb7847468db546ba85acb9dcdc0c5190b3ca6427d713ff52a4f8183c81f8a39e1",
                "protocolPubkeyBytes": "sM4xNy5mSqck47Uvq5j02Dcd4NbMpJOHMQmzJpQ53/rLCxzhoOHBVhW+bfpWaPyjD4bCxgx1DMh2Mc566BJqkOu4LiOGE3Z1k7yXEtvs/jqao1NC/s+hdhhvYkTxpRCM",
                "networkPubkeyBytes": "v7e/jRVdJxiuf2QuVeu7iQmnw7xMhXDr0rvIoosLPoQ=",
                "workerPubkeyBytes": "UqyOmQreH9hIRu/fkFLmHQ53IhrPxTGX1Fz05nScPTk=",
                "proofOfPossessionBytes": "jXDzDY7ZoA1a0ILznqNojS0SZgVkYpk8PbtCVXks6lQWzUzUN+q7s7USkszC536q",
                "name": "Juicy Stake",
                "description": "Juicy Stake validator by @knox_trades",
                "imageUrl": "https://uploads-ssl.webflow.com/62d8507f3309286f79281dd0/62d855b80ae5fb48b99e4625_logo.png",
                "projectUrl": "https://JuicyStake.io",
                "netAddress": "/dns/juicy-sui-main.juicystake.io/tcp/8080/http",
                "p2pAddress": "/dns/juicy-sui-main.juicystake.io/udp/8084",
                "primaryAddress": "/dns/juicy-sui-main.juicystake.io/udp/8081",
                "workerAddress": "/dns/juicy-sui-main.juicystake.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x415224057e86d9430e5cb91b98c6c9c10b8595be25b7f755b82d19e6674ec12f",
                "gasPrice": "931",
                "commissionRate": "1000",
                "nextEpochStake": "27054682292047837",
                "nextEpochGasPrice": "931",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x7a5b568c2d4590cb49018ecaf0d8f775dcf4d2f04bb7d51bdad2f47b9ce0c39d",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27055012063530254",
                "rewardsPool": "49738592047837",
                "poolTokenBalance": "26995269015724549",
                "pendingStake": "136000000000",
                "pendingTotalSuiWithdraw": "465771482417",
                "pendingPoolTokenWithdraw": "464742962899",
                "exchangeRatesId": "0xe9755b350e47b9cc9c094e3fa828c40023c4b353c8c14d6a92e1261ec5d0cd4e",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xa2ae7af4173722d07df5096a52f305f5d94578f4b78d301056a4b3b05e636488",
                "protocolPubkeyBytes": "sWszg8cseCuYY93DD8zRX1xLtSfRnYjq6kBNodwRfrL7nmbs2gNU5tRHZ2pki+IvC3SH/sTonviafsvaOBQfGEnrRmaZxPdllPJLJA10mbMCoTIn4aw7cqzR2WjkNGqh",
                "networkPubkeyBytes": "8EZ/nAwFHhD0/iG2i6wuErnYnb/Kq6OF3FgJZrhKUJQ=",
                "workerPubkeyBytes": "xN+VXjfWtf3rhAzISnv13beFEImpURzOJdoYQWavB64=",
                "proofOfPossessionBytes": "uS6YCUrbZytbBZ/9ekXsj7RWzqYqGPleyMZQT6JxanLTfHt/IqF3aUtZEesmaf6X",
                "name": "ANodes",
                "description": "",
                "imageUrl": "",
                "projectUrl": "",
                "netAddress": "/dns/8.217.53.250/tcp/8080/http",
                "p2pAddress": "/dns/8.217.53.250/udp/8084",
                "primaryAddress": "/dns/8.217.53.250/udp/8081",
                "workerAddress": "/dns/8.217.53.250/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0xccd77e419dfd71e699b584da3ebc43e7af703a4bb011edbdac9935357be35683",
                "gasPrice": "980",
                "commissionRate": "800",
                "nextEpochStake": "35085982815809380",
                "nextEpochGasPrice": "980",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0x0a98ff7a3393d5e5260b327ab48a1e588cb920131995f423ec278ddec7a39100",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35085984357790107",
                "rewardsPool": "68998105464755",
                "poolTokenBalance": "35003468850605816",
                "pendingStake": "4158900000",
                "pendingTotalSuiWithdraw": "5700880727",
                "pendingPoolTokenWithdraw": "5687473349",
                "exchangeRatesId": "0xc2f938409a230bccfa1e2b640187ad5eca4940b9f3749f4a112c611a38246b43",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x8a0907e2990baebbbb87c12821db4845b034e45f937167e68b4925ac3465335a",
                "protocolPubkeyBytes": "sX8iI79bNpZkRJLu6AvNM4sVk7kQ13ZhFnRI2NJSojd0LmNsMju6OnrBMyG3SCLyDTOUqsAr+t8QHkxUfBSIubqkWwMqhkmOoE2u96d95w4SIvuJtlZWtSMMchW0sGOy",
                "networkPubkeyBytes": "9t7pUNhe4UlfSjnFh/f1qvXLS88oZdrnG6cKw47NeD0=",
                "workerPubkeyBytes": "IYjzEf1uOjau4km3kiIkQDQc0arZsYf2A99+lb3VAro=",
                "proofOfPossessionBytes": "oENFuaVc6nXR1Lg4mGlsilmo+Jau/MEyPVUbQtph2CL0LMkxnRfoM4VC/buF0+4J",
                "name": "MoveFuns DAO",
                "description": "MoveFuns DAO is a DAO for Move developers, with the main goal of uniting the developer community to build a across multiple Move chains ecosystem.",
                "imageUrl": "https://avatars.githubusercontent.com/u/112075428",
                "projectUrl": "https://movefuns.org/",
                "netAddress": "/dns/sui-validator.mainnet.movefuns.org/tcp/8080/http",
                "p2pAddress": "/dns/sui-validator.mainnet.movefuns.org/udp/8084",
                "primaryAddress": "/dns/sui-validator.mainnet.movefuns.org/udp/8081",
                "workerAddress": "/dns/sui-validator.mainnet.movefuns.org/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0xf6370284280520f36acff37fc0a00ddef5148b6ed313a9722340a81c2f8b6873",
                "gasPrice": "950",
                "commissionRate": "1200",
                "nextEpochStake": "27056674344270017",
                "nextEpochGasPrice": "950",
                "nextEpochCommissionRate": "1200",
                "stakingPoolId": "0x42fc800bffc06578aea6e9e636f78578a002dbbd3a20febbbdd372c77f8f6f88",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27056672144270017",
                "rewardsPool": "48733812952088",
                "poolTokenBalance": "26998112676500305",
                "pendingStake": "2200000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0xccf70371aeb8efdc98cc446fed5d4078bb8f38e76da20c2a8afe46eac4d59257",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x60ce054d9dc5771fcbeb9a52a1881a97d3092efc8eb29befc3e60281dbe80ca0",
                "protocolPubkeyBytes": "sk/4mJIEdCTswTaBqwk1iT24DYZkiFt1JqSgua9Yx/9ljAOzULZL5KpF9zoDjVT6DI1uHlaS9R1hXGvfGgYVhepXIMpgGVpEcDyV6QPiZuZXN51wx1WBWdaOcgYJ3/MM",
                "networkPubkeyBytes": "xTaWrU/ALsaRdRe0zu4O1IYDrplzR/wDAAFH7Kkcgi4=",
                "workerPubkeyBytes": "TZUDYEhX51o3mJQeltj3KrUb3dYdNlTxRh/NwEgEWrM=",
                "proofOfPossessionBytes": "iQKLmJUweOUwQQ6NpKtax+uYyrYgiD1M4wabePsvxJX4mHhoE+Bf10pADXLsMjhe",
                "name": "Galaxy Digital",
                "description": "Galaxy is a digital asset and blockchain leader helping institutions, startups, and qualified individuals shape a changing economy. We provide platform solutions custom-made for a digitally native ecosystem.",
                "imageUrl": "https://s3.amazonaws.com/keybase_processed_uploads/09f6187142c890cf9fb7b6bc0811e505_360_360.jpg",
                "projectUrl": "https://www.galaxy.com",
                "netAddress": "/dns/sui.bci.glxy.com/tcp/8080/http",
                "p2pAddress": "/dns/sui.bci.glxy.com/udp/8084",
                "primaryAddress": "/dns/sui.bci.glxy.com/udp/8081",
                "workerAddress": "/dns/sui.bci.glxy.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "162",
                "operationCapId": "0xf7dc240dcaef04d5822f1d01d92e6caf617d34f8e71deda1266f3bb93bec0efb",
                "gasPrice": "940",
                "commissionRate": "400",
                "nextEpochStake": "105726333345096086",
                "nextEpochGasPrice": "940",
                "nextEpochCommissionRate": "400",
                "stakingPoolId": "0x5926d735bbb483c3d7d7b650190f1e1c6712d56855c66f4f5e7652c11d6e2f90",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "105726237551781905",
                "rewardsPool": "210811663612603",
                "poolTokenBalance": "105476503345668666",
                "pendingStake": "151330000000",
                "pendingTotalSuiWithdraw": "55536685819",
                "pendingPoolTokenWithdraw": "55405503528",
                "exchangeRatesId": "0x8a24723af779f67156d6ea8505cf7be6f11c6c96be12655158058ed81048e328",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xb788ef0e41bc4105cd4c90ff269d07ccf0c8c62552b981c38966f338f69e0e09",
                "protocolPubkeyBytes": "smfCI0+2d3pqb6FeMdRec3iM4Q3d7pNMk+eeYtbBoVY9XVlep37clMoJwAcv9ylyAPEkWmXPivX3XcZXZD6nB41QTPkp7lObXI1ToQoSiZAM1tBmJ2GhhEsljIYGE139",
                "networkPubkeyBytes": "tmwim6LD1XJqrJuVG+yW0vUu0fJkU63w1Ln73HctDjs=",
                "workerPubkeyBytes": "qX35ehlplmEaM7lj6FQQmW1FvZn7uML+4r9LsC8lW7g=",
                "proofOfPossessionBytes": "me+WC5krLyKmlGZ0JxMuYHyxsLt1YTh5e+GxouEgZLKWe0/PmobT3EPF2xkYejLA",
                "name": "Peeranha",
                "description": "Knowledge-sharing protocol for Web3",
                "imageUrl": "https://images.peeranha.io/peeranha-logo.svg",
                "projectUrl": "https://peeranha.io",
                "netAddress": "/dns/sui-validator.peeranha.io/tcp/8080/http",
                "p2pAddress": "/dns/sui-validator.peeranha.io/udp/8084",
                "primaryAddress": "/dns/sui-validator.peeranha.io/udp/8081",
                "workerAddress": "/dns/sui-validator.peeranha.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0x58a5e32377f7d1e059dd399e1ab2f1bf3ca02b0d5f98203b9c2af8d63a65f7a7",
                "gasPrice": "1",
                "commissionRate": "800",
                "nextEpochStake": "35072285142715366",
                "nextEpochGasPrice": "1",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0x122a6e97b126d39c754c679cb1538bad4c2b95d4ab13a32674217db6ad5c6fc8",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35072285144509522",
                "rewardsPool": "63935033130278",
                "poolTokenBalance": "34993954929900161",
                "pendingStake": "1000000000",
                "pendingTotalSuiWithdraw": "1001794156",
                "pendingPoolTokenWithdraw": "999556756",
                "exchangeRatesId": "0x6f6120d76544c3f57c81193b2f95a2d45bf09d668707e19f852f2169a8d8555e",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xe05098c2049b9e4c37be7a3be42214498603b981d514a581ef741dc628651b1a",
                "protocolPubkeyBytes": "st3SAp8VjBm3ZEejdv8nyl1k20UbRgEquo1Jjj3DLp22bejiHISis95vaqEDm/oNBfRdQJ+jwmZB5Ips8l6iSpFixZQNEQLkWcLf6RzC827XgsK6pICCy8f0bs7DV0xU",
                "networkPubkeyBytes": "cvMHSrRWtJcybaYQVryYIEKAxFIIZ30Q1qSoIxmtfVc=",
                "workerPubkeyBytes": "YLmCyg08Jz79mpY9L60IvzXpFnBENnk+gSutMP5UuU0=",
                "proofOfPossessionBytes": "rYjG3A5szgyPPUXWSrI1ij6pLIKtYpr4FpoJUTrEkNmJi7oF7KfK7/1Z3CS3pYFI",
                "name": "Chainode Tech",
                "description": "Chainode Tech - Your trusted Swiss-based provider of non-custodial Sui staking and enterprise-grade Web3 infrastructure solutions",
                "imageUrl": "https://chainode.tech/img/ctlogo/ChainodeTechLogoColor.svg",
                "projectUrl": "https://chainode.tech/",
                "netAddress": "/dns/sui-mainnet.chainode.tech/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.chainode.tech/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.chainode.tech/udp/8081",
                "workerAddress": "/dns/sui-mainnet.chainode.tech/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "444",
                "operationCapId": "0x18668c5a3adec66e6daeaf308c02b9b97d5b34ac5b8ca44a4fd745266143771b",
                "gasPrice": "850",
                "commissionRate": "300",
                "nextEpochStake": "290488236956963006",
                "nextEpochGasPrice": "840",
                "nextEpochCommissionRate": "300",
                "stakingPoolId": "0x54888b9f656ae338c6988ca5bd9834ab1a066064592412a138e0d465ac2f87f3",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "290490617634215536",
                "rewardsPool": "459065496277068",
                "poolTokenBalance": "289796354136052139",
                "pendingStake": "942010000000",
                "pendingTotalSuiWithdraw": "3322687252530",
                "pendingPoolTokenWithdraw": "3314746133835",
                "exchangeRatesId": "0xe9c51fb51bfe69bdb2e10282fbcdd69f76aa97ea1fc10ae573fa6ae3903179bc",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x7e254f0f55e24b8a6995567241618f750d0d94f2cf49b36703869779d2ee4327",
                "protocolPubkeyBytes": "suZGxE1JSKbrc8RIe5n/S17VTnv337BV5VfFNFbbiYS/ivy4aMqdqz4rZ8nq986SFDVJqEnRF/dCrzUdIO7B9hD7jWzaCXA8vMlzDGIfT74Iq6quZRwAmagZySSuVJWu",
                "networkPubkeyBytes": "7cDA7OhKs77709TIBtJbRNDzIEhCao6PAx9QEuhZpUY=",
                "workerPubkeyBytes": "4qfK0UycfTRY4vDgbZAyWC01TnwbVUooHttTSM5chXo=",
                "proofOfPossessionBytes": "lz/pKOc0IsNEPFvv3XCOhF2l7qK6LRKTbimIKM6221HH+OpAC7fxRjANXtR/RSeH",
                "name": "Luganodes",
                "description": "Swiss based leading institutional-grade staking provider",
                "imageUrl": "https://static.lgns.xyz/logo.jpg",
                "projectUrl": "https://luganodes.com",
                "netAddress": "/dns/sui-mainnet.nodes.lgns.xyz/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.nodes.lgns.xyz/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.nodes.lgns.xyz/udp/8081",
                "workerAddress": "/dns/sui-mainnet.nodes.lgns.xyz/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "78",
                "operationCapId": "0x2aba51788f5d8157009152d08687474ada3ac00f0e6db7d4747488325aa728c3",
                "gasPrice": "900",
                "commissionRate": "500",
                "nextEpochStake": "50678518394685761",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0xb32d97e2bbbd8a4e1d826d69124f69cd12d1ef73c550768f5b43025f73ab70e2",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "50678079971606277",
                "rewardsPool": "44426149709914",
                "poolTokenBalance": "22293347995706515",
                "pendingStake": "1525100000000",
                "pendingTotalSuiWithdraw": "1086676920516",
                "pendingPoolTokenWithdraw": "478030477115",
                "exchangeRatesId": "0x301a008fbad204ed62055ea2f8ea12b01c306e005df8f0b6ba0c8e847a7acaff",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xf72816357f8e5638c90ec5b0f7eecee362bac0ef7e64822ea6d686730251a7a0",
                "protocolPubkeyBytes": "sw+joe5wuwX54f+SnRS27iawt3gSaiHUPqG94sY8qWEILlpzVhHE/Br16RDKKBgWAsYhCyaVKGejVnMVfulTv/q4S68/ipz68Q7fkuuFvo32EkA2wxBjmtavnrDeEb0I",
                "networkPubkeyBytes": "X5IEBx0l4C831OSSrUS16zQ0RJqaJsnfnRAcwnZm0IA=",
                "workerPubkeyBytes": "KBui/RARvw7SIhUt+Ng3z7KBmBx3+Dpkv7oPj4pfHNQ=",
                "proofOfPossessionBytes": "lQvQt90DtBWKCrlKYYJcMyCqu1N9U1Xd7WVjpGl3POqWDw05YfTYxk4XSTBccqYN",
                "name": "Node Guardians",
                "description": "Sui Network is under the watchful eyes of the Node Guardians, delivering protection and rewards - nodeguardians.io",
                "imageUrl": "https://cdn.nodeguardians.io/ng-logo-bw.png",
                "projectUrl": "https://nodeguardians.io",
                "netAddress": "/dns/sui.nodeguardians.io/tcp/8080/http",
                "p2pAddress": "/dns/sui.nodeguardians.io/udp/8084",
                "primaryAddress": "/dns/sui.nodeguardians.io/udp/8081",
                "workerAddress": "/dns/sui.nodeguardians.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x285a25517443d6d12cfd62034b55623bf3d25d9ce8cc1ce33a3c9cc4aa284a80",
                "gasPrice": "950",
                "commissionRate": "1000",
                "nextEpochStake": "27061155062800722",
                "nextEpochGasPrice": "920",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xea7fb9070ac3f6964df8420322a8e194b8f2c4138b9f866e35ebfd4494805711",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27061154062800722",
                "rewardsPool": "50109132918193",
                "poolTokenBalance": "27000905078267974",
                "pendingStake": "1000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0xbac05feb6fcdfdf358bb763c76389310bf22879ddb8ecff5182b3466c704a4f5",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x3b5664bb0f8bb4a8be77f108180a9603e154711ab866de83c8344ae1f3ed4695",
                "protocolPubkeyBytes": "sz7y/gLKPxoXuA6Kw8FCpmFj+fFSQSNsJTie2ho9fW3Eo2WCZGlQk/Skth1HEnYVCZWHtHU/2lyQQTSEtUFciBMvbk9J1eLDRAVPi1CMWml2hrbdRCfsOzILoM4C1umf",
                "networkPubkeyBytes": "bexxCevFan/cekpqEV7PbkoEbca3XS9bh7PazWRpp/I=",
                "workerPubkeyBytes": "5O8ipP5GTAZYkgMxfubmy6MDLH7DSfPDdYezEtXVHF8=",
                "proofOfPossessionBytes": "k44cxiThKuEGPn37gTPbFpgOcWqnwU1oVzXvJeYmR1RDGaIft6GRv3jw4RebI/ig",
                "name": "BlockEden.xyz",
                "description": "BlockEden.xyz is a suite of APIs powering DApps of all sizes for Aptos and Sui blockchains. Build DApp and scale faster.",
                "imageUrl": "https://blockeden.xyz/img/favicon.svg",
                "projectUrl": "https://blockeden.xyz",
                "netAddress": "/dns/sui-mainnet-validator.blockeden.xyz/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet-validator.blockeden.xyz/udp/8084",
                "primaryAddress": "/dns/sui-mainnet-validator.blockeden.xyz/udp/8081",
                "workerAddress": "/dns/sui-mainnet-validator.blockeden.xyz/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "56",
                "operationCapId": "0x4dd34572682e120d921139d9f318ff5c4c5a20fab0bea6a4c6108716cabf4f4d",
                "gasPrice": "995",
                "commissionRate": "1000",
                "nextEpochStake": "36065472055111105",
                "nextEpochGasPrice": "995",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x4e22f6c2af318ea142ddf47912b06b03da5246806a558993e0f21f7d2937a5d0",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "36065469934155478",
                "rewardsPool": "59145823548916",
                "poolTokenBalance": "35985263910144914",
                "pendingStake": "3121111000",
                "pendingTotalSuiWithdraw": "1000155373",
                "pendingPoolTokenWithdraw": "997931127",
                "exchangeRatesId": "0x6e4cf881b1acbbfd01ecec639108cde7ffc38967357b1e5dbf47a97aaf53bbf8",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xc64e58562d424e248abce5b886b264209c23d05b7b75bc5a1a5e137700f0ddf8",
                "protocolPubkeyBytes": "s6tGVGlyXrPUoM910Ngdh/sHYAAFADyV2e/LezjAax8cdw9BStbm6LlU0Pm7zjTVF25DXm8UqfbUJjeTa7Mf84HklRO0RbOwxYvWxv/8p9lJpXpvhlwfLHi/ozEAdqhY",
                "networkPubkeyBytes": "q2nxhiAYby7rraskG8b7XP8SjEJ3zRoGxduarAQjbFw=",
                "workerPubkeyBytes": "dOEo0oMXNueKSN/uEKUnW7DXmDafjEKeS24klpgwQJo=",
                "proofOfPossessionBytes": "mRZWSwGlNCaY97v8E0bfz6yToLd1I/epmKQkoD8WYBc8MXPJA4xKdlwE60pPjr9m",
                "name": "TDMTech",
                "description": "",
                "imageUrl": "",
                "projectUrl": "",
                "netAddress": "/dns/sui-tdmtech-validator.ankr.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-tdmtech-validator.ankr.com/udp/8084",
                "primaryAddress": "/dns/sui-tdmtech-validator.ankr.com/udp/8081",
                "workerAddress": "/dns/sui-tdmtech-validator.ankr.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x0104af2ee33e21704901ec19360795222008768bee92a91ca53ebad2f3ce3d83",
                "gasPrice": "1000",
                "commissionRate": "200",
                "nextEpochStake": "27057571813865846",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0x09de8478f4535a0c073c6bbff5b9828c20c59a48a7176fe1db54b59dfb884948",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27057570588865846",
                "rewardsPool": "55060896541236",
                "poolTokenBalance": "26993129734418097",
                "pendingStake": "1225000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x940fe60e8c72eb2ccda46722aa6a393af84cf1901a52c59ffb98ecce57e41f08",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xa36a0602be0fcbc59f7864c76238e5e502a1e13150090aab3c2063d34dde1d8a",
                "protocolPubkeyBytes": "tEYrgEBlsgYyT5I6U8KlYPOtbRdX0Eding4LjBJnPpP2t8j05gEO17a7hWrK+MnPCsPKtvxwUuhee2JJvfI0vl89B90KQ1iyzhZAbVCaInRUXnom9vtLFEGrKY5DLzCi",
                "networkPubkeyBytes": "962xWyhwdrqQnx0punmpHnzbMBTTBT43N+i5NtcP/OE=",
                "workerPubkeyBytes": "/MlxuFbxQWxU8nnDUc349KWdFntZi4jnvARg1qVMGoY=",
                "proofOfPossessionBytes": "pfGq3tOSb10xlMkPTSgmniRhtM4AWoixCcfPCZ5K3kVh06oJT6fKkPVDZa8kBLcC",
                "name": "StakeWithUs",
                "description": "Secured Staking Made Easy. Put Your Crypto to Work. Hassle Free.",
                "imageUrl": "https://raw.githubusercontent.com/stakewithus/sui-testnet/main/stakewithus.jpg",
                "projectUrl": "https://stakewith.us",
                "netAddress": "/dns/sui-mainnet.stakewith.us/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.stakewith.us/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.stakewith.us/udp/8081",
                "workerAddress": "/dns/sui-mainnet.stakewith.us/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0xa9ee6b8d9782035545b62adfc10b63f557967a58c730b97e9dea8055bae4faf4",
                "gasPrice": "1000",
                "commissionRate": "500",
                "nextEpochStake": "35071740675741127",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0x7427dac3b46ca80ba6b90e15419017c12bde8ca2667861fc293d7f1f456e0973",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35071178517617621",
                "rewardsPool": "66447673893855",
                "poolTokenBalance": "34989710025511554",
                "pendingStake": "563160000000",
                "pendingTotalSuiWithdraw": "1001876494",
                "pendingPoolTokenWithdraw": "999549188",
                "exchangeRatesId": "0x17913711b20e41d80586c6f17c23f00dbb64d7b4f7c530ef3074816c5a8241c7",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x59031a8ba47e04dade3eea9dba0c7ccf8ed3ab9d51d7561add640f687add04ed",
                "protocolPubkeyBytes": "tEemEK46P3fCQf+WsTrm2LOlPkmJ3voCs1gB6ytQLNK7H/LGTxS3ww0U2G9NWAqXB6Uyoay7sUv5arJIDnE1dNO9CsagKKDQmxUtE9Ku7s16t+Om096s09tRVj7lH4Rw",
                "networkPubkeyBytes": "u2/PU86Tb9CCQP7pH6gSlVKpTk44LhrzhZKwT3KhKKU=",
                "workerPubkeyBytes": "MMMgtiwn6Yn9ioImBcM6psMB0gy3LQ138LMlmon9AYI=",
                "proofOfPossessionBytes": "man39Js+rao9rUZHeAF1Ui51tiu2aKyQ0ewrt0Exeur+07hHpsS7IM3T22pkvLiD",
                "name": "Brightlystake",
                "description": "Brightlystake a Non-custodial pos staking provider.Reach out to us at https://linktr.ee/brightlystake",
                "imageUrl": "https://raw.githubusercontent.com/Brightlystake/brightlystake/main/Brightlystake-logo.svg",
                "projectUrl": "https://brightlystake.com",
                "netAddress": "/dns/sui-mainnet.brightlystake.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.brightlystake.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.brightlystake.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.brightlystake.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "56",
                "operationCapId": "0xb7dad891a692307109a4d305b4036d1c4dc5885b1cc5d278b8816001ad22bb4d",
                "gasPrice": "900",
                "commissionRate": "800",
                "nextEpochStake": "36066982909126806",
                "nextEpochGasPrice": "890",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0xc405c58750d6b604e3fd120ecceda2de597f3a6f606c2f8b66dd2c571487510b",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "36066929674866414",
                "rewardsPool": "59394436422645",
                "poolTokenBalance": "35986475992242085",
                "pendingStake": "57235840000",
                "pendingTotalSuiWithdraw": "4001579608",
                "pendingPoolTokenWithdraw": "3992653376",
                "exchangeRatesId": "0xbefe80c2ded193febb90b232d4d0ed7073a9ff0093578a243fb9d6547e60df23",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x51ff201c85824151a1c4f80637f39032788b0f00de88e97a6f7deb56d2e38f49",
                "protocolPubkeyBytes": "tKPHPqpZNR49Qe5DrZG5yEI8bruilJ2QrUky1wGKT3TrAy7J7GIJMWkPvjEMAMLhEU407GDyKivgRaNCvVxBsUgeaaZwfaAl6WO3nUi24eXKqaYQqe0ikCZz4DZqUVqX",
                "networkPubkeyBytes": "qku+sysdwOKHv/MEPQRJzYybBdScEU96pIfvjzZMu/g=",
                "workerPubkeyBytes": "cK/5d8GMJ+DZlPawG4psFVCJHpFSCqqzxN2QpvA/r8A=",
                "proofOfPossessionBytes": "iV91Ok/O+vUED7SHjrDdbOr+niXQuaIhn9nPnoNZjJF3r/9NAvYS2GmRA4D1sAI0",
                "name": "Ahoy Validator",
                "description": "Ahoy offer professional validation services using the best hardware on the Seven Suis",
                "imageUrl": "https://pbs.twimg.com/profile_images/1599989622544949248/r6mp5dTW_400x400.jpg",
                "projectUrl": "https://ahoyvalidator.com",
                "netAddress": "/dns/main.ahoyvalidator.xyz/tcp/8080/http",
                "p2pAddress": "/dns/main.ahoyvalidator.xyz/udp/8084",
                "primaryAddress": "/dns/main.ahoyvalidator.xyz/udp/8081",
                "workerAddress": "/dns/main.ahoyvalidator.xyz/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "154",
                "operationCapId": "0x5ee56001c36b3f789bd7ba1663c15bf585e306340d838b6a9e5d900c359bb12b",
                "gasPrice": "1050",
                "commissionRate": "495",
                "nextEpochStake": "100493855982879060",
                "nextEpochGasPrice": "1050",
                "nextEpochCommissionRate": "495",
                "stakingPoolId": "0x1df10c02c8cb2c3ba3134372b81ad182db98cc2d806b9fdbdcce4032fda807f7",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "100493790983202954",
                "rewardsPool": "227001434261945",
                "poolTokenBalance": "100257245858401769",
                "pendingStake": "67000000000",
                "pendingTotalSuiWithdraw": "2000323894",
                "pendingPoolTokenWithdraw": "1995615476",
                "exchangeRatesId": "0x30ef5c5ea50fb56fd1188213687d20277e73c2157fde28f7e6aa3383b3f761dc",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x00ae78d3e5ba5d6b8de32455474f52811b95617cbad39ebf4f9e2daf67187407",
                "protocolPubkeyBytes": "tPXVIhIm9o44a2aFVgy7hdHDyA4FJaV9au3Ei5BnhVplqlzMD+2hDXuyURrz60fKEFfO0iY28QWzz6VdpHEH4uZalSZ7FXFsRh32qUHm4QhRB+p3zjWwjo8SKje90iy3",
                "networkPubkeyBytes": "UamRHf6oWOgeq1L6xP0lGrVv+XNWFx8NHs5YbFmEQhs=",
                "workerPubkeyBytes": "dSO8RET9IaPjGfLR9SslfFaolgGTXSkmohFCrg7WXXg=",
                "proofOfPossessionBytes": "hPV4Q8yHyNcxm9RKxcfJdh2wD9Myj7k+mTZ9pgOXWx5rFHOmerAEwJvocfUqWp74",
                "name": "OKXEarn",
                "description": "OKX Earn serves as a one-stop shop for all the decentralised earning options available on the OKX platform and we are the leading staking service provider for blockchain projects.",
                "imageUrl": "https://raw.githubusercontent.com/okxEarnSuiValidator/OKX-SUI-Image/main/OKX-logo.png",
                "projectUrl": "https://www.okx.com",
                "netAddress": "/ip4/43.207.255.138/tcp/18080/http",
                "p2pAddress": "/ip4/43.207.255.138/udp/18084",
                "primaryAddress": "/ip4/43.207.255.138/udp/18081",
                "workerAddress": "/ip4/43.207.255.138/udp/18082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "88",
                "operationCapId": "0xdceda0a7e47b970e7c46dc8714dcea6d25e863c61249c36e24ae182d333d8af6",
                "gasPrice": "1000",
                "commissionRate": "0",
                "nextEpochStake": "57474268649053158",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "0",
                "stakingPoolId": "0x3b29dc1e8e7e9e358e21c93d5ecb61f94ade7f9a39a944dd3396bacb29cbc9ed",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "57419790521543683",
                "rewardsPool": "75664889308589",
                "poolTokenBalance": "57274546544333161",
                "pendingStake": "73948825259597",
                "pendingTotalSuiWithdraw": "19470697750122",
                "pendingPoolTokenWithdraw": "19421446410919",
                "exchangeRatesId": "0x39e9c93e65d4924d33f668394395afe2a5a0083e381dd0531b476cd0187e0d6a",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xa2bf32db91ad54684cfd8a4e1d85f7672875d62421d40a8d993f601cff9b61ff",
                "protocolPubkeyBytes": "tP0nozWnb1PrsKpt6jOdOAdLXaJ5JauCFTUQ6ftKsL+dCtwNU023IF3j4qikiNyMDY+JkknSElqld0yHcuh78Pbi529o3pNyXowPm+8N0FQO/tnwentOHR82RptRf8PI",
                "networkPubkeyBytes": "3MdOL550JgSGc82iXKqnPdslkmFlwoJAxMRLXt2B8xc=",
                "workerPubkeyBytes": "snAyUyJ1k3yU/GgCLInjeMSGuj65+KC3BMd9yJ5oToY=",
                "proofOfPossessionBytes": "kfegHiogI8Lz/kDULKMP/wDJLaidqHhxs8RaV6Eb/+RiE3tgX0KZ5Wmk/296mRFB",
                "name": "Ankr",
                "description": "Ankr Staking - makes staking, liquid staking, and other yield-earning opportunities easy and accessible to any crypto investor",
                "imageUrl": "https://www.ankr.com/_next/static/images/ankr-blue-symbol-98148d4885e995a17721d2bbc07d3fe9.svg",
                "projectUrl": "https://www.ankr.com/staking/stake/",
                "netAddress": "/dns/sui-mainnet-validator.ankr.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet-validator.ankr.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet-validator.ankr.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet-validator.ankr.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0xb60539e89bb41453248c6a7f91a74b7029096eb27b37251cb0a86bd6a88cb086",
                "gasPrice": "1000",
                "commissionRate": "200",
                "nextEpochStake": "27194390230799894",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0x2670a8da73db0670b9b4eb928bf3423a0fbfcef39c3eac222749274add6d1cf2",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27192144225783822",
                "rewardsPool": "55056988475066",
                "poolTokenBalance": "27127452545833216",
                "pendingStake": "3623000000000",
                "pendingTotalSuiWithdraw": "1376994983928",
                "pendingPoolTokenWithdraw": "1373719033418",
                "exchangeRatesId": "0x972c7e3c7faebc6c0e7f79ba2a212fc3ccd1e74e17bde58ae3bc48b4078512cb",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xad1ca3844353d0c1b86fea2d848fda0c62439168c29e132ef17f9964a19a551f",
                "protocolPubkeyBytes": "tRsvC8cgLpW2/CzthKXkxxDrhsr6Hg2Pd0er0Hu+73mY07hIeRTLA0h0MErxCQkiETE0Rmt51j0JRaP54V+69DR/1usxBWF7S7AGxU+UmGgzdAbOMSeCFHLPeEWlUXv+",
                "networkPubkeyBytes": "o885ym+bR6LN+x1OYgwh0f2XczdFgwdor60VVneMEDE=",
                "workerPubkeyBytes": "bqlzB8mOgNV89v7QW4BPJnuY/NbN7TK8mSsLwgh+eoQ=",
                "proofOfPossessionBytes": "svYjy5mXCSfk30CP8vrz6mviBTwpGbshp2xyhjcWb+xAporffSqjDw/76IUf+ehg",
                "name": "TestnetPride",
                "description": "Staking provider for different Proof of Stake blockchains with a high uptime and 24/7 support.",
                "imageUrl": "https://gist.githack.com/Hacker-web-Vi/7ca0ef48784c3b5a14177b1525640490/raw/575293786bcb5e4ce8dfaedc7105442842cdbe65/logoTP.svg",
                "projectUrl": "http://testnet-pride.com/",
                "netAddress": "/dns/sui-mainnet.testnet-pride.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.testnet-pride.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.testnet-pride.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.testnet-pride.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "266",
                "operationCapId": "0xd7e7071fcf1d1808764ee93212c742e18bed8bd5206883d9b363df7c8cc44a78",
                "gasPrice": "745",
                "commissionRate": "300",
                "nextEpochStake": "173795121482541574",
                "nextEpochGasPrice": "745",
                "nextEpochCommissionRate": "300",
                "stakingPoolId": "0xe5a0b2a9cb9304ccf001fa266dab94c7321b37907303d0ce26ca2c84ccb3231b",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "173795075741552912",
                "rewardsPool": "400674603390003",
                "poolTokenBalance": "173375101104119573",
                "pendingStake": "201000000000",
                "pendingTotalSuiWithdraw": "155259011338",
                "pendingPoolTokenWithdraw": "154883828979",
                "exchangeRatesId": "0x446219a7fc88ac3cc4c1846629b97d8d46d39c226e395c9c8b2bed469f3e0622",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xfcb6007ef5f253d4e8ad894a4278bd780a1e1b7b5a17ffbf47f10e73b2508e66",
                "protocolPubkeyBytes": "tV1z8f6fmOQNOgl3GaSDtnptGjQSfwufdJE3+btSVrchXzt1MvPe9FhJhUP6YJFFFssE1Oko7wSMIgcE3J32uPNIeh2qx5V3bu2VpeaAuxpvqrJ1PHkehDR8JZurhqbM",
                "networkPubkeyBytes": "i7Ip9LJFlXE1f2mWvrRS4LH9zqDfbK+WQ+Rt7nCMACM=",
                "workerPubkeyBytes": "l0Ga6oq04HInDWaPFDG/30oJCTLLDQHGTki0Mrl6OKc=",
                "proofOfPossessionBytes": "oxJR35G5EUklgA+od1QwJKW0Atd5UOC+s1Cy2CkaahwrTph1v1RN7LGPfHoGEw07",
                "name": "ONBUFF",
                "description": "We are a team utilizing global IP to create a blockchain game and NFT web3 market.",
                "imageUrl": "https://onbuff.com/onbuff_logo.png",
                "projectUrl": "https://onbuff.com",
                "netAddress": "/dns/mainnet-sui-validator.onbuff.com/tcp/8080/http",
                "p2pAddress": "/dns/mainnet-sui-validator.onbuff.com/udp/8084",
                "primaryAddress": "/dns/mainnet-sui-validator.onbuff.com/udp/8081",
                "workerAddress": "/dns/mainnet-sui-validator.onbuff.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0x7915e8f220aee4417ac3f194b3c94663abf3a8a8e0738c7ac58f2bd82aa218ea",
                "gasPrice": "900",
                "commissionRate": "1000",
                "nextEpochStake": "35068100752651354",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x9a50b974b4b1003518c68497ee958bedd790bc270b7ca58ec91589bbb8cdd024",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35068099752651354",
                "rewardsPool": "62597485704994",
                "poolTokenBalance": "34989094294667975",
                "pendingStake": "1000000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x4e10531613731e781961f273db7fc5b43233b9bdb5b5d97656739b6288fb0eb9",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x4fffd0005522be4bc029724c7f0f6ed7093a6bf3a09b90e62f61dc15181e1a3e",
                "protocolPubkeyBytes": "tkYbm/p0Xhx2qdstnjoWdfCwyiwZKTRz9+W7zCv+IqzfIX1lMeRxOccA+yuh4NxBA4JbaT0RmL2vmiJuj0ky1uJgelaAJ/cVj+G9Nhcw4RLw2zf8bCHu/KjpPTmq9HtT",
                "networkPubkeyBytes": "0Mfg9FEcDkWBRgl8KNgKNG0EZvwbUgXJjGyNPCk3dBE=",
                "workerPubkeyBytes": "cjp6KVZdQOoJZ1JqWZSqV4gBOX3+FlHtW7UVWR5KZWc=",
                "proofOfPossessionBytes": "uJBqM4qn7Fu8/RyZGlrcCQ589L/81w8QzNlrxKfO1VEnvRyd4XLqJNDxbMmnDj0x",
                "name": "Mysten-1",
                "description": "Creators of SUI",
                "imageUrl": "https://sui-examples.s3.us-east-1.amazonaws.com/logo-1.svg",
                "projectUrl": "https://mystenlabs.com/",
                "netAddress": "/dns/mysten-1.mainnet.sui.io/tcp/8080/http",
                "p2pAddress": "/dns/mysten-1.mainnet.sui.io/udp/8084",
                "primaryAddress": "/dns/mysten-1.mainnet.sui.io/udp/8081",
                "workerAddress": "/dns/mysten-1.mainnet.sui.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "327",
                "operationCapId": "0xc0737e396e637c9c5c618645de35bf63e497c19fd6016ca83e4947e1c90787dd",
                "gasPrice": "1000",
                "commissionRate": "200",
                "nextEpochStake": "214098908816454209",
                "nextEpochGasPrice": "1000",
                "nextEpochCommissionRate": "200",
                "stakingPoolId": "0x748a0ce980c3804d21267a4d359ac5c64bd40cb6a3e02a527b45f828cf8fd30d",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "214098463341352950",
                "rewardsPool": "453248120270926",
                "poolTokenBalance": "213582588184990999",
                "pendingStake": "15205025484748",
                "pendingTotalSuiWithdraw": "14759550383489",
                "pendingPoolTokenWithdraw": "14723986908447",
                "exchangeRatesId": "0xc119372b8e39bb59bca81e8dfed8347cd1ffe68c14215f3a99380441eb8c646f",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xdac37b139f9376a45bf6fda1dd691962008ac9647f59086c90a6ad2777f27336",
                "protocolPubkeyBytes": "ttsA9UDvyD0WR5QhwH8PFk6nUMZBdoQSsgpJXGNtIdQ875wUSuH3y0mlY2u9+emaF7wFq0bTncDrRWQB+LJzDCrYdUGkC/7A/Vh1bJhmO9II96ARNaZ/Peo6XAaxxkOK",
                "networkPubkeyBytes": "+RauyB+yM2Orv66rZooVE+BydiG2CzsxvzT/FEmUFVU=",
                "workerPubkeyBytes": "tACOSwZF4dXBIJzmOpiqIB5vgvsKTIK0MJ+noyD0mt0=",
                "proofOfPossessionBytes": "uQfpM2uyONXPXmIpNqMqDFXtmQ0Lj7XtwlKHbxjGsyGt7lN/Y8IjIrSLdsjTH+gC",
                "name": "Imperator.co",
                "description": "Imperator facilitates investors and token holders in securing proof-of-stake networks through non-custodial staking",
                "imageUrl": "https://imperator.co/images/api/imperator.png",
                "projectUrl": "https://imperator.co",
                "netAddress": "/dns/sui-mainnet.imperator.co/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.imperator.co/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.imperator.co/udp/8081",
                "workerAddress": "/dns/sui-mainnet.imperator.co/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0xddff43870a528b8623ce56fd822d01b4a6990e00ec0b85fc69cff7e560cb917f",
                "gasPrice": "950",
                "commissionRate": "800",
                "nextEpochStake": "35087439173696622",
                "nextEpochGasPrice": "950",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0x5a006ab3891519f020d9f751081409a800b531085b5b4ff20aaf30f3a0827795",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35087242259963465",
                "rewardsPool": "65249623813608",
                "poolTokenBalance": "35007227025863986",
                "pendingStake": "345000000000",
                "pendingTotalSuiWithdraw": "148086266843",
                "pendingPoolTokenWithdraw": "147748561270",
                "exchangeRatesId": "0x5ce6ffba4a01ff5ef6bc22e398cfe585a32161da5650ef9c858da4da5df89e86",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x24f61ae027301ee5ea68559b6d5f96de1c4879e1c85586044e08132d6af6ffd3",
                "protocolPubkeyBytes": "tz+5woSC/U8fBOapPecQovjMsOmacuAqdtkYfoRtykQzbpzEUSjAmxmnpJaHoVTaDBbRUMBNZ6FxtyKmD9LsvU/AsDyzu8GpyLPvr3HND/jJlf3dMUs8rom41cd+sLvD",
                "networkPubkeyBytes": "ki+9aA2rRaHCuORsiJCQrgO4nvQghzKOoLWTngMsfx8=",
                "workerPubkeyBytes": "KRqanOEcaELYJ75iWsk3iK/rxXX6m5FPObcB2SkB/5k=",
                "proofOfPossessionBytes": "tbB7qb8axcA2iuq7O2JhkbvF6zXHa2v2/XaqzoxgDCZpl5uJh/eAvjhtiU5DgOx7",
                "name": "HashQuark",
                "description": "Node Validation Made Easier.",
                "imageUrl": "https://raw.githubusercontent.com/HashQuark-Research1/hashquark_assets/main/hashquark_logo.jpeg",
                "projectUrl": "https://www.hashquark.io/",
                "netAddress": "/dns/sui.hashquark.io/tcp/8080/http",
                "p2pAddress": "/dns/sui.hashquark.io/udp/8084",
                "primaryAddress": "/dns/sui.hashquark.io/udp/8081",
                "workerAddress": "/dns/sui.hashquark.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "41",
                "operationCapId": "0x6af11384760eb09a637fb743cf339afc5ed0c6b6f97f7fe83d6de4645978bced",
                "gasPrice": "980",
                "commissionRate": "200",
                "nextEpochStake": "27064333212954234",
                "nextEpochGasPrice": "980",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0xc4753195cc8e891e3dbc58a6d2e70a2ea9c712e818ddaef548ded2b1c9daa279",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "27063083214207732",
                "rewardsPool": "53746705006381",
                "poolTokenBalance": "26998582799466589",
                "pendingStake": "1501000000000",
                "pendingTotalSuiWithdraw": "251001253498",
                "pendingPoolTokenWithdraw": "250403033228",
                "exchangeRatesId": "0xafa850ce33e0180b7d3c50ac03c0c0a230bb2915a4a5b179f47bb5703108ea16",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0x16c48b033a860c39905842eb52178d612c323e4418d5a90b29dba4ebc5895b00",
                "protocolPubkeyBytes": "t1MHkEVHou6Teicap7xBVvJLgR0Nr7SyIzvqSnn2I6DOA6TNjsrDINUvrrOWbnYaGEzinoNLIkhzDuQx8NLLy8/yHMbbq2kxwxD6QC66HMKsWysJMmRiMNbvTYE+o4OE",
                "networkPubkeyBytes": "xpFKVax/rh9ZRGhoMpw9zLy0RyT6sHpta8ldEyplZeU=",
                "workerPubkeyBytes": "yV6sf8ThJJj8BvQlgAl6qv/j+Bje1F5HuRu+q++5K9o=",
                "proofOfPossessionBytes": "qQ0XJEQDZCq1fJGe1CE6RNgtRTWEeQ0CaNPc+57Ge7uUj8Nk41LS9FZuakS7WVZH",
                "name": "TPT",
                "description": "TPT is an independent validator operation supporting projects that resonate with our values. We are a council member of @StakingDefense",
                "imageUrl": "https://www.tpt.systems/TPT_brand.png",
                "projectUrl": "https://www.tpt.systems",
                "netAddress": "/dns/sui-mainnet.thepassivetrust.com/tcp/8080/http",
                "p2pAddress": "/dns/sui-mainnet.thepassivetrust.com/udp/8084",
                "primaryAddress": "/dns/sui-mainnet.thepassivetrust.com/udp/8081",
                "workerAddress": "/dns/sui-mainnet.thepassivetrust.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "161",
                "operationCapId": "0x2b39cddf6041c3b2ee95d1b832300c9f89f8581848587d177c99416687a8e84d",
                "gasPrice": "888",
                "commissionRate": "500",
                "nextEpochStake": "105222377236066870",
                "nextEpochGasPrice": "888",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0x536c193620d51735a434208776fb80ff6872d8d64f6b7f0b01f00413aff1eb8d",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "105224512521195147",
                "rewardsPool": "213751334066870",
                "poolTokenBalance": "104977642895881384",
                "pendingStake": "0",
                "pendingTotalSuiWithdraw": "2135285128277",
                "pendingPoolTokenWithdraw": "2130275487208",
                "exchangeRatesId": "0xc04845c810652e34ff348dc77dedc0577df13e863acffe960674884000be38fd",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xcda5da2f66fae9abe9620900c4e91d5b72e514b01fc17fbb27587e6c3f3b9f36",
                "protocolPubkeyBytes": "t2kdLmhYSfXaEQKG3Hjwd00BIMwsRBeeGeGxdirUZGwTJwMMw27B6vEAfo2qDM1kDUK5JiRp0tefoX/1I4M+8oc1jgE3zJ2fDspvJvSXuvV+DbK3APIhTaU+qyKfusSS",
                "networkPubkeyBytes": "zITd20sMA07w/V+VGM+Gd1DrGvMAKWVmUv3C3m0Q1OQ=",
                "workerPubkeyBytes": "BqAwLferMBPuQ3PvuR1JiU0uK//KJbGOdCyqe6Rbl+g=",
                "proofOfPossessionBytes": "uNyCqIp6AqfuxgZzwnr55KDdqRNkj9GgF56k8YXM1tR94kr6IPTV2fOQhkhyc/vQ",
                "name": "SynergyNodes",
                "description": "We are operating a secure, stable Validator Node for 12 mainnet chains. We provide core infrastructure support such as RPC, API endpoints & more.",
                "imageUrl": "https://s3.amazonaws.com/keybase_processed_uploads/61a3437ae2315c13eafec83cd2482b05_360_360.jpg",
                "projectUrl": "https://www.synergynodes.com",
                "netAddress": "/dns/sui.synergynodes.com/tcp/8080/http",
                "p2pAddress": "/dns/sui.synergynodes.com/udp/8084",
                "primaryAddress": "/dns/sui.synergynodes.com/udp/8081",
                "workerAddress": "/dns/sui.synergynodes.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0x5ac916da39a574b0c5407f5b6fec976486d8b0d5140941e2bdb50c71dd0d146f",
                "gasPrice": "500",
                "commissionRate": "800",
                "nextEpochStake": "35068376446617833",
                "nextEpochGasPrice": "500",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0xe1170d7968d3ca19e80136b2bd160467584281e5e90829a49d972c1ac11ede35",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35068425256964080",
                "rewardsPool": "65490532206982",
                "poolTokenBalance": "34990488047399687",
                "pendingStake": "1213000000",
                "pendingTotalSuiWithdraw": "50023346247",
                "pendingPoolTokenWithdraw": "49912172735",
                "exchangeRatesId": "0x57775cb5f49d8f3e20984e7fd163de9107ad54fcef2cdc103cc7536da04c6ddf",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xdd7330643eed25139d9fed288361e4cd3db54c7e0e8daecf26de4f99bbd71352",
                "protocolPubkeyBytes": "t/1kLF9QMBkDMRHHrDogXKrP+B8ROpTYa34AF7QLUip1Ne6TF3br7cpV3IgO1OxfCGB4Kl2HxmMq1pwEbuKZHlwf2sooq+HV1r3zroNm8m85dlaVHBn4wP0mtaGizDTD",
                "networkPubkeyBytes": "y9+oF654NQaV3PIicEEHxD1Ous2j4lb+QUeuw4cZiE8=",
                "workerPubkeyBytes": "/LSIwLuY3XRpxeQ3//zs8cwyCqITwfCoGgyJJAfrf+w=",
                "proofOfPossessionBytes": "rq8+QSzNHupFBkzW/m6vbhuKLzbA0QH5tR3kI1T4iyjpFBLw+vVbpOy9xFihEQe9",
                "name": "SyncNode",
                "description": "Professional Staking Provider and builder for web3 infra",
                "imageUrl": "https://raw.githubusercontent.com/syncnode-srl/syncnode/master/logo2.png",
                "projectUrl": "https://syncnode.ro/",
                "netAddress": "/dns/suimain1.syncnode.ro/tcp/8080/http",
                "p2pAddress": "/dns/suimain1.syncnode.ro/udp/8084",
                "primaryAddress": "/dns/suimain1.syncnode.ro/udp/8081",
                "workerAddress": "/dns/suimain1.syncnode.ro/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "53",
                "operationCapId": "0xcfd4bc447b7146749890ac1753ff99a408d0881236c5e83eb32a71f34d470d1e",
                "gasPrice": "990",
                "commissionRate": "800",
                "nextEpochStake": "35074732392510877",
                "nextEpochGasPrice": "990",
                "nextEpochCommissionRate": "800",
                "stakingPoolId": "0x73cadc189e14875c19d6341d314dd997749de60efee6872b725da561a9cdaa45",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "35076163173062868",
                "rewardsPool": "64041726045859",
                "poolTokenBalance": "34997671904128955",
                "pendingStake": "21000000000",
                "pendingTotalSuiWithdraw": "1451780551991",
                "pendingPoolTokenWithdraw": "1448531847248",
                "exchangeRatesId": "0x92579a45da5c150387b3164f479cca9b4f57a1d76e697d8bf19a5fd0fccb5f5a",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xc77c9ba2f86fe51cefb7aa340c6956f5c0818f999004389ab95330ba839dfb0c",
                "protocolPubkeyBytes": "uIbO5mPWaBAgWGjP2fRF948F/TSD/iI0q/T/14PAdfo3DNIKJS46Y+1SCuVjNZjOAB3DHFbYYlUfbHgjRrJvcx7USy8rCp/BH5QGBxZLcH3/83GtlO+Z8hk+ONmpdBGb",
                "networkPubkeyBytes": "Hl0oKVI5J9PzgOvkzwnADNko/joohaIeCmvYCqxxBtg=",
                "workerPubkeyBytes": "CEceYgg+EftduNDNNwq2QGgUSW1KpTWCk15mozkPO7s=",
                "proofOfPossessionBytes": "qqGpymmQkL230t0G+tHxA/0o+wtYG2S4Kjjbx1mNCfP/nL+Unwh6XFGL208TQ/vM",
                "name": "Artifact",
                "description": "Providers of next-level blockchain infrastructure and staking services",
                "imageUrl": "https://artifact-staking.io/wp-content/uploads/2023/03/Artifact.png",
                "projectUrl": "https://artifact-staking.io",
                "netAddress": "/dns/sui.artifact-staking.io/tcp/8080/http",
                "p2pAddress": "/dns/sui.artifact-staking.io/udp/8084",
                "primaryAddress": "/dns/sui.artifact-staking.io/udp/8081",
                "workerAddress": "/dns/sui.artifact-staking.io/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "161",
                "operationCapId": "0xdfad21f1eb26c84b6e8a4d11798c69917c552a9ec5be9b31cd44faa579d06bbc",
                "gasPrice": "420",
                "commissionRate": "300",
                "nextEpochStake": "105219257405675059",
                "nextEpochGasPrice": "420",
                "nextEpochCommissionRate": "300",
                "stakingPoolId": "0xfb3276296fb747a332cb00d84e47249a934ff9e083a693d382627c3bcf35c078",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "105219464625355488",
                "rewardsPool": "217059712967657",
                "poolTokenBalance": "104968974435030257",
                "pendingStake": "3000000000",
                "pendingTotalSuiWithdraw": "210219680429",
                "pendingPoolTokenWithdraw": "209719222003",
                "exchangeRatesId": "0x07ee9623ffbbde32b2b5962ebe9e4de74618e44a6d66e9627ff1be35f1669e74",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xd1dbb08191b4ae8e227935669c1862ba75a41cd7df5970002eafb2f365c32ed8",
                "protocolPubkeyBytes": "uKsSMiR+AtokPYfXeFjrTAOqQO8OhQ7jTm8ZbKAKMhQwJfqKeHfLFB+qexx+p8ZwDOOawlib3eMc9EIyhF7DuxO6T8QE8H99rvrQCcxlZptDrzrWaO5uoifbRB5jkPEk",
                "networkPubkeyBytes": "9kwlWqsw/e2bUyF6Hp6yrlN87pihtHkiAjACY4g0e2c=",
                "workerPubkeyBytes": "FpDPoFX115JK6YSQs9EXIS5k/T8YxMlJnE4XEwy9yWI=",
                "proofOfPossessionBytes": "oJO/XMKBl/ID4eNSu3zC0d5IoMh0I083dbqeXY3i1yEyUjboMMbeFz45XuOaiAm/",
                "name": "P-OPS Team",
                "description": "P-OPS TEAM is a decentralized organization providing you with staking services, consultation and investment capital for innovative Web 3.0 projects.",
                "imageUrl": "https://pops.one/img/PopsSVGlogo.svg",
                "projectUrl": "https://pops.one/",
                "netAddress": "/dns/val01-sui-m.pops.one/tcp/8080/http",
                "p2pAddress": "/dns/val01-sui-m.pops.one/udp/8084",
                "primaryAddress": "/dns/val01-sui-m.pops.one/udp/8081",
                "workerAddress": "/dns/val01-sui-m.pops.one/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "161",
                "operationCapId": "0xacde9ce0bb11ed9d2d3642e6198c329d76b4ebabcfac5d46337acedff19ccda1",
                "gasPrice": "888",
                "commissionRate": "500",
                "nextEpochStake": "105205753687340559",
                "nextEpochGasPrice": "888",
                "nextEpochCommissionRate": "500",
                "stakingPoolId": "0x679c972654b1c527b0edb2d837adce6331e902f68403e1fd8c72be8e1c4af57a",
                "stakingPoolActivationEpoch": "0",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "105206641559567070",
                "rewardsPool": "204457233279730",
                "poolTokenBalance": "104959896577799229",
                "pendingStake": "11600000000",
                "pendingTotalSuiWithdraw": "899472226511",
                "pendingPoolTokenWithdraw": "897362661423",
                "exchangeRatesId": "0x524cb93188dd29b639d181b8bae4ec6df0479bf15c0a7a3e64299c59bc19204a",
                "exchangeRatesSize": "33"
            },
            {
                "suiAddress": "0xefc45ee5de49f376b66b73f6bab9fbc0c452b18e1cfc5035c268c6786dd8bb63",
                "protocolPubkeyBytes": "jxFrxY3LvAe1JwJkZ/kCaRB4sz5Mly4kW/QTf2Ea6j+MxIvodx0SZ7hHGTNIbcD5D4PVgw0QhIZ6NMnAT1zRNFhnpGMoCSrj+PAVvERWCpPWMvJVj27NOl2QeptVoGSk",
                "networkPubkeyBytes": "qOI8/Xl3b8Kzcl6SvnBUbL2FzA9lAEuoCn2Qb5uK6Ok=",
                "workerPubkeyBytes": "v3V+pVdRNJvn1EBmS5tBTQAQrjUoMYUqKtRck2eEOfQ=",
                "proofOfPossessionBytes": "k1tF0I/ckbqfAC8kQvHNIP83Tj/otXCQigOUWr0r1i1SBPGC2zGUtA0qYz/C23l0",
                "name": "Latitude.sh",
                "description": "Unleash the full potential of SUI with Latitude.sh",
                "imageUrl": "https://raw.githubusercontent.com/manystake/latitude-validator/main/latitudesh-icon-dark-keybase.png",
                "projectUrl": "https://latitude.sh",
                "netAddress": "/dns/sui.manystake.com/tcp/8080/http",
                "p2pAddress": "/dns/sui.manystake.com/udp/8084",
                "primaryAddress": "/dns/sui.manystake.com/udp/8081",
                "workerAddress": "/dns/sui.manystake.com/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "39",
                "operationCapId": "0xb61529a90614c015ee090ec4a75e7b5d7b01c3380222a3b996bdff0b334f0cee",
                "gasPrice": "940",
                "commissionRate": "1000",
                "nextEpochStake": "26095733021508745",
                "nextEpochGasPrice": "100",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x0cfd4a7d93f925c7849baf41ff8ad062a95a52229bd6981b6bf3bf2d7fbe41c9",
                "stakingPoolActivationEpoch": "18",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "26099066815437607",
                "rewardsPool": "37141041866156",
                "poolTokenBalance": "26033400386823938",
                "pendingStake": "252000000000",
                "pendingTotalSuiWithdraw": "3585793928862",
                "pendingPoolTokenWithdraw": "3576771909700",
                "exchangeRatesId": "0xd478f9bb9897ca663ff6ba5615d7267e936106c1e85ad3683af632db1cf33417",
                "exchangeRatesSize": "15"
            },
            {
                "suiAddress": "0xc1b37fe62cf632c4447af7cd8342297400735fcb849aca29c89f061a619aca44",
                "protocolPubkeyBytes": "kv2vunhTvcCZ5ulaNTpTLIkL9ZL8OH1567D6IObk2C+b+1odE9QZgQhedcs9e61kEiDJTyuVmpH9ja93lpjbHXxWh/CZQy7w7pdykoXt1CA7S+6dG2xcV3+PQEAoR2k6",
                "networkPubkeyBytes": "Nd26p+owTppPZ3SMkwIzBfNJ4TgwSNJgA0wNHTlnQjc=",
                "workerPubkeyBytes": "Gy+w7H6j8P+nBGiqLFt1z5jjcp3m+Qaw3Fz1cj4UaU4=",
                "proofOfPossessionBytes": "t0+E/MpWDwIwORNRMYZomt2iG8vzeblwG8y7qIMk9ImWB27fTkoyfrGw1vjqD6Ri",
                "name": "MIDL.dev",
                "description": "High Reliability Low Commission Nodes",
                "imageUrl": "https://raw.githubusercontent.com/midl-dev/midl-website.github.io/master/img/midl-dev-notext-with-boundary.png",
                "projectUrl": "https://midl.dev",
                "netAddress": "/dns/sui.midl.dev/tcp/8080/http",
                "p2pAddress": "/dns/sui.midl.dev/udp/8084",
                "primaryAddress": "/dns/sui.midl.dev/udp/8081",
                "workerAddress": "/dns/sui.midl.dev/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "39",
                "operationCapId": "0x562e45151694c07cc88e4d5b5a18e034de47f3e7e5668c08a4d0f93004436a1e",
                "gasPrice": "950",
                "commissionRate": "995",
                "nextEpochStake": "26041579005581683",
                "nextEpochGasPrice": "950",
                "nextEpochCommissionRate": "995",
                "stakingPoolId": "0x1b341f55f96aca4547c343b7b40ebba0be9cf9933db239783a66fa7bc7ff72bb",
                "stakingPoolActivationEpoch": "18",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "26041090847171126",
                "rewardsPool": "36997170948235",
                "poolTokenBalance": "25976656540618026",
                "pendingStake": "1510200000000",
                "pendingTotalSuiWithdraw": "1022041589443",
                "pendingPoolTokenWithdraw": "1019512719149",
                "exchangeRatesId": "0xe754ee6171df37865c2017008eb4e0356bdb3f20fc7d61be6230bb560194ff0a",
                "exchangeRatesSize": "15"
            },
            {
                "suiAddress": "0xeb38fe2b51b19ec53213d57b48766390ed9976de748c7eb3efaec310264348e0",
                "protocolPubkeyBytes": "kLRxvhxcPmD31WqMHCNeS/bMh+lL8fs20vFWuEHV5scGCZGO78aW8bs9gTHaHjhSDz2th9cLEbupx/FIpBGzyxacSkXDCZN/BNkKYWcbQqeMfUGk5nILFkhvNtMk+Nt1",
                "networkPubkeyBytes": "PRuWRp7SduQ436RFP+CmzJgC/YPFe5LrFNoKCwFjSYM=",
                "workerPubkeyBytes": "cqTYkKAlmW364RxFfDF4rhPPZhl/xT+iGIM4wK5kRio=",
                "proofOfPossessionBytes": "hEnarQG+ey3VTbqxC6l7XiNZNUlgHcrK+YM8S0f7e903jY68aznEpUsPnYtTz4Rw",
                "name": "Persimmon",
                "description": "",
                "imageUrl": "",
                "projectUrl": "",
                "netAddress": "/dns/p2p.0018df71-34f0-470d-b60c-77f8dbf7960d.sui.bison.run/tcp/8080/http",
                "p2pAddress": "/dns/p2p.0018df71-34f0-470d-b60c-77f8dbf7960d.sui.bison.run/udp/8084",
                "primaryAddress": "/dns/p2p.0018df71-34f0-470d-b60c-77f8dbf7960d.sui.bison.run/udp/8081",
                "workerAddress": "/dns/p2p.0018df71-34f0-470d-b60c-77f8dbf7960d.sui.bison.run/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "168",
                "operationCapId": "0xbcb0440e7ce758aff9525205207858d739a72c46a5dd969ab46f8210325c0bca",
                "gasPrice": "900",
                "commissionRate": "1000",
                "nextEpochStake": "110076254246972377",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x11147dd94c75b58b2bec55d3d86f20fb385bd4a51dd3f83ebc1a602621dbc39b",
                "stakingPoolActivationEpoch": "28",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "110076247151972377",
                "rewardsPool": "68394736711361",
                "poolTokenBalance": "110007849406954977",
                "pendingStake": "7095000000",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x5b96617b1e606e5b24944386578a6f37ffd25bade178d679f9516b276eccad46",
                "exchangeRatesSize": "5"
            },
            {
                "suiAddress": "0xa62197444b71ba63354ab65518c692ad4777179285a7150e4dc62f7b34415e1c",
                "protocolPubkeyBytes": "gEd8ZRKR/m5oVrYZDsvpD8HkGIS/iDP6wTraSSzyj7hdzdVeCAWHyx+mTpxbJGXsBZ6sPMW/+THwSqi9lgNCdIr+AQpkTVfBkqzAvFjxQU/re9GXwrU+JTqDAyDHVjCP",
                "networkPubkeyBytes": "vzdZ0aLOOIOHDTpR6yNUpGFdZB/k8Lu0EnlF3KmY5lk=",
                "workerPubkeyBytes": "ep+3HqAddXZRUyvig5xkOXnBB74+GadIfdnG7fxeJFU=",
                "proofOfPossessionBytes": "hy7zA+d5mU/noZF13oSxPOggkHsFW8QlOja3BjrhZSbdHFt+SHA4g8BONAf7qBOS",
                "name": "Durian",
                "description": "",
                "imageUrl": "",
                "projectUrl": "",
                "netAddress": "/dns/p2p.1c167974-23b6-423e-a4d4-bc0ce92ca4fb.sui.bison.run/tcp/8080/http",
                "p2pAddress": "/dns/p2p.1c167974-23b6-423e-a4d4-bc0ce92ca4fb.sui.bison.run/udp/8084",
                "primaryAddress": "/dns/p2p.1c167974-23b6-423e-a4d4-bc0ce92ca4fb.sui.bison.run/udp/8081",
                "workerAddress": "/dns/p2p.1c167974-23b6-423e-a4d4-bc0ce92ca4fb.sui.bison.run/udp/8082",
                "nextEpochProtocolPubkeyBytes": null,
                "nextEpochProofOfPossession": null,
                "nextEpochNetworkPubkeyBytes": null,
                "nextEpochWorkerPubkeyBytes": null,
                "nextEpochNetAddress": null,
                "nextEpochP2pAddress": null,
                "nextEpochPrimaryAddress": null,
                "nextEpochWorkerAddress": null,
                "votingPower": "187",
                "operationCapId": "0xfe4275784bf5fcde8468eb6af73ce2b9bfe851c7c6220ebf5fd2e3d77384e182",
                "gasPrice": "900",
                "commissionRate": "1000",
                "nextEpochStake": "122578226427462927",
                "nextEpochGasPrice": "900",
                "nextEpochCommissionRate": "1000",
                "stakingPoolId": "0x432188e3cb4f8ee79ed0aae294fcea564b24940c80c6c4bcc260e689025804bd",
                "stakingPoolActivationEpoch": "28",
                "stakingPoolDeactivationEpoch": null,
                "stakingPoolSuiBalance": "122578226427462927",
                "rewardsPool": "70395684652856",
                "poolTokenBalance": "122501968363664730",
                "pendingStake": "0",
                "pendingTotalSuiWithdraw": "0",
                "pendingPoolTokenWithdraw": "0",
                "exchangeRatesId": "0x715092b5754f13c40df50156c2d3b5315e08d195b24396fca21c3374c72b3fe6",
                "exchangeRatesSize": "5"
            }
        ],
        "pendingActiveValidatorsId": "0x719fdd5d050b2a1be364ab385ac3d163b7ac407e234721392d3c716a6332caf3",
        "pendingActiveValidatorsSize": "0",
        "pendingRemovals": [],
        "stakingPoolMappingsId": "0x3a4ec1afc6f550aa838aa4e823380a2c7c9567cf12e8e4dcc81ea7d411e544c8",
        "stakingPoolMappingsSize": "103",
        "inactivePoolsId": "0xf2dfc014f09869d512c7965d743e1f513853f492d9c7c0d755597154cb3ff8cd",
        "inactivePoolsSize": "2",
        "validatorCandidatesId": "0x94f89425db4d5bfa8d982d17f5746a1ac35ccb863662ee9486587e1e2d922763",
        "validatorCandidatesSize": "1",
        "atRiskValidators": [],
        "validatorReportRecords": []
    },
    "id": 1
}
Language
Click Try It! to start a request and see the response here!