?Serves the interactive node explorer HTML page.
Read-only endpoints behind the Sentinel dVPN Live Node Explorer. Responses are JSON unless noted otherwise.
The examples below are relative to this deployment. Use paths such as /?data from this host.
?Serves the interactive node explorer HTML page.
?dataReturns active node table rows from the database, merged with current earning state from cached payout data.
?node=sentnode1...Returns a single node by Sentinel node address.
sentnode1 and is 47 characters long.?statsReturns aggregate live explorer stats for active nodes.
?inflowReturns hourly total P2P inflow for the last 24 hours from the database.
udvpn; API also exposes converted inflow_p2p.?filtered_inflowReturns hourly P2P inflow for a filtered set of node addresses.
{"addresses":["sentnode1..."]}, dedupes addresses, and caps oversized requests.?asn_saturationReturns active ASNs with more than 50 nodes, plus cached provider names when the daily collector has populated them.
?country_saturationReturns active countries with more than 300 nodes and active cities with more than 20 nodes for the Country & City Saturation card.
?earnings&address=sentnode1...Returns node-specific P2P inflow summaries and the cached Sentinel USD price.
?apiServes this developer reference page.