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": { "major": 0, "minor": 0, "additional_info": "dev" }, "network_version": { "chain_name": "text", "distributed_db_version": 0, "p2p_version": 0 }, "commit_info": { "commit_hash": "text", "commit_date": "text" } }