Doma Multi-Chain Subgraph
Doma Subgraph could be used to get consolidated data about names tokenized on Doma Protocol. This data includes information about names, name tokens, and associated activities. Also, it includes aggregated marketplaces offers and listing information.
Endpoints:
Testnet: https://api-testnet.doma.xyz/graphql
Mainnet: https://api.doma.xyz/graphql
Queries
names
namesGet paginated list of tokenized names, with optional filters and sorting.
skip
Int
Number of items to skip.
take
Int
Number of items to return in a current page.
sortOrder
SortOrderType
Sort order for results.
ownedBy
[AddressCAIP10!]
Filter by owner addresses (CAIP-10 format).
claimStatus
NamesQueryClaimStatus
Filter by claim status (CLAIMED, UNCLAIMED, or ALL).
name
String
Filter by name (domain).
networkIds
[String!]
Filter by network IDs (CAIP-2 format).
registrarIanaIds
[Int!]
Filter by registrar IANA IDs.
tlds
[String!]
Filter by TLDs.
sortBy
NamesQuerySortBy
Field to sort names by.
fractionalized
Boolean
Filter by fractionalized names.
listed
Boolean
Filter for names that have active listings.
statuses
[NameOrderbookStatusFilter!]
Filter by name status: UNLISTED (no active listings) or OFFERS_RECEIVED (has active offer).
active
Boolean
Filter for names that are not expired (active domains).
priceRangeMin
Float
Filter by minimum price of listings.
priceRangeMax
Float
Filter by maximum price of listings.
priceRangeCurrency
String
Filter based on currency conversion of listings.
offerMinUsd
Float
Filter by minimum offer in USD.
Returns: PaginatedNamesResponse!
name
nameGet information about a specific tokenized name.
name
String!
Name to fetch information.
Returns: NameModel!
tokens
tokensGet paginated list of tokens, with optional filters and sorting.
skip
Int
Number of items to skip.
take
Int
Number of items to return in a current page.
name
String!
Name (domain) to query tokens for.
Returns: PaginatedTokensResponse!
token
tokenGet information about a specific token by its ID.
tokenId
String!
Token id to fetch information.
Returns: TokenModel!
fractionalTokens
fractionalTokensGet all fractional tokens with optional filtering.
skip
Int
Number of items to skip.
take
Int
Number of items to return in a current page.
sortOrder
SortOrderType
Sort order for results.
name
String
Filter by domain name.
walletAddresses
[AddressCAIP10!]
Filter by wallet addresses (CAIP-10 format).
status
FractionalTokenStatus
Filter by fractional token status.
networkIds
[String!]
Filter by network IDs in CAIP-2 format.
Returns: PaginatedFractionalTokenInfoResponse!
fractionalTokenBalances
fractionalTokenBalancesReturn balances of fractional tokens on specific wallets.
skip
Int
Number of items to skip.
take
Int
Number of items to return in a current page.
fractionalTokenId
Int
Fractional token id.
addresses
[AddressCAIP10!]
Wallet addresses (chain-native format).
Returns: PaginatedWalletBalanceResponse!
command
commandGet information about a specific command by its correlation ID. Useful to track status of client-initiated operations (e.g. bridging a name).
correlationId
String!
Command correlation (relay) id to fetch information.
Returns: CommandModel!
nameActivities
nameActivitiesGet paginated list of activities related to a specific name.
skip
Int
Number of items to skip.
take
Int
Number of items to return in a current page.
sortOrder
SortOrderType
Sort order for results.
name
String!
Name (domain) to query activities for.
type
NameActivityType
Filter by activity type.
Returns: PaginatedNameActivitiesResponse!
tokenActivities
tokenActivitiesGet paginated list of activities related to a specific token.
skip
Int
Number of items to skip.
take
Int
Number of items to return in a current page.
sortOrder
SortOrderType
Sort order for results.
tokenId
String
Token ID to query activities for (optional).
types
[TokenActivityType!]
Filter by activity types.
wallets
TokenActivitiesWalletsInput
Role-specific wallet filters; addresses apply only to relevant roles/types.
sortBy
TokenActivitiesSortBy
Field to sort token activities by.
tlds
[String!]
Filter activities by TLDs.
priceMinUsd
Float
Filter activities by minimum USD price.
priceMaxUsd
Float
Filter activities by maximum USD price.
fromDate
DateTime
Filter activities created on or after this date (inclusive).
toDate
DateTime
Filter activities created on or before this date (inclusive).
Returns: PaginatedTokenActivitiesResponse!
listings
listingsGet paginated list of "Buy Now" secondary sale listings for tokenized names, with optional filters.
skip
Int
Number of items to skip.
take
Int
Number of items to return in a current page.
tlds
[String!]
Filter by TLDs.
createdSince
DateTime
Filter listings created since this date.
sld
String
Second-level domain (SLD) name.
networkIds
[String!]
Filter by network IDs (CAIP-2 format).
registrarIanaIds
[Int!]
Filter by registrar IANA IDs.
Returns: PaginatedNameListingsResponse!
offers
offersGet paginated list of offers for tokenized names, with optional filters.
skip
Int
Number of items to skip.
take
Int
Number of items to return in a current page.
sortOrder
SortOrderType
Sort order for results.
tokenId
String
Token ID to query offers for.
offeredBy
[AddressCAIP10!]
Filter by offerer addresses (CAIP-10 format).
status
OfferStatus
Filter by offer status (ACTIVE, EXPIRED, All).
Returns: PaginatedNameOffersResponse!
nameStatistics
nameStatisticsGet statistics for a specific tokenized name.
tokenId
String!
Name Ownership Token ID that identifies a name to retrieve statistics from.
Returns: NameStatisticsModel!
chainStatistics
chainStatisticsGet statistics for the current chain.
No arguments
Returns: ChainStatisticsModel!
dailyActiveWallets
dailyActiveWalletsGet daily active wallets statistics for the last 30 days.
timeRange
StatisticsTimeRange!
Time range for the statistics.
Returns: [DailyActiveWalletsModel!]!
dailyTransactionCount
dailyTransactionCountGet daily transaction statistics showing unique transactions per day.
timeRange
StatisticsTimeRange!
Time range for the statistics.
Returns: [DailyTransactionsModel!]!
dailyCumulativeTokenizationCount
dailyCumulativeTokenizationCountGet daily tokenization statistics for the last 30 days.
timeRange
StatisticsTimeRange!
Time range for the statistics.
Returns: [DailyTokenizedNamesCumulativeModel!]!
dailyTokenizationCount
dailyTokenizationCountGet daily tokenized names statistics for the last 30 days.
timeRange
StatisticsTimeRange!
Time range for the statistics.
Returns: [DailyTokenizedNamesModel!]!
dailyRevenue
dailyRevenueGet daily revenue statistics for the last 30 days.
timeRange
StatisticsTimeRange!
Time range for the statistics.
Returns: [DailyRevenueModel!]!
fractionalizationBuyoutPriceTimeData
fractionalizationBuyoutPriceTimeDataGet daily buyout price data for a specific fractionalized name.
skip
Int
Number of items to skip.
take
Int
Number of items to return in a current page.
address
AddressCAIP10!
Fractional token address (CAIP-10 format).
startingDate
DateTime!
Starting date for the aggregation period.
interval
AggregatePeriod!
Aggregation period (DAY or HOUR).
Returns: [BuyoutPriceTimeData!]!
chains
chainsGet all available blockchain chains.
No arguments
Returns: [ChainModel!]!
registrars
registrarsGet all available registrars.
No arguments
Returns: [RegistrarModel!]!
registries
registriesGet all registries that have active domains.
ownedBy
[AddressCAIP10!]
Filter by owner addresses (CAIP-10 format).
Returns: [RegistryModel!]!
Mutations
generateMetadata
generateMetadataGenerate metadata for a list of tokens based on their attributes. Useful to pre-create metadata before generating synthetic tokens.
tokens
[TokenMetadataGenerationRequestInput!]!
List of synthetic tokens to generate metadata for.
Returns: [String!]!
initiateEmailVerification
initiateEmailVerificationInitiate email verification process for a given email address. Used to verify contact information before claiming a tokenized name.
email
String!
Email address to initiate email verification.
Returns: Boolean!
completeEmailVerification
completeEmailVerificationComplete email verification process by providing the verification code sent to the email address. Returns a proof of email verification that can be used to upload registrant contacts.
code
String!
Email verification code.
email
String!
Email that was used to initiate verification.
Returns: String!
uploadRegistrantContacts
uploadRegistrantContactsUpload registrant contact information along with proof of email verification. This is used to claim a tokenized name and associate it with the provided contact details.
contact
RegistrantContactInput!
Registrant contact information.
emailVerificationProof
String!
Proof of email verification, obtained after completing the email verification process.
networkId
String!
Network ID (CAIP-2 format) where the name is being claimed.
registrarIanaId
Int!
IANA ID of the registrar where the name is being claimed.
Returns: ProofOfContactsVoucherResponseModel!
uploadVerifiedRegistrantContacts
uploadVerifiedRegistrantContactsUpload verified registrant contact information without email verification proof. This is used to claim a tokenized name with pre-verified email. Requires additional VERIFIED_CONTACTS_UPLOAD permission to use.
contact
RegistrantContactInput!
Registrant contact information, including name, email, address, and phone.
networkId
String!
Network ID (CAIP-2 format) where the name is being claimed.
registrarIanaId
Int!
IANA ID of the registrar where the name is being claimed.
Returns: ProofOfContactsVoucherResponseModel!
launchWaitlistApply
launchWaitlistApplyAdd a wallet address to the launch waitlist for a specific name token.
walletAddress
AddressCAIP10!
Wallet address to add to the waitlist
tokenId
String!
Name token ID for the waitlist
Returns: LaunchWaitlistEntryModel!
fractionalizationGenerateMetadata
fractionalizationGenerateMetadataCreate metadata JSON and upload image file.
title
String
Token description title
description
String
Token description
xLink
String
X (Twitter) link.
primaryWebsite
String
Primary website URL.
additionalWebsites
[WebsiteInput!]
Additional websites.
image
Upload!
Image file to upload.
Returns: GenerateMetadataResponse!
Models
ChainStatisticsModel
ChainStatisticsModelChain statistics.
totalActiveWallets
Int!
Total number of active wallets.
totalTransactions
Int!
Total number of transactions.
totalNamesTokenized
Int!
Total number of tokenized names.
totalNamesTokenizedCumulative
Int!
Total number of tokenized names (cumulative).
totalRevenueUsd
Float!
Total revenue in USD.
ChainModel
ChainModelBlockchain network information.
name
String!
Name of the blockchain network.
networkId
String!
Network ID in CAIP-2 format.
addressUrlTemplate
String
URL template for linking to the address page in the blockchain explorer.
PaymentInfoModel
PaymentInfoModelPayment information for token transactions.
price
BigInt!
Price of the token in the specified currency.
tokenAddress
String!
Contract address of the payment token.
currencySymbol
String!
Symbol of the currency used for payment.
usdValue
Float
Price converted to USD (USDC) using current rates.
RegistrarModel
RegistrarModelname
String!
Registrar name.
ianaId
ID!
IANA ID of the registrar.
publicKeys
[String!]!
Registrar public keys.
websiteUrl
String
Registrar website URL.
supportEmail
String
Registrar support email address.
claimUrl
String
Registrar claim URL.
capabilities
[Capability!]!
Registrar known capabilities
CommandModel
CommandModelCommand information for tracking client-initiated operations.
type
CommandType!
Type of command.
status
CommandStatus!
Status of the command.
source
CommandSource!
Source of the command.
serverCommandId
String!
Server command ID.
clientCommandId
String!
Client command ID.
failureReason
CommandFailureReason
Reason for command failure, if any.
registrar
RegistrarModel
Registrar associated with the command.
createdAt
DateTime!
Date and time when the command was created.
updatedAt
DateTime!
Date and time when the command was last updated.
NameServerModel
NameServerModelNameserver information.
ldhName
String!
LDH (Letter-Digit-Hyphen) name of the nameserver.
CurrencyModel
CurrencyModelCurrency information.
name
String!
Currency name.
symbol
String!
Currency symbol.
decimals
Int!
Number of decimals for the currency.
usdExchangeRate
Float
USD exchange rate for the currency.
ListingModel
ListingModelSecondary sale listing for a tokenized name.
id
ID!
Listing ID.
externalId
String!
External order ID.
price
BigInt!
Listing price.
offererAddress
AddressCAIP10!
Offerer address in CAIP-10 format.
orderbook
OrderbookType!
Orderbook type.
currency
CurrencyModel!
Currency used for the listing.
expiresAt
DateTime!
Expiration date of the listing.
createdAt
DateTime!
Date and time when the listing was created.
updatedAt
DateTime!
Date and time when the listing was last updated.
OfferModel
OfferModelOffer for a tokenized name.
id
ID!
Offer ID.
externalId
String!
External offer ID.
price
BigInt!
Offer price.
offererAddress
AddressCAIP10!
Offerer address in CAIP-10 format.
orderbook
OrderbookType!
Orderbook type.
currency
CurrencyModel!
Currency used for the offer.
expiresAt
DateTime!
Expiration date of the offer.
createdAt
DateTime!
Date and time when the offer was created.
TokenModel
TokenModelTokenized name ownership information.
tokenId
ID!
Token ID.
networkId
String!
Network ID in CAIP-2 format.
ownerAddress
AddressCAIP10!
Owner address in CAIP-10 format.
type
TokenType!
Type of token.
startsAt
DateTime
Start date of the token validity.
expiresAt
DateTime!
Expiration date of the token.
activities
[TokenActivity!]
List of activities for the token.
explorerUrl
String!
Explorer URL for the token.
tokenAddress
String!
Token contract address.
createdAt
DateTime!
Date and time when the token was created.
chain
ChainModel!
Blockchain network information.
listings
[ListingModel!]
Listings associated with the token.
openseaCollectionSlug
String
OpenSea collection slug for the token contract.
orderbookDisabled
Boolean
Whether the orderbook is disabled for this token contract.
imageURI
String
Image URI associated with the name token.
TokenMintedActivity
TokenMintedActivityActivity representing a token mint.
id
ID!
Activity id
type
TokenActivityType!
Type of token activity.
networkId
String!
Network ID in CAIP-2 format.
txHash
String
Transaction hash associated with the activity.
finalized
Boolean!
Whether the activity is finalized on-chain.
tokenId
String!
Token ID.
name
String
Domain name (SLD.TLD) associated with the token, if available.
createdAt
DateTime!
Date and time when the activity was created.
chain
ChainModel!
Blockchain network information.
owner
String!
Address of the token owner.
TokenTransferredActivity
TokenTransferredActivityActivity representing a token transfer.
id
ID!
Activity id
type
TokenActivityType!
Type of token activity.
networkId
String!
Network ID in CAIP-2 format.
txHash
String
Transaction hash associated with the activity.
finalized
Boolean!
Whether the activity is finalized on-chain.
tokenId
String!
Token ID.
name
String
Domain name (SLD.TLD) associated with the token, if available.
createdAt
DateTime!
Date and time when the activity was created.
chain
ChainModel!
Blockchain network information.
transferredTo
String!
Address the token was transferred to.
transferredFrom
String!
Address the token was transferred from.
TokenListedActivity
TokenListedActivityActivity representing a token listing in the marketplace.
id
ID!
Activity id
type
TokenActivityType!
Type of token activity.
networkId
String!
Network ID in CAIP-2 format.
txHash
String
Transaction hash associated with the activity.
finalized
Boolean!
Whether the activity is finalized on-chain.
tokenId
String!
Token ID.
name
String
Domain name (SLD.TLD) associated with the token, if available.
createdAt
DateTime!
Date and time when the activity was created.
chain
ChainModel!
Blockchain network information.
orderId
String!
Unique identifier for the marketplace order.
startsAt
DateTime
Date and time when the listing becomes active.
expiresAt
DateTime!
Date and time when the listing expires.
seller
String!
Address of the token seller.
buyer
String
Address of the token buyer, if applicable.
payment
PaymentInfoModel!
Payment details for the listing.
orderbook
OrderbookType!
Type of orderbook where the token is listed.
TokenOfferReceivedActivity
TokenOfferReceivedActivityActivity representing an offer received for a token.
id
ID!
Activity id
type
TokenActivityType!
Type of token activity.
networkId
String!
Network ID in CAIP-2 format.
txHash
String
Transaction hash associated with the activity.
finalized
Boolean!
Whether the activity is finalized on-chain.
tokenId
String!
Token ID.
name
String
Domain name (SLD.TLD) associated with the token, if available.
createdAt
DateTime!
Date and time when the activity was created.
chain
ChainModel!
Blockchain network information.
orderId
String!
Unique identifier for the marketplace order.
expiresAt
DateTime!
Date and time when the offer expires.
buyer
String!
Address of the potential buyer making the offer.
seller
String!
Address of the token seller receiving the offer.
payment
PaymentInfoModel!
Payment details for the offer.
orderbook
OrderbookType!
Type of orderbook where the offer was made.
TokenListingCancelledActivity
TokenListingCancelledActivityActivity representing a cancelled token listing.
id
ID!
Activity id
type
TokenActivityType!
Type of token activity.
networkId
String!
Network ID in CAIP-2 format.
txHash
String
Transaction hash associated with the activity.
finalized
Boolean!
Whether the activity is finalized on-chain.
tokenId
String!
Token ID.
name
String
Domain name (SLD.TLD) associated with the token, if available.
createdAt
DateTime!
Date and time when the activity was created.
chain
ChainModel!
Blockchain network information.
orderId
String!
Unique identifier for the cancelled marketplace order.
reason
String
Reason for cancelling the listing, if provided.
orderbook
OrderbookType!
Type of orderbook where the listing was cancelled.
TokenOfferCancelledActivity
TokenOfferCancelledActivityActivity representing a cancelled offer for a token.
id
ID!
Activity id
type
TokenActivityType!
Type of token activity.
networkId
String!
Network ID in CAIP-2 format.
txHash
String
Transaction hash associated with the activity.
finalized
Boolean!
Whether the activity is finalized on-chain.
tokenId
String!
Token ID.
name
String
Domain name (SLD.TLD) associated with the token, if available.
createdAt
DateTime!
Date and time when the activity was created.
chain
ChainModel!
Blockchain network information.
orderId
String!
Unique identifier for the cancelled marketplace order.
reason
String
Reason for cancelling the offer, if provided.
orderbook
OrderbookType!
Type of orderbook where the offer was cancelled.
TokenPurchasedActivity
TokenPurchasedActivityActivity representing a token purchase in the marketplace.
id
ID!
Activity id
type
TokenActivityType!
Type of token activity.
networkId
String!
Network ID in CAIP-2 format.
txHash
String
Transaction hash associated with the activity.
finalized
Boolean!
Whether the activity is finalized on-chain.
tokenId
String!
Token ID.
name
String
Domain name (SLD.TLD) associated with the token, if available.
createdAt
DateTime!
Date and time when the activity was created.
chain
ChainModel!
Blockchain network information.
orderId
String!
Unique identifier for the marketplace order.
purchasedAt
DateTime!
Date and time when the token was purchased.
seller
String!
Address of the token seller.
buyer
String!
Address of the token buyer.
payment
PaymentInfoModel!
Payment details for the purchase.
orderbook
OrderbookType!
Type of orderbook where the token was purchased.
TokenFractionalizedActivity
TokenFractionalizedActivityid
ID!
Activity id
type
TokenActivityType!
Type of token activity.
networkId
String!
Network ID in CAIP-2 format.
txHash
String
Transaction hash associated with the activity.
finalized
Boolean!
Whether the activity is finalized on-chain.
tokenId
String!
Token ID.
name
String
Domain name (SLD.TLD) associated with the token, if available.
createdAt
DateTime!
Date and time when the activity was created.
chain
ChainModel!
Blockchain network information.
TokenBoughtOutActivity
TokenBoughtOutActivityid
ID!
Activity id
type
TokenActivityType!
Type of token activity.
networkId
String!
Network ID in CAIP-2 format.
txHash
String
Transaction hash associated with the activity.
finalized
Boolean!
Whether the activity is finalized on-chain.
tokenId
String!
Token ID.
name
String
Domain name (SLD.TLD) associated with the token, if available.
createdAt
DateTime!
Date and time when the activity was created.
chain
ChainModel!
Blockchain network information.
buyoutPrice
BigInt
Buyout price in payment token units.
DSKeyModel
DSKeyModelDNSSEC DS Key information.
keyTag
Int!
DS Key Tag.
algorithm
Int!
DS Key Algorithm.
digest
String!
DS Key Digest.
digestType
Int!
DS Key Digest Type.
AdditionalWebsiteModel
AdditionalWebsiteModelAdditional website information for fractionalization metadata.
name
String!
Name of the website (e.g., "Blog", "Docs").
url
String!
URL of the website.
FractionalizationMetadataModel
FractionalizationMetadataModelFractionalization metadata information.
image
String
Image URL for the fractionalized token.
xLink
String
X (Twitter) link.
primaryWebsite
String
Primary website URL.
title
String
Token description title.
description
String
Token description
additionalWebsites
[AdditionalWebsiteModel!]
Additional websites.
NameFractionalizationParams
NameFractionalizationParamsinitialValuation
BigInt!
Initial valuation of the name token in quote token.
quoteToken
String!
Address of the quote token used for valuation and trading.
name
String!
Name of the fractional token.
symbol
String!
Symbol of the fractional token.
decimals
Int!
Number of decimal places for the fractional token.
totalSupply
BigInt!
Total supply of the fractional tokens.
launchpadSupply
BigInt!
Number of tokens allocated for the launchpad sale.
launchpadFeeBps
Int!
Launchpad fee in basis points (100 = 1%).
poolSupply
BigInt!
Number of tokens allocated for the liquidity pool.
poolFeeBps
Int!
Pool creation fee in basis points (100 = 1%)
poolLiquidityLowerRangePercentBps
Int!
Lower range percentage in basis points for price range.
poolLiquidityUpperRangePercentBps
Int!
Upper range percentage in basis points for price range.
launchStartTime
Int!
Launch start time as Unix timestamp in seconds.
launchEndTime
Int!
Launch end time as Unix timestamp in seconds.
launchpadData
String!
Additional encoded data for launchpad.
bondingCurveModelImpl
String!
Address of the bonding curve model implementation.
initialPrice
BigInt!
Initial price per token at launch start.
finalPrice
BigInt!
Final price per token at launch end.
bondingCurveModelData
String!
Encoded data for the bonding curve model.
liquidityMigratorImpl
String!
Address of the liquidity migrator implementation.
liquidityMigratorData
String!
Encoded data for the liquidity migrator.
hook
String!
Address of the hook contract.
vestingCliffSeconds
Int!
Vesting cliff period in seconds before tokens start vesting.
vestingDurationSeconds
Int!
Total vesting duration in seconds.
initialPoolPrice
BigInt!
Initial price for the liquidity pool after launch.
buySellFeeRecipient
String!
Address that receives buy/sell fees and leftovers.
metadataURI
String!
URI pointing to the metadata for the fractional token.
FractionalTokenInfoModel
FractionalTokenInfoModelFractional token information for fractionalized names.
id
ID!
Unique identifier for the fractional token.
address
String!
Address of the fractional token contract.
fractionalizedAt
DateTime!
Date and time when the name was fractionalized.
fractionalizedBy
AddressCAIP10!
Address that fractionalized this name.
boughtOutAt
DateTime
Date and time when the fractional tokens were bought out.
boughtOutBy
AddressCAIP10
Address that bought out the token.
buyoutPrice
BigInt
Price at which the fractional tokens were bought out.
status
FractionalTokenStatus
Status of the fractional token (fractionalized, launched, buyout).
poolAddress
String
Uniswap V3 pool address from LaunchFinalized event.
graduatedAt
DateTime
When the launchpad for the fractional token graduated
launchpadAddress
String
Uniswap V3 pool address from LaunchFinalized event.
vestingWalletAddress
String
Uniswap V3 pool address from LaunchFinalized event.
chain
ChainModel!
Blockchain network information.
params
NameFractionalizationParams!
Parameters for name fractionalization.
fractionalizedTxHash
String
Transaction hash for the fractionalization.
boughtOutTxHash
String
Transaction hash for the buyout.
metadataURI
String
URI of the metadata JSON file.
metadata
FractionalizationMetadataModel
Fractionalization metadata information.
WalletBalanceModel
WalletBalanceModelWallet balance for a fractional token.
fractionalTokenId
Int!
Fractional token id.
address
String!
Wallet address (chain-native format).
balance
BigInt!
Owned balance.
fractionalToken
FractionalTokenInfoModel!
Fractional token information.
PaginatedWalletBalanceResponse
PaginatedWalletBalanceResponsePaginated response for wallet balances. Contains a list of WalletBalanceModel items and pagination metadata.
items
[WalletBalanceModel!]!
List of items for the current page.
totalCount
Int!
Total number of items matching the query.
pageSize
Int!
Number of items per page.
currentPage
Int!
Current page number (1-based).
totalPages
Int!
Total number of pages available.
hasPreviousPage
Boolean!
Indicates if there is a previous page.
hasNextPage
Boolean!
Indicates if there is a next page.
NameFractionalTokenInfoModel
NameFractionalTokenInfoModelFractionalization history entry with complete information.
id
ID!
Unique identifier for the fractional token.
address
String!
Address of the fractional token contract.
fractionalizedAt
DateTime!
Date and time when the name was fractionalized.
fractionalizedBy
AddressCAIP10!
Address that fractionalized this name.
boughtOutAt
DateTime
Date and time when the fractional tokens were bought out.
boughtOutBy
AddressCAIP10
Address that bought out the token.
buyoutPrice
BigInt
Price at which the fractional tokens were bought out.
status
FractionalTokenStatus
Status of the fractional token (fractionalized, launched, buyout).
poolAddress
String
Uniswap V3 pool address from LaunchFinalized event.
graduatedAt
DateTime
When the launchpad for the fractional token graduated
launchpadAddress
String
Uniswap V3 pool address from LaunchFinalized event.
vestingWalletAddress
String
Uniswap V3 pool address from LaunchFinalized event.
chain
ChainModel!
Blockchain network information.
params
NameFractionalizationParams!
Parameters for name fractionalization.
fractionalizedTxHash
String
Transaction hash for the fractionalization.
boughtOutTxHash
String
Transaction hash for the buyout.
metadataURI
String
URI of the metadata JSON file.
metadata
FractionalizationMetadataModel
Fractionalization metadata information.
name
String!
Domain name that was fractionalized.
PaginatedFractionalTokenInfoResponse
PaginatedFractionalTokenInfoResponsePaginated response for fractionalization history. Contains a list of FractionalizationHistoryModel items and pagination metadata.
items
[NameFractionalTokenInfoModel!]!
List of items for the current page.
totalCount
Int!
Total number of items matching the query.
pageSize
Int!
Number of items per page.
currentPage
Int!
Current page number (1-based).
totalPages
Int!
Total number of pages available.
hasPreviousPage
Boolean!
Indicates if there is a previous page.
hasNextPage
Boolean!
Indicates if there is a next page.
RecordSetModel
RecordSetModelDNS records information
type
String!
Record type (e.g., A, AAAA, CNAME).
host
String!
Record name.
ttl
Int!
Time-to-live (TTL) for the record in seconds.
records
[String!]!
List of record values.
NameModel
NameModelTokenized name information.
name
ID!
Name (domain).
expiresAt
DateTime!
Expiration date of the name.
tokenizedAt
DateTime!
Date and time when the name was tokenized.
eoi
Boolean!
Whether the name is an expression of interest (EOI).
registrar
RegistrarModel!
Registrar associated with the name.
nameservers
[NameServerModel!]!
List of nameservers for the name.
dsKeys
[DSKeyModel!]
DNSSEC DS Keys for the name.
transferLock
Boolean
Whether transfer lock is enabled for the name ownership token.
claimedBy
AddressCAIP10
Wallet address that claimed the name.
tokens
[TokenModel!]
Tokens associated with the name.
activities
[NameActivity!]
Activities associated with the name.
isFractionalized
Boolean!
Whether the name is currently fractionalized.
fractionalTokenInfo
[FractionalTokenInfoModel!]
Fractional token information if the name is fractionalized.
highestOffer
OfferModel
Highest active offer for this name.
activeOffersCount
Int!
Number of active offers for this name.
capabilities
[Capability!]!
Name known capabilities
recordSets
[RecordSetModel!]
DNS records associated with the name.
NameClaimedActivity
NameClaimedActivityActivity representing a name claim.
id
ID!
activity id
type
NameActivityType!
Type of name activity.
txHash
String
Transaction hash associated with the activity.
sld
String!
Second-level domain (SLD) name.
tld
String!
Top-level domain (TLD) name.
createdAt
DateTime!
Date and time when the activity was created.
claimedBy
String!
Wallet address that claimed the name.
NameRenewedActivity
NameRenewedActivityActivity representing a name renewal.
id
ID!
activity id
type
NameActivityType!
Type of name activity.
txHash
String
Transaction hash associated with the activity.
sld
String!
Second-level domain (SLD) name.
tld
String!
Top-level domain (TLD) name.
createdAt
DateTime!
Date and time when the activity was created.
expiresAt
DateTime!
Expiration date of the renewed name.
NameDetokenizedActivity
NameDetokenizedActivityActivity representing a name detokenization.
id
ID!
activity id
type
NameActivityType!
Type of name activity.
txHash
String
Transaction hash associated with the activity.
sld
String!
Second-level domain (SLD) name.
tld
String!
Top-level domain (TLD) name.
createdAt
DateTime!
Date and time when the activity was created.
networkId
String!
Network ID in CAIP-2 format.
NameTokenizedActivity
NameTokenizedActivityActivity representing a name tokenization.
id
ID!
activity id
type
NameActivityType!
Type of name activity.
txHash
String
Transaction hash associated with the activity.
sld
String!
Second-level domain (SLD) name.
tld
String!
Top-level domain (TLD) name.
createdAt
DateTime!
Date and time when the activity was created.
networkId
String!
Network ID in CAIP-2 format.
NameClaimRequestedActivity
NameClaimRequestedActivityActivity representing a name claim request.
id
ID!
activity id
type
NameActivityType!
Type of name activity.
txHash
String
Transaction hash associated with the activity.
sld
String!
Second-level domain (SLD) name.
tld
String!
Top-level domain (TLD) name.
createdAt
DateTime!
Date and time when the activity was created.
NameClaimApprovedActivity
NameClaimApprovedActivityActivity representing a name claim approval.
id
ID!
activity id
type
NameActivityType!
Type of name activity.
txHash
String
Transaction hash associated with the activity.
sld
String!
Second-level domain (SLD) name.
tld
String!
Top-level domain (TLD) name.
createdAt
DateTime!
Date and time when the activity was created.
NameClaimRejectedActivity
NameClaimRejectedActivityActivity representing a name claim rejection.
id
ID!
activity id
type
NameActivityType!
Type of name activity.
txHash
String
Transaction hash associated with the activity.
sld
String!
Second-level domain (SLD) name.
tld
String!
Top-level domain (TLD) name.
createdAt
DateTime!
Date and time when the activity was created.
RegistryModel
RegistryModelRegistry information.
name
String!
Registry name.
tld
String!
Top-level domain name.
icannTld
Boolean!
Whether this is an ICANN TLD.
NameListingModel
NameListingModelSecondary sale listing for a tokenized name, including name and registrar info.
id
ID!
Listing ID.
externalId
String!
External order ID.
price
BigInt!
Listing price.
offererAddress
AddressCAIP10!
Offerer address in CAIP-10 format.
orderbook
OrderbookType!
Orderbook type.
currency
CurrencyModel!
Currency used for the listing.
expiresAt
DateTime!
Expiration date of the listing.
createdAt
DateTime!
Date and time when the listing was created.
updatedAt
DateTime!
Date and time when the listing was last updated.
name
String!
Name (domain) associated with the listing.
nameExpiresAt
DateTime!
Expiration date of the name.
registrar
RegistrarModel!
Registrar associated with the name.
tokenId
String!
Token ID associated with the listing.
tokenAddress
String!
Token contract address.
imageURI
String
Image URI associated with the name token.
chain
ChainModel!
Blockchain network information.
NameOfferModel
NameOfferModelOffer for a tokenized name, including name and registrar info.
id
ID!
Offer ID.
externalId
String!
External offer ID.
price
BigInt!
Offer price.
offererAddress
AddressCAIP10!
Offerer address in CAIP-10 format.
orderbook
OrderbookType!
Orderbook type.
currency
CurrencyModel!
Currency used for the offer.
expiresAt
DateTime!
Expiration date of the offer.
createdAt
DateTime!
Date and time when the offer was created.
name
String!
Name (domain) associated with the offer.
nameExpiresAt
DateTime!
Expiration date of the name.
registrar
RegistrarModel!
Registrar associated with the name.
tokenId
String!
Token ID associated with the offer.
tokenAddress
String!
Token contract address.
chain
ChainModel!
Blockchain network information.
NameStatisticsModel
NameStatisticsModelStatistics for a specific tokenized name.
name
String!
Name (domain).
highestOffer
OfferModel
Highest offer for the name.
activeOffers
Int!
Number of active offers for the name.
offersLast3Days
Int!
Number of offers received in the last 3 days.
ProofOfContactsVoucherModel
ProofOfContactsVoucherModelProof of contacts voucher for registrant contact verification.
registrantHandle
String!
Registrant handle.
nonce
String!
Nonce for the voucher.
publicKey
String!
Registrar Public key that was used for contact information encryption.
proofSource
Int!
Proof source type.
expiresAt
Float!
Expiration timestamp for the voucher.
ProofOfContactsVoucherResponseModel
ProofOfContactsVoucherResponseModelResponse containing proof of contacts voucher and its signature.
proofOfContactsVoucher
ProofOfContactsVoucherModel!
Proof of contacts voucher.
signature
String!
Signature for the voucher.
GenerateMetadataResponse
GenerateMetadataResponseResponse for fractionalization metadata creation and upload operation.
metadataURI
String!
URI of the created metadata JSON file.
PaginatedNamesResponse
PaginatedNamesResponsePaginated response for querying tokenized names. Contains a list of NameModel items and pagination metadata.
items
[NameModel!]!
List of items for the current page.
totalCount
Int!
Total number of items matching the query.
pageSize
Int!
Number of items per page.
currentPage
Int!
Current page number (1-based).
totalPages
Int!
Total number of pages available.
hasPreviousPage
Boolean!
Indicates if there is a previous page.
hasNextPage
Boolean!
Indicates if there is a next page.
PaginatedTokensResponse
PaginatedTokensResponsePaginated response for querying tokenized name ownership tokens. Contains a list of TokenModel items and pagination metadata.
items
[TokenModel!]!
List of items for the current page.
totalCount
Int!
Total number of items matching the query.
pageSize
Int!
Number of items per page.
currentPage
Int!
Current page number (1-based).
totalPages
Int!
Total number of pages available.
hasPreviousPage
Boolean!
Indicates if there is a previous page.
hasNextPage
Boolean!
Indicates if there is a next page.
PaginatedTokenActivitiesResponse
PaginatedTokenActivitiesResponsePaginated response for querying token activities. Contains a list of TokenActivity items and pagination metadata.
items
[TokenActivity!]!
List of items for the current page.
totalCount
Int!
Total number of items matching the query.
pageSize
Int!
Number of items per page.
currentPage
Int!
Current page number (1-based).
totalPages
Int!
Total number of pages available.
hasPreviousPage
Boolean!
Indicates if there is a previous page.
hasNextPage
Boolean!
Indicates if there is a next page.
PaginatedNameActivitiesResponse
PaginatedNameActivitiesResponsePaginated response for querying name activities. Contains a list of NameActivity items and pagination metadata.
items
[NameActivity!]!
List of items for the current page.
totalCount
Int!
Total number of items matching the query.
pageSize
Int!
Number of items per page.
currentPage
Int!
Current page number (1-based).
totalPages
Int!
Total number of pages available.
hasPreviousPage
Boolean!
Indicates if there is a previous page.
hasNextPage
Boolean!
Indicates if there is a next page.
PaginatedNameOffersResponse
PaginatedNameOffersResponsePaginated response for querying offers for tokenized names. Contains a list of NameOfferModel items and pagination metadata.
items
[NameOfferModel!]!
List of items for the current page.
totalCount
Int!
Total number of items matching the query.
pageSize
Int!
Number of items per page.
currentPage
Int!
Current page number (1-based).
totalPages
Int!
Total number of pages available.
hasPreviousPage
Boolean!
Indicates if there is a previous page.
hasNextPage
Boolean!
Indicates if there is a next page.
PaginatedNameListingsResponse
PaginatedNameListingsResponsePaginated response for querying listings for tokenized names. Contains a list of NameListingModel items and pagination metadata.
items
[NameListingModel!]!
List of items for the current page.
totalCount
Int!
Total number of items matching the query.
pageSize
Int!
Number of items per page.
currentPage
Int!
Current page number (1-based).
totalPages
Int!
Total number of pages available.
hasPreviousPage
Boolean!
Indicates if there is a previous page.
hasNextPage
Boolean!
Indicates if there is a next page.
DailyActiveWalletsModel
DailyActiveWalletsModeldate
DateTime!
Date created
walletCount
Int!
Number of active wallets on this date.
DailyTransactionsModel
DailyTransactionsModeldate
DateTime!
Date created
transactionCount
Int!
Number of unique transactions on this date.
DailyTokenizedNamesCumulativeModel
DailyTokenizedNamesCumulativeModeldate
DateTime!
Date created
tokenizedCount
Int!
Number of successful tokenizations on this date.
DailyTokenizedNamesModel
DailyTokenizedNamesModeldate
DateTime!
Date created
tokenizedCount
Int!
Number of names tokenized on this date.
DailyRevenueModel
DailyRevenueModeldate
DateTime!
Date created
revenueUsd
Float!
Total revenue generated on this date.
FractionalizationVoucherModel
FractionalizationVoucherModelFractionalization voucher data.
initialValuation
BigInt!
Initial valuation of the name token in quote token.
quoteToken
String!
Address of the quote token used for valuation and trading.
name
String!
Name of the fractional token.
symbol
String!
Symbol of the fractional token.
decimals
Int!
Number of decimal places for the fractional token.
totalSupply
BigInt!
Total supply of the fractional tokens.
launchpadSupply
BigInt!
Number of tokens allocated for the launchpad sale.
launchpadFeeBps
Int!
Launchpad fee in basis points (100 = 1%).
poolSupply
BigInt!
Number of tokens allocated for the liquidity pool.
poolFeeBps
Int!
Pool creation fee in basis points (100 = 1%)
poolLiquidityLowerRangePercentBps
Int!
Lower range percentage in basis points for price range.
poolLiquidityUpperRangePercentBps
Int!
Upper range percentage in basis points for price range.
launchStartTime
Int!
Launch start time as Unix timestamp in seconds.
launchEndTime
Int!
Launch end time as Unix timestamp in seconds.
launchpadData
String!
Additional encoded data for launchpad.
bondingCurveModelImpl
String!
Address of the bonding curve model implementation.
initialPrice
BigInt!
Initial price per token at launch start.
finalPrice
BigInt!
Final price per token at launch end.
bondingCurveModelData
String!
Encoded data for the bonding curve model.
liquidityMigratorImpl
String!
Address of the liquidity migrator implementation.
liquidityMigratorData
String!
Encoded data for the liquidity migrator.
hook
String!
Address of the hook contract.
vestingCliffSeconds
Int!
Vesting cliff period in seconds before tokens start vesting.
vestingDurationSeconds
Int!
Total vesting duration in seconds.
initialPoolPrice
BigInt!
Initial price for the liquidity pool after launch.
buySellFeeRecipient
String!
Address that receives buy/sell fees and leftovers.
metadataURI
String!
URI pointing to the metadata for the fractional token.
tokenId
String!
Token ID to sign voucher for.
SignedFractionalizationVoucherResponse
SignedFractionalizationVoucherResponseResponse containing signed fractionalization voucher.
voucher
FractionalizationVoucherModel!
Fractionalization voucher data.
signature
String!
Cryptographic signature for the voucher.
expiresAt
Float!
Voucher expiration timestamp.
LaunchWaitlistEntryModel
LaunchWaitlistEntryModelResponse model for launch waitlist entry.
id
ID!
Unique identifier for the waitlist entry
walletAddress
AddressCAIP10!
Wallet address that was added to the waitlist
tokenId
String!
Token ID associated with the waitlist entry
createdAt
DateTime!
Timestamp when the entry was created
updatedAt
DateTime!
Timestamp when the entry was last updated
BuyoutPriceTimeData
BuyoutPriceTimeDataperiodStart
DateTime!
Start date of the aggregation period.
price
BigInt!
Buyout price in USD on the given date.
BuyoutPriceModel
BuyoutPriceModelprice
BigInt!
Buyout price in quote token.
date
DateTime!
Date when the buyout price was recorded.
FractionalTokenStatsModel
FractionalTokenStatsModelbuyoutPrice
[BuyoutPriceModel!]!
Historical buyout prices.
VestingWithdrawalModel
VestingWithdrawalModelamount
BigInt!
Total amount withdrawn from vesting.
to
String!
Address that made the withdrawal.
date
DateTime!
Date when the withdrawal was made.
FractionalTokenVestingModel
FractionalTokenVestingModelvestedAmount
BigInt!
Total vested amount.
availableForWithdrawalAmount
BigInt!
Total withdrawable amount.
withdrawals
[VestingWithdrawalModel!]!
List of withdrawals made from vesting.
WalletsSummaryModel
WalletsSummaryModelAggregated summary for a set of wallets.
totalSalesUsd
Float!
Total sales in USD for provided wallets.
totalPurchasesUsd
Float!
Total purchases in USD for provided wallets.
activeOffersReceivedCount
Int!
Count of active offers received (offers on owned tokens).
activeOffersMadeCount
Int!
Count of active offers made by the wallets.
activeOffersReceivedUsd
Float
Total USD value of active offers received.
activeOffersMadeUsd
Float
Total USD value of active offers made.
listedDomainsCount
Int!
Count of currently listed domains by the wallets.
totalOwnedDomainsCount
Int!
Total number of domains owned by the wallets.
activityTlds
[String!]!
All TLDs associated with provided wallets across activities.
ownedDomainTlds
[String!]!
All TLDs of domains currently owned by the provided wallets.
ownedDomainChains
[ChainModel!]!
All chains of domains currently owned by the provided wallets.
Unions
TokenActivity
TokenActivityPossible types: TokenMintedActivity, TokenTransferredActivity, TokenListedActivity, TokenOfferReceivedActivity, TokenListingCancelledActivity, TokenOfferCancelledActivity, TokenPurchasedActivity, TokenFractionalizedActivity, TokenBoughtOutActivity
NameActivity
NameActivityUnion type for different name activities.
Possible types: NameClaimedActivity, NameRenewedActivity, NameDetokenizedActivity, NameTokenizedActivity, NameClaimRequestedActivity, NameClaimApprovedActivity, NameClaimRejectedActivity
Input Types
TokenActivitiesWalletsInput
TokenActivitiesWalletsInputRole-specific wallet filters for token activities.
buyer
[AddressCAIP10!]
Match activities where wallet is the buyer (e.g., PURCHASED, OFFER_RECEIVED).
seller
[AddressCAIP10!]
Match activities where wallet is the seller (PURCHASED, LISTED).
offerer
[AddressCAIP10!]
Match activities where wallet is the offerer (OFFER_RECEIVED buyer).
offerReceiver
[AddressCAIP10!]
Match activities where wallet is the offer receiver (OFFER_RECEIVED seller).
owner
[AddressCAIP10!]
Match activities where wallet is the owner (MINTED).
TokenMetadataGenerationRequestInput
TokenMetadataGenerationRequestInputInput for generating token metadata, including name, network, type, and validity period.
name
String!
Name (domain) for which to generate metadata.
networkId
String!
Network ID in CAIP-2 format.
type
TokenType!
Type of token to generate metadata for.
startsAt
DateTime
Optional start date for the token validity period.
expiresAt
DateTime!
Expiration date for the token.
RegistrantContactInput
RegistrantContactInputRegistrant contact information for domain registration.
name
String!
Full name of the registrant.
organization
String
Organization name of the registrant (optional).
email
String!
Email address of the registrant.
phone
String!
Phone number of the registrant.
fax
String
Fax number of the registrant (optional).
street
String!
Street address of the registrant.
city
String!
City of the registrant.
state
String!
State or province of the registrant.
postalCode
String!
Postal code of the registrant.
countryCode
String!
Country code of the registrant (ISO 3166-1 alpha-2).
WebsiteInput
WebsiteInputname
String!
Website name.
url
String!
Website URL.
Enums
Capability
CapabilityRegistrar/Name capability
REGISTRY_RECORDS_MANAGEMENT
On-chain nameserver and DNSSEC record management
DNS_RECORDS_MANAGEMENT
On-chain DNS record management
CommandType
CommandTypeCommand Type
TOKENIZE
Tokenize a domain name.
EOI_CLAIM
(Deprecated) Transfer EOI name from an escrow.
APPROVE_TOKENIZATION
Approve a tokenization request.
REJECT_TOKENIZATION
Reject a tokenization request.
APPROVE_CLAIM_REQUEST
Approve a claim request for a domain.
REJECT_CLAIM_REQUEST
Reject a claim request for a domain.
RENEW
Renew a domain name.
UPDATE
Update domain (both nameservers and DNSSEC DS keys).
UPDATE_NAMESERVERS
Update nameservers for a domain.
UPDATE_DS_KEYS
Update DNSSEC DS keys for a domain.
DETOKENIZE
Detokenize a domain name. Checks if current owner has claimed a domain.
DELETE
Delete a domain or token (only for expired domains).
COMPLIANCE_LOCK_STATUS_CHANGE
Change compliance lock status for an ownership token.
COMPLIANCE_DETOKENIZE
Detokenize a domain due to compliance reasons.
UPDATE_METADATA
Update metadata for a token.
SET_REVERSE_MAPPING
Set reverse mapping for an address.
VOUCHER_PAYMENT
Process a voucher payment.
REQUEST_TOKENIZATION
User-initiated request to tokenize a domain.
TRANSFER_HOOK
Transfer hook event.
REQUEST_CLAIM
User-initiated request to claim a domain.
REQUEST_DETOKENIZATION
User-initiated request to detokenize a domain.
REQUEST_BRIDGE
User-initiated request to bridge a token.
UNKNOWN
Unknown or unsupported command type.
CommandStatus
CommandStatusCommand Status
PENDING
Command is pending.
FINALIZING
Command is finalizing
SUCCEEDED
Command has been cancelled.
FAILED
Command has failed.
PARTIALLY_SUCCEEDED
Command partially succeeded. Used for bulk commands.
CommandSource
CommandSourceCommand Source
RELAY
Command initiated by the registrar (using Relay API).
USER
Command initiated by the user (e.g. Bridge or Claim).
CommandFailureReason
CommandFailureReasonCommand Failure Reason
INTERNAL_ERROR
Internal error occurred during command execution. Please contact support.
TRANSACTION_FAILED
Transaction failed during command execution.
TRANSACTION_RETRY_LIMIT_EXCEEDED
OrderbookType
OrderbookTypeOrderbook Type
DOMA
Doma orderbook (primary).
OPENSEA
OpenSea orderbook.
TokenType
TokenTypeToken Type
OWNERSHIP
Ownership token.
SYNTHETIC
Synthetic token. Not supported yet.
TokenActivityType
TokenActivityTypeToken Activity Type
MINTED
Token was minted.
TRANSFERRED
Token was transferred.
LISTED
Token was listed for sale in the marketplace
OFFER_RECEIVED
An offer was received for the token
LISTING_CANCELLED
A listing for the token was cancelled
OFFER_CANCELLED
An offer for the token was cancelled
PURCHASED
Token was purchased in the marketplace
FRACTIONALIZED
Token was fractionalized.
BOUGHT_OUT
Token was bought out.
FractionalTokenStatus
FractionalTokenStatusStatus of a fractional token
FRACTIONALIZED
Token is fractionalized and available for primary sale.
GRADUATION_SUCCESSFUL
Token is launched and available for secondary sale.
GRADUATION_FAILED
Token launch failed.
BOUGHT_OUT
Token has been bought out.
NameActivityType
NameActivityTypeName Activity Type
TOKENIZED
Name was tokenized.
CLAIMED
Name was claimed by a wallet address.
RENEWED
Name was renewed.
DETOKENIZED
Name was detokenized.
CLAIM_REQUESTED
Name claim was requested.
CLAIM_APPROVED
Name claim was approved.
CLAIM_REJECTED
Name claim was rejected.
SortOrderType
SortOrderTypeSort Order Type
DESC
Descending order.
ASC
Ascending order.
NamesQueryClaimStatus
NamesQueryClaimStatusNames Claim Status
CLAIMED
Name has been claimed.
UNCLAIMED
Name has not been claimed.
ALL
All names, regardless of claim status.
NamesQuerySortBy
NamesQuerySortByField by which to sort names.
DOMAIN
Sort by domain name.
CHAIN
Sort by blockchain network.
REGISTRAR
Sort by registrar.
EXPIRES_AT
VALUE
Sort by the minimum dollar value of listings.
HIGHEST_OFFER_USD
Sort by highest active offer converted to USD.
STATUS
Sort by computed status: Offers received > Listed > Unlisted.
ACTIVE_OFFERS_COUNT
Sort by number of active offers.
NameOrderbookStatusFilter
NameOrderbookStatusFilterFilter for name status in My Domains.
UNLISTED
Names without any active listing.
OFFERS_RECEIVED
Names with at least one active offer.
TokenActivitiesSortBy
TokenActivitiesSortByField by which to sort token activities.
CREATED_AT
Sort by activity time.
DOMAIN
BUYER
Sort by buyer address (marketplace events).
SELLER
Sort by seller address (marketplace events).
BUYOUT_PRICE
Sort by buyout price (for buyout events).
OfferStatus
OfferStatusOffer Status Filter
ACTIVE
Offer is currently active.
EXPIRED
Offer has expired.
All
All offers, regardless of status.
StatisticsTimeRange
StatisticsTimeRangeStatistics Time Range
LAST_1_HOUR
LAST_7_HOURS
LAST_1_DAY
LAST_7_DAYS
LAST_14_DAYS
Last 14 days.
LAST_30_DAYS
Last 30 days.
ALL
All time.
AggregatePeriod
AggregatePeriodTime period for aggregating buyout price data (DAY or HOUR).
DAY
HOUR
Last updated