⚡ We welcome businesses to test our enterprise-grade service

xem
NEM (XEM)

Method: GET /account/status

dropdown

Method REST /account/status example for NEM (XEM)

GET /account/status

Gets the AccountMetaData from an account. The account meta data describes additional information for the account.

Parameters

address - string

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