Skip to main content
GET
/
ens
/
v1
/
contenthash
/
{name}
Get ENS Contenthash
curl --request GET \
  --url https://resolvio.namespace.ninja/ens/v1/contenthash/{name}
{
  "contenthash": "<string>"
}
Retrieve the content hash (IPFS, IPNS, or other content identifiers) associated with an ENS name.

Path Parameters

name
string
required

ENS name (e.g., "vitalik.eth")

Required string length: 6 - 256
Example:

"vitalik.eth"

Response

ENS content hash retrieved successfully

contenthash
string

Content hash value (IPFS hash, IPNS key, etc.)