API Documentation
Integrate TDLNoot domain resolution and registration into your application.
Full API Coming Soon
The TDLNoot developer API is currently in development. The resolution API below is available now. Registration and management APIs will be available in Q3 2026.
Interested in early access? Email support@tdlnoot.com
Base URL
All API requests should be made over HTTPS. HTTP requests will be redirected.
Domain Resolution
Resolve a Handshake domain name to its DNS records. Returns wallet addresses, IP records, and other on-chain data.
| Parameter | Type | Description |
|---|---|---|
| name | string | The full domain name to resolve (e.g. alice.noot) |
Example Request
Example Response
Check if a TLD is available for registration on the Handshake blockchain.
| Parameter | Type | Description |
|---|---|---|
| tld | string | The TLD to check (without dot, e.g. noot) |
Example Request
Example Response
Coming Soon
The following endpoints are planned for the full API release:
Rate Limits
Currently the resolution API is rate limited to 100 requests per minute per IP address. API keys with higher limits will be available when the full API launches. Contact support@tdlnoot.com for early access.