/namespace - NEM
Example code for the /namespace rest method. Сomplete guide on how to use /namespace rest in GetBlock.io Web3 documentation.
Parameters
namespace
-
The namespace id.
Request
curl --location --request GET 'https://go.getblock.io/YOUR-ACCESS-TOKEN/namespace?namespace=cactus' \
--header 'Content-Type: application/json'
Response
{
"fqn": "cactus",
"height": 3915451,
"owner": "NDOQZVUH5ZZHPFOFFIF3QYIDU2CRVZOAH5DAOCF6"
}
Last updated