Monero Node API

Technische Endpunkte und Live-JSON für Remote Node und Monitoring.

Endpunkte
Proxy API:
https://monero.vargatech.net/node/get_info
Direkte Node-Subdomain:
https://node.monero.vargatech.net/get_info
P2Pool Stats:
https://monero.vargatech.net/stats/
Live JSON
{
    "adjusted_time": 1685146462,
    "alt_blocks_count": 0,
    "block_size_limit": 600000,
    "block_size_median": 300000,
    "block_weight_limit": 600000,
    "block_weight_median": 300000,
    "bootstrap_daemon_address": "",
    "busy_syncing": true,
    "credits": 0,
    "cumulative_difficulty": 281394751157028102,
    "cumulative_difficulty_top64": 0,
    "database_size": 64424509440,
    "difficulty": 273059115295,
    "difficulty_top64": 0,
    "free_space": 1.8446744073709552e+19,
    "grey_peerlist_size": 0,
    "height": 2894636,
    "height_without_bootstrap": 0,
    "incoming_connections_count": 0,
    "mainnet": true,
    "nettype": "mainnet",
    "offline": false,
    "outgoing_connections_count": 0,
    "restricted": true,
    "rpc_connections_count": 0,
    "stagenet": false,
    "start_time": 0,
    "status": "OK",
    "synchronized": false,
    "target": 120,
    "target_height": 3625005,
    "testnet": false,
    "top_block_hash": "c40a6f0ebe657150359101f41cb5b745b23096cc7ad089656e0ce50e4e78caac",
    "top_hash": "",
    "tx_count": 30273214,
    "tx_pool_size": 0,
    "untrusted": false,
    "update_available": false,
    "version": "",
    "was_bootstrap_ever_used": false,
    "white_peerlist_size": 0,
    "wide_cumulative_difficulty": "0x3e7b709085fc506",
    "wide_difficulty": "0x3f9397711f"
}