Skip to main content

Get Name Details

Retrieves details of a given name including the address, status and last transaction id - last_txid.

Path Parameters
name string REQUIRED

fully-qualified name

Example: muneeb.id
Responses
200

Success

Schema OPTIONAL
address string
blockchain string

Possible values: Value must match regular expression ^stacks$

expire_block integer OPTIONAL
grace_period integer OPTIONAL
last_txid string
resolver string OPTIONAL
status string
zonefile string
zonefile_hash string
400

Error

Schema OPTIONAL
error string OPTIONAL
404

Error

Schema OPTIONAL
error string OPTIONAL
get_name_info
GET /v1/names/:name
name — path
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/v1/names/:name' \
-H 'Accept: application/json'