# Search for domains owned by an address Endpoint: GET /owners/{address}/domains Version: 3.0.0 Security: bearer ## Path parameters: - `address` (string, required) ## Query parameters: - `$expand` (array) Use $expand options to conditionally include portions of the response Enum: "records", "registration", "owner", "availability" - `$cursor` (string) The next.$cursor value from the previous page response ## Response 200 fields (application/json): - `@type` (string, required) Enum: "unstoppabledomains.com/partner.v3.CursorList" - `items` (array, required) - `items.name` (string, required) - `items.blockchain` (string) Enum: "MATIC", "ETH", "ZIL" - `items.owner` (any) - `items.availability` (any) - `items.registration` (any) - `items.records` (any) - `next` (any, required)