v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-12308185.7 KB
search

Search for owned domains by one or more addresses

get/search/owners/domains

Query parameters

$expandstring[]

Use $expand options to conditionally include portions of the response

owner.addressstring[] required

Addresses to search by

$cursorstring

The next.$cursor value from the previous page response

Response

@type'unstoppabledomains.com/partner.v3.CursorList' required

Example response

{
  "items": [
    {
      "owner": {
        "address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e4321"
      },
      "availability": {
        "price": {
          "listPrice": {
            "usdCents": 1000
          },
          "subTotal": {
            "usdCents": 1000
          }
        },
        "issuer": {
          "address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e4321"
        }
      },
      "records": {
        "crypto.ETH.address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e4321",
        "crypto.MATIC.version.MATIC.address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e5678",
        "crypto.MATIC.version.ERC20.address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e0921"
      }
    }
  ]
}