Retrieves the shards of a specific masterchain block
The masterchainBlockShards
endpoint retrieves information about the shards of a specific masterchain block in the TON blockchain.
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
TON pricing is the same for full, archive, v2, v3
There’s no difference between a full node an archive node in data availability or pricing.
All data is always available and all node requests are consumed as 1 request unit.
seqno
(integer, required) — The sequence number of the masterchain block. Example: 40467413
.shards
(array) — An array of shard objects, each containing:
workchain
(integer) — The workchain ID.shard
(string) — The shard identifier.seqno
(integer) — The sequence number of the shard block.rootHash
(string) — The root hash of the shard block.fileHash
(string) — The file hash of the shard block.The masterchainBlockShards
endpoint is useful for applications that need to analyze or track the state of shards within a specific masterchain block. This information can be valuable for:
The sequence number of the masterchain block
Successful response
The response is of type object
.
Retrieves the shards of a specific masterchain block
The masterchainBlockShards
endpoint retrieves information about the shards of a specific masterchain block in the TON blockchain.
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
TON pricing is the same for full, archive, v2, v3
There’s no difference between a full node an archive node in data availability or pricing.
All data is always available and all node requests are consumed as 1 request unit.
seqno
(integer, required) — The sequence number of the masterchain block. Example: 40467413
.shards
(array) — An array of shard objects, each containing:
workchain
(integer) — The workchain ID.shard
(string) — The shard identifier.seqno
(integer) — The sequence number of the shard block.rootHash
(string) — The root hash of the shard block.fileHash
(string) — The file hash of the shard block.The masterchainBlockShards
endpoint is useful for applications that need to analyze or track the state of shards within a specific masterchain block. This information can be valuable for:
The sequence number of the masterchain block
Successful response
The response is of type object
.