Get name subdomains

Retrieves the list of subdomains for a specific name.

GET
/v1/names/{name}/subdomains

Get 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
/v1/names/{name}/subdomains

curl -X GET "https://api.hiro.so/v1/names/id.blockstack/subdomains"

Fetch a list of subdomains in a name.

[
  "string"
]