Get name subdomains

Retrieves the list of subdomains for a specific name.

GET

/v1/names/{name}/subdomains

Retrieves the list of subdomains for a specific name

Path parameters

name
Required
string

Fully-qualified name

Example: "id.blockstack"
Status codeDescription
200Success
Terminal
curl -X GET "https://api.mainnet.hiro.so/v1/names/id.blockstack/subdomains"

Fetch a list of subdomains in a name.

Example response
[
  "string"
]