Skip to main content

Get All Names

Retrieves a list of all names known to the node.

Query Parameters
page integer

names 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
get_all_names
GET /v1/names
page — query
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/v1/names' \
-H 'Accept: application/json'