curl --request GET \
--url https://toncenter.com/api/v2/getMasterchainBlockSignatures{
"ok": true,
"result": {
"@type": "blocks.blockSignatures",
"id": {
"@type": "ton.blockIdExt",
"workchain": 123,
"shard": "<string>",
"seqno": 123,
"root_hash": "<string>",
"file_hash": "<string>"
},
"signatures": [
{
"@type": "blocks.signature",
"node_id_short": "<string>",
"signature": "<string>"
}
]
}
}Get signatures of validators for masterchain block
curl --request GET \
--url https://toncenter.com/api/v2/getMasterchainBlockSignatures{
"ok": true,
"result": {
"@type": "blocks.blockSignatures",
"id": {
"@type": "ton.blockIdExt",
"workchain": 123,
"shard": "<string>",
"seqno": 123,
"root_hash": "<string>",
"file_hash": "<string>"
},
"signatures": [
{
"@type": "blocks.signature",
"node_id_short": "<string>",
"signature": "<string>"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?