/account/get/forwarded - NEM
Example code for the /account/get/forwarded rest method. Сomplete guide on how to use /account/get/forwarded rest in GetBlock.io Web3 documentation.
Parameters
address
-
The address of the delegate account.
Request
curl --location --request GET 'https://go.getblock.io/<ACCESS-TOKEN>/account/get/forwarded?address=NC4T246ALCPNBTAOCSC5EAVFMDFBOACSQAF6WKHV' \
--header 'Content-Type: application/json'
Response
{
"account": {
"address": "NC4T246ALCPNBTAOCSC5EAVFMDFBOACSQAF6WKHV",
"balance": 0,
"harvestedBlocks": 0,
"importance": 0.0,
"label": null,
"multisigInfo": {},
"publicKey": null,
"vestedBalance": 0
},
"meta": {
"cosignatories": [],
"cosignatoryOf": [],
"remoteStatus": "INACTIVE",
"status": "LOCKED"
}
}