XEM
POST
GET
Last updated on January 1, 1970
1 min read
Method /account/namespace/page undefined ()
connect with REST protocol
/account/namespace/page
Gets an array of namespace objects for a given account address. Theparent parameter is optional. If supplied, only sub-namespaces of theparent namespace are returned.
Parameters
address
-
The address of the account.
parent
-
The optional parent namespace id.
id
-
The optional namespace database id up to which namespaces are returned.
pageSize
-
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
}
]
}
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" }