Get block data with the Blocks API using TON API tools.
The Blocks API provides developers with robust access to block-level data on the TON blockchain. It allows the retrieval of block headers, transaction lists, and consensus details, ensuring reliable data for applications analyzing blockchain activity.
- Get Block Header: Get a specific block header for the given block number.
- Get Block Transactions: Get all transactions using the given block number.
- Get Consensus Block: Get block details of the consensus layer in the TON blockchain.
- Get Masterchain Block Signatures: Get Merkle signatures for the given block number.
- Get Masterchain Info: Get latest Masterchain block information.
Explore the full TON APIs reference by TONX API here.