Get namespace names

Retrieves a list of names within a given namespace.

GET

Parameters

Path Parameters

tld
REQUIRED
string the namespace to fetch names from.

Query Parameters

page
number namespace values are defaulted to page 1 with 100 results. You can query specific page results by using the 'page' query parameter.
unanchored
boolean Include data from unanchored (i.e. unconfirmed) microblocks
Status codeDescription
200Fetch a list of names from the namespace.
4XXDefault Response
cURL
curl -L \
"https://api.hiro.so/v1/namespaces/{tld}/names?page=22&unanchored=true" \
-H 'Accept: application/json'
Response
[
"aldenquimby.id",
"aldeoryn.id",
"alderete.id",
"aldert.id",
"aldi.id",
"aldighieri.id"
]

How is this guide?