Skip to main content
GET
/
v2
/
blockchain
/
masterchain
/
{masterchain_seqno}
/
config
cURL
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>"
}

Path Parameters

masterchain_seqno
integer<int32>
required

masterchain block seqno

Example:

123456

Response

blockchain config

0
string<address>
required

config address

1
string<address>
required

elector address

2
string<address>
required

minter address

3
string<address>

The address of the transaction fee collector.

4
string<address>
required

dns root address

5
object
6
object

Minting fees of new currencies.

7
object

The volume of each of the additional currencies in circulation.

8
object

The network version and additional capabilities supported by the validators.

9
object

List of mandatory parameters of the blockchain config.

10
object

List of critical TON parameters, the change of which significantly affects the network, so more voting rounds are held.

11
object

This parameter indicates under what conditions proposals to change the TON configuration are accepted.

12
object

Workchains in the TON Blockchain

13
object

The cost of filing complaints about incorrect operation of validators.

14
object

The reward in nanoTons for block creation in the TON blockchain.

15
object

The reward in nanoTons for block creation in the TON blockchain.

16
object

The limits on the number of validators in the TON blockchain.

17
object

The stake parameters configuration in the TON blockchain.

18
object

The prices for data storage.

20
object

The cost of computations in the masterchain. The complexity of any computation is estimated in gas units.

21
object

The cost of computations in the basechains. The complexity of any computation is estimated in gas units.

22
object

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.

23
object

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.

24
object

The cost of sending messages in the masterchain of the TON blockchain.

25
object

The cost of sending messages in the basechains of the TON blockchain.

28
object

The configuration for the Catchain protocol.

29
object

The configuration for the consensus protocol above catchain.

31
object

The configuration for the consensus protocol above catchain.

32
object
33
object
34
object
35
object
36
object
37
object
40
object

The configuration for punishment for improper behavior (non-validation). In the absence of the parameter, the default fine size is 101 TON

43
object

The size limits and some other characteristics of accounts and messages.

44
object
required

suspended accounts

45
object

precompiled contracts

71
object

Bridge parameters for wrapping TON in other networks.

72
object

Bridge parameters for wrapping TON in other networks.

73
object

Bridge parameters for wrapping TON in other networks.

79
object

Bridge parameters for wrapping tokens from other networks into tokens on the TON network.

81
object

Bridge parameters for wrapping tokens from other networks into tokens on the TON network.

82
object

Bridge parameters for wrapping tokens from other networks into tokens on the TON network.

raw
string<cell>
required

config boc in hex format