API Reference

The following sections will provide you a quick and straightforward explanation of the REST NOTO API endpoint with practical and ready-to-use examples.

The API offers the following endpoints:

Resolve

Fetch all records corresponding to the Domain Name in the request, e.g. example.tld In case the domain exists in multiple blockchains/namespace, this endpoint returns only the domain with the highest score, based on the NOTO scoring algorithm and/or your custom collision rule, more info here

You can also specify a Network and/or a Provider in the API call to limit the search to those specific Network/Provider.

Deep Resolve

Fetch all records corresponding to the Domain Name in the request, e.g. example.tld In case the domain exists in multiple blockchains/namespace, this endpoint returns an array of all the matching records, ordered based on the NOTO scoring algorithm and/or your custom collision rule, more info here

You can also specify a Network and/or a Provider in the API call to limit the search to those specific Network/Provider.

Reverse Resolve

Search for Web3 domains by passing the On-Chain Address. This is the implementation of Reverse DNS Lookup, instead of using an IP address, you provide a Blockchain Address.

You can also specify a Network and/or a Provider in the API call to limit the search to those specific Network/Provider.

Since each endpoint has a different scope, the body of the response will change accordingly, what will not change is the structure of each Record returned

Last updated