Get name details
Retrieves details of a given name including the address, status and last transaction ID.
GET
/v1/names/{name}
Get name details
Retrieves details of a given name including the address
, status
and last transaction id - last_txid
.
Path Parameters
name
Requiredstring
fully-qualified name
Example:"muneeb.id"
Status code | Description |
---|---|
200 | Success |
400 | Error |
404 | Error |
Terminal
$curl -X GET "https://api.hiro.so/v1/names/muneeb.id"
Get name details
{"address": "string","blockchain": "string","expire_block": 0,"grace_period": 0,"last_txid": "string","resolver": "string","status": "string","zonefile": "string","zonefile_hash": "string"}