> For the complete documentation index, see [llms.txt](https://docs.getblock.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getblock.io/api-reference/nem-xem/xem_namespace.md).

# /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

```java
curl --location --request GET 'https://shared.eu-central-1.getblock.io/YOUR-ACCESS-TOKEN/namespace?namespace=cactus' \
--header 'Content-Type: application/json'
```

#### Response

```java
{
    "fqn": "cactus",
    "height": 3915451,
    "owner": "NDOQZVUH5ZZHPFOFFIF3QYIDU2CRVZOAH5DAOCF6"
}
```
