Resolve

post

Resolves an ENS (Ethereum Name Service) name to its corresponding address.

Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringRequired
  • The authorization token for accessing the ENS service.
Body
  • The input data required for ENS resolution.
domainstringRequired

The domain to be resolved.

chain_idstringRequired

The chain ID of the blockchain network.

Responses
200

A promise that resolves to an EnsResolveAPIResponse object containing the resolution result.

application/json
post
/ens/resolve
200

A promise that resolves to an EnsResolveAPIResponse object containing the resolution result.