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