⚡ We welcome businesses to test our enterprise-grade service

xem
NEM (XEM)

Method: POST /account/lock

dropdown

方法 REST /account/lock 例如 NEM (XEM)

POST /account/lock

Method not allowed

锁一个帐户(停止收获)。

Parameters

privateKey -

一个私人关键JSON对象。 私钥是帐户的关键。 拥有私钥的任何人都可以启动任何与帐户相关的措施。 因此,必须不惜一切代价保密私钥。

Request

curl --location --request POST 'https://xem.getblock.io/account/lock'
 --header 'x-api-key: YOUR-API-KEY'
 --header 'Content-Type: application/json'
 --data-raw '{'privateKey':{'value':'68e4f79f886927de698df4f857de2aada41ccca6617e56bb0d61623b35b08cc0'}}'


Response

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