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.
Endpoint: engine.noto.network/noto/api/v1/resolve
engine.noto.network/noto/api/v1/resolve
Method: GET
GET
Parameters:
Param name
Type
Required
Addition Info
Example
domain
String
✅
example.tld
network
String
optional
POLYGON
provider
String
optional
FREENAME
Return type: OBJECT
Request Example:
Response Example:
Last updated