curl --request GET \
--url https://tonapi.io/v2/blockchain/masterchain/{masterchain_seqno}/config{
"0": "<string>",
"1": "<string>",
"2": "<string>",
"3": "<string>",
"4": "<string>",
"44": {
"accounts": [
"0:0000000000000000000000000000000000000000000000000000000000000000"
],
"suspended_until": 123
},
"raw": "<string>"
}Get blockchain config from a specific block, if present.
curl --request GET \
--url https://tonapi.io/v2/blockchain/masterchain/{masterchain_seqno}/config{
"0": "<string>",
"1": "<string>",
"2": "<string>",
"3": "<string>",
"4": "<string>",
"44": {
"accounts": [
"0:0000000000000000000000000000000000000000000000000000000000000000"
],
"suspended_until": 123
},
"raw": "<string>"
}masterchain block seqno
123456
blockchain config
config address
elector address
minter address
The address of the transaction fee collector.
dns root address
Show child attributes
Minting fees of new currencies.
Show child attributes
The volume of each of the additional currencies in circulation.
Show child attributes
The network version and additional capabilities supported by the validators.
Show child attributes
List of mandatory parameters of the blockchain config.
Show child attributes
List of critical TON parameters, the change of which significantly affects the network, so more voting rounds are held.
Show child attributes
This parameter indicates under what conditions proposals to change the TON configuration are accepted.
Show child attributes
Workchains in the TON Blockchain
Show child attributes
The cost of filing complaints about incorrect operation of validators.
Show child attributes
The reward in nanoTons for block creation in the TON blockchain.
Show child attributes
The reward in nanoTons for block creation in the TON blockchain.
Show child attributes
The limits on the number of validators in the TON blockchain.
Show child attributes
The stake parameters configuration in the TON blockchain.
Show child attributes
The prices for data storage.
Show child attributes
The cost of computations in the masterchain. The complexity of any computation is estimated in gas units.
Show child attributes
The cost of computations in the basechains. The complexity of any computation is estimated in gas units.
Show child attributes
The limits on the block in the masterchain, upon reaching which the block is finalized and the callback of the remaining messages (if any) is carried over to the next block.
Show child attributes
The limits on the block in the basechains, upon reaching which the block is finalized and the callback of the remaining messages (if any) is carried over to the next block.
Show child attributes
The cost of sending messages in the masterchain of the TON blockchain.
Show child attributes
The cost of sending messages in the basechains of the TON blockchain.
Show child attributes
The configuration for the Catchain protocol.
Show child attributes
The configuration for the consensus protocol above catchain.
Show child attributes
The configuration for the consensus protocol above catchain.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
The configuration for punishment for improper behavior (non-validation). In the absence of the parameter, the default fine size is 101 TON
Show child attributes
The size limits and some other characteristics of accounts and messages.
Show child attributes
suspended accounts
Show child attributes
precompiled contracts
Show child attributes
Bridge parameters for wrapping TON in other networks.
Show child attributes
Bridge parameters for wrapping TON in other networks.
Show child attributes
Bridge parameters for wrapping TON in other networks.
Show child attributes
Bridge parameters for wrapping tokens from other networks into tokens on the TON network.
Show child attributes
Bridge parameters for wrapping tokens from other networks into tokens on the TON network.
Show child attributes
Bridge parameters for wrapping tokens from other networks into tokens on the TON network.
Show child attributes
config boc in hex format
Was this page helpful?