the shard ID to fetch the status from
successful operation
const response = await fetch('https://egld.nownodes.io/network/status/{shard}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "error": "text", "code": "text" }