Get up-to-date masterchain state.
curl --request GET \
--url https://toncenter.com/api/v2/getMasterchainBlockSignatures{
"ok": true,
"result": {
"id": {
"workchain": 123,
"shard": "<string>",
"seqno": 123,
"root_hash": "<string>",
"file_hash": "<string>",
"@type": "ton.blockIdExt"
},
"signatures": [
{
"node_id_short": "<string>",
"signature": "<string>",
"@type": "blocks.signature"
}
],
"@type": "blocks.blockSignatures",
"@extra": "<string>"
},
"error": "<string>",
"code": 123
}Successful Response
Validator signatures for a given block.
Show child attributes
"blocks.blockSignatures"
Was this page helpful?
curl --request GET \
--url https://toncenter.com/api/v2/getMasterchainBlockSignatures{
"ok": true,
"result": {
"id": {
"workchain": 123,
"shard": "<string>",
"seqno": 123,
"root_hash": "<string>",
"file_hash": "<string>",
"@type": "ton.blockIdExt"
},
"signatures": [
{
"node_id_short": "<string>",
"signature": "<string>",
"@type": "blocks.signature"
}
],
"@type": "blocks.blockSignatures",
"@extra": "<string>"
},
"error": "<string>",
"code": 123
}