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_getSignedBlocks
Description
hmy_getSigned blocks returns number of blocks out of last 1500 validator has signed
Parameters
1.
String
- validator one address ("one1...")
Returns
Number
- total number of signed blocks out of last 1500 blocks
Sample Curl Request
1
curl
-d
'{
2
"jsonrpc": "2.0",
3
"method": "hmy_getSignedBlocks",
4
"params": ["one103q7qe5t2505lypvltkqtddaef5tzfxwsse4z7"],
5
"id": 1
6
}' -H
"Content-Type: application/json"
-X POST
"http://localhost:9500"
Copied!
Sample Curl Response
1
{
2
"jsonrpc"
:
"2.0"
,
3
"id"
:
1
,
4
"result"
:
"0x12"
5
}
Copied!
Previous
hmy_getValidators
Next
hmy_isBlockSigner
Last modified
2yr ago
Export as PDF
Copy link
Contents
Description
Parameters
Returns
Sample Curl Request
Sample Curl Response