Returns versioning information of the node.
successful operation
Node's binary version.
Node's implementation name.
Node's chain name.
const response = await fetch('https://dot-playbook.nownodes.io/node/version', { method: 'GET', headers: {}, }); const data = await response.json();
{ "clientVersion": "text", "clientImplName": "text", "chain": "text" }