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": 1619428443,
    "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": 102099712844340597,
    "cumulative_difficulty_top64": 0,
    "database_size": 37580963840,
    "difficulty": 305790922809,
    "difficulty_top64": 0,
    "free_space": 1.8446744073709552e+19,
    "grey_peerlist_size": 0,
    "height": 2347704,
    "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": 3624935,
    "testnet": false,
    "top_block_hash": "d9b9a77fb708e842d6b66009d15748bcad8bee7af8d776f3acb93519b8f9e467",
    "top_hash": "",
    "tx_count": 13101785,
    "tx_pool_size": 0,
    "untrusted": false,
    "update_available": false,
    "version": "",
    "was_bootstrap_ever_used": false,
    "white_peerlist_size": 0,
    "wide_cumulative_difficulty": "0x16abb25dbc19d75",
    "wide_difficulty": "0x47328f3039"
}