Documentation

getInfo


This command returns information about the node.

Request

{ 
    "jsonrpc": "2.0", 
    "id": 1, 
    "method": "getInfo"
}

Response

{
    "jsonrpc": "2.0",
    "result": {
        "nonce": 0,
        "software": "kaos++",
        "version": "0.3.3",
        "address": "::",
        "host_name": "macstudio01.local",
        "node_id": "k1x01ZLLLzVvLFhH33vY4418y9nuCNxKUaFk",
        "chains": [
            {
                "id": 2,
                "name": "aurora",
                "height": 257771,
                "container_id": "07c4fece5873a170d8929c7f3494135c62ad749d56d2dd3ff1ddbd5f705d37b2",
                "container_timestamp": "2026-07-20 08:03:58.279621740.20",
                "tps": 0,
                "vtps": 1,
                "finality": 0.0,
                "bank": {
                    "mint": "325099",
                    "burn": "175.325924",
                    "supply": "324923.674076"
                }
            }
        ],
        "system_metrics": {
            "cpu_threads": 12,
            "cpu_cores": 12,
            "memory_total": 34359738368,
            "memory_avail": 16158752768,
            "disk_total": 494384795648,
            "disk_avail": 108511064064,
            "process_threads": 9,
            "open_files": 226,
            "memory_percent": 52.971839904785156,
            "disk_percent": 78.0512942511162
        }
    },
    "id": 1
}