Using Hosted ENSNode Instances
Hosted Instances
Section titled “Hosted Instances”NameHash Labs provides freely available hosted instances for ENS developers looking to get started quickly.
These instances are provided free of charge with no API key required, have no rate limiting, and are maintained and monitored by the NameHash Labs team.
These hosted instances are provided free of charge to the ENS community, and while we strive for strong uptime and performance, neither of these can be guaranteed. By using these instances you accept the possibility of downtime, degraded performance, or other unforeseen events. If you’d like to run ENSNode in production, consider hosting your own ENSNode instance.
Available ENSNode Instances
Section titled “Available ENSNode Instances”The key differences between these hosted deployments is the ENS deployment being indexed (mainnet vs a testnet) and the list of ENSNode plugins that are activated. See the table below for details. Main difference from client perspective is chain being indexed and list of plugins being handled. Here is the table listing differences between those.
ENSNode ‘Alpha’ | |
---|---|
ENSNode | https://api.alpha.ensnode.io |
ENSAdmin | |
Active Plugins | subgraph, basenames, lineanames, threedns |
Purpose | Demonstration of ENSNode’s multichain ENS indexing capability. Provides a superset of the data indexed by the ENS Subgraph. Indexes additional Resolver record values in preparation for ENS Protocol Acceleration. |
ENSNode ‘Mainnet’ | |
---|---|
ENSNode | https://api.mainnet.ensnode.io |
ENSAdmin | |
Active Plugins | subgraph |
Purpose | Demonstration of ENSNode’s backwards compatibility with the ENS Subgraph. Provides 1:1 Subgraph compatible data on mainnet. |
ENSNode ‘Sepolia’ | |
---|---|
ENSNode | https://api.sepolia.ensnode.io |
ENSAdmin | |
Active Plugins | subgraph |
Purpose | Demonstration of ENSNode’s backwards compatibility with the ENS Subgraph. Provides 1:1 Subgraph compatible data on Sepolia. |
ENSNode ‘Holesky’ | |
---|---|
ENSNode | https://api.holesky.ensnode.io |
ENSAdmin | |
Active Plugins | subgraph |
Purpose | Demonstration of ENSNode’s backwards compatibility with the ENS Subgraph. Provides 1:1 Subgraph compatible data on Holesky. |
Endpoints
Section titled “Endpoints”For more details on how to use these instances, refer to the ENSNode Quickstart.