---
title: "GET /v2/liteserver/get_masterchain_info"
method: GET
path: "/v2/liteserver/get_masterchain_info"
tags: ["Lite Server"]
---

# GET /v2/liteserver/get_masterchain_info

`GET /v2/liteserver/get_masterchain_info`

Get raw masterchain info

## Response `200`

raw masterchain info

- object
  - `init` InitStateRaw, required
    - `file_hash` string, required
    - `root_hash` string, required
    - `workchain` integer, required
  - `last` BlockRaw, required
    - `file_hash` string, required
    - `root_hash` string, required
    - `seqno` integer, required
    - `shard` string, required
    - `workchain` integer, required
  - `state_root_hash` string, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer.md) · [All operations](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonapi/rest-api-to-ton-blockchain-explorer/revisions/fc4add7a71a0/schema)
