Config

returns the configuration of the network from any observer

GEThttps://egld.nownodes.io/network/config
Response

successful operation

Body
dataobject
errorstring
codestring
Request
const response = await fetch('https://egld.nownodes.io/network/config', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "error": "text",
  "code": "text"
}