Skip to main content

Get trusted peers

GET 

//v1/node/peers/trusted

Get trusted peers

Responses

A list of trusted peers

Schema
  • Array [
  • isTrusted booleanrequired
    name stringrequired
    peeringURL stringrequired

    The peering URL of the peer

    publicKey stringrequired

    The peers public key encoded in Hex

  • ]

Authorization: Authorization

name: Authorizationtype: apiKeydescription: JWT Tokenin: header
curl -L -X GET '/v1/node/peers/trusted' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
Auth
ResponseClear

Click the Send API Request button above and see the response here!