Get names owned by address
Retrieves the list of names owned by a specific address.
GET
/v1/addresses/{blockchain}/{address}
Retrieves a list of names owned by the address provided.
Path parameters
blockchainRequiredstring
The layer-1 blockchain for the address
Example:"bitcoin"addressRequiredstring
The address to lookup
Example:"1QJQxDas5JhdiXhEbNS14iNjr8auFT96GP"| Status code | Description | 
|---|---|
| 200 | Success | 
| 404 | Error | 
Retrieves a list of names owned by the address provided.