---
title: "Get domain"
method: GET
path: "/owners/{address}/domains"
tags: ["Owner"]
---

# Get domain

`GET /owners/{address}/domains`

**Get Domains by Address**<br/>**Note:** The API should be used in a backend system. If you need the data in client apps, please build a proxy backend to hide the API key.

## Path parameters

- `address` string, required

## Query parameters

- `cursor` unknown

## Response `200`

Successful response

- object
  - `data` OwnerDomainResponse[]
    - `meta` OwnerDomainMetadata, required
      - `domain` string, required
      - `namehash` string
      - `tokenId` string
      - `owner` string
      - `resolver` string
      - `blockchain` string
      - `networkId` 1 | 5 | 137 | 1337 | 80001
      - `registry` string
      - `type` 'Uns' | 'Zilliqa' | 'Ens', required
      - `customMeta` object
    - `records` object, required
  - `next` string, nullable

---

[API](https://skmtc.net/unstoppabledomains/apis/resolution-service.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/resolution-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/resolution-service/revisions/6520347834a5/schema)
