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