---
title: "verifies the given Merkle proof"
method: POST
path: "/proof/verify"
tags: ["proof"]
---

# verifies the given Merkle proof

`POST /proof/verify`

## Request body

- MerkleProofVerificationRequest
  - `rootHash` string
  - `address` string
  - `proof` string[]

## Response `200`

successful operation

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

## Other responses

- `400` — validation error

---

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