Skip to main content

/getMasterchainBlockSignatures REST API Endpoint

Get up-to-date masterchain state.

Updated on
Oct 23, 2024

/getMasterchainBlockSignatures REST API Endpoint

Query Parameters

seqno
integer
REQUIRED
The sequence number of the block

Returns

ok
boolean
A boolean indicating whether the request was successful (true means success)
result
object
The result object which contains the following fields:
@type
string
Specifies the type of object
id
object
The id object which contains the following fields:
@type
string
The type of id
workchain
integer
The workchain identifier
shard
string
Identifier for the shard within the workchain
seqno
integer
The sequence number of the block
root_hash
string
The root hash of the block's state
file_hash
string
The file hash for the block
signatures
array
A list of signatures from validators for the block
@type
string
The type of the signature object
node_id_short
string
The shortened identifier of the validator node that signed the block
signature
string
The signature from the validator for this block
@extra
string
Metadata used for internal processing or tracking purposes
Request
1
curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/getMasterchainBlockSignatures?seqno=41121252' \
2
--header 'accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free