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