Skip to main content
POST
resolve_ens
This example shows the response format. Check resolved and the returned address before continuing; name ownership can change.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ens_name
string
required

ENS name to resolve, for example vitalik.eth.

Response

Name resolution result: name and legacy ens_name identify the query; service and network identify the resolver; address is the resolved address and resolved reports whether resolution succeeded. Check resolved before using address. No result returns status no_data.

The response is of type object.