Get information on the node version
A version number for the network protocol (includes distributed DB version and p2p version)
const response = await fetch('https://xtz.nownodes.io/version', { method: 'GET', headers: {}, }); const data = await response.json();
{ "version": { "additional_info": "dev" }, "network_version": { "chain_name": "text" }, "commit_info": { "commit_hash": "text", "commit_date": "text" } }