Skip to content

Namegraph

Walk the root tree: root → domains → nested subdomains (depth-limited).
Run in ENSAdmin
GraphQL
query Namegraph {
root {
id
domains {
edges {
node {
name
subdomains {
edges {
node {
name
subdomains {
edges {
node {
name
}
}
}
}
}
}
}
}
}
}
}

Payload and transport examples

{}

Response is an illustrative snapshot; live data depends on your ENSNode instance. The curl tab shows a POST to https://api.v2-sepolia.ensnode.io/api/omnigraph

Back to Examples