Get namespace names

Retrieves a list of names within a given namespace.

GET

/v1/namespaces/{tld}/names

Retrieves a list of names within a given namespace.

Path parameters

tld
Required
string

The namespace to fetch names from.

Example: "id"

Query parameters

pageinteger

Namespace values are defaulted to page 1 with 100 results. You can query specific page results by using the 'page' query parameter.

Example: 22
Status codeDescription
200Success
400Error
404Error
Terminal
curl -X GET "https://api.mainnet.hiro.so/v1/namespaces/id/names"

Fetch a list of names from the namespace.

Example response
[
  "string"
]