the nonce to look after
successful operation
const response = await fetch('https://egld.nownodes.io/hyperblock/by-nonce/{nonce}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "error": "text", "code": "text" }