📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

xem
NEM (XEM)

Method: POST /node/boot

dropdown

方法 REST /node/boot 例如 NEM (XEM)

POST /node/boot

Method not allowed

启动本地节点,从而将帐户(身份)分配给本地节点。

Parameters

bootNodeRequest -

bootnoderequest json对象。 bootnoderequest jsnon对象用于传输相关数据以将本地节点引导到NIS。 使用引导数据,NIS可以创建本地节点对象并连接到网络。

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