Resolve ENS
An ENS name is a string ending in .eth
.
E.g. vitalik.eth
. This endpoint can be used to
query the actual ethereum wallet address behind the ENS name.
POST
Body
application/json
Request model for getting ENS details.
The chain to use.
Available options:
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The ENS address of the user.
Example:
"vitalik.eth"
Was this page helpful?