Name Service Resolution
In addition to EVM addresses, RSS3 API supports the following name services, you may use any of them in your API requests to represent a user.
Name Service | Handle | Example |
---|---|---|
Avvy Domains | .avax | coconaut.avax |
CyberConnect ccProfile | .cyber | nikeswoosh.cyber |
Crossbell | .csb | diygod.csb |
dotbit | .bit | jarvis.bit |
ENS | .eth | vitalik.eth |
Lens Protocol | .lens | stani.lens |
SPACE ID | .bnb .arb | arton.bnb arbitrum.arb |
Unstoppable Domains | .crypto .nft .x .wallet .bitcoin .dao .888 .zil .blockchain | matt.crypto |
Invalid Resolution
This often occurs when the handle is not properly set up, e.g., ENS without a resolver (forward resolution, 0x -> ENS), or without a reverse record (reverse resolution, ENS -> 0x).
Updated 3 months ago