Check subname availability

GET /v1/subname/availability

In order to find out whether a subname is available for minting, make a request to /subname/availability/{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.

Last updated