Retrieve Complete Subname Dataset

GET /v1/subname

Retrieves all the data associated with the subname. In order to retrieve the data send a request to /subname/{label}/{domain}:

  • label is the label of requested the subname - for example ninja in ninja.thenamespace.eth

  • domain is the full ENS name - for example thenamespace.eth

Refer to the Response Body section below for response details.

get
Path parameters
labelstringrequired

The subname label

Example: ninja
domainstringrequired

The parent ENS domain name

Example: thenamespace.eth
Responses
get
curl -L \
  --url '/v1/subname/{label}/{domain}'

No Content

Last updated