Skip to main content
GET
/
getMasterchainBlockSignatures
Get masterchain block signatures
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
}

Query Parameters

seqno
integer
required

Response

Successful Response

ok
boolean
required
result
Result · object

Validator signatures for a given block.

error
string
code
integer