blockchain
Finality info
Get finalized block, current and next generation periods, and miners committed to generating blocks in both current and next generation periods
get/blockchain/finality
Response
successful operation
Example response
{
"height": 1610000,
"finalizedHeight": 1610000,
"currentGenerationPeriod": {
"start": 1610000,
"end": 1610000
},
"nextGenerationPeriod": {
"start": 1610000,
"end": 1610000
},
"nextGenerators": [
{
"address": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
"transactionId": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p"
}
],
"currentGenerators": [
{
"address": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
"transactionId": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p",
"conflictHeight": 1610000
}
]
}