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:

Queries

names

Get paginated list of tokenized names, with optional filters and sorting.

Argument
Type
Description

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

Get information about a specific tokenized name.

Argument
Type
Description

name

String!

Name to fetch information.

Returns: NameModel!

tokens

Get paginated list of tokens, with optional filters and sorting.

Argument
Type
Description

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

Get information about a specific token by its ID.

Argument
Type
Description

tokenId

String!

Token id to fetch information.

Returns: TokenModel!

fractionalTokens

Get all fractional tokens with optional filtering.

Argument
Type
Description

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

Return balances of fractional tokens on specific wallets.

Argument
Type
Description

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

Get information about a specific command by its correlation ID. Useful to track status of client-initiated operations (e.g. bridging a name).

Argument
Type
Description

correlationId

String!

Command correlation (relay) id to fetch information.

Returns: CommandModel!

nameActivities

Get paginated list of activities related to a specific name.

Argument
Type
Description

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

Get paginated list of activities related to a specific token.

Argument
Type
Description

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

Get paginated list of "Buy Now" secondary sale listings for tokenized names, with optional filters.

Argument
Type
Description

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

Get paginated list of offers for tokenized names, with optional filters.

Argument
Type
Description

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

Get statistics for a specific tokenized name.

Argument
Type
Description

tokenId

String!

Name Ownership Token ID that identifies a name to retrieve statistics from.

Returns: NameStatisticsModel!

chainStatistics

Get statistics for the current chain.

No arguments

Returns: ChainStatisticsModel!

dailyActiveWallets

Get daily active wallets statistics for the last 30 days.

Argument
Type
Description

timeRange

StatisticsTimeRange!

Time range for the statistics.

Returns: [DailyActiveWalletsModel!]!

dailyTransactionCount

Get daily transaction statistics showing unique transactions per day.

Argument
Type
Description

timeRange

StatisticsTimeRange!

Time range for the statistics.

Returns: [DailyTransactionsModel!]!

dailyCumulativeTokenizationCount

Get daily tokenization statistics for the last 30 days.

Argument
Type
Description

timeRange

StatisticsTimeRange!

Time range for the statistics.

Returns: [DailyTokenizedNamesCumulativeModel!]!

dailyTokenizationCount

Get daily tokenized names statistics for the last 30 days.

Argument
Type
Description

timeRange

StatisticsTimeRange!

Time range for the statistics.

Returns: [DailyTokenizedNamesModel!]!

dailyRevenue

Get daily revenue statistics for the last 30 days.

Argument
Type
Description

timeRange

StatisticsTimeRange!

Time range for the statistics.

Returns: [DailyRevenueModel!]!

fractionalizationBuyoutPriceTimeData

Get daily buyout price data for a specific fractionalized name.

Argument
Type
Description

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

Get all available blockchain chains.

No arguments

Returns: [ChainModel!]!

registrars

Get all available registrars.

No arguments

Returns: [RegistrarModel!]!

registries

Get all registries that have active domains.

Argument
Type
Description

ownedBy

[AddressCAIP10!]

Filter by owner addresses (CAIP-10 format).

Returns: [RegistryModel!]!

Mutations

generateMetadata

Generate metadata for a list of tokens based on their attributes. Useful to pre-create metadata before generating synthetic tokens.

Argument
Type
Description

tokens

[TokenMetadataGenerationRequestInput!]!

List of synthetic tokens to generate metadata for.

Returns: [String!]!

initiateEmailVerification

Initiate email verification process for a given email address. Used to verify contact information before claiming a tokenized name.

Argument
Type
Description

email

String!

Email address to initiate email verification.

Returns: Boolean!

completeEmailVerification

Complete 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.

Argument
Type
Description

code

String!

Email verification code.

email

String!

Email that was used to initiate verification.

Returns: String!

uploadRegistrantContacts

Upload 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.

Argument
Type
Description

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

Upload 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.

Argument
Type
Description

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

Add a wallet address to the launch waitlist for a specific name token.

Argument
Type
Description

walletAddress

AddressCAIP10!

Wallet address to add to the waitlist

tokenId

String!

Name token ID for the waitlist

Returns: LaunchWaitlistEntryModel!

fractionalizationGenerateMetadata

Create metadata JSON and upload image file.

Argument
Type
Description

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

Chain statistics.

Field
Type
Description

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

Blockchain network information.

Field
Type
Description

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

Payment information for token transactions.

Field
Type
Description

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

Field
Type
Description

name

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

Command information for tracking client-initiated operations.

Field
Type
Description

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

Nameserver information.

Field
Type
Description

ldhName

String!

LDH (Letter-Digit-Hyphen) name of the nameserver.

CurrencyModel

