- APIs
- Stacks Blockchain API
- Owned By Address
Get names owned by address
Retrieves the list of names owned by a specific address.
GET
Parameters
Path Parameters
blockchain
REQUIRED
string the layer-1 blockchain for the address
address
REQUIRED
string the address to lookup
Query Parameters
unanchored
boolean Include data from unanchored (i.e. unconfirmed) microblocks
Status code | Description |
---|---|
200 | Retrieves a list of names owned by the address provided. |
4XX | Default Response |
cURL
curl -L \"https://api.hiro.so/v1/addresses/{blockchain}/{address}?unanchored=true" \-H 'Accept: application/json'
Response
{"names": ["muneeb.id"]}