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 code | Description |
---|---|
200 | Fetch a list of all names known to the node. |
4XX | Error |
cURL
curl -L \"https://api.hiro.so/v1/names/?unanchored=true&page={page}" \-H 'Accept: application/json'
Response
["string"]