the address in bech32 format
the key to generate the proof for
successful operation
const response = await fetch('https://egld.nownodes.io/proof/address/{address}/key/{key}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "error": "text", "code": "text" }