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
Required
string

fully-qualified name

Example: "muneeb.id"
Status codeDescription
200Success
400Error
404Error
/v1/names/{name}

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"
}