Skip to main content

Get Names Owned by Address

Retrieves a list of names owned by the address provided.

Path Parameters
blockchain string REQUIRED

the layer-1 blockchain for the address

Example: bitcoin
address string REQUIRED

the address to lookup

Example: 1QJQxDas5JhdiXhEbNS14iNjr8auFT96GP
Responses
200

Success

Schema OPTIONAL
names string[]

Possible values: Value must match regular expression ^([a-z0-9-_.+]{3,37})$

404

Error

Schema OPTIONAL
error string OPTIONAL
get_names_owned_by_address
GET /v1/addresses/:blockchain/:address
blockchain — path
address — path
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/v1/addresses/:blockchain/:address' \
-H 'Accept: application/json'