/
MU
multiversx
/
MultiversX Gateway API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
about
2
actions
2
address
15
block
5
hyperblock
2
internal
8
network
15
node
3
proof
4
get
generates the Merkle proof for the given address at a specific root hash
get
generates the Merkle proof for the given address at the latest root hash
get
generates the Merkle proof for a given key of given address at the latest root hash
post
verifies the given Merkle proof
status
2
transaction
14
validator
1
vm-values
4
proof
verifies the given Merkle proof
post
/proof/verify
Request body
MerkleProofVerificationRequest
required
rootHash
string
address
string
proof
string[]
Response
successful operation
GenericResponse
required
data
object
error
string
code
string
Changes