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

nodePubkeystring hex

The public key of the node

Example response

{
  "nodeSubnet": "54f:b680:ba6e:7ced::/64",
  "nodePubkey": "02468ace13579bdf02468ace13579bdf02468ace13579bdf02468ace13579bdf"
}

Changes