Skip to main content

Configure a trusted node to be an access node.

PUT 

//v1/chains/:chainID/access-node/:peer

Configure a trusted node to be an access node.

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

    peer stringrequired

    Name or PubKey (hex) of the trusted peer

Responses

Access node was successfully added

Authorization: Authorization

name: Authorizationtype: apiKeydescription: JWT Tokenin: header
curl -L -X PUT '/v1/chains/:chainID/access-node/:peer' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

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