Skip to main content

Get basic peer info of the current node

GET 

//v1/node/peers/identity

Get basic peer info of the current node

Responses

This node peering identity

Schema
    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/identity' \
-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!