⚡ We welcome businesses to test our enterprise-grade service

xem
NEM (XEM)

Method: POST /node/boot

dropdown

Method REST /node/boot example for NEM (XEM)

POST /node/boot

Method not allowed

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

Parameters

bootNodeRequest - json object

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"
}