/local/account/transfers/all {disallowed} - NEM
Example code for the /local/account/transfers/all {disallowed} rest method. Сomplete guide on how to use /local/account/transfers/all {disallowed} rest in GetBlock.io Web3 documentation.
Parameters
Request
curl --location --request POST 'https://go.getblock.io/YOUR-ACCESS-TOKEN/local/account/transfers/all' \
--header 'Content-Type: application/json'Response
{
"result": "null",
"id": "getblock.io",
"status_code": 405,
"message": "Method not allowed"
}Last updated
Was this helpful?