v1

latestOpenAPI 3.0.2Apache 2.02026-07-17292234.0 KB
Admin

Get general info about the node

Get general info about the node, which is not related to other more specific functionality

get/api/v1/admin

Response

Success

nodeSubnetstring

The subnet owned by the node and advertised to peers

nodeIpstring

The full overlay IP of the node, derived from its public key

nodePubkeystring hex

The public key of the node

nodeStartTimeinteger

The time the node started, as seconds since the Unix epoch

Example response

{
  "nodeSubnet": "54f:b680:ba6e:7ced::/64",
  "nodeIp": "54f:b680:ba6e:7ced:abcd:1234:5678:9abc",
  "nodePubkey": "02468ace13579bdf02468ace13579bdf02468ace13579bdf02468ace13579bdf",
  "nodeStartTime": 1716100000
}
All 29 operations