Last updated on January 1, 1970

1 min read

Method /account/status undefined ()
connect with REST protocol

/account/status

info-circle-fill

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"
}
banner icon

Start Building with GetBlock RPCs for Free