⚡ We welcome businesses to test our enterprise-grade service

xem
NEM (XEM)

Method: GET /account/namespace/page

dropdown

Method REST /account/namespace/page example for NEM (XEM)

GET /account/namespace/page

Gets an array of namespace objects for a given account address. The parent parameter is optional. If supplied, only sub-namespaces of the parent namespace are returned.

Parameters

address - string

The address of the account.

parent - string

The optional parent namespace id.

id - string

The optional namespace database id up to which namespaces are returned.

pageSize - string

The (optional) number of namespaces to be returned.

Request

curl --location --request GET 'https://xem.getblock.io/account/namespace/page?address=NC4T246ALCPNBTAOCSC5EAVFMDFBOACSQAF6WKHV&pageSize=5' \
 --header 'x-api-key:YOUR-API-KEY' \
 --header 'Content-Type: application/json'


Response

{
    "data": [
        {
            "fqn": "makoto.metal.coins",
            "owner": "TD3RXTHBLK6J3UD2BH2PXSOFLPWZOTR34WCG4HXH",
            "height": 13465
        }
    ]
}