Skip to main content
GET
/
api
/
v2
/
getMasterchainBlockSignatures
Get Masterchain Block Signatures
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.

Query Parameters

seqno
integer<int32>
required

Seqno of a block

Response

OK

ok
boolean
required
Example:

true

result
BlockSignatures · object
required