Skip to main content
GET
Resolve the content hash for an ENS name
Retrieve the content hash (IPFS, IPNS, or other content identifiers) associated with an ENS name.

Path Parameters

name
string
required

ENS name to resolve

Required string length: 6 - 256
Example:

"artii.eth"

Query Parameters

noCache
boolean
default:false

Skip cache and fetch fresh data

Response

value
string
Example:

"ipfs://bafybeid..."

exists
boolean