Domains API
Learn all the detailed references of Domains API that provide ENS domains onchain and offchain (cb.id & Namestone) information, including the input filters, supported chains, and output fields.
Last updated
Learn all the detailed references of Domains API that provide ENS domains onchain and offchain (cb.id & Namestone) information, including the input filters, supported chains, and output fields.
Last updated
The Domain API fetches information on blockchain domains, which are user-friendly names linked to specific blockchain addresses. Example: ENS.
This API can also resolve a domain name into a wallet/contract address.
Name | Type | Description |
---|---|---|
For Domains API, the blockchain
input will fetch all ENS either onchain (Ethereum) or offchain (Namestone & cb.id).
Enum | Description |
---|---|
Name | Description |
---|---|
For ENS, the ENS domain name by default references the resolved address. In some rare cases, the owner and resolved addresses may differ (the owner set it to resolve to another wallet).
Name | Type | Description |
---|---|---|
isPrimary
Boolean_Comparator_Exp
allows to filter out domains which are set/not set as primary
name
String_Comparator_Exp
Domain name, e.g. "vitalik.eth" or a subdomain, e.g. "illionaire.illionaire.eth"
owner
Identity_Comparator_Exp
Identity: blockchain address, domain name, social identity
resolvedAddress
Address_Comparator_Exp
Blockchain address to which the domain resolves to
ethereum
Ethereum mainnet
expiryTimestamp
Sort the result by the ENS expiry timestamp, either in ascending (ASC
) or descending (DESC
) order.
createdAtBlockTimestamp
Sort the result by the creation block timestamp of the ENS domain, either in ascending (ASC
) or descending (DESC
) order.
lastUpdatedBlockTimestamp
Sort the result by the last block timestamp of updates on the ENS domain, either in ascending (ASC
) or descending (DESC
) order.
avatar
String
Link to the ENS Avatar or NFT PFP
blockchain
Blockchain!
Blockchain, where the domain is located
chainId
String
Unique blockchain identifier
createdAtBlockNumber
Int
Block number when the domain was created
createdAtBlockTimestamp
Time
Timestamp when the domain was created
dappName
DomainDappName
DApp name associated with the domain (e.g.,ENS)
dappSlug
DomainDappSlug
DApp slug (contract version) associated with the domain
expiryTimestamp
Time
Timestamp when the domain registration expires; note - ENS has a 3-month grace period after the expiry timestamp
formattedRegistrationCost
Float
Registration cost for the domain
formattedRegistrationCostInNativeToken
Float
Registration cost in the native token
formattedRegistrationCostInUSDC
Float
Registration cost in USDC
id
ID
Airstack unique identifier for the domain
isNameWrapped
Boolean
Indication if the ENS name is Wrapped (ERC1155) or not (ERC721).
isPrimary
Boolean
Indicates if the domain is set to be primary
labelHash
String
Airstack unique domain hash
labelName
String
Domain name wihtout the domain ending, eg. 'vitalik' instead of 'vitalik.eth'
lastUpdatedBlockNumber
Int
Block number when the domain was last updated
lastUpdatedBlockTimestamp
Time
Timestamp when the domain was last updated
manager
Address!
Domain manager address
managerDetails
Domain manager's details â domains, socials, etc.
name
String
Domain name
owner
Address!
Domain owner address
ownerDetails
Domain owner's details â domains, socials, etc.
parent
String
Airstack unique hash to retrieve on-chain data to be used in filters
paymentTokenCostInNativeToken
Float
Domain registration cost in blockchain native token
paymentTokenCostInUSDC
Float
Domain registration cost in USDC
registrationCost
String
Registration cost for the domain
registrationCostInNativeToken
String
Registration cost in the native token
registrationCostInUSDC
String
Registration cost in USDC as a string
resolvedAddress
Address
Address to which the domain is resolved
resolvedAddressDetails
Resolved address details â domains, socials, etc.
subDomainCount
Int
Count of subdomains linked to the domain
subDomains
Nested query - all subdomain-related data
texts
[DomainTexts!]
ENS domain additional onchain records set by the user, such as links, socials, etc.
tokenId
String
Domain Token ID associated with the domain, if applicable
ttl
String
Time-to-live value for the domain