Skip to main content
GET
/
ens
/
v2
/
contenthash
/
{name}
Resolve the content hash for an ENS name
curl --request GET \
  --url https://api.resolvio.xyz/ens/v2/contenthash/{name}
{
  "value": "ipfs://bafybeid...",
  "exists": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.namespace.ninja/llms.txt

Use this file to discover all available pages before exploring further.

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