> 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-user-from-domain-name-space-id.md).

# Get a User From Domain Name (Space ID)

<mark style="color:blue;">`GET`</mark> `https://api.alturanft.com/api/v2spaceid/getAddressByDomain/:domain`

#### Path Parameters

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

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

```json
{
  "success": true,
  "body": {
    "address": "0x1234...abcd"
  }
}
```

{% 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 %}
