Get All Names
Retrieves a list of all names known to the node.
Query Parameters |
---|
page integernames are defaulted to page 1 with 100 results. You can query specific page results by using the 'page' query parameter. |
Responses | ||
---|---|---|
200 Success
| ||
400 Error
|
Retrieves a list of all names known to the node.
Query Parameters |
---|
page integernames are defaulted to page 1 with 100 results. You can query specific page results by using the 'page' query parameter. |
Responses | ||
---|---|---|
200 Success
| ||
400 Error
|
get_all_names
GET /v1/names
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/v1/names' \
-H 'Accept: application/json'