New Here? Claim Your 30% Discount on Your First Blockchain Node Access!

banner image

Last updated on January 1, 1970

1 min read

Method /node/boot undefined ()
connect with REST protocol

/node/boot

info-circle-fill

Method not allowed

info-circle-fill

Boots the local node and thus assign an account (the identity) to thelocal node.

Parameters

bootNodeRequest -

A BootNodeRequest JSON object. The BootNodeRequest JSNON object is used to transfer the relevant data for booting a local node to NIS. With the boot data NIS can create the local node object and connect to the network.

Request

curl --location --request POST 'https://xem.getblock.io/node/boot' 
 --header 'x-api-key: YOUR-API-KEY' 
 --header 'Content-Type: application/json'

Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}
banner icon

Start Building with GetBlock RPCs for Free