XEM
POST
GET
Last updated on January 1, 1970
2 min read
Method /account/get/forwarded undefined ()
connect with REST protocol
/account/get/forwarded
Given a delegate (formerly known as remote) accounts address, gets theAccountMetaDataPair for the account for which the given account is thedelegate account. If the given account address is not a delegate accountfor any account, the request returns the AccountMetaDataPair for thegiven address.
Parameters
address
-
The address of the delegate account.
Request
curl --location --request GET 'https://xem.getblock.io/account/get/forwarded?address=NC4T246ALCPNBTAOCSC5EAVFMDFBOACSQAF6WKHV'
--header 'x-api-key: YOUR-API-KEY'
--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"
}
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }