Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
TON block header lookup request.Parameters for
getBlockHeader:params.workchain: Block workchain ID. The masterchain uses -1.params.shard: Block shard ID encoded as a signed 64-bit integer string. The masterchain shard is -9223372036854775808.params.seqno: Sequence number of the block to retrieve.params.root_hash: Optional block root hash. Providers may use this to disambiguate or validate the requested block.params.file_hash: Optional block file hash. Providers may use this to disambiguate or validate the requested block.
Returns
TON block header metadata.