Last updated 8 months ago
Information about the connected node
Node status
const response = await fetch('https://akt.nownodes.io/node_info', { method: 'GET', headers: {}, }); const data = await response.json();
{ "application_version": { "build_tags": "text", "client_name": "text", "commit": "text", "go": "text", "name": "text", "server_name": "text", "version": "text" }, "node_info": { "id": "text", "moniker": "validator-name", "protocol_version": { "p2p": 7, "block": 10, "app": 0 }, "network": "gaia-2", "channels": "text", "listen_addr": "192.168.56.1:26656", "version": "0.15.0", "other": { "tx_index": "on", "rpc_address": "tcp://0.0.0.0:26657" } } }