Address

generates the Merkle proof for the given address at the latest root hash

GEThttps://egld.nownodes.io/proof/address/{address}
Path parameters
address*string

the address in bech32 format

Response

successful operation

Body
dataobject
errorstring
codestring
Request
const response = await fetch('https://egld.nownodes.io/proof/address/{address}', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "error": "text",
  "code": "text"
}