/account/historical/get {disallowed} - NEM
Example code for the /account/historical/get {disallowed} rest method. Сomplete guide on how to use /account/historical/get {disallowed} rest in GetBlock.io Web3 documentation.
Parameters
Request
curl --location --request GET 'https://go.getblock.io/<ACCESS-TOKEN>/account/historical/get?address=NCXIQA4FF5JB6AMQ53NQ3ZMRD3X3PJEWDJJJIGHT&startHeight=3943565&endHeight=3943570&increment=1' \
--header 'Content-Type: application/json'Response
{
"result": "null",
"id": "getblock.io",
"status_code": 405,
"message": "Method not allowed"
}Last updated
Was this helpful?