Documentation

getNodeInfo


This command returns information about the node given identifier.

Request

{ 
    "jsonrpc": "2.0", 
    "id": 1, 
    "method": "getNodeInfo",
    "params": { 
    "node_id":"k1x01y7wVazQVoKs4bCWEXiWAqx4aHkjQ6Yb"
    } 
}

Response

{
    "jsonrpc": "2.0",
    "result": {
        "node_id": "k1x01y7wVazQVoKs4bCWEXiWAqx4aHkjQ6Yb",
        "software": "kaos++",
        "version": "0.3.3",
        "chains": [
            {
                "id": 2,
                "name": "aurora",
                "height": 268087,
                "container_id": "2d748af1207dbd8d5aca39df4743ec17e4e7eb05e4745b094835820a93a4d34f",
                "container_timestamp": "2026-07-21 04:52:10.795329542.21",
                "finality": 736
            }
        ],
        "system_metrics": {
            "memory_total": 134793011200,
            "memory_avail": 132234821632,
            "disk_total": 983347974144,
            "disk_avail": 909305978880,
            "cpu_cores": 10,
            "cpu_threads": 40,
            "process_threads": 8,
            "open_files": 173,
            "memory_percent": 1.8978651379812785,
            "disk_percent": 7.529582325977051
        }
    },
    "id": 1
}