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
Requiredstring
Fully-qualified name
Example:"id.blockstack"
Status code | Description |
---|---|
200 | Success |
curl -X GET "https://api.mainnet.hiro.so/v1/names/id.blockstack/subdomains"
Fetch a list of subdomains in a name.
[
"string"
]