Config

get

Get blockchain config from a specific block, if present.

Path parameters
masterchain_seqnointeger · int32Required

masterchain block seqno

Example: 123456
Responses
200
blockchain config
application/json
get
GET /v2/blockchain/masterchain/{masterchain_seqno}/config HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
  "0": "text",
  "1": "text",
  "2": "text",
  "3": "text",
  "4": "text",
  "5": {
    "blackhole_addr": "text",
    "fee_burn_nom": 1,
    "fee_burn_denom": 1
  },
  "6": {
    "mint_new_price": 1,
    "mint_add_price": 1
  },
  "7": {
    "currencies": [
      {
        "currency_id": 1,
        "amount": "text"
      }
    ]
  },
  "8": {
    "version": 1,
    "capabilities": 1
  },
  "9": {
    "mandatory_params": [
      1
    ]
  },
  "10": {
    "critical_params": [
      1
    ]
  },
  "11": {
    "normal_params": {
      "min_tot_rounds": 2,
      "max_tot_rounds": 6,
      "min_wins": 2,
      "max_losses": 6,
      "min_store_sec": 1000000,
      "max_store_sec": 10000000,
      "bit_price": 1,
      "cell_price": 500
    },
    "critical_params": {
      "min_tot_rounds": 2,
      "max_tot_rounds": 6,
      "min_wins": 2,
      "max_losses": 6,
      "min_store_sec": 1000000,
      "max_store_sec": 10000000,
      "bit_price": 1,
      "cell_price": 500
    }
  },
  "12": {
    "workchains": [
      {
        "workchain": 0,
        "enabled_since": 1000000,
        "actual_min_split": 1000000,
        "min_split": 1000000,
        "max_split": 1000000,
        "basic": 1000000,
        "active": true,
        "accept_msgs": true,
        "flags": 1000000,
        "zerostate_root_hash": 1000000,
        "zerostate_file_hash": 1000000,
        "version": 1000000
      }
    ]
  },
  "13": {
    "deposit": 1,
    "bit_price": 1,
    "cell_price": 1
  },
  "14": {
    "masterchain_block_fee": 1,
    "basechain_block_fee": 1
  },
  "15": {
    "validators_elected_for": 65536,
    "elections_start_before": 32768,
    "elections_end_before": 8192,
    "stake_held_for": 32768
  },
  "16": {
    "max_validators": 400,
    "max_main_validators": 100,
    "min_validators": 75
  },
  "17": {
    "min_stake": "text",
    "max_stake": "text",
    "min_total_stake": "text",
    "max_stake_factor": 1
  },
  "18": {
    "storage_prices": [
      {
        "utime_since": 0,
        "bit_price_ps": 1,
        "cell_price_ps": 500,
        "mc_bit_price_ps": 1000,
        "mc_cell_price_ps": 500000
      }
    ]
  },
  "20": {
    "gas_limits_prices": {
      "special_gas_limit": 1,
      "flat_gas_limit": 1,
      "flat_gas_price": 1,
      "gas_price": 1,
      "gas_limit": 1000000,
      "gas_credit": 1000000,
      "block_gas_limit": 1000000,
      "freeze_due_limit": 1000000,
      "delete_due_limit": 1000000
    }
  },
  "21": {
    "gas_limits_prices": {
      "special_gas_limit": 1,
      "flat_gas_limit": 1,
      "flat_gas_price": 1,
      "gas_price": 1,
      "gas_limit": 1000000,
      "gas_credit": 1000000,
      "block_gas_limit": 1000000,
      "freeze_due_limit": 1000000,
      "delete_due_limit": 1000000
    }
  },
  "22": {
    "block_limits": {
      "bytes": {
        "underload": 1000000,
        "soft_limit": 1000000,
        "hard_limit": 1000000
      },
      "gas": {
        "underload": 1000000,
        "soft_limit": 1000000,
        "hard_limit": 1000000
      },
      "lt_delta": {
        "underload": 1000000,
        "soft_limit": 1000000,
        "hard_limit": 1000000
      }
    }
  },
  "23": {
    "block_limits": {
      "bytes": {
        "underload": 1000000,
        "soft_limit": 1000000,
        "hard_limit": 1000000
      },
      "gas": {
        "underload": 1000000,
        "soft_limit": 1000000,
        "hard_limit": 1000000
      },
      "lt_delta": {
        "underload": 1000000,
        "soft_limit": 1000000,
        "hard_limit": 1000000
      }
    }
  },
  "24": {
    "msg_forward_prices": {
      "lump_price": 1000000,
      "bit_price": 1000000,
      "cell_price": 1000000,
      "ihr_price_factor": 1000000,
      "first_frac": 1000000,
      "next_frac": 1000000
    }
  },
  "25": {
    "msg_forward_prices": {
      "lump_price": 1000000,
      "bit_price": 1000000,
      "cell_price": 1000000,
      "ihr_price_factor": 1000000,
      "first_frac": 1000000,
      "next_frac": 1000000
    }
  },
  "28": {
    "mc_catchain_lifetime": 1000000,
    "shard_catchain_lifetime": 1000000,
    "shard_validators_lifetime": 1000000,
    "shard_validators_num": 1000000,
    "flags": 1000000,
    "shuffle_mc_validators": true
  },
  "29": {
    "flags": 0,
    "new_catchain_ids": true,
    "round_candidates": 3,
    "next_candidate_delay_ms": 2000,
    "consensus_timeout_ms": 16000,
    "fast_attempts": 3,
    "attempt_duration": 8,
    "catchain_max_deps": 4,
    "max_block_bytes": 2097152,
    "max_collated_bytes": 2097152,
    "proto_version": 2,
    "catchain_max_blocks_coeff": 10000
  },
  "31": {
    "fundamental_smc_addr": [
      "-1:dd24c4a1f2b88f8b7053513b5cc6c5a31bc44b2a72dcb4d8c0338af0f0d37ec5"
    ]
  },
  "32": {
    "utime_since": 1,
    "utime_until": 1,
    "total": 1,
    "main": 1,
    "total_weight": "1152921504606846800",
    "list": [
      {
        "public_key": "text",
        "weight": 1,
        "adnl_addr": "text"
      }
    ]
  },
  "33": {
    "utime_since": 1,
    "utime_until": 1,
    "total": 1,
    "main": 1,
    "total_weight": "1152921504606846800",
    "list": [
      {
        "public_key": "text",
        "weight": 1,
        "adnl_addr": "text"
      }
    ]
  },
  "34": {
    "utime_since": 1,
    "utime_until": 1,
    "total": 1,
    "main": 1,
    "total_weight": "1152921504606846800",
    "list": [
      {
        "public_key": "text",
        "weight": 1,
        "adnl_addr": "text"
      }
    ]
  },
  "35": {
    "utime_since": 1,
    "utime_until": 1,
    "total": 1,
    "main": 1,
    "total_weight": "1152921504606846800",
    "list": [
      {
        "public_key": "text",
        "weight": 1,
        "adnl_addr": "text"
      }
    ]
  },
  "36": {
    "utime_since": 1,
    "utime_until": 1,
    "total": 1,
    "main": 1,
    "total_weight": "1152921504606846800",
    "list": [
      {
        "public_key": "text",
        "weight": 1,
        "adnl_addr": "text"
      }
    ]
  },
  "37": {
    "utime_since": 1,
    "utime_until": 1,
    "total": 1,
    "main": 1,
    "total_weight": "1152921504606846800",
    "list": [
      {
        "public_key": "text",
        "weight": 1,
        "adnl_addr": "text"
      }
    ]
  },
  "40": {
    "misbehaviour_punishment_config": {
      "default_flat_fine": 1000000,
      "default_proportional_fine": 1000000,
      "severity_flat_mult": 1000000,
      "severity_proportional_mult": 1000000,
      "unpunishable_interval": 1000000,
      "long_interval": 1000000,
      "long_flat_mult": 1000000,
      "long_proportional_mult": 1000000,
      "medium_interval": 1000000,
      "medium_flat_mult": 1000000,
      "medium_proportional_mult": 1000000
    }
  },
  "43": {
    "size_limits_config": {
      "max_msg_bits": 1000000,
      "max_msg_cells": 1000000,
      "max_library_cells": 1000000,
      "max_vm_data_depth": 1000000,
      "max_ext_msg_size": 1000000,
      "max_ext_msg_depth": 1000000,
      "max_acc_state_cells": 1000000,
      "max_acc_state_bits": 1000000
    }
  },
  "44": {
    "accounts": [
      "text"
    ],
    "suspended_until": 1
  },
  "71": {
    "oracle_bridge_params": {
      "bridge_addr": "text",
      "oracle_multisig_address": "text",
      "external_chain_address": "text",
      "oracles": [
        {
          "address": "0:55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122",
          "secp_pubkey": "00000000000000000000000017dcab1b1481610f6c7a7a98cf0370dc0ec704a6"
        }
      ]
    }
  },
  "72": {
    "oracle_bridge_params": {
      "bridge_addr": "text",
      "oracle_multisig_address": "text",
      "external_chain_address": "text",
      "oracles": [
        {
          "address": "0:55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122",
          "secp_pubkey": "00000000000000000000000017dcab1b1481610f6c7a7a98cf0370dc0ec704a6"
        }
      ]
    }
  },
  "73": {
    "oracle_bridge_params": {
      "bridge_addr": "text",
      "oracle_multisig_address": "text",
      "external_chain_address": "text",
      "oracles": [
        {
          "address": "0:55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122",
          "secp_pubkey": "00000000000000000000000017dcab1b1481610f6c7a7a98cf0370dc0ec704a6"
        }
      ]
    }
  },
  "79": {
    "jetton_bridge_params": {
      "bridge_address": "text",
      "oracles_address": "text",
      "state_flags": 1,
      "burn_bridge_fee": 1,
      "oracles": [
        {
          "address": "0:55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122",
          "secp_pubkey": "00000000000000000000000017dcab1b1481610f6c7a7a98cf0370dc0ec704a6"
        }
      ],
      "external_chain_address": "text",
      "prices": {
        "bridge_burn_fee": 1,
        "bridge_mint_fee": 1,
        "wallet_min_tons_for_storage": 1,
        "wallet_gas_consumption": 1,
        "minter_min_tons_for_storage": 1,
        "discover_gas_consumption": 1
      }
    }
  },
  "81": {
    "jetton_bridge_params": {
      "bridge_address": "text",
      "oracles_address": "text",
      "state_flags": 1,
      "burn_bridge_fee": 1,
      "oracles": [
        {
          "address": "0:55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122",
          "secp_pubkey": "00000000000000000000000017dcab1b1481610f6c7a7a98cf0370dc0ec704a6"
        }
      ],
      "external_chain_address": "text",
      "prices": {
        "bridge_burn_fee": 1,
        "bridge_mint_fee": 1,
        "wallet_min_tons_for_storage": 1,
        "wallet_gas_consumption": 1,
        "minter_min_tons_for_storage": 1,
        "discover_gas_consumption": 1
      }
    }
  },
  "82": {
    "jetton_bridge_params": {
      "bridge_address": "text",
      "oracles_address": "text",
      "state_flags": 1,
      "burn_bridge_fee": 1,
      "oracles": [
        {
          "address": "0:55e8809519cd3c49098c9ee45afdafcea7a894a74d0f628d94a115a50e045122",
          "secp_pubkey": "00000000000000000000000017dcab1b1481610f6c7a7a98cf0370dc0ec704a6"
        }
      ],
      "external_chain_address": "text",
      "prices": {
        "bridge_burn_fee": 1,
        "bridge_mint_fee": 1,
        "wallet_min_tons_for_storage": 1,
        "wallet_gas_consumption": 1,
        "minter_min_tons_for_storage": 1,
        "discover_gas_consumption": 1
      }
    }
  },
  "raw": "te6ccgEBBgEARAABFP8A9KQT9LzyyAsBAgEgAgMCAUgEBQAE8jAAONBsIdMfMO1E0NM/MAHAAZekyMs/ye1UkzDyBuIAEaE0MdqJoaZ+YQ=="
}