Resolve API
What is the Resolve API?
The Resolve API is a set of endpoints that helps Web3 developers resolve ENS names and Unstoppable domains.
Resolve API Features
The Resolve API provides the following functionality out of the box to power the dapps you are building:
- Resolve an ETH address and find the ENS name.
- Resolving an Unstoppable domain and getting the address.
Supported Chains
The Resolve API supports multiple EVM chains:
Chain Name | Chain Id (HEX) | Chain Id (INT) |
---|---|---|
eth | 0x1 | 1 |
goerli | 0x5 | 5 |
sepolia | 0xaa36a7 | 11155111 |
polygon | 0x89 | 137 |
mumbai | 0x13881 | 80001 |
bsc | 0x38 | 56 |
bsc testnet | 0x61 | 97 |
avalanche | 0xa86a | 43114 |
avalanche testnet | 0xa869 | 43113 |
fantom | 0xfa | 250 |
cronos | 0x19 | 25 |
cronos testnet | 0x152 | 338 |
palm | 0x2a15c308d | 11297108109 |
arbitrum | 0xa4b1 | 42161 |