Get all names

Retrieves a list of all names known to the node.

GET

Parameters

Query Parameters

unanchored
boolean Include data from unanchored (i.e. unconfirmed) microblocks
page
integer names are defaulted to page 1 with 100 results. You can query specific page results by using the 'page' query parameter.
Status codeDescription
200Fetch a list of all names known to the node.
4XXError
cURL
curl -L \
"https://api.hiro.so/v1/names/?unanchored=true&page={page}" \
-H 'Accept: application/json'
Response
[
"string"
]

How is this guide?