the address in bech32 format
successful operation
const response = await fetch('https://egld.nownodes.io/address/{address}/keys', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "pairs": [ { "key1": "value1", "key2": "value2" } ] }, "error": "text", "code": "text" }