Successful response
Resolution Service (1.0.0)
The Resolution Service provides APIs for resolving domain metadata and records from multiple blockchain and naming services. The service currently supports the following naming services:
Unstoppable Domain's UNS and CNS with TLDs: .x, .polygon, .nft, .crypto, .blockchain, .bitcoin, .dao, .888, .wallet, .binanceus, .hi, .klever, .kresus, .anime, .manga, .go, .zil
Ethereum Naming Service - ENS with TLDs: .eth
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.
Overview
Unstoppable Domains (Partner Engineering)
Languages
Servers
Production
https://api.unstoppabledomains.com/resolve/
Sandbox
https://api.ud-sandbox.com/resolve/
- Productionhttps://api.unstoppabledomains.com/resolve/status
- Sandboxhttps://api.ud-sandbox.com/resolve/status
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
curl -i -X GET \
https://api.unstoppabledomains.com/resolve/statusResponse
application/json
{ "blockchain": { "ETH": { … }, "MATIC": { … }, "ZIL": { … }, "ETH-ENS": { … } } }
- Productionhttps://api.unstoppabledomains.com/resolve/supported_tlds
- Sandboxhttps://api.ud-sandbox.com/resolve/supported_tlds
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
curl -i -X GET \
https://api.unstoppabledomains.com/resolve/supported_tlds