Harmony
Support Forum
Github
Telegram
Discord
Search…
Welcome
🎶
General
Introduction
Technology
Bridges
DApps
Wallets
Ecosystem
DAOs
Community
🏗️ Developers
Getting Started
Network & Faucets
Deploying on Harmony
Harmony Stack and Projects
List of Deployed Contracts
List of RPC Providers
SDK
API
Methods
Account Methods
Filter Methods
Transaction Related Methods
Contract Related Methods
Protocol Related Methods
Staking Related Methods
hmy_getCirculatingSupply
hmy_getTotalSupply
hmy_getStakingNetworkInfo
hmy_getAllValidatorInformation
hmy_getAllValidatorInformationByBlockNumber
hmy_getCurrentUtilityMetrics
hmy_getDelegationsByValidator
hmy_getDelegationsByDelegatorAndValidator
hmy_getDelegationsByDelegator
hmy_getValidatorMetrics
hmy_getMedianRawStakeSnapshot
hmy_getActiveValidatorAddresses
hmy_getAllValidatorAddresses
hmy_getCurrentStakingErrorSink
hmy_getValidatorInformation
hmy_getValidators
hmy_getSignedBlocks
hmy_isBlockSigner
hmy_getBlockSigners
Tracing Methods
Sample Code
Wallets
Tools
DApp Examples
Hackathon & Bounties
Tutorials
🌏
Network
Governance
Validators
Delegators
Powered By
GitBook
hmy_getActiveValidatorAddresses
hmy_getActiveValidatorsAddresses
Returns active validators addresses list
Returns
Array
String
- validator address
Sample Curl Request
1
curl
-d
'{
2
"jsonrpc":"2.0",
3
"method":"hmy_getActiveValidatorAddresses",
4
"params":[],
5
"id":1
6
}' -H
'Content-Type:application/json'
-X POST
'http://l0.b.hmny.io:9500'
Copied!
Sample Curl Response
1
{
2
"jsonrpc"
:
"2.0"
,
3
"id"
:
1
,
4
"result"
:
[
"one103q7qe5t2505lypvltkqtddaef5tzfxwsse4z7"
]
5
}
Copied!
Previous
hmy_getMedianRawStakeSnapshot
Next
hmy_getAllValidatorAddresses
Last modified
2yr ago
Export as PDF
Copy link
Contents
Returns