Last updated 8 months ago
Returns the entire genesis file in json.
The genesis file in json.
const response = await fetch('https://algo.nownodes.io/genesis', { method: 'GET', headers: {}, }); const data = await response.json();
text