Skip to main content
GET
/
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": -1,
      "shard": "-9223372036854775808",
      "seqno": 51148806,
      "root_hash": "I/+MoS7TB7Zuw+g5QH3bPBFMcM5Wf4h1Coig3g2osFQ=",
      "file_hash": "BhPAjDTVPDqH8z6DLq9jAjZiZiiIUQW/f667jJgfoyw="
    },
    "signatures": [
      {
        "@type": "blocks.signature",
        "node_id_short": "axRYlEuV/4Fo94EbDtfpEnqJukpAsNNgmZqQz7e01ew=",
        "signature": "xTBbMLBnJau/VxzOln6jW2zwIMx4WY/+hO3IWwqklNnAAzvYY2X/pqutkJNj5E1f4BjKp84sukuTErS0fFZUAA=="
      }
    ],
    "@extra": "1755813145.584844:11:0.877388442408124"
  }
}

Query Parameters

seqno
integer
required

Response

Successful Response

ok
boolean
required
result
object

Validator signatures for a given block.

error
string
code
integer
I