XEM
POST
GET
Last updated on January 1, 1970
1 min read
Method /account/status undefined ()
connect with REST protocol
/account/status
Gets the AccountMetaData from an account. The account meta datadescribes additional information for the account.
Parameters
address
-
The address of the account.
Request
curl --location --request GET 'https://xem.getblock.io/account/status?address=NCXIQA4FF5JB6AMQ53NQ3ZMRD3X3PJEWDJJJIGHT'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
Response
{
"cosignatories": [],
"cosignatoryOf": [],
"remoteStatus": "ACTIVE",
"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" }