⚡ We welcome businesses to test our enterprise-grade service

xem
NEM (XEM)

Method: POST /account/unlocked/info

dropdown

Method REST /account/unlocked/info example for NEM (XEM)

POST /account/unlocked/info

Method not allowed

Each node can allow users to harvest with their delegated key on that node. The NIS configuration has entries for configuring the maximum number of allowed harvesters and optionally allow harvesting only for certain account addresses. The unlock info gives information about the maximum number of allowed harvesters and how many harvesters are already using the node.

Parameters

-

Request

curl --location --request POST 'https://xem.getblock.io/account/unlocked/info' \
 --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"
}