ENSNode

Resolve Primary Names

Resolves all primary names for a given address across multiple chains

GET
/api/resolve/primary-names/{address}

Path Parameters

address*string

Query Parameters

chainIds?string
trace?string
accelerate?string

Response Body

application/json

curl -X GET "http://localhost:4334/api/resolve/primary-names/string"
{
  "names": {
    "property1": "string",
    "property2": "string"
  },
  "accelerationRequested": true,
  "accelerationAttempted": true,
  "trace": null
}