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 (libp2p)

Example response

{
  "id": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N",
  "addrs": [
    "/ip4/127.0.0.1/tcp/8080"
  ],
  "codex": {
    "version": "v0.1.7",
    "revision": "0c647d8"
  }
}

Changes