Last updated 8 months ago
A successful response.
VersionInfo is the type for the GetNodeInfoResponse message.
const response = await fetch('https://akt.nownodes.io/cosmos/base/tendermint/v1beta1/node_info', { method: 'GET', headers: {}, }); const data = await response.json();
{ "default_node_info": { "protocol_version": { "p2p": "text", "block": "text", "app": "text" }, "default_node_id": "text", "listen_addr": "text", "network": "text", "version": "text", "channels": "Ynl0ZXM=", "moniker": "text", "other": { "tx_index": "text", "rpc_address": "text" } }, "application_version": { "name": "text", "app_name": "text", "version": "text", "git_commit": "text", "build_tags": "text", "go_version": "text", "build_deps": [ { "path": "text", "version": "text", "sum": "text" } ], "cosmos_sdk_version": "text" } }