---
title: "Retrieve domains"
method: GET
path: "/user/{address}/domains"
tags: ["Wallet data endpoints"]
---

# Retrieve domains

`GET /user/{address}/domains`

Returns a list of domains owned by the specified wallet address

## Path parameters

- `address` string, required

## Query parameters

- `take` number
- `cursor` string

## Response `200`

List of domains

- SerializedDomainList
  - `data` object[]
    - `domain` string — The domain name
    - `listing` SerializedMarketplaceListing
      - `status` string — The status of the listing
      - `price` number — The price of the listing in USD
      - `priceFormattedUsd` string — The formatted price of the listing in USD
      - `updatedAt` string — The date and time the listing was last updated
      - `expiresAt` string — The date and time the listing will expire
    - `meta` object — Resolution metadata for the domain
  - `meta` object
    - `total_count` integer — Total returned count
    - `pagination` object
      - `cursor` integer — Cursor position for pagination
      - `take` integer — Number of items to return
  - `relationship_type` 'followers' | 'following' — Relationship type (followers or following)
  - `domain` string — The requested domain

## Other responses

- `404` — Address not found

---

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