Skip to main content

Get basic information about all configured peers

GET 

/v1/node/peers

Get basic information about all configured peers

Request

Responses

A list of all peers

Schema
  • Array [
  • isAlive booleanrequired

    Whether or not the peer is activated

    isTrusted booleanrequired
    name stringrequired
    numUsers int32required

    The amount of users attached to the peer

    peeringURL stringrequired

    The peering URL of the peer

    publicKey stringrequired

    The peers public key encoded in Hex

  • ]
Loading...