> For the complete documentation index, see [llms.txt](https://docs.altura.com/altura-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altura.com/altura-documentation/api-reference/get-endpoints/get-a-users-domain-names-space-id.md).

# Get a User's Domain Names (Space ID)

<mark style="color:blue;">`GET`</mark> `https://api.alturanft.com/api/v2/spaceid/getDomain/:address`

#### Path Parameters

| Name                                      | Type   | Description         |
| ----------------------------------------- | ------ | ------------------- |
| address<mark style="color:red;">\*</mark> | String | address of the user |

{% tabs %}
{% tab title="200: OK " %}

```json
{
  "success": true,
  "body": {
    "name": "example.eth",
    "nameBsc": "example.bnb",
    "nameArb": "example.arb"
  }
}
```

{% endtab %}

{% tab title="500: Internal Server Error " %}

```json
{
  "success": false,
  "error": "Error description"
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
Space ID is used for this feature. Check them out:  <https://space.id/>
{% endhint %}
