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 |
Wallet |
Domain manager's details – domains, socials, etc. |
name |
String |
Domain name |
owner |
Address! |
Domain owner address |
ownerDetails |
Wallet |
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 |
Wallet |
Resolved address details – domains, socials, etc. |
subDomainCount |
Int |
Count of subdomains linked to the domain |
subDomains |
[Domain] |
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 |