Offchain Manager API
The Offchain Manager API allows you to create, update, delete, and retrieve offchain ENS subnames and their associated records by using the Namespace.Authentication
Some endpoints require authentication via API key using thex-auth-token header. You can generate API keys through the Namespace App.
Create Subnames
Register new subnames with text records, addresses, and metadata.
Retrieve Subnames
Get detailed information about existing subnames by full name.
Search Subnames
Query multiple subnames with flexible filters including parent name, label
search, ownership, and metadata.
Delete Subnames
Remove subnames from the system (requires API key).
Mint Manager API
Estimate Mint Parameters
Get estimated price, fee, and validation status for a requested subname.
Generate Mint Parameters
Generate signed mint parameters ready to be used on-chain.
Resolvio API
Base URL:https://api.resolvio.xyz/
List Supported Chains
List supported chain names and coin types for address resolution.
Reverse Resolve Single
Resolve one address to its primary ENS name.
Reverse Resolve Profile
Reverse-resolve an address to its full verified ENS profile in one call.
Bulk Reverse Resolve
Resolve multiple Ethereum addresses to ENS names in one request.
Get ENS Profile
Retrieve addresses, text records, and content hash for an ENS name in one
response.
Get Bulk ENS Profiles
Resolve profile data for multiple ENS names in one request.
Get ENS Addresses
Retrieve multichain addresses associated with an ENS name.
Get ENS Text Records
Retrieve selected or complete text records for an ENS name.
Get ENS Content Hash
Retrieve the IPFS, IPNS, or other content identifier published through an
ENS name.
Clear ENS Cache
Invalidate cached resolver data before your next read.