Currency information.

Field
Type
Description

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

Secondary sale listing for a tokenized name.

Field
Type
Description

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

Offer for a tokenized name.

Field
Type
Description

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

Tokenized name ownership information.

Field
Type
Description

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

Activity representing a token mint.

Field
Type
Description

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

Activity representing a token transfer.

Field
Type
Description

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

Activity representing a token listing in the marketplace.

Field
Type
Description

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

Activity representing an offer received for a token.

Field
Type
Description

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

Activity representing a cancelled token listing.

Field
Type
Description

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

Activity representing a cancelled offer for a token.

Field
Type
Description

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

Activity representing a token purchase in the marketplace.

Field
Type
Description

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

Field
Type
Description

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.

TokenBoughtOutActivity

Field
Type
Description

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.

buyoutPrice

BigInt

Buyout price in payment token units.

DSKeyModel

DNSSEC DS Key information.

Field
Type
Description

keyTag

Int!

DS Key Tag.

algorithm

Int!

DS Key Algorithm.

digest

String!

DS Key Digest.

digestType

Int!

DS Key Digest Type.

AdditionalWebsiteModel

Additional website information for fractionalization metadata.

Field
Type
Description

name

String!

Name of the website (e.g., "Blog", "Docs").

url

String!

URL of the website.

FractionalizationMetadataModel

Fractionalization metadata information.

Field
Type
Description

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

Field
Type
Description

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.

FractionalTokenInfoModel

Fractional token information for fractionalized names.

Field
Type
Description

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

Wallet balance for a fractional token.

Field
Type
Description

fractionalTokenId

Int!

Fractional token id.

address

String!

Wallet address (chain-native format).

balance

BigInt!

Owned balance.

fractionalToken

FractionalTokenInfoModel!

Fractional token information.

PaginatedWalletBalanceResponse

Paginated response for wallet balances. Contains a list of WalletBalanceModel items and pagination metadata.

Field
Type
Description

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

Fractionalization history entry with complete information.

Field
Type
Description

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

Paginated response for fractionalization history. Contains a list of FractionalizationHistoryModel items and pagination metadata.

Field
Type
Description

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

DNS records information

Field
Type
Description

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

Tokenized name information.

Field
Type
Description

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

Activity representing a name claim.

Field
Type
Description

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

Activity representing a name renewal.

Field
Type
Description

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

Activity representing a name detokenization.

Field
Type
Description

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

Activity representing a name tokenization.

Field
Type
Description

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

Activity representing a name claim request.

Field
Type
Description

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

Activity representing a name claim approval.

Field
Type
Description

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

Activity representing a name claim rejection.

Field
Type
Description

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

Registry information.

Field
Type
Description

name

String!

Registry name.

tld

String!

Top-level domain name.

icannTld

Boolean!

Whether this is an ICANN TLD.

NameListingModel

Secondary sale listing for a tokenized name, including name and registrar info.

Field
Type
Description

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

Offer for a tokenized name, including name and registrar info.

Field
Type
Description

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

Statistics for a specific tokenized name.

Field
Type
Description

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

Proof of contacts voucher for registrant contact verification.

Field
Type
Description

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

Response containing proof of contacts voucher and its signature.

Field
Type
Description

proofOfContactsVoucher

ProofOfContactsVoucherModel!

Proof of contacts voucher.

signature

String!

Signature for the voucher.

GenerateMetadataResponse

Response for fractionalization metadata creation and upload operation.

Field
Type
Description

metadataURI

String!

URI of the created metadata JSON file.

PaginatedNamesResponse

Paginated response for querying tokenized names. Contains a list of NameModel items and pagination metadata.

Field
Type
Description

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

Paginated response for querying tokenized name ownership tokens. Contains a list of TokenModel items and pagination metadata.

Field
Type
Description

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

Paginated response for querying token activities. Contains a list of TokenActivity items and pagination metadata.

Field
Type
Description

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

Paginated response for querying name activities. Contains a list of NameActivity items and pagination metadata.

Field
Type
Description

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

Paginated response for querying offers for tokenized names. Contains a list of NameOfferModel items and pagination metadata.

Field
Type
Description

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

Paginated response for querying listings for tokenized names. Contains a list of NameListingModel items and pagination metadata.

Field
Type
Description

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

Field
Type
Description

date

DateTime!

Date created

walletCount

Int!

Number of active wallets on this date.

DailyTransactionsModel

Field
Type
Description

date

DateTime!

Date created

transactionCount

Int!

Number of unique transactions on this date.

DailyTokenizedNamesCumulativeModel

Field
Type
Description

date

DateTime!

Date created

tokenizedCount

Int!

Number of successful tokenizations on this date.

