Genesis nodes

returns the list of the nodes that were active at the genesis

GEThttps://egld.nownodes.io/network/genesis-nodes
Response

successful operation

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