Skip to main content

Get Namespace Names

Retrieves a list of names within a given namespace.

Path Parameters
tld string REQUIRED

the namespace to fetch names from.

Query Parameters
page integer

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

Responses
200

Success

Schema OPTIONAL
string[]
400

Error

Schema OPTIONAL
error string OPTIONAL
404

Error

Schema OPTIONAL
error string OPTIONAL
get_namespace_names
GET /v1/namespaces/:tld/names
tld — path
page — query
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/v1/namespaces/:tld/names' \
-H 'Accept: application/json'