The Resolution Service provides an API for getting domain data and metadata regardless of the blockchain in which the domain is stored. The service caches blockchain events in a database for easy retrieval without accessing any blockchain APIs. With the Resolution Service API, you can quickly build applications directly communicating with the blockchain to get UD domain data with a single API request.
{- "meta": {
- "resolver": "string",
- "blockchain": "string",
- "networkId": 1,
- "registry": "string",
- "domain": "string",
- "namehash": "string",
- "tokenId": "string",
- "owner": "string",
- "reverse": true
}, - "records": { }
}
{- "data": [
- {
- "id": "string",
- "attributes": {
- "meta": {
- "resolver": "string",
- "blockchain": "string",
- "networkId": 1,
- "registry": "string",
- "domain": "string",
- "namehash": "string",
- "tokenId": "string",
- "owner": "string",
- "reverse": true
}, - "records": { }
}
}
]
}
{- "data": [
- {
- "domain": "string",
- "from": "string",
- "to": "string",
- "networkId": 0,
- "blockNumber": 0,
- "blockchain": "string"
}
]
}
{- "meta": {
- "resolver": "string",
- "blockchain": "string",
- "networkId": 1,
- "registry": "string",
- "domain": "string",
- "namehash": "string",
- "tokenId": "string",
- "owner": "string",
- "reverse": true
}, - "records": { }
}
{- "addresses": [
- "string"
]
}
{- "data": [
- {
- "meta": {
- "domain": "string",
- "namehash": "string",
- "tokenId": "string",
- "owner": "string",
- "reverse": true
}
}
]
}
{- "blockchain": {
- "ETH": {
- "isUpToDate": true,
- "latestNetworkBlock": 0,
- "latestMirroredBlock": 0,
- "networkId": 0,
- "acceptableDelayInBlocks": 0
}, - "MATIC": {
- "isUpToDate": true,
- "latestNetworkBlock": 0,
- "latestMirroredBlock": 0,
- "networkId": 0,
- "acceptableDelayInBlocks": 0
}, - "ZIL": {
- "isUpToDate": true,
- "latestNetworkBlock": 0,
- "latestMirroredBlock": 0,
- "networkId": 0,
- "acceptableDelayInBlocks": 0
}
}
}
This API has rate limit per IP address which is sufficient client applications. If you would like a higher limit rate for a backend system, please send a request to partnerengineering@unstoppabledomains.com to acquire an API token.
This API has rate limit per IP address which is sufficient client applications. If you would like a higher limit rate for a backend system, please send a request to partnerengineering@unstoppabledomains.com to acquire an API token.
This API has rate limit per IP address which is sufficient client applications. If you would like a higher limit rate for a backend system, please send a request to partnerengineering@unstoppabledomains.com to acquire an API token.
This API has rate limit per IP address which is sufficient client applications. If you would like a higher limit rate for a backend system, please send a request to partnerengineering@unstoppabledomains.com to acquire an API token.
This API has rate limit per IP address which is sufficient client applications. If you would like a higher limit rate for a backend system, please send a request to partnerengineering@unstoppabledomains.com to acquire an API token.
This API has rate limit per IP address which is sufficient client applications. If you would like a higher limit rate for a backend system, please send a request to partnerengineering@unstoppabledomains.com to acquire an API token.
Successful response