Returns block metadata without the full transaction list. Includes timestamps, validator info, and references to previous blocks. Use this for block explorers or when you need block info but not the transactions inside.
Workchain ID: -1 for masterchain, 0 for basechain. Most user transactions are on workchain 0.
Shard identifier. A signed 64-bit integer. Masterchain uses -9223372036854775808.
Block or wallet sequence number. For blocks, this is the block height. For wallets, increment this for each outgoing transaction.
Merkle root hash of the block state tree. Used for cryptographic verification.
Hash of the serialized block data. Together with root_hash, uniquely identifies a block.
OK
Response containing block header information.
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.