---
title: "generates the Merkle proof for the given address at a specific root hash"
method: GET
path: "/proof/root-hash/{roothash}/address/{address}"
tags: ["proof"]
---

# generates the Merkle proof for the given address at a specific root hash

`GET /proof/root-hash/{roothash}/address/{address}`

## Path parameters

- `roothash` string, required
- `address` string, required

## Response `200`

successful operation

- GenericResponse
  - `data` object
  - `error` string
  - `code` string

## Changes

- **2023-02-09** `eaf76635324d` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2023-02-09** `a1830bf30d7b` — 1 breaking
  - added the new path request parameter `address`
- **2023-02-09** `f5970dfcecba` — 1 info
  - for the `path` request parameter `roothash`, the type/format was generalized from `integer`/`` to `string`/``
- **2023-02-08** `82d543636074` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/changes/proof/root-hash/:roothash/address/:address/get.md)

---

[API](https://skmtc.dev/multiversx/apis/multiversx-gateway-api.md) · [All operations](https://skmtc.dev/multiversx/apis/multiversx-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multiversx/multiversx-gateway-api/revisions/44c49bc12621/schema)
