ENS
resolveENS
Resolves an ENS name (e.g. vitalik.eth) to its Ethereum address. Returns the resolved address or 404 if the name cannot be resolved.
Parameters
| Name | Required | Description |
|---|---|---|
| name | yes | ENS name to resolve e.g. vitalik.eth |
Response Fields
| Field | Type |
|---|---|
data | object |
name | string |
address | string |
Supported Networks
Ethereum
reverseENS
Performs a reverse ENS lookup to find the primary ENS name associated with an Ethereum address.
Parameters
| Name | Required | Description |
|---|---|---|
| address | yes | Ethereum address (0x...) e.g. 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 |
Response Fields
| Field | Type |
|---|---|
data | object |
address | string |
name | string |
Supported Networks
Ethereum