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