Debug

Gets node information

get/debug/info

Response

Node's information

idstring

Peer Identity reference as specified at https://docs.libp2p.io/concepts/fundamentals/peers/

addrsMultiAddress[]
repostring

Path of the data repository where all nodes data are stored

sprstring

Signed Peer Record to advertise DHT connection information

Example response

{
  "id": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N",
  "addrs": [
    "/ip4/127.0.0.1/tcp/8080"
  ]
}

Changes