---
title: "getDomainNftsByOwner"
method: POST
path: "/v1/domain-nfts/{ownerAddress}"
tags: ["NFTs"]
---

# getDomainNftsByOwner

`POST /v1/domain-nfts/{ownerAddress}`

Get all domain NFTs, i.e. NFTs created through a Sui name service provider, owned by the queried account.

## Path parameters

- `ownerAddress` string, required — Queried NFT owner address digest (hash).

## Query parameters

- `page` integer, required
- `size` integer, required
- `orderBy` 'ASC' | 'DESC', required
- `sortBy` 'AGE' | 'NAME' | 'NAME_SERVICE', required — Select sorting parameter.
- `searchStr` string

## Request body

- DomainNftSearchParamsAPI
  - `subNamesOnly` boolean
  - `namesOnly` boolean
  - `domainNameServices` string[], required — Domain name service provider.

## Response `200`

OK

---

[API](https://skmtc.net/blockberry/apis/sui-mainnet-api.md) · [All operations](https://skmtc.net/blockberry/apis/sui-mainnet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockberry/sui-mainnet-api/revisions/3e4cb73940b7/schema)
