Get names owned by address

Retrieves the list of names owned by a specific address.

GET
/v1/addresses/{blockchain}/{address}

Get names owned by address

Retrieves a list of names owned by the address provided.

Path Parameters

blockchain
Required
string

the layer-1 blockchain for the address

Example: "bitcoin"

address
Required
string

the address to lookup

Example: "1QJQxDas5JhdiXhEbNS14iNjr8auFT96GP"
Status codeDescription
200Success
404Error
/v1/addresses/{blockchain}/{address}

curl -X GET "https://api.hiro.so/v1/addresses/bitcoin/1QJQxDas5JhdiXhEbNS14iNjr8auFT96GP"

Retrieves a list of names owned by the address provided.

{
  "names": [
    "string"
  ]
}