Owner
Get domain
Get Domains by Address<br/>Note: The API should be used in a backend system. If you need the data in client apps, please build a proxy backend to hide the API key.
get/owners/{address}/domains
Path parameters
addressstring required
Query parameters
{"stackTrail":"paths:/owners/{address}/domains:get:parameters:1:schema","oasType":"schema","type":"unknown"}
Response
Successful response
Example response
{
"data": [
{
"meta": {
"domain": "brad.x",
"tokenId": "43203879674324136535296999221055898360621456401904282749851613586946753348449",
"namehash": "0x5f84878237331ae6942710e286a1fa3f34ff8ed38ce8b323cc63b99a6598c361",
"blockchain": "MATIC",
"networkId": 137,
"owner": "0x8aad44321a86b170879d7a244c1e8d360c99dda8",
"resolver": "0xa9a6a3626993d487d2dbda3173cf58ca1a9d9e9f",
"registry": "0xa9a6a3626993d487d2dbda3173cf58ca1a9d9e9f"
},
"records": {
"ipfs.html.value": "QmQ7tiF4xfCUpZR4RZHoupLL34otKScPenvhNTz4hTFW3J"
}
}
],
"next": "/owners/0x8aad44321a86b170879d7a244c1e8d360c99dda8/domains?cursor=123"
}