DailyTokenizedNamesModel

Field
Type
Description

date

DateTime!

Date created

tokenizedCount

Int!

Number of names tokenized on this date.

DailyRevenueModel

Field
Type
Description

date

DateTime!

Date created

revenueUsd

Float!

Total revenue generated on this date.

FractionalizationVoucherModel

Fractionalization voucher data.

Field
Type
Description

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

Response containing signed fractionalization voucher.

Field
Type
Description

voucher

FractionalizationVoucherModel!

Fractionalization voucher data.

signature

String!

Cryptographic signature for the voucher.

expiresAt

Float!

Voucher expiration timestamp.

LaunchWaitlistEntryModel

Response model for launch waitlist entry.

Field
Type
Description

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

Field
Type
Description

periodStart

DateTime!

Start date of the aggregation period.

price

BigInt!

Buyout price in USD on the given date.

BuyoutPriceModel

Field
Type
Description

price

BigInt!

Buyout price in quote token.

date

DateTime!

Date when the buyout price was recorded.

FractionalTokenStatsModel

Field
Type
Description

buyoutPrice

[BuyoutPriceModel!]!

Historical buyout prices.

VestingWithdrawalModel

Field
Type
Description

amount

BigInt!

Total amount withdrawn from vesting.

to

String!

Address that made the withdrawal.

date

DateTime!

Date when the withdrawal was made.

FractionalTokenVestingModel

Field
Type
Description

vestedAmount

BigInt!

Total vested amount.

availableForWithdrawalAmount

BigInt!

Total withdrawable amount.

withdrawals

[VestingWithdrawalModel!]!

List of withdrawals made from vesting.

WalletsSummaryModel

Aggregated summary for a set of wallets.

Field
Type
Description

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

Possible types: TokenMintedActivity, TokenTransferredActivity, TokenListedActivity, TokenOfferReceivedActivity, TokenListingCancelledActivity, TokenOfferCancelledActivity, TokenPurchasedActivity, TokenFractionalizedActivity, TokenBoughtOutActivity

NameActivity

Union type for different name activities.

Possible types: NameClaimedActivity, NameRenewedActivity, NameDetokenizedActivity, NameTokenizedActivity, NameClaimRequestedActivity, NameClaimApprovedActivity, NameClaimRejectedActivity

Input Types

TokenActivitiesWalletsInput

Role-specific wallet filters for token activities.

Field
Type
Description

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

Input for generating token metadata, including name, network, type, and validity period.

Field
Type
Description

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

Registrant contact information for domain registration.

Field
Type
Description

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

Field
Type
Description

name

String!

Website name.

url

String!

Website URL.

Enums

Capability

Registrar/Name capability

Value
Description

REGISTRY_RECORDS_MANAGEMENT

On-chain nameserver and DNSSEC record management

DNS_RECORDS_MANAGEMENT

On-chain DNS record management

CommandType

Command Type

Value
Description

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

Command Status

Value
Description

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

Command Source

Value
Description

RELAY

Command initiated by the registrar (using Relay API).

USER

Command initiated by the user (e.g. Bridge or Claim).

CommandFailureReason

Command Failure Reason

Value
Description

INTERNAL_ERROR

Internal error occurred during command execution. Please contact support.

TRANSACTION_FAILED

Transaction failed during command execution.

TRANSACTION_RETRY_LIMIT_EXCEEDED

OrderbookType

Orderbook Type

Value
Description

DOMA

Doma orderbook (primary).

OPENSEA

OpenSea orderbook.

TokenType

Token Type

Value
Description

OWNERSHIP

Ownership token.

SYNTHETIC

Synthetic token. Not supported yet.

TokenActivityType

Token Activity Type

Value
Description

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

Status of a fractional token

Value
Description

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

Name Activity Type

Value
Description

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

Sort Order Type

Value
Description

DESC

Descending order.

ASC

Ascending order.

NamesQueryClaimStatus

Names Claim Status

Value
Description

CLAIMED

Name has been claimed.

UNCLAIMED

Name has not been claimed.

ALL

All names, regardless of claim status.

NamesQuerySortBy

Field by which to sort names.

Value
Description

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

Filter for name status in My Domains.

Value
Description

UNLISTED

Names without any active listing.

OFFERS_RECEIVED

Names with at least one active offer.

TokenActivitiesSortBy

Field by which to sort token activities.

Value
Description

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

Offer Status Filter

Value
Description

ACTIVE

Offer is currently active.

EXPIRED

Offer has expired.

All

All offers, regardless of status.

StatisticsTimeRange

Statistics Time Range

Value
Description

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

Time period for aggregating buyout price data (DAY or HOUR).

Value
Description

DAY

HOUR

Last updated