v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
node

Get trusted peers

get/v1/node/peers/trusted

Response

A list of trusted peers

isTrustedboolean required
namestring string required
peeringURLstring string required

The peering URL of the peer

publicKeystring string required

The peers public key encoded in Hex

Example response

[
  {
    "peeringURL": "localhost:4000",
    "name": "name",
    "publicKey": 0,
    "isTrusted": true
  }
]