MasterchainInfo

Get Masterchain Info

get

Get first and last indexed block

Authorizations
Responses
application/json
objectOptional
get
GET /api/v3/masterchainInfo HTTP/1.1
Host: ton-index.nownodes.io
X-Api-Key: YOUR_API_KEY
Accept: */*
{
  "first": {
    "after_merge": true,
    "after_split": true,
    "before_split": true,
    "created_by": "text",
    "end_lt": "0",
    "file_hash": "text",
    "flags": 1,
    "gen_catchain_seqno": 1,
    "gen_utime": "0",
    "global_id": 1,
    "key_block": true,
    "master_ref_seqno": 1,
    "masterchain_block_ref": {
      "seqno": 1,
      "shard": "0",
      "workchain": 1
    },
    "min_ref_mc_seqno": 1,
    "prev_blocks": [
      {
        "seqno": 1,
        "shard": "0",
        "workchain": 1
      }
    ],
    "prev_key_block_seqno": 1,
    "rand_seed": "text",
    "root_hash": "text",
    "seqno": 1,
    "shard": "0",
    "start_lt": "0",
    "tx_count": 1,
    "validator_list_hash_short": 1,
    "version": 1,
    "vert_seqno": 1,
    "vert_seqno_incr": true,
    "want_merge": true,
    "want_split": true,
    "workchain": 1
  },
  "last": {
    "after_merge": true,
    "after_split": true,
    "before_split": true,
    "created_by": "text",
    "end_lt": "0",
    "file_hash": "text",
    "flags": 1,
    "gen_catchain_seqno": 1,
    "gen_utime": "0",
    "global_id": 1,
    "key_block": true,
    "master_ref_seqno": 1,
    "masterchain_block_ref": {
      "seqno": 1,
      "shard": "0",
      "workchain": 1
    },
    "min_ref_mc_seqno": 1,
    "prev_blocks": [
      {
        "seqno": 1,
        "shard": "0",
        "workchain": 1
      }
    ],
    "prev_key_block_seqno": 1,
    "rand_seed": "text",
    "root_hash": "text",
    "seqno": 1,
    "shard": "0",
    "start_lt": "0",
    "tx_count": 1,
    "validator_list_hash_short": 1,
    "version": 1,
    "vert_seqno": 1,
    "vert_seqno_incr": true,
    "want_merge": true,
    "want_split": true,
    "workchain": 1
  }
}