DEPRECATED: use version instead.
version
Either a plain UTF8 string, or a sequence of bytes for strings that contain invalid byte sequences.
const response = await fetch('https://xtz.nownodes.io/monitor/commit_hash', { method: 'GET', headers: {}, }); const data = await response.json();
text