Get Name Details
Retrieves details of a given name including the address
, status
and last transaction id - last_txid
.
Path Parameters |
---|
name string — REQUIREDfully-qualified name Example: muneeb.id |
Responses | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
200 Success
| ||||||||||
400 Error
| ||||||||||
404 Error
|
Retrieves details of a given name including the address
, status
and last transaction id - last_txid
.
Path Parameters |
---|
name string — REQUIREDfully-qualified name Example: muneeb.id |
Responses | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
200 Success
| ||||||||||
400 Error
| ||||||||||
404 Error
|
get_name_info
GET /v1/names/:name
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/v1/names/:name' \
-H 'Accept: application/json'