ENSNode

Resolve Primary Name

Resolves a primary name for a given address and chainId

GET
/api/resolve/primary-name/{address}/{chainId}

Path Parameters

address*string
chainId*string

Query Parameters

trace?string
accelerate?string

Response Body

application/json

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