Get all names

Retrieves a list of all names known to the node.


GET
/v1/names

Get all names

Retrieves a list of all names known to the node.

Query Parameters

pageinteger

names 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
/v1/names

Terminal
$
curl -X GET "https://api.hiro.so/v1/names?page=22"

Fetch a list of all names known to the node.

[
"string"
]