v1
latestOpenAPI 3.1.02026-07-24130315342.2 KBAccount Endpoints
Resolve an account identifier
Resolve an ENS name (e.g. vitalik.eth), OpenSea username, or wallet address to canonical account info including address, username, and ENS name. The ENS path performs both forward resolution (name → address) and reverse lookup (address → canonical primary name). The address and ENS paths perform enrichment calls (username + ENS reverse lookup) in parallel. The username path only needs an ENS reverse lookup after the initial resolution and runs it sequentially. The ENS and username paths require an extra initial call and may be slower than the address path on cache misses.
get/api/v2/accounts/resolve/{identifier}
Path parameters
identifierstring required
An ENS name (e.g. vitalik.eth), OpenSea username, or wallet address to resolve
Response
Resolved account info