---
title: "Retrieve a Domain"
method: GET
path: "/v2/domains/{namespace}"
tags: ["Domains"]
---

# Retrieve a Domain

`GET /v2/domains/{namespace}`

## Path parameters

- `namespace` string, required

## Response `200`

Returns a Domain by namespace

- object
  - `address` string, required — Base-58 encoded string representing an on-chain address
  - `authority` string, required — Base-58 encoded string representing an on-chain address
  - `namespace` string, required
  - `expiredAt` union
    - string
    - string
    - unknown

---

[API](https://skmtc.dev/underdogprotocol/apis/underdog-protocol-api.md) · [All operations](https://skmtc.dev/underdogprotocol/apis/underdog-protocol-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/underdogprotocol/underdog-protocol-api/revisions/714574b82cc5/schema)
