/account/unlocked/info {disallowed} - NEM

Example code for the /account/unlocked/info {disallowed} rest method. Сomplete guide on how to use /account/unlocked/info {disallowed} rest in GetBlock.io Web3 documentation.

Parameters

-

Request

curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/account/unlocked/info' \
--header 'Content-Type: application/json'

Response

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

Last updated