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
}

Changes

Changed in 4 of the 35 revisions of this API.14

    • added the optional property nodeIp to the response with the 200 status

      response-optional-property-added

    • added the optional property nodeStartTime to the response with the 200 status

      response-optional-property-added

    • added the optional property nodePubkey to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog