---
title: "Get Shard Block Proof"
method: GET
path: "/getShardBlockProof"
tags: ["blocks"]
---

# Get Shard Block Proof

`GET /getShardBlockProof`

Get merkle proof of shardchain block.

## Query parameters

- `workchain` integer, required — Block workchain id
- `shard` integer, required — Block shard id
- `seqno` integer, required — Block seqno
- `from_seqno` integer — Seqno of masterchain block starting from which proof is required. If not specified latest masterchain block is used.

## Response `200`

Successful Response

- TonResponse
  - `ok` boolean, required
  - `result` union
    - string
    - unknown[]
      - unknown
    - object
  - `error` string
  - `code` integer

## Other responses

- `422` — Validation Error
- `504` — Lite Server Timeout

---

[API](https://skmtc.net/rsquad/apis/ton-http-api.md) · [All operations](https://skmtc.net/rsquad/apis/ton-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rsquad/ton-http-api/versions/73848a110060/schema)
