AddEventsByMakerOutput
AddEventsByMakerOutputResponse returned by onEventsCreatedByMaker.
Fields for AddEventsByMakerOutput
AddEventsByMakerOutputAddEventsOutput
AddEventsOutputResponse returned by onEventsCreated.
Fields for AddEventsOutput
AddEventsOutputName | Description |
|---|---|
address (String!) | The contract address of the pair. |
events ( [Event] !) | A list of transactions for the token. |
id (String!) | The ID of the event ( |
networkId (Int!) | The network ID that the token is deployed on. |
quoteToken (QuoteToken) | The token of interest within the pair. Can be |
AddNftEventsOutput
AddNftEventsOutputResponse returned by onNftEventsCreated.
Fields for AddNftEventsOutput
AddNftEventsOutputAddNftPoolEventsOutput
AddNftPoolEventsOutputResponse returned by onNftPoolEventsCreated.
Fields for AddNftPoolEventsOutput
AddNftPoolEventsOutputAddTokenEventsOutput
AddTokenEventsOutputResponse returned by onTokenEventsCreated.
Fields for AddTokenEventsOutput
AddTokenEventsOutputAddTokenLifecycleEventsOutput
AddTokenLifecycleEventsOutputResponse returned by onTokenLifecycleEventsCreated.
Fields for AddTokenLifecycleEventsOutput
AddTokenLifecycleEventsOutputName | Description |
|---|---|
events ( !) | |
id (String!) |
AddTrackedWalletEventsOutput
AddTrackedWalletEventsOutputFields for AddTrackedWalletEventsOutput
AddTrackedWalletEventsOutputName | Description |
|---|---|
events ( [TrackedWalletEvent!] !) | |
userId (String!) |
AddUnconfirmedEventsByMakerOutput
AddUnconfirmedEventsByMakerOutputFields for AddUnconfirmedEventsByMakerOutput
AddUnconfirmedEventsByMakerOutputName | Description |
|---|---|
events ( !) | A list of transactions for the maker. |
makerAddress (String!) | The wallet address of the maker. |
AddUnconfirmedEventsOutput
AddUnconfirmedEventsOutputResponse returned by onUnconfirmedEventsCreated.
Fields for AddUnconfirmedEventsOutput
AddUnconfirmedEventsOutputName | Description |
|---|---|
address (String!) | The contract address of the pair. |
events ( !) | A list of transactions for the token. |
id (String!) | The ID of the event ( |
networkId (Int!) | The network ID that the token is deployed on. |
quoteToken (QuoteToken) | The token of interest within the pair. Can be |
ApiToken
ApiTokenFields for ApiToken
ApiTokenName | Description |
|---|---|
expiresTimeString (String!) | ISO time string for the expiry of the token |
id (String!) | Unique identifier for the token |
remaining (String) | Approximate number of remaining resolutions before this token is rate limited |
requestLimit (String!) | Number of root fields this api token is allowed to resolve before it's rate limited |
token (String!) | JWT to be passed into the Authorization header for API requests |
AptosNetworkConfig
AptosNetworkConfigFields for AptosNetworkConfig
AptosNetworkConfigName | Description |
|---|---|
baseTokenAddress (String!) | |
baseTokenSymbol (String!) | |
color (String) | |
defaultPairAddress (String!) | |
defaultPairQuoteToken (QuoteToken!) | |
enabled (Boolean!) | |
explorer (ExplorerConfig!) | |
id (ID!) | |
mainnet (Boolean!) | |
name (String!) | |
networkIconUrl (String!) | |
networkId (Int!) | |
networkName (String!) | |
networkShortName (String!) | |
networkType (NetworkConfigType!) | |
newTokensEnabled (Boolean) | |
pricing ( [NetworkPriceConfig!] !) | |
rpcs ( [AptosRpcConfig!] !) | |
stableCoinAddresses ( [String!] ) | |
wrappedBaseTokenSymbol (String!) |
Balance
BalanceWallet balance of a token.
Fields for Balance
BalanceName | Description |
|---|---|
address (String!) | The wallet address. |
balance (String!) | The balance held by the wallet. |
balanceUsd (String) | The balance held by the wallet in USD. |
firstHeldTimestamp (Int) | The time that this address first held a token. |
networkId (Int!) | The wallet network. |
shiftedBalance (Float!) | The balance held by the wallet, adjusted by the number of decimals in the token. |
token (EnhancedToken) | Metadata for the token. |
tokenAddress (String!) | The contract address of the token. |
tokenId (String!) | The ID of the token ( |
tokenPriceUsd (String) | The token price in USD. |
walletId (String!) | The ID of the wallet ( |
BalancesResponse
BalancesResponseFields for BalancesResponse
BalancesResponseBarsResponse
BarsResponseBar chart data to track price changes over time.
Fields for BarsResponse
BarsResponseName | Description |
|---|---|
buyers ( [Int] !) | The number of unique buyers |
buys ( [Int] !) | The number of buys |
buyVolume ( [String] !) | The buy volume in USD |
c ( [Float] !) | The closing price. |
h ( [Float] !) | The high price. |
l ( [Float] !) | The low price. |
liquidity ( [String] !) | Liquidity in USD |
o ( [Float] !) | The opening price. |
pair (Pair!) | The pair that is being returned |
s (String!) | The status code for the batch: |
sellers ( [Int] !) | The number of unique sellers |
sells ( [Int] !) | The number of sells |
sellVolume ( [String] !) | The sell volume in USD |
t ( [Int!] !) | The timestamp for the bar. |
traders ( [Int] !) | The number of traders |
transactions ( [Int] !) | The number of transactions |
v ( [Int] !) | The volume. 🔴 DEPRECATED 🔴 |
volume ( [String] ) | The volume with higher precision. |
volumeNativeToken ( [String] ) | The volume in the native token for the network |
BurnEventData
BurnEventDataEvent data for a token burn event.
Fields for BurnEventData
BurnEventDataName | Description |
|---|---|
amount0 (String) | The amount of |
amount0Shifted (String) | The amount of |
amount1 (String) | The amount of |
amount1Shifted (String) | The amount of |
tickLower (String) | The lower tick boundary of the position. Only applicable for UniswapV3 events. |
tickUpper (String) | The upper tick boundary of the position. Only applicable for UniswapV3 events. |
type (EventType!) | The type of token event, |
ChartUrl
ChartUrlThe chart url.
Fields for ChartUrl
ChartUrlName | Description |
|---|---|
url (String!) | The chart url. |
ChartUrlsResponse
ChartUrlsResponseThe response type for a chart url query.
Fields for ChartUrlsResponse
ChartUrlsResponseName | Description |
|---|---|
pair (ChartUrl!) | The pair chart url. |
CommunityNote
CommunityNoteCommunity gathered proposals for an asset.
Fields for CommunityNote
CommunityNoteName | Description |
|---|---|
address (String!) | The contract address of the contract. |
contractType (ContractType!) | |
currentContract (EnhancedContract) | |
currentData (JSON) | The contract after the community note was applied. |
id (String!) | The ID of the contract ( |
moderatedAt (Int) | The unix timestamp of when the community note was moderated. |
networkId (Int!) | The network ID the contract is deployed on. |
previousData (JSON) | The contract before the community note was applied. |
proposalData (JSON!) | The data of the community note. |
proposalNum (Int!) | The ordinal number of the community note. |
proposalType (CommunityNoteType!) | The type of the community note. |
proposedAt (Int!) | The unix timestamp of when the community note was created. |
sortKey (String!) | |
status (ContractProposalStatus!) | The status of the community note. |
CommunityNotesResponse
CommunityNotesResponseCommunity notes data
Fields for CommunityNotesResponse
CommunityNotesResponseComparisonOperator
ComparisonOperatorComparison operators.
Fields for ComparisonOperator
ComparisonOperatorContractLabel
ContractLabelMetadata for a contract label.
Fields for ContractLabel
ContractLabelName | Description |
|---|---|
createdAt (Int!) | The unix timestamp for when the contract label was created. |
subType (ContractLabelSubType!) | The contract label sub-type. Can be |
type (ContractLabelType!) | The contract label type. Can be |
CreateWebhooksOutput
CreateWebhooksOutputResult returned by createWebhooks.
Fields for CreateWebhooksOutput
CreateWebhooksOutputName | Description |
|---|---|
marketCapWebhooks ( [Webhook] !) | The list of market cap event webhooks that were created. |
nftEventWebhooks ( [Webhook] !) | The list of NFT event webhooks that were created. |
priceWebhooks ( [Webhook] !) | The list of price webhooks that were created. |
rawTransactionWebhooks ( [Webhook] !) | The list of raw transaction webhooks that were created. |
tokenPairEventWebhooks ( [Webhook] !) | The list of token pair event webhooks that were created. |
CurrencyBarData
CurrencyBarDataPrice data for a bar at a specific resolution.
Fields for CurrencyBarData
CurrencyBarDataName | Description |
|---|---|
t (Int!) | The timestamp for the bar. |
token (IndividualBarData!) | Bar chart data in the network's base token. |
usd (IndividualBarData!) | Bar chart data in USD. |
DeleteWebhooksOutput
DeleteWebhooksOutputResult returned by deleteWebhooks.
Fields for DeleteWebhooksOutput
DeleteWebhooksOutputName | Description |
|---|---|
deletedIds ( [String] ) | The list of webhook IDs that were deleted. |
DetailedNftStats
DetailedNftStatsDetailed stats for an NFT collection.
Fields for DetailedNftStats
DetailedNftStatsName | Description |
|---|---|
collectionAddress (String!) | The contract address of the NFT collection. |
grouping (String) | The marketplace address or |
networkId (Int!) | The network ID the NFT collection is deployed on. |
stats_day1 (WindowedDetailedNftStats) | The breakdown of stats over a 24 hour window. |
stats_day30 (WindowedDetailedNftStats) | The breakdown of stats over a 30 day window. |
stats_hour1 (WindowedDetailedNftStats) | The breakdown of stats over an hour window. |
stats_hour4 (WindowedDetailedNftStats) | The breakdown of stats over a 4 hour window. |
stats_hour12 (WindowedDetailedNftStats) | The breakdown of stats over a 12 hour window. |
stats_week1 (WindowedDetailedNftStats) | The breakdown of stats over a 7 day window. |
DetailedNftStatsBucketTimestamp
DetailedNftStatsBucketTimestampThe start/end timestamp for a given bucket within the window.
Fields for DetailedNftStatsBucketTimestamp
DetailedNftStatsBucketTimestampDetailedNftStatsNumberMetrics
DetailedNftStatsNumberMetricsNumber metrics for detailed NFT stats.
Fields for DetailedNftStatsNumberMetrics
DetailedNftStatsNumberMetricsDetailedNftStatsStringMetrics
DetailedNftStatsStringMetricsString metrics for detailed NFT stats.
Fields for DetailedNftStatsStringMetrics
DetailedNftStatsStringMetricsDetailedPairStats
DetailedPairStatsDetailed stats for a token within a pair.
Fields for DetailedPairStats
DetailedPairStatsName | Description |
|---|---|
bucketCount (Int) | Number of aggregated buckets specified in input |
lastTransaction (Int) | The unix timestamp for the last transaction to happen on the pair. |
networkId (Int!) | The network ID the pair is deployed on. |
pair (Pair) | |
pairAddress (String!) | The contract address of the pair. |
queryTimestamp (Int) | The timestamp specified as input to the query |
stats_day1 (WindowedDetailedPairStats) | The breakdown of stats over a 24 hour window. |
stats_day30 (WindowedDetailedPairStats) | The breakdown of stats over a 30 day window. |
stats_hour1 (WindowedDetailedPairStats) | The breakdown of stats over an hour window. |
stats_hour4 (WindowedDetailedPairStats) | The breakdown of stats over a 4 hour window. |
stats_hour12 (WindowedDetailedPairStats) | The breakdown of stats over a 12 hour window. |
stats_min5 (WindowedDetailedPairStats) | The breakdown of stats over a 5 minute window. |
stats_min15 (WindowedDetailedPairStats) | The breakdown of stats over a 15 minute window. |
stats_week1 (WindowedDetailedPairStats) | The breakdown of stats over a 7 day window. |
statsType (TokenPairStatisticsType!) | The type of statistics returned. Can be |
tokenOfInterest (TokenOfInterest) | The token of interest used to calculate token-specific stats. |
DetailedPairStatsBucketTimestamp
DetailedPairStatsBucketTimestampThe start/end timestamp for a given bucket within the window.
Fields for DetailedPairStatsBucketTimestamp
DetailedPairStatsBucketTimestampDetailedPairStatsNumberMetrics
DetailedPairStatsNumberMetricsNumber metrics for detailed pair stats.
Fields for DetailedPairStatsNumberMetrics
DetailedPairStatsNumberMetricsDetailedPairStatsStringMetrics
DetailedPairStatsStringMetricsString metrics for detailed pair stats.
Fields for DetailedPairStatsStringMetrics
DetailedPairStatsStringMetricsName | Description |
|---|---|
buckets ( [String] !) | The list of aggregated values for each bucket. |
change (Float) | The percent change between the |
currentValue (String) | The total value for the most recent duration. |
previousValue (String) | The total value for the previous duration. |
DetailedStats
DetailedStatsDetailed stats for a token within a pair.
Fields for DetailedStats
DetailedStatsName | Description |
|---|---|
bucketCount (Int) | Number of aggregated buckets specified in input |
pairId (String!) | The ID of the pair ( |
queryTimestamp (Int) | The timestamp specified as input to the query |
stats_day1 (WindowedDetailedStats) | The breakdown of stats over a 24 hour window. |
stats_hour1 (WindowedDetailedStats) | The breakdown of stats over an hour window. |
stats_hour4 (WindowedDetailedStats) | The breakdown of stats over a 4 hour window. |
stats_hour12 (WindowedDetailedStats) | The breakdown of stats over a 12 hour window. |
stats_min5 (WindowedDetailedStats) | The breakdown of stats over a 5 minute window. |
statsType (TokenPairStatisticsType!) | The type of statistics returned. Can be |
tokenOfInterest (TokenOfInterest!) | The token of interest used to calculate token-specific stats. |
DetailedStatsBucketTimestamp
DetailedStatsBucketTimestampThe start/end timestamp for a given bucket within the window.
Fields for DetailedStatsBucketTimestamp
DetailedStatsBucketTimestampDetailedStatsNumberMetrics
DetailedStatsNumberMetricsNumber metrics for detailed stats.
Fields for DetailedStatsNumberMetrics
DetailedStatsNumberMetricsDetailedStatsStringMetrics
DetailedStatsStringMetricsString metrics for detailed stats.
Fields for DetailedStatsStringMetrics
DetailedStatsStringMetricsName | Description |
|---|---|
buckets ( [String] !) | The list of aggregated values for each bucket. |
change (Float!) | The percent change between the |
currentValue (String!) | The total value for the most recent window. |
previousValue (String!) | The total value for the previous window. |
DetailedWalletStats
DetailedWalletStatsThe detailed stats for a wallet.
Fields for DetailedWalletStats
DetailedWalletStatsName | Description |
|---|---|
botScore (Int) | The likelihood of the wallet being a bot |
labels ( [String!] !) | The labels associated with the wallet |
lastTransactionAt (Int!) | The last transaction timestamp |
networkBreakdown ( ) | The network breakdown |
networkSpecificStats ( ) | The network specific stats 🔴 DEPRECATED 🔴 |
scammerScore (Int) | The likelihood of the wallet being a scammer |
statsDay1 (WindowedWalletStats) | The stats for the last day |
statsDay30 (WindowedWalletStats) | The stats for the last 30 days |
statsWeek1 (WindowedWalletStats) | The stats for the last week |
statsYear1 (WindowedWalletStats) | The stats for the last year |
walletAddress (String!) | The wallet address |
EnhancedNftContract
EnhancedNftContractMetadata for an NFT collection.
Fields for EnhancedNftContract
EnhancedNftContractName | Description |
|---|---|
address (String!) | The contract address of the NFT collection. |
description (String) | The description of the NFT collection. |
ercType (String!) | The token standard. Can be a variation of |
id (String!) | The ID of the NFT collection ( |
image (String) | The URL for an image of the NFT collection. |
labels ( ) | A list of labels for the NFT collection. |
name (String) | The name of the NFT collection. |
networkId (Int!) | The network ID the NFT collection is deployed on. |
socialLinks (SocialLinks) | Community gathered links for the socials of this NFT collection. |
symbol (String) | The symbol of the NFT collection. |
totalSupply (String) | The total supply of the NFT collection. |
EnhancedToken
EnhancedTokenMetadata for a token.
Fields for EnhancedToken
EnhancedTokenName | Description |
|---|---|
address (String!) | The contract address of the token. |
circulatingSupply (String) | The circulating supply of the token. 🔴 DEPRECATED 🔴 |
cmcId (Int) | The token ID on CoinMarketCap. |
createBlockNumber (Int) | The block height the token was created at. |
createdAt (Int) | The unix timestamp for the creation of the token. |
createTransactionHash (String) | The transaction hash of the token's creation. |
creatorAddress (String) | The token creator's wallet address. |
decimals (Int!) | The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals). |
exchanges ( [Exchange!] ) | A list of exchanges where the token has been traded. |
explorerData (ExplorerTokenData) | Information about the token from 3rd party sources. 🔴 DEPRECATED 🔴 |
freezable (String) | Whether or not the token is freezable |
id (String!) | The ID of the token ( |
imageLargeUrl (String) | The large token logo URL. 🔴 DEPRECATED 🔴 |
imageSmallUrl (String) | The small token logo URL. 🔴 DEPRECATED 🔴 |
imageThumbUrl (String) | The thumbnail token logo URL. 🔴 DEPRECATED 🔴 |
info (TokenInfo) | More metadata about the token. |
isScam (Boolean) | Whether the token has been flagged as a scam. |
launchpad (LaunchpadData) | The launchpad data for the token, if applicable. |
mintable (String) | Whether or not the token is mintable |
name (String) | The token name. For example, |
networkId (Int!) | The network ID the token is deployed on. |
pooled (String) | The amount of this token in the pair. 🔴 DEPRECATED 🔴 |
socialLinks (SocialLinks) | Community gathered links for the socials of this token. |
symbol (String) | The token symbol. For example, |
totalSupply (String) | The total supply of the token. 🔴 DEPRECATED 🔴 |
Event
EventA token transaction.
Fields for Event
EventName | Description |
|---|---|
address (String!) | The contract address of the token's top pair. |
baseTokenPrice (String) | The price of the network's base token. |
blockHash (String!) | The hash of the block where the transaction occurred. |
blockNumber (Int!) | The block number for the transaction. |
data (EventData) | The event-specific data for the transaction. Can be |
eventDisplayType (EventDisplayType) | A more specific breakdown of |
eventType (EventType!) | The type of transaction event. Can be |
id (String!) | The ID of the event ( |
labels (LabelsForEvent) | Labels attributed to the event. |
liquidityToken (String) | The contract address of the token with higher liquidity in the token's top pair. |
logIndex (Int!) | The index of the log in the block. |
maker (String) | The wallet address that performed the transaction. |
networkId (Int!) | The network ID that the token is deployed on. |
quoteToken (QuoteToken) | The token of interest within the token's top pair. Can be |
timestamp (Int!) | The unix timestamp for when the transaction occurred. |
token0Address (String) | The address of the event's token0. |
token0PoolValueUsd (String) | The updated price of |
token0SwapValueUsd (String) | The price of |
token0ValueBase (String) | The price of |
token1Address (String) | The address of the event's token1. |
token1PoolValueUsd (String) | The updated price of |
token1SwapValueUsd (String) | The price of |
token1ValueBase (String) | The price of |
transactionHash (String!) | The unique hash for the transaction. |
transactionIndex (Int!) | The index of the transaction within the block. |
walletAge (Int) | The age of the wallet in seconds. |
walletLabels ( [String!] ) | Labels attributed to the wallet. |
EventConnection
EventConnectionResponse returned by getTokenEvents.
Fields for EventConnection
EventConnectionEventLabel
EventLabelMetadata for an event label.
Fields for EventLabel
EventLabelName | Description |
|---|---|
data (EventLabelData!) | Specific data for the event label type. |
id (String!) | The ID of the pair ( |
label (EventLabelType!) | The event label type. |
logIndex (Int!) | The index of the log in the block. |
networkId (Int!) | The network ID the pair is deployed on. |
timestamp (Int!) | The unix timestamp for the transaction. |
transactionHash (String!) | The unique hash for the transaction. |
transactionIndex (Int!) | The index of the transaction within the block. |
EventLabelConnection
EventLabelConnectionResponse returned by getEventLabels.
Fields for EventLabelConnection
EventLabelConnectionName | Description |
|---|---|
cursor (String) | The cursor to use for pagination. |
items ( ) | A list of event labels for a pair. |
Exchange
ExchangeMetadata for a decentralized exchange.
Fields for Exchange
ExchangeName | Description |
|---|---|
address (String!) | The contract address of the exchange. |
color (String) | The hex string for the exchange color. |
exchangeVersion (String) | The version of the exchange, if applicable. |
iconUrl (String) | The exchange logo URL. |
id (String!) | The ID of the exchange ( |
name (String) | The name of the exchange. |
networkId (Int!) | The network ID the exchange is deployed on. |
tradeUrl (String) | The URL for the exchange. |
ExchangeFilterConnection
ExchangeFilterConnectionResponse returned by filterExchanges.
Fields for ExchangeFilterConnection
ExchangeFilterConnectionExchangeFilterResult
ExchangeFilterResultAn exchange matching a set of filter parameters.
Fields for ExchangeFilterResult
ExchangeFilterResultName | Description |
|---|---|
dailyActiveUsers (Int) | The total unique daily active users. |
exchange (FilterExchange) | Exchange metadata. |
monthlyActiveUsers (Int) | The total unique monthly active users (30 days). |
txnCount1 (String) | The number of transactions on the exchange in the past hour. |
txnCount4 (String) | The number of transactions on the exchange in the past 4 hours. |
txnCount12 (String) | The number of transactions on the exchange in the past 12 hours. |
txnCount24 (String) | The number of transactions on the exchange in the past 24 hours. |
volumeNBT1 (String) | The trade volume in the network's base token in the past hour. |
volumeNBT4 (String) | The trade volume in the network's base token in the past 4 hours. |
volumeNBT12 (String) | The trade volume in the network's base token in the past 12 hours. |
volumeNBT24 (String) | The trade volume in the network's base token in the past 24 hours. |
volumeUSD1 (String) | The trade volume in USD in the past hour. |
volumeUSD4 (String) | The trade volume in USD in the past 4 hours. |
volumeUSD12 (String) | The trade volume in USD in the past 12 hours. |
volumeUSD24 (String) | The trade volume in USD in the past 24 hours. |
ExplorerTokenData
ExplorerTokenDataThird party token data sourced from off chain.
Fields for ExplorerTokenData
ExplorerTokenDataName | Description |
|---|---|
blueCheckmark (Boolean) | Whether the token has been verified on CoinGecko. |
description (String) | A description of the token. |
divisor (String) | The precision to which the token can be divided. |
id (String!) | The ID of the token ( |
tokenPriceUSD (String) | The token price in USD. |
tokenType (String) | The token type. |
Feature
FeatureFields for Feature
FeatureFilterExchange
FilterExchangeMetadata for an exchange.
Fields for FilterExchange
FilterExchangeName | Description |
|---|---|
address (String!) | The address for the exchange factory contract. |
exchangeVersion (String) | The version of the exchange. For example, |
iconUrl (String) | The URL for the exchange's icon. |
id (String!) | The ID of the exchange ( |
name (String) | The name of the exchange. |
networkId (Int!) | The network ID the factory is deployed on. |
tradeUrl (String) | The URL for the exchange's trading platform. |
FrontRunLabelData
FrontRunLabelDataMetadata for a front-run label.
Fields for FrontRunLabelData
FrontRunLabelDataGasEstimate
GasEstimateFields for GasEstimate
GasEstimateGasFee
GasFeeFields for GasFee
GasFeeGasFees
GasFeesFields for GasFees
GasFeesGetNetworkStatsResponse
GetNetworkStatsResponseResponse returned by getNetworkStats.
Fields for GetNetworkStatsResponse
GetNetworkStatsResponseName | Description |
|---|---|
liquidity (Float!) | The network liquidity in USD. |
transactions1 (Int!) | The unique number of transactions in the past hour. |
transactions4 (Int!) | The unique number of transactions in the past 4 hours. |
transactions5m (Int!) | The unique number of transactions in the past 5 minutes. |
transactions12 (Int!) | The unique number of transactions in the past 12 hours. |
transactions24 (Int!) | The unique number of transactions in the past 24 hours. |
volume1 (Float!) | The network trade volume in USD over the past hour. |
volume4 (Float!) | The network trade volume in USD over the past 4 hours. |
volume5m (Float!) | The network trade volume in USD over the past 5 minutes. |
volume12 (Float!) | The network trade volume in USD over the past 12 hours. |
volume24 (Float!) | The network trade volume in USD over the past 24 hours. |
volumeChange1 (Float!) | The network trade volume change over the last hour |
volumeChange4 (Float!) | The network trade volume change over the last 4 hours |
volumeChange5m (Float!) | The network trade volume change over the last 5 minutes |
volumeChange12 (Float!) | The network trade volume change over the last 12 hours |
volumeChange24 (Float!) | The network trade volume change over the last 24 hours |
GetNftPoolCollectionsResponse
GetNftPoolCollectionsResponseResponse returned by getNftPoolCollectionsByExchange.
Fields for GetNftPoolCollectionsResponse
GetNftPoolCollectionsResponseName | Description |
|---|---|
cursor (String) | A cursor for use in pagination. |
items ( ) | A list of NFT collections. |
GetNftPoolsResponse
GetNftPoolsResponseResponse returned by getNftPoolsByCollectionAndExchange and getNftPoolsByOwner.
Fields for GetNftPoolsResponse
GetNftPoolsResponseName | Description |
|---|---|
cursor (String) | A cursor for use in pagination. |
items ( !) | A list of NFT pools. |
GetSimulateTokenContractResultsConnection
GetSimulateTokenContractResultsConnectionFields for GetSimulateTokenContractResultsConnection
GetSimulateTokenContractResultsConnectionName | Description |
|---|---|
cursor (String) | |
results ( [SimulateTokenContractResult!] !) |
GetWebhooksResponse
GetWebhooksResponseResponse returned by getWebhooks.
Fields for GetWebhooksResponse
GetWebhooksResponseHoldersResponse
HoldersResponseResponse returned by holders.
Fields for HoldersResponse
HoldersResponseName | Description |
|---|---|
count (Int!) | The unique count of holders for the token. |
cursor (String) | A cursor for use in pagination. |
items ( [Balance!] !) | The list of wallets holding the token. |
status (HoldersStatus!) | Status of holder. Disabled if on unsupported network or there is insufficient holder data. |
top10HoldersPercent (Float) | What percentage of the total supply do the top 10 holders hold. |
HoldersUpdate
HoldersUpdateResponse returned by onHoldersUpdated.
Fields for HoldersUpdate
HoldersUpdateName | Description |
|---|---|
balances ( [Balance!] !) | The list of wallets holding the token. |
holders (Int!) | The number of different wallets holding the token. |
networkId (Int!) | The network ID that the token is deployed on. |
tokenAddress (String!) | The token's contract address. |
tokenId (String!) | The ID of the token ( |
IndividualBarData
IndividualBarDataBar chart data.
Fields for IndividualBarData
IndividualBarDataName | Description |
|---|---|
buyers (Int!) | The number of unique buyers |
buys (Int!) | The number of buys |
buyVolume (String!) | The buy volume in USD |
c (Float!) | The closing price. |
h (Float!) | The high price. |
l (Float!) | The low price. |
liquidity (String!) | Liquidity in USD |
o (Float!) | The opening price. |
sellers (Int!) | The number of unique sellers |
sells (Int!) | The number of sells |
sellVolume (String!) | The sell volume in USD |
t (Int!) | The timestamp for the bar. |
traders (Int!) | The number of traders |
transactions (Int!) | The number of transactions |
v (Int) | The volume. |
volume (String!) | The volume with higher precision. |
volumeNativeToken (String!) | The volume in the network's base token |
IntEqualsCondition
IntEqualsConditionInteger equals condition.
Fields for IntEqualsCondition
IntEqualsConditionName | Description |
|---|---|
eq (Int!) | The integer to equal. |
LabelsForEvent
LabelsForEventEvent labels. Can be sandwich or washtrade.
Fields for LabelsForEvent
LabelsForEventName | Description |
|---|---|
sandwich (SandwichLabelForEvent) | |
washtrade (WashtradeLabelForEvent) |
LatestPair
LatestPairMetadata for a newly listed pair.
Fields for LatestPair
LatestPairName | Description |
|---|---|
address (String!) | The contract address for the pair. |
exchangeHash (String!) | The contract address for the exchange. |
id (String!) | The ID of the pair ( |
initialPriceUsd (String!) | The listing price, or first known price for the pair, in USD. |
liquidAt (Int) | The unix timestamp for when liquidity was added to the pair. |
liquidity (String!) | The total liquidity in the pair. |
liquidityToken (String) | The token with higher liquidity within the pair. Can be |
networkId (Int!) | The network ID the pair is deployed on. |
newToken (String!) | The newly added token within the pair. Can be |
nonLiquidityToken (String) | The token with lower liquidity within the pair. Can be |
oldToken (String!) | The pre-existing token within the pair. Can be |
priceChange (Float!) | The percent price change between the listing price and the current price. |
priceUsd (String!) | The newly added token price in USD. |
token0 (LatestPairToken!) | Metadata for |
token1 (LatestPairToken!) | Metadata for |
transactionHash (String!) | The unique hash for the transaction that added liquidity, if applicable, otherwise the transaction that added the pair. |
LatestPairConnection
LatestPairConnectionResponse returned by getLatestPairs.
Fields for LatestPairConnection
LatestPairConnectionName | Description |
|---|---|
cursor (String) | A cursor for use in pagination. |
items ( [LatestPair!] !) | A list of newly listed pairs. |
LatestPairToken
LatestPairTokenMetadata for a token within a newly listed pair.
Fields for LatestPairToken
LatestPairTokenName | Description |
|---|---|
address (String!) | The contract address for the token. |
currentPoolAmount (String!) | The amount of |
decimals (Int!) | The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals). |
id (String!) | The ID of the token ( |
initialPoolAmount (String!) | The initial amount of |
name (String!) | The name of the token. |
networkId (Int!) | The network ID the token is deployed on. |
pairId (String!) | The ID of the pair ( |
poolVariation (Float!) | The percent change |
symbol (String!) | The symbol for the token. |
LatestToken
LatestTokenMetadata for a newly created token.
Fields for LatestToken
LatestTokenName | Description |
|---|---|
blockHash (String!) | The unique hash for the token contract's creation block. |
blockNumber (Int!) | The block number of the token contract's creation. |
creatorAddress (String!) | The address of the token creator. |
creatorBalance (String!) | The token creator's network token balance. |
decimals (Int!) | The token's number of decimals. |
id (String!) | The id of the new token. (tokenAddress:networkId) |
networkId (Int!) | The network ID the token is deployed on. |
simulationResults ( !) | Simulated token contract results, if available. |
timeCreated (Int!) | The unix timestamp for the creation of the token. |
tokenAddress (String!) | The contract address of the new token. |
tokenName (String!) | The name of the token. |
tokenSymbol (String!) | The symbol of the token. |
totalSupply (String!) | The total supply of the token. |
traceIndex (Int!) | The index of the trace within the token contract's creation transaction. |
transactionHash (String!) | The unique hash for the token contract's creation transaction. |
transactionIndex (Int!) | The index of the transaction within the block. |
LatestTokenConnection
LatestTokenConnectionResponse returned by getLatestTokens.
Fields for LatestTokenConnection
LatestTokenConnectionName | Description |
|---|---|
items ( [LatestToken!] !) | A list of newly created tokens. |
LatestTokenSimResults
LatestTokenSimResultsFields for LatestTokenSimResults
LatestTokenSimResultsName | Description |
|---|---|
buyGasUsed (String) | Gas used for a buy transaction during simulation. |
buySuccess (Boolean) | Whether or not a token was able to be succesfully bought during simulation. |
buyTax (String) | Tax paid for a buy transaction during simulation. |
canRenounceOwnership (Boolean) | Whether or not the contract ownership was able to be renounced during simulation. |
canTransferOwnership (Boolean) | Whether or not the contract ownership was able to be transferred during simulation. |
isOwnerRenounced (Boolean) | Whether or not the contract ownership is already renounced during simulation (owner is 0x0). |
maxBuyAmount (String) | The maximum token amount an address can buy during simulation. |
maxSellAmount (String) | The maximum token amount an address can sell during simulation. |
openTradingCall (String) | If a call was found to trigger liquidity & trading, this is the call name. |
sellGasUsed (String) | Gas used for a sell transaction during simulation. |
sellSuccess (Boolean) | Whether or not a token was able to be succesfully sold during simulation. |
sellTax (String) | Tax paid for a sell transaction during simulation. |
LaunchpadData
LaunchpadDataFields for LaunchpadData
LaunchpadDataName | Description |
|---|---|
completed (Boolean) | Indicates if the launchpad is completed. |
completedAt (Int) | The unix timestamp when the launchpad was completed. |
completedSlot (Int) | The slot number when the launchpad was completed. |
graduationPercent (Float) | The percentage of the pool that was sold to the public. |
launchpadName (String) | The name of the launchpad. |
launchpadProtocol (String) | The launchpad protocol |
migrated (Boolean) | Indicates if the launchpad was migrated. |
migratedAt (Int) | The unix timestamp when the launchpad was migrated. |
migratedPoolAddress (String) | The pool address after the launchpad was migrated. |
migratedSlot (Int) | The slot number when the launchpad was migrated. |
name (String) | The name of the launchpad. 🔴 DEPRECATED 🔴 |
poolAddress (String) | The address of the pool. |
LaunchpadTokenEventOutput
LaunchpadTokenEventOutputResponse returned by onLaunchpadTokenEvent.
Fields for LaunchpadTokenEventOutput
LaunchpadTokenEventOutputName | Description |
|---|---|
address (String!) | The contract address of the token. |
buyCount1 (Int) | The number of buys in the last 24 hours. |
eventType (LaunchpadTokenEventType!) | The type of event. |
holders (Int) | The number of holders. |
marketCap (String) | The market cap of the token. |
networkId (Int!) | The network ID that the token is deployed on. |
price (Float) | The price of the token. |
protocol (String!) | The protocol of the token. |
sellCount1 (Int) | The number of sells in the last 24 hours. |
token (EnhancedToken!) | Metadata for the token. |
transactions1 (Int) | The number of transactions in the last 24 hours. |
volume1 (Int) | The volume of the token in the last 24 hours. |
LiquidityData
LiquidityDataFields for LiquidityData
LiquidityDataLiquidityLock
LiquidityLockA record of locked liquidity
Fields for LiquidityLock
LiquidityLockName | Description |
|---|---|
createdAt (Int!) | The unix timestamp for when the lock was created. |
initialAmountToken0 (String!) | The inital amount of token0 locked. |
initialAmountToken1 (String!) | The inital amount of token1 locked. |
liquidityAmount (String!) | The amount of liquidity locked. |
liquidityNftData (LiquidityNftData) | If the liquidity position is represented by an NFT, this will contain the NFT data. |
liquidityProtocol (LiquidityProtocol!) | The protocol that created the pair 🔴 DEPRECATED 🔴 |
liquidityProtocolV2 (String!) | The protocol that created the pair |
lockerAddress (String!) | The address of the locker contract. |
lockProtocol (LiquidityLockProtocol!) | The protocol with which the liquidity is locked. |
networkId (Int!) | The network ID the pair is deployed on. |
ownerAddress (String!) | The wallet address of the owner. |
pairAddress (String!) | The pair address. |
unlockAt (Int) | The unix timestamp for when the lock expires. |
LiquidityLockBreakdownForToken
LiquidityLockBreakdownForTokenA breakdown of how much and where liquidity is locked.
Fields for LiquidityLockBreakdownForToken
LiquidityLockBreakdownForTokenName | Description |
|---|---|
amountLockedTokens (String!) | The amount of tokens locked in the protocol. |
amountLockedTokensShifted (String!) | The amount of tokens locked in the protocol shifted by number of decimals the token has. |
amountLockedUsd (String!) | The amount of liquidity locked in USD. |
lockProtocol (LiquidityLockProtocol!) | The protocol with which the liquidity is locked. |
LiquidityLockConnection
LiquidityLockConnectionFields for LiquidityLockConnection
LiquidityLockConnectionName | Description |
|---|---|
cursor (String) | A cursor for use in pagination. |
items ( !) | A list of liquidity locks. |
LiquidityMetadata
LiquidityMetadataMetadata about a pair's liquidity. Includes locked liquidity data.
Fields for LiquidityMetadata
LiquidityMetadataName | Description |
|---|---|
liquidity (LiquidityData!) | Data about unlocked liquidity. |
lockedLiquidity (LockedLiquidityData!) | Data about locked liquidity. |
LiquidityMetadataByToken
LiquidityMetadataByTokenMetadata about a token's liquidity. Includes locked liquidity data for up to 100 pairs that the token is in.
Fields for LiquidityMetadataByToken
LiquidityMetadataByTokenName | Description |
|---|---|
lockBreakdown ( [LiquidityLockBreakdownForToken] !) | A breakdown of how much and where liquidity is locked. |
lockedLiquidityPercentage (Float!) | The percentage of liquidity that is locked. |
lockedLiquidityUsd (String!) | The locked liquidity in USD. |
lockedTokenLiquidity (String!) | The locked amount of tokens in pairs. |
lockedTokenLiquidityShifted (String!) | The locked amount of tokens in pairs shifted by number of decimals the token has. |
networkId (Int!) | The network ID the token is deployed on. |
tokenAddress (String!) | The address of the token. |
totalLiquidityUsd (String!) | The total liquidity in USD. |
totalTokenLiquidity (String!) | The total amount of tokens in pairs. |
totalTokenLiquidityShifted (String!) | The total amount of tokens in pairs shifted by number of decimals the token has. |
LiquidityNftData
LiquidityNftDataLiquidity NFT position data
Fields for LiquidityNftData
LiquidityNftDataListPairsForTokenResponse
ListPairsForTokenResponseResponse returned by listPairsWithMetadataForToken.
Fields for ListPairsForTokenResponse
ListPairsForTokenResponseName | Description |
|---|---|
results ( !) | A list of pairs containing a given token. |
ListPairsForTokenValue
ListPairsForTokenValueMetadata for a pair containing a given token.
Fields for ListPairsForTokenValue
ListPairsForTokenValueName | Description |
|---|---|
backingToken (EnhancedToken!) | Metadata for token with lower liquidity within the pair. |
exchange (Exchange!) | Exchange metadata for the pair. |
liquidity (String!) | The total liquidity in the pair. |
pair (Pair!) | Metadata for the pair. |
quoteToken (QuoteToken) | The token of interest within the pair. Can be |
token (EnhancedToken!) | Metadata for token with higher liquidity within the pair. |
volume (String!) | The volume for the pair in USD. |
LockBreakdown
LockBreakdownBreakdown of how much and where liquidity is locked.
Fields for LockBreakdown
LockBreakdownName | Description |
|---|---|
active (String!) | The amount of active liquidity locked. |
inactive (String!) | The amount of inactive liquidity locked. |
lockProtocol (LiquidityLockProtocol!) | The protocol with which the liquidity is locked. |
LockedLiquidityData
LockedLiquidityDataData about locked liquidity.
Fields for LockedLiquidityData
LockedLiquidityDataMakerEventConnection
MakerEventConnectionResponse returned by getTokenEventsForMaker.
Fields for MakerEventConnection
MakerEventConnectionMarketCapEventWebhookCondition
MarketCapEventWebhookConditionWebhook conditions for a market cap event.
Fields for MarketCapEventWebhookCondition
MarketCapEventWebhookConditionName | Description |
|---|---|
circulatingMarketCapUsd (ComparisonOperator) | The circulating market cap condition that must be met in order for the webhook to send. |
fdvMarketCapUsd (ComparisonOperator) | The market cap condition that must be met in order for the webhook to send. |
networkId (IntEqualsCondition!) | The network ID the webhook is listening on. |
pairAddress (StringEqualsCondition) | The pair contract address the webhook is listening for. |
tokenAddress (StringEqualsCondition!) | The token contract address the webhook is listening for. |
MetadataResponse
MetadataResponseThe status for a network supported on Defined.
Fields for MetadataResponse
MetadataResponseMigrateTrackedWalletsOutput
MigrateTrackedWalletsOutputFields for MigrateTrackedWalletsOutput
MigrateTrackedWalletsOutputMintEventData
MintEventDataEvent data for a token mint event.
Fields for MintEventData
MintEventDataName | Description |
|---|---|
amount0 (String) | The amount of |
amount0Shifted (String) | The amount of |
amount1 (String) | The amount of |
amount1Shifted (String) | The amount of |
tickLower (String) | The lower tick boundary of the position. Only applicable for UniswapV3 events. |
tickUpper (String) | The upper tick boundary of the position. Only applicable for UniswapV3 events. |
type (EventType!) | The type of token event, |
Network
NetworkA network supported on Defined.
Fields for Network
NetworkNetworkBreakdown
NetworkBreakdownA breakdown of the wallet's activity by network.
Fields for NetworkBreakdown
NetworkBreakdownName | Description |
|---|---|
nativeTokenBalance (String!) | The native token balance |
networkId (Int!) | The network ID |
statsDay1 (WindowedWalletStats) | The stats for the last day |
statsDay30 (WindowedWalletStats) | The stats for the last 30 days |
statsWeek1 (WindowedWalletStats) | The stats for the last week |
statsYear1 (WindowedWalletStats) | The stats for the last year |
NetworkWalletFilterConnection
NetworkWalletFilterConnectionFields for NetworkWalletFilterConnection
NetworkWalletFilterConnectionNetworkWalletFilterResult
NetworkWalletFilterResultFields for NetworkWalletFilterResult
NetworkWalletFilterResultName | Description |
|---|---|
address (String!) | The wallet address |
averageProfitUsdPerTrade1d (String!) | Average profit in USD per trade in the past day |
averageProfitUsdPerTrade1w (String!) | Average profit in USD per trade in the past week |
averageProfitUsdPerTrade1y (String!) | Average profit in USD per trade in the past year |
averageProfitUsdPerTrade30d (String!) | Average profit in USD per trade in the past 30 days |
averageSwapAmountUsd1d (String!) | Average swap amount in USD in the past day |
averageSwapAmountUsd1w (String!) | Average swap amount in USD in the past week |
averageSwapAmountUsd1y (String!) | Average swap amount in USD in the past year |
averageSwapAmountUsd30d (String!) | Average swap amount in USD in the past 30 days |
botScore (Int) | The bot score for the wallet. |
firstTransactionAt (Int) | The unix timestamp for the first transaction from this wallet |
labels ( [String!] !) | The labels associated with the wallet |
lastTransactionAt (Int!) | The unix timestamp for the last transaction from this wallet |
nativeTokenBalance (String!) | The native token balance of the wallet |
networkId (Int!) | The network ID of the wallet |
realizedProfitPercentage1d (Float!) | Realized profit percentage in the past day |
realizedProfitPercentage1w (Float!) | Realized profit percentage in the past week |
realizedProfitPercentage1y (Float!) | Realized profit percentage in the past year |
realizedProfitPercentage30d (Float!) | Realized profit percentage in the past 30 days |
realizedProfitUsd1d (String!) | Realized profit in USD in the past day |
realizedProfitUsd1w (String!) | Realized profit in USD in the past week |
realizedProfitUsd1y (String!) | Realized profit in USD in the past year |
realizedProfitUsd30d (String!) | Realized profit in USD in the past 30 days |
scammerScore (Int) | The scammer score for the wallet. |
swaps1d (Int!) | Number of swaps in the past day |
swaps1w (Int!) | Number of swaps in the past week |
swaps1y (Int!) | Number of swaps in the past year |
swaps30d (Int!) | Number of swaps in the past 30 days |
swapsAll1d (Int!) | Total number of swaps in the past day including all tokens |
swapsAll1w (Int!) | Total number of swaps in the past week including all tokens |
swapsAll1y (Int!) | Total number of swaps in the past year including all tokens |
swapsAll30d (Int!) | Total number of swaps in the past 30 days including all tokens |
uniqueTokens1d (Int!) | Number of unique tokens traded in the past day |
uniqueTokens1w (Int!) | Number of unique tokens traded in the past week |
uniqueTokens1y (Int!) | Number of unique tokens traded in the past year |
uniqueTokens30d (Int!) | Number of unique tokens traded in the past 30 days |
volumeUsd1d (String!) | Volume in USD in the past day |
volumeUsd1w (String!) | Volume in USD in the past week |
volumeUsd1y (String!) | Volume in USD in the past year |
volumeUsd30d (String!) | Volume in USD in the past 30 days |
volumeUsdAll1d (String!) | Total volume in USD in the past day including all tokens |
volumeUsdAll1w (String!) | Total volume in USD in the past week including all tokens |
volumeUsdAll1y (String!) | Total volume in USD in the past year including all tokens |
volumeUsdAll30d (String!) | Total volume in USD in the past 30 days including all tokens |
winRate1d (Float!) | Win rate in the past day |
winRate1w (Float!) | Win rate in the past week |
winRate1y (Float!) | Win rate in the past year |
winRate30d (Float!) | Win rate in the past 30 days |
NetworkWalletStats
NetworkWalletStatsNative token balance for a wallet on a network.
Fields for NetworkWalletStats
NetworkWalletStatsNewPoolEventData
NewPoolEventDataEvent data for creating a new NFT pool.
Fields for NewPoolEventData
NewPoolEventDataName | Description |
|---|---|
assetRecipientAddress (String!) | The wallet address that will receive the tokens or NFT sent to the pair during swaps. |
bondingCurveAddress (String!) | The contract address of the bonding curve. |
bondingCurveType (BondingCurveType!) | The bonding curve type that defines how the prices of NFTs change after each buy or sell within a pool. |
buyPriceT (String!) | The initial price at which the pool is willing to buy an NFT in the pool's liquidity token. |
collectionAddress (String!) | The contract address of the NFT collection. |
createdAt (Int!) | The unix timestamp for the time the pool was created. |
delta (String!) | The initial delta used in the bonding curve. |
feeAmountT (String!) | The pool fee amount in the pool's liquidity token. |
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
networkId (Int!) | The network ID the NFT collection is deployed on. |
nftTokenBalance (String!) | The number of NFTs in the contract after the block has processed. |
ownerAddress (String!) | The wallet address of the pool owner. |
poolAddress (String!) | The contract address of the NFT pool. |
sellPriceT (String!) | The initial price at which the pool is willing to sell an NFT in the pool's liquidity token. |
startPriceT (String!) | The initial spot price in the pool's liquidity token. |
tokenAddress (String!) | The contract address of the liquidity token of the pool (usually WETH). |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
NewPoolEventDataV2
NewPoolEventDataV2Event data for creating a new NFT pool.
Fields for NewPoolEventDataV2
NewPoolEventDataV2Name | Description |
|---|---|
assetRecipientAddress (String!) | The wallet address that will receive the tokens or NFT sent to the pair during swaps. |
bondingCurveAddress (String!) | The contract address of the bonding curve. |
bondingCurveType (BondingCurveType!) | The bonding curve type that defines how the prices of NFTs change after each buy or sell within a pool. |
buyPriceT (String!) | The initial price at which the pool is willing to buy an NFT in the pool's liquidity token. |
collectionAddress (String!) | The contract address of the NFT collection. |
createdAt (Int!) | The unix timestamp for the time the pool was created. |
delta (String!) | The initial delta used in the bonding curve. |
feeAmountT (String!) | The pool fee amount in the pool's liquidity token. |
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
networkId (Int!) | The network ID the NFT collection is deployed on. |
nftAssets ( [NftAsset] ) | New Param: The list of NFT assets withdrawn. More extensive info than nftTokenIds. |
nftTokenIds ( [String!] !) | The list of NFT token IDs initially deposited. |
nftTokenQuantities ( [String] !) | The amount of each NFT token initially deposited. |
ownerAddress (String!) | The wallet address of the pool owner. |
poolAddress (String!) | The contract address of the NFT pool. |
poolNftType (PoolNftType!) | The type of NFT in the pool. |
propertyChecker (String) | The property checker contract address for the pool. |
royalties ( ) | The list of royalties for the pool. Only applicable for |
sellPriceT (String!) | The initial price at which the pool is willing to sell an NFT in the pool's liquidity token. |
startPriceT (String!) | The initial spot price in the pool's liquidity token. |
tokenAddress (String!) | The contract address of the liquidity token of the pool (usually WETH). |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
NftAsset
NftAssetAn NFT asset.
Fields for NftAsset
NftAssetName | Description |
|---|---|
address (String!) | The contract address of the NFT collection. |
attributes ( ) | The attributes for the NFT asset. |
description (String) | The description of the NFT asset. |
id (String!) | The ID of the NFT asset ( |
media (NftAssetMedia) | The NFT asset media. |
name (String) | The name of the NFT asset. |
networkId (Int!) | The network ID the NFT collection is deployed on. |
originalImage (String) | The source image URI linked by smart contract metadata. |
quantity (String) | The number of NFT assets with the same NFT token ID. Only applicable for ERC1155 tokens. |
rawAssetData (RawNftAssetData) | Raw NFT metadata from the smart contract. |
tokenId (String!) | The token ID of the NFT asset. |
uri (String) | The URI provided by the smart contract. Typically JSON that contains metadata. |
NftAssetAttribute
NftAssetAttributeAttributes for an NFT asset.
Fields for NftAssetAttribute
NftAssetAttributeName | Description |
|---|---|
class (String) | Suggested class name to use for css styling. An optional attribute of ERC-1155 assets. |
css (String) | Suggested CSS styling. An optional attribute of ERC-1155 assets. |
displayType (NftAssetAttributeDisplayType!) | The attribute display type. Can be |
maxValue (String) | The max value, if applicable. |
name (String!) | The name of the attribute. |
value (String!) | The value of the attribute. |
valueType (NftAssetAttributeType!) | The type for the |
NftAssetError
NftAssetErrorFields for NftAssetError
NftAssetErrorName | Description |
|---|---|
address (String!) | The contract address of the NFT collection. |
id (String!) | The ID of the NFT asset ( |
message (String!) | The message of the asset error. |
networkId (Int!) | The network ID the NFT collection is deployed on. |
status (NftAssetErrorStatus!) | The status of the asset error. |
tokenId (String!) | The token ID of the NFT asset. |
NftAssetMedia
NftAssetMediaNFT asset media.
Fields for NftAssetMedia
NftAssetMediaNftAssetsConnection
NftAssetsConnectionResponse returned by getNftAssets.
Fields for NftAssetsConnection
NftAssetsConnectionNftBalance
NftBalanceWallet balance of an Nft Collection.
Fields for NftBalance
NftBalanceNftCollectionCurrencyStats
NftCollectionCurrencyStatsPrice stats for an NFT collection over a time frame. Either in USD or the network's base token.
Fields for NftCollectionCurrencyStats
NftCollectionCurrencyStatsName | Description |
|---|---|
average (NftStatsStringMetrics) | The average sale price in the time frame. |
close (NftStatsStringMetrics) | The closing price for the time frame. |
highestSale (NftStatsStringMetrics) | The highest sale price in the time frame. |
lowestSale (NftStatsStringMetrics) | The lowest sale price in the time frame. |
open (NftStatsStringMetrics) | The opening price for the time frame. |
volume (NftStatsStringMetrics) | The volume over the time frame. |
volumeByFillsource ( [NftFillsourceStatsStringMetrics] ) | The volume partitioned by fillsource over the time frame |
volumePercentByFillsource ( [NftFillsourceStatsNumberMetrics] ) | The percentages of total volume partitioned by fillsource over the time frame |
NftCollectionFillsourceNumberStat
NftCollectionFillsourceNumberStatStat and change for a string based fillsource amount.
Fields for NftCollectionFillsourceNumberStat
NftCollectionFillsourceNumberStatNftCollectionFillsourceStringStat
NftCollectionFillsourceStringStatStat and change for a string based fillsource amount.
Fields for NftCollectionFillsourceStringStat
NftCollectionFillsourceStringStatNftCollectionFilterConnection
NftCollectionFilterConnectionResponse returned by filterNftCollections.
Fields for NftCollectionFilterConnection
NftCollectionFilterConnectionNftCollectionFilterResult
NftCollectionFilterResultAn NFT collection matching a set of filter parameters.
Fields for NftCollectionFilterResult
NftCollectionFilterResultName | Description |
|---|---|
address (String) | The contract address of the NFT collection. |
ercType (String) | The token standard. Can be a variation of |
grouping (String) | The marketplace address or |
id (String) | The ID of the NFT collection ( |
imageUrl (String) | The image URL for the collection or one of the assets within the collection. |
lastEventTimestamp (Int) | The unix timestamp for the last event. |
name (String) | The name of the NFT collection. |
networkId (Int) | The network ID the NFT collection is deployed on. |
stats1h (NftStatsWindowWithChange) | Stats for the past hour. |
stats4h (NftStatsWindowWithChange) | Stats for the past 4 hours. |
stats12h (NftStatsWindowWithChange) | Stats for the past 12 hours. |
stats24h (NftStatsWindowWithChange) | Stats for the past 24 hours. |
symbol (String) | The symbol of the NFT collection. |
timestamp (Int) | The unix timestamp indicating the last time the data was updated. Updates daily. |
totalSupply (String) | The total supply of the NFT collection. |
NftCollectionMetadataResponse
NftCollectionMetadataResponseResponse returned by getNftCollectionMetadata.
Fields for NftCollectionMetadataResponse
NftCollectionMetadataResponseName | Description |
|---|---|
contract (NftContract!) | Metadata for the NFT collection. |
id (String!) | The ID of the NFT collection ( |
media (NftAssetMedia) | The media for one of the assets within the NFT collection. |
stats ( ) | A list of stats for the NFT collection across different time frames. |
NftCollectionNonCurrencyStats
NftCollectionNonCurrencyStatsNumerical stats for an NFT collection over a time frame.
Fields for NftCollectionNonCurrencyStats
NftCollectionNonCurrencyStatsName | Description |
|---|---|
mints (NftStatsNumberMetrics) | The number of mints over the time frame. |
sales (NftStatsNumberMetrics) | The number of sales over the time frame. |
tokensSold (NftStatsStringMetrics) | The number of tokens sold over the time frame. |
transfers (NftStatsNumberMetrics) | The number of transfers over the time frame. |
uniqueBuyers (NftStatsNumberMetrics) | The number of unique buyers over the time frame. |
uniqueMinters (NftStatsNumberMetrics) | The number of unique minters over the time frame. |
uniqueSalesWallets (NftStatsNumberMetrics) | The number of unique wallets (buyers or sellers) over the time frame. |
uniqueSellers (NftStatsNumberMetrics) | The number of unique sellers over the time frame. |
NftCollectionPriceStats
NftCollectionPriceStatsPrice stats for an NFT collection over a time frame. Either in USD or the network's base token.
Fields for NftCollectionPriceStats
NftCollectionPriceStatsName | Description |
|---|---|
average (String!) | The average sale price. |
averageChange (Float) | The change in average price between the previous and current time frame. |
ceiling (String!) | The highest sale price. |
ceilingChange (Float) | The change in ceiling price between the previous and current time frame. |
floor (String!) | The lowest sale price. |
floorChange (Float) | The change in floor price between the previous and current time frame. |
volume (String!) | The trade volume. |
volumeByFillsource ( [NftCollectionFillsourceStringStat] ) | The volume partitioned by fillsource over the time frame |
volumeChange (Float) | The change in volume between the previous and current time frame. |
volumePercentByFillsource ( [NftCollectionFillsourceNumberStat] ) | The percentages of total volume partitioned by fillsource over the time frame |
NftCollectionWindowStats
NftCollectionWindowStatsStats for an NFT collection for a time frame.
Fields for NftCollectionWindowStats
NftCollectionWindowStatsName | Description |
|---|---|
networkBaseTokenPriceStats (NftCollectionPriceStats!) | The price stats for the NFT collection in the network's base token. |
tradeCount (String!) | The trade count over the |
tradeCountChange (Float!) | The change in trade count between the previous and current |
usdPriceStats (NftCollectionPriceStats!) | The price stats for the NFT collection in USD. |
window (String!) | The time frame used to calculate the stats. |
NftContract
NftContractMetadata for an NFT collection.
Fields for NftContract
NftContractName | Description |
|---|---|
address (String!) | The contract address of the NFT collection. |
description (String) | The description of the NFT collection. |
ercType (String!) | The token standard. Can be a variation of |
id (String!) | The ID of the NFT collection ( |
image (String) | The URL for an image of the NFT collection. |
name (String) | The name of the NFT collection. |
networkId (Int!) | The network ID the NFT collection is deployed on. |
symbol (String) | The symbol for the NFT collection. |
totalSupply (String) | The total supply of the NFT collection. |
NftEvent
NftEventAn NFT collection transaction.
Fields for NftEvent
NftEventName | Description |
|---|---|
aggregatorAddress (String) | The contract address of the marketplace aggregator that routed the transaction. |
baseTokenAddress (String!) | 🔴 DEPRECATED 🔴 |
baseTokenPrice (String) | 🔴 DEPRECATED 🔴 |
blockNumber (Int!) | The block number for the transaction. |
contractAddress (String!) | The contract address of the NFT collection. |
eventType (String!) | The event type of the transaction. |
exchangeAddress (String!) | The NFT marketplace address of the transaction. |
fillSource (String) | The name of the marketplace that processed the transaction. |
id (String!) | The ID of the NFT event ( |
individualBaseTokenPrice (String) | 🔴 DEPRECATED 🔴 |
individualNetworkBaseTokenPrice (String) | 🔴 DEPRECATED 🔴 |
individualPrice (String) | 🔴 DEPRECATED 🔴 |
individualPriceNetworkBaseToken (String) | The price of each individual NFT in the network's base token. |
individualPriceUsd (String) | The price of each individual NFT in USD. |
individualTokenPrice (String) | 🔴 DEPRECATED 🔴 |
individualTradePrice (String) | The price of each individual NFT in the purchasing token. |
logIndex (Int!) | The index of the log in the block. |
maker (String!) | The wallet address of the buyer. |
networkBaseTokenPrice (String) | 🔴 DEPRECATED 🔴 |
networkId (Int!) | The network ID the NFT collection is deployed on. |
numberOfTokens (String) | The number of assets involved in the transaction. |
orderDirection (NftEventOrderDirection) | The direction of the order. One of 'BUY', 'SELL', or 'OFFER_ACCEPTED'. |
paymentTokenAddress (String!) | The contract address of the purchasing token. |
poolAddress (String) | The contract address of the NFT pool, if applicable. |
priceError (String) | The reason for the price error, if applicable. Can be |
sortKey (String!) | The sortKey for the event ( |
taker (String!) | The wallet address of the seller. |
timestamp (Int!) | The unix timestamp for the transaction. |
tokenId (String!) | The token ID of the NFT asset involved in the transaction. |
tokenPrice (String!) | 🔴 DEPRECATED 🔴 |
totalPrice (String!) | 🔴 DEPRECATED 🔴 |
totalPriceNetworkBaseToken (String) | The total trade price for the transaction in the network's base token. (The transaction can include more than 1 token). |
totalPriceUsd (String) | The total trade price for the transaction in USD. (The transaction can include more than 1 token). |
totalTradePrice (String) | The total trade price for the transaction in the purchasing token. (The transaction can include more than 1 token). |
tradeOffer ( ) | The tokens/NFTs that were offered to make this transaction occur. |
tradeReceived ( ) | The tokens/NFTs that were received in this transaction. |
transactionHash (String!) | The unique hash for the transaction. |
transactionIndex (Int!) | The index of the transaction within the block. |
NftEventFillSourceCondition
NftEventFillSourceConditionNFT marketplaces for a webhook to listen on.
Fields for NftEventFillSourceCondition
NftEventFillSourceConditionName | Description |
|---|---|
oneOf ( !) | The list of NFT marketplaces. |
NftEventNftTradeItem
NftEventNftTradeItemDetails for an NFT offered or received as part of an nft trade.
Fields for NftEventNftTradeItem
NftEventNftTradeItemName | Description |
|---|---|
address (String!) | The contract address for the NFT. |
amount (String!) | The number of tokens transferred. (Always 1 for ERC721 NFTs) |
recipient (String) | The recipient of the NFT. |
tokenId (String!) | The token ID of the exchanged NFT |
type (NftEventTradeItemType!) | The type of item involved in the trade. (Always NFT) |
NftEventsConnection
NftEventsConnectionResponse returned by getNftEvents.
Fields for NftEventsConnection
NftEventsConnectionNftEventTokenTradeItem
NftEventTokenTradeItemDetails for a token(s) offered or received as part of an nft trade.
Fields for NftEventTokenTradeItem
NftEventTokenTradeItemName | Description |
|---|---|
address (String!) | The contract address for the token. |
amount (String!) | The number of tokens transferred. |
individualPriceNetworkBaseToken (String) | The price of each individual NFT in the network's base token. |
individualPriceUsd (String) | The price of each individual NFT in USD. |
individualTradePrice (String) | The price of each individual NFT in the purchasing token. |
isPrice (Boolean!) | Whether this should be summed to calculate the price of the NFT received in the base event. Tokens that are payment fees or involved with other sales in the transaction are often represented in sales and would have a value of |
priceError (String) | The reason for the price error, if applicable. Can be |
recipient (String) | The recipient of the tokens. |
totalPriceNetworkBaseToken (String) | The total trade price for the transaction in the network's base token. (The transaction can include more than 1 token). |
totalPriceUsd (String) | The total trade price for the transaction in USD. (The transaction can include more than 1 token). |
totalTradePrice (String) | The total trade price for the transaction in the purchasing token. (The transaction can include more than 1 token). |
type (NftEventTradeItemType!) | The type of item involved in the trade. (Always TOKEN) |
NftEventTypeCondition
NftEventTypeConditionAn NFT event type for a webhook to listen for.
Fields for NftEventTypeCondition
NftEventTypeConditionName | Description |
|---|---|
eq (WebhookNftEventType!) | The NFT event type. |
NftEventWebhookCondition
NftEventWebhookConditionWebhook conditions for an NFT event.
Fields for NftEventWebhookCondition
NftEventWebhookConditionName | Description |
|---|---|
contractAddress (StringEqualsCondition) | The NFT collection contract address the webhook is listening for. |
eventType (NftEventTypeCondition) | The NFT event type the webhook is listening for. |
exchangeAddress (StringEqualsCondition) | The exchange contract address the webhook is listening for. |
fillSource (NftEventFillSourceCondition) | The NFT marketplaces the webhook is listening on. |
ignoreTransfers (Boolean) | Option to ignore all nft transfer events |
individualBaseTokenPrice (ComparisonOperator) | The base token price the webhook is listening for. |
maker (StringEqualsCondition) | The maker wallet address the webhook is listening for. |
networkId (OneOfNumberCondition) | The list of network IDs the webhook is listening on. |
tokenAddress (StringEqualsCondition) | The token contract address the webhook is listening for. |
tokenId (StringEqualsCondition) | The token ID the webhook is listening for. |
NftFillsourceStatsNumberMetrics
NftFillsourceStatsNumberMetricsNumber metrics for NFT fillsource stats.
Fields for NftFillsourceStatsNumberMetrics
NftFillsourceStatsNumberMetricsNftFillsourceStatsStringMetrics
NftFillsourceStatsStringMetricsString metrics for NFT stats.
Fields for NftFillsourceStatsStringMetrics
NftFillsourceStatsStringMetricsNftHoldersResponse
NftHoldersResponseFields for NftHoldersResponse
NftHoldersResponseName | Description |
|---|---|
count (Int!) | the unique count of holders for the collection. |
cursor (String) | A cursor for use in pagination. |
items ( [NftBalance!] !) | The list wallets for a collection. |
status (HoldersStatus!) | Status of holder. Disabled if on unsupported network or there is insufficient holder data. |
NftPoolAssetRecipientUpdateEventData
NftPoolAssetRecipientUpdateEventDataEvent data for updating the asset recipient of a pool.
Fields for NftPoolAssetRecipientUpdateEventData
NftPoolAssetRecipientUpdateEventDataName | Description |
|---|---|
newAssetRecipient (String!) | The updated wallet address that will receive the tokens or NFT sent to the pair during swaps. |
type (NftPoolEventType!) | The type of NFT pool event, |
NftPoolCollectionFilterConnection
NftPoolCollectionFilterConnectionResponse returned by filterNftPoolCollections.
Fields for NftPoolCollectionFilterConnection
NftPoolCollectionFilterConnectionName | Description |
|---|---|
count (Int) | The number of NFT collections returned. |
page (Int) | Where in the list the server started when returning items. |
results ( [NftPoolCollectionFilterResult] ) | The list of NFT collections matching the filter parameters. |
NftPoolCollectionFilterResult
NftPoolCollectionFilterResultAn NFT pool collection.
Fields for NftPoolCollectionFilterResult
NftPoolCollectionFilterResultName | Description |
|---|---|
balanceNBT (String) | The total liquidity of the collection in the network's base token. |
balanceUSD (String) | The total liquidity of the collection in USD. |
collectionAddress (String) | The contract address of the NFT collection. |
ercType (String) | The token standard. Can be a variation of |
exchangeAddress (String) | The contract address of the NFT AMM marketplace. |
expenseNBT24 (String) | The total sell volume of the collection in the network's base token over the past 24 hours. |
expenseNBTAll (String) | The total sell volume of the collection in the network's base token over the collection's lifetime. |
expenseUSD24 (String) | The total sell volume of the collection in USD over the past 24 hours. |
expenseUSDAll (String) | The total sell volume of the collection in USD over the collection's lifetime. |
floorNBT (String) | The lowest price at which any of the collection's pools are willing to sell an NFT in the network's base token. |
floorUSD (String) | The lowest price at which any of the collection's pools are willing to sell an NFT in USD. |
highPriceNBT24 (String) | The highest sale price within the collection in the network's base token in the past 24 hours. |
highPriceNBTAll (String) | The highest sale price within the collection in the network's base token in the collection's lifetime. |
highPriceUSD24 (String) | The highest sale price within the collection in USD in the past 24 hours. |
highPriceUSDAll (String) | The highest sale price within the collection in USD in the collection's lifetime. |
id (String!) | The ID of the NFT collection ( |
imageUrl (String) | The image URL for the collection or one of the assets within the collection. |
lowPriceNBT24 (String) | The lowest sale price within the collection in the network's base token in the past 24 hours. |
lowPriceNBTAll (String) | The lowest sale price within the collection in the network's base token in the collection's lifetime. |
lowPriceUSD24 (String) | The lowest sale price within the collection in USD in the past 24 hours. |
lowPriceUSDAll (String) | The lowest sale price within the collection in USD in the collection's lifetime. |
name (String) | The name of the NFT collection. |
networkId (Int) | The network ID the NFT collection is deployed on. |
nftBalance (Int) | The number of NFTs in all of the collection's pools. 🔴 DEPRECATED 🔴 |
nftBalanceV2 (String) | The number of NFTs in all of the collection's pools. |
nftsBought24 (Int) | The number of NFTs bought in any of the collection's pools over the past 24 hours. 🔴 DEPRECATED 🔴 |
nftsBought24V2 (String) | The number of NFTs bought in any of the collection's pools over the past 24 hours. |
nftsBoughtAll (Int) | The number of NFTs bought in any of the collection's pools over the collection's lifetime. 🔴 DEPRECATED 🔴 |
nftsBoughtAllV2 (String) | The number of NFTs bought in any of the collection's pools over the collection's lifetime. |
nftsSold24 (Int) | The number of NFTs sold in any of the collection's pools over the past 24 hours. 🔴 DEPRECATED 🔴 |
nftsSold24V2 (String) | The number of NFTs sold in any of the collection's pools over the past 24 hours. |
nftsSoldAll (Int) | The number of NFTs sold in any of the collection's pools over the collection's lifetime. 🔴 DEPRECATED 🔴 |
nftsSoldAllV2 (String) | The number of NFTs sold in any of the collection's pools over the collection's lifetime. |
nftVolume24 (Int) | The number of NFTs bought and sold in any of the collection's pools over the past 24 hours. 🔴 DEPRECATED 🔴 |
nftVolume24V2 (String) | The number of NFTs bought and sold in any of the collection's pools over the past 24 hours. |
nftVolumeAll (Int) | The number of NFTs bought or sold in any of the collection's pools over the collection's lifetime. 🔴 DEPRECATED 🔴 |
nftVolumeAllV2 (String) | The number of NFTs bought or sold in any of the collection's pools over the collection's lifetime. |
offerNBT (String) | The highest price at which any of the collection's pools are willing to buy an NFT in the network's base token. |
offerUSD (String) | The highest price at which any of the collection's pools are willing to buy an NFT in USD. |
poolFeesNBT24 (String) | The sum of pool fees generated by the collection in the network's base token over the past 24 hours. |
poolFeesNBTAll (String) | The sum of pool fees generated by the collection in the network's base token over the collection's lifetime. |
poolFeesUSD24 (String) | The sum of pool fees generated by the collection in USD over the past 24 hours. |
poolFeesUSDAll (String) | The sum of pool fees generated by the collection in USD over the collection's lifetime. |
protocolFeesNBT24 (String) | The sum of protocol fees generated by the collection in the network's base token over the past 24 hours. |
protocolFeesNBTAll (String) | The sum of protocol fees generated by the collection in the network's base token over the collection's lifetime. |
protocolFeesUSD24 (String) | The sum of protocol fees generated by the collection in USD over the past 24 hours. |
protocolFeesUSDAll (String) | The sum of protocol fees generated by the collection in USD over the collection's lifetime. |
revenueNBT24 (String) | The total buy volume of the collection in the network's base token over the past 24 hours. |
revenueNBTAll (String) | The total buy volume of the collection in the network's base token over the collection's lifetime. |
revenueUSD24 (String) | The total buy volume of the collection in USD over the past 24 hours. |
revenueUSDAll (String) | The total buy volume of the collection in USD over the collection's lifetime. |
symbol (String) | The symbol for the NFT collection. |
timestamp (Int) | The unix timestamp indicating the last time the data was updated. Updates every 2 hours. |
totalSupply (Int) | The total supply of the collection. 🔴 DEPRECATED 🔴 |
totalSupplyV2 (String) | |
volumeNBT24 (String) | The total volume of the collection in the network's base token over the past 24 hours. |
volumeNBTAll (String) | The total volume of the collection in the network's base token over the collection's lifetime. |
volumeUSD24 (String) | The total volume of the collection in USD over the past 24 hours. |
volumeUSDAll (String) | The total volume of the collection in USD over the collection's lifetime. |
NftPoolCollectionResponse
NftPoolCollectionResponseAn NFT collection in an NFT pool.
Fields for NftPoolCollectionResponse
NftPoolCollectionResponseName | Description |
|---|---|
balanceNBT (String!) | The total liquidity of the collection in the network's base token. |
collectionAddress (String!) | The contract address of the NFT collection. |
collectionId (String!) | The ID of the NFT collection ( |
collectionSymbol (String!) | The symbol of the NFT collection. |
exchangeAddress (String!) | The contract address of the NFT AMM marketplace. |
exchangeId (String!) | The ID of the exchange ( |
floorNBT (String) | The lowest price at which any of the NFT collection's pools are willing to sell an NFT in the network's base token. |
image (String) | An image associated with the NFT collection. |
media (NftAssetMedia) | The media for one of the assets within the NFT collection. 🔴 DEPRECATED 🔴 |
name (String) | The name of the NFT collection. |
networkId (Int!) | The network ID the NFT collection is deployed on. |
nftBalance (Int!) | The current number of NFTs in all the NFT collection's pools. 🔴 DEPRECATED 🔴 |
nftBalanceV2 (String!) | The current number of NFTs in all the NFT collection's pools. |
nftVolumeAllTime (Int) | The total number of NFTs bought and sold over the collection's lifetime. 🔴 DEPRECATED 🔴 |
nftVolumeAllTimeV2 (String) | The total number of NFTs bought and sold over the collection's lifetime. |
offerNBT (String) | The highest price at which any of the NFT collection's pools are willing to buy an NFT in the network's base token. |
poolFeesNBTAll (String) | The sum of pool fees generated by the collection in the network's base token over the collection's lifetime. |
poolFeesUSDAll (String) | The sum of pool fees generated by the collection in USD over the collection's lifetime. |
protocolFeesNBTAll (String) | The sum of protocol fees generated by the collection in the network's base token over the collection's lifetime. |
protocolFeesUSDAll (String) | The sum of protocol fees generated by the collection in USD over the collection's lifetime. |
royaltiesNBTAllEstimate (String) | As estimated sum in the network's base token of the collection's royalties paid to creators by pool swaps over the collection's lifetime. |
royaltiesUSDAllEstimate (String) | An estimated sum in USD of the collection's royalties paid to creators by pool swaps over the collection's lifetime. |
volumeAllTimeNBT (String) | The total volume of the collection in the network's base token over the collection's lifetime. |
volumeAllTimeUSD (String) | The total volume of the collection in USD over the collection's lifetime. |
NftPoolDeltaUpdateEventData
NftPoolDeltaUpdateEventDataEvent data for updating the delta of a pool.
Fields for NftPoolDeltaUpdateEventData
NftPoolDeltaUpdateEventDataName | Description |
|---|---|
newDelta (String!) | The updated delta used in the bonding curve. |
type (NftPoolEventType!) | The type of NFT pool event, |
NftPoolEvent
NftPoolEventAn NFT pool transaction.
Fields for NftPoolEvent
NftPoolEventName | Description |
|---|---|
blockHash (String!) | The hash of the block where the transaction occurred. |
blockNumber (Int!) | The block number for the transaction. |
collectionAddress (String!) | The contract address of the NFT collection. |
collectionId (String!) | The ID of the NFT collection ( |
data (NftPoolEventData!) | The event-specific data for the transaction. |
eventType (NftPoolEventType!) | The event type of the transaction. |
exchangeAddress (String!) | The contract address of the NFT AMM marketplace. |
id (String!) | The ID of the NFT pool ( |
logIndex (Int!) | The index of the log in the block. |
maker (String!) | The wallet address that transacted. |
networkId (Int!) | The network ID the NFT collection is deployed on. |
poolAddress (String!) | The contract address of the NFT pool. |
poolType (NftPoolType!) | The type of liquidity pool. |
timestamp (Int!) | The unix timestamp for the transaction. |
tokenAddress (String!) | The contract address of the liquidity token of the pool (usually WETH). |
transactionHash (String!) | The unique hash for the transaction. |
transactionIndex (Int!) | The index of the transaction within the block. |
NftPoolEventNftTransfer
NftPoolEventNftTransferMetadata for an NFT transfer.
Fields for NftPoolEventNftTransfer
NftPoolEventNftTransferNftPoolEventNftTransferV2
NftPoolEventNftTransferV2Metadata for an NFT transfer.
Fields for NftPoolEventNftTransferV2
NftPoolEventNftTransferV2Name | Description |
|---|---|
amountT (String!) | The value of the token at the time of transfer. |
nftQuantity (String!) | The number of tokens involved in the transfer. |
nftTokenId (String!) | The NFT token ID involved in the transfer. |
nftTokenQuantity (String!) | The number of tokens involved in the transfer. 🔴 DEPRECATED 🔴 |
NftPoolEventsResponse
NftPoolEventsResponseResponse returned by getNftPoolEvents.
Fields for NftPoolEventsResponse
NftPoolEventsResponseName | Description |
|---|---|
cursor (String) | A cursor for use in pagination. |
items ( ) | A list of transactions for an NFT pool. |
NftPoolFeeUpdateEventData
NftPoolFeeUpdateEventDataEvent data for updating the fee of a pool.
Fields for NftPoolFeeUpdateEventData
NftPoolFeeUpdateEventDataName | Description |
|---|---|
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
newFeeT (String!) | The updated pool fee in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
NftPoolFilterConnection
NftPoolFilterConnectionResponse returned by filterNftPools.
Fields for NftPoolFilterConnection
NftPoolFilterConnectionNftPoolFilterResult
NftPoolFilterResultAn NFT pool matching a set of filter parameters.
Fields for NftPoolFilterResult
NftPoolFilterResultName | Description |
|---|---|
acceptedNftTokenIds ( [String] ) | For ERC1155 pools, the list of NFT token IDs that are accepted by the pool. |
assetRecipientAddress (String) | The wallet address that will receive the tokens or NFT sent to the pair during swaps. |
balanceNBT (String) | The current pool liquidity in the network's base token. |
balanceT (String) | The current value of the collection in the pool's liquidity token. |
balanceUSD (String) | The current pool liquidity in USD. |
bondingCurveAddress (String!) | The contract address of the bonding curve. |
collectionAddress (String!) | The contract address of the NFT collection. |
collectionName (String!) | The name of the NFT collection. |
collectionSymbol (String!) | The symbol of the NFT collection. |
delta (String!) | The delta used in the pool's bonding curve. |
exchangeAddress (String!) | The contract address of the NFT AMM marketplace. |
expenseNBT24 (String) | The total sell volume of the pool in the network's base token over the past 24 hours. |
expenseNBTAll (String) | The total sell volume of the pool in the network's base token over the pool's lifetime. |
expenseT24 (String) | The total sell volume of the pool in the pool's liquidity token over the past 24 hours. |
expenseTAll (String) | The total sell volume of the pool in the pool's liquidity token over the pool's lifetime. |
expenseUSD24 (String) | The total sell volume of the pool in USD over the past 24 hours. |
expenseUSDAll (String) | The total sell volume of the pool in USD over the pool's lifetime. |
feeAmount (String!) | The fee amount for the pool. |
id (String!) | The ID of the NFT pool ( |
networkId (Int!) | The network ID the NFT collection is deployed on. |
nftAssets ( [NftAsset] ) | The list of NFT assets in the pool. |
nftBalance (Int) | The current number of NFTs in the pool. 🔴 DEPRECATED 🔴 |
nftBalanceV2 (String) | The current number of NFTs in the pool. |
nftsBought24 (Int) | The total number of NFTs bought by the pool over the past 24 hours. 🔴 DEPRECATED 🔴 |
nftsBought24V2 (String) | The total number of NFTs bought by the pool over the past 24 hours. |
nftsBoughtAll (Int) | The total number of NFTs bought over the pool's lifetime. 🔴 DEPRECATED 🔴 |
nftsBoughtAllV2 (String) | The total number of NFTs bought over the pool's lifetime. |
nftsSold24 (Int) | The total number of NFTs sold by the pool over the past 24 hours. 🔴 DEPRECATED 🔴 |
nftsSold24V2 (String) | The total number of NFTs sold by the pool over the past 24 hours. |
nftsSoldAll (Int) | The total number of NFTs sold over the pool's lifetime. 🔴 DEPRECATED 🔴 |
nftsSoldAllV2 (String) | The total number of NFTs sold over the pool's lifetime. |
nftVolume24 (Int) | The total number of NFTs bought and sold over the past 24 hours. 🔴 DEPRECATED 🔴 |
nftVolume24V2 (String) | The total number of NFTs bought and sold over the past 24 hours. |
nftVolumeAll (Int) | The total number of NFTs bought and sold over the pool's lifetime. 🔴 DEPRECATED 🔴 |
nftVolumeAllV2 (String) | The total number of NFTs bought and sold over the pool's lifetime. |
offerNBT (String) | The current price at which the pool is willing to buy an NFT in the network's base token. |
offerT (String) | The current price at which the pool is willing to buy an NFT in the pool's liquidity token. |
offerUSD (String) | The current price at which the pool is willing to buy an NFT in USD. |
ownerAddress (String!) | The wallet address of the pool owner. |
poolAddress (String!) | The contract address of the NFT pool. |
poolFeesNBT24 (String) | The sum of pool fees generated by the pool in the network's base token over the past 24 hours. |
poolFeesNBTAll (String) | The sum of pool fees generated by the pool in the network's base token over the pool's lifetime. |
poolFeesT24 (String) | The sum of pool fees generated by the pool in the pool's liquidity token over the past 24 hours. |
poolFeesTAll (String) | The sum of pool fees generated by the pool in the pool's liquidity token over the pool's lifetime. |
poolFeesUSD24 (String) | The sum of pool fees generated by the pool in USD over the past 24 hours. |
poolFeesUSDAll (String) | The sum of pool fees generated by the pool in USD over the pool's lifetime. |
poolNftType (PoolNftType) | The type of NFT in the pool. |
poolType (NftPoolType!) | The type of liquidity pool. |
poolVariant (GraphQlNftPoolVariant!) | The pool variant. Can be |
propertyChecker (String) | The property checker contract address for the pool. |
protocolFeesNBT24 (String) | The sum of protocol fees generated by the pool in the network's base token over the past 24 hours. |
protocolFeesNBTAll (String) | The sum of protocol fees generated by the pool in the network's base token over the pool's lifetime. |
protocolFeesT24 (String) | The sum of protocol fees generated by the pool in the pool's liquidity token over the past 24 hours. |
protocolFeesTAll (String) | The sum of protocol fees generated by the pool in the pool's liquidity token over the pool's lifetime. |
protocolFeesUSD24 (String) | The sum of protocol fees generated by the pool in USD over the past 24 hours. |
protocolFeesUSDAll (String) | The sum of protocol fees generated by the pool in USD over the pool's lifetime. |
revenueNBT24 (String) | The total buy volume of the pool in the network's base token over the past 24 hours. |
revenueNBTAll (String) | The total buy volume of the pool in the network's base token over the pool's lifetime. |
revenueT24 (String) | The total buy volume of the pool in the pool's liquidity token over the past 24 hours. |
revenueTAll (String) | The total buy volume of the pool in the pool's liquidity token over the pool's lifetime. |
revenueUSD24 (String) | The total buy volume of the pool in USD over the past 24 hours. |
revenueUSDAll (String) | The total buy volume of the pool in USD over the pool's lifetime. |
royalties ( ) | The list of royalties for the pool. Only applicable for |
sellNBT (String) | The current price at which the pool is willing to sell an NFT. |
sellT (String) | The current price at which the pool is willing to sell an NFT in the network's base token. |
sellUSD (String) | The current price at which the pool is willing to sell an NFT in USD. |
spotNBT (String) | The current spot price for the pool in the network's base token. |
spotT (String) | The current spot price for the pool in the pool's liquidity token. |
timestamp (Int!) | The unix timestamp indicating the last time the data was updated. Updates every 2 hours. |
tokenAddress (String!) | The contract address of the liquidity token of the pool. |
version (NftPoolContractVersion) | The NFT pool contract version. Can be |
volumeNBT24 (String) | The total volume of the pool in the network's base token over the past 24 hours. |
volumeNBTAll (String) | The total volume of the pool in the network's base token over the pool's lifetime. |
volumeT24 (String) | The total volume of the pool in the pool's liquidity token over the past 24 hours. |
volumeTAll (String) | The total volume of the pool in the pool's liquidity token over the pool's lifetime. |
volumeUSD24 (String) | The total volume of the pool in USD over the past 24 hours. |
volumeUSDAll (String) | The total volume of the pool in USD over the pool's lifetime. |
NftPoolNftDepositEventData
NftPoolNftDepositEventDataEvent data for depositing an NFT into a pool.
Fields for NftPoolNftDepositEventData
NftPoolNftDepositEventDataName | Description |
|---|---|
nftTokenBalance (String!) | The number of NFTs in the contract after the block has processed. |
nftTokenIds ( [String!] !) | The list of NFT token IDs deposited. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
NftPoolNftDepositEventDataV2
NftPoolNftDepositEventDataV2Event data for depositing an NFT into a pool.
Fields for NftPoolNftDepositEventDataV2
NftPoolNftDepositEventDataV2Name | Description |
|---|---|
nftAssets ( [NftAsset] ) | New Param: The list of NFT assets withdrawn. More extensive info than nftTokenIds. |
nftTokenAmounts ( [String!] !) | The amount of each NFT token deposited. |
nftTokenIds ( [String!] !) | The list of NFT token IDs deposited. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
NftPoolNftWithdrawalEventData
NftPoolNftWithdrawalEventDataEvent data for withdrawing an NFT from a pool.
Fields for NftPoolNftWithdrawalEventData
NftPoolNftWithdrawalEventDataName | Description |
|---|---|
nftTokenBalance (String!) | The number of NFTs in the contract after the block has processed. |
nftTokenIds ( [String!] !) | The NFT token IDs withdrawn. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
NftPoolNftWithdrawalEventDataV2
NftPoolNftWithdrawalEventDataV2Event data for withdrawing an NFT from a pool.
Fields for NftPoolNftWithdrawalEventDataV2
NftPoolNftWithdrawalEventDataV2Name | Description |
|---|---|
nftAssets ( [NftAsset] ) | New Param: The list of NFT assets withdrawn. More extensive info than nftTokenIds. |
nftTokenAmounts ( [String!] !) | The amount of each NFT token withdrawn. |
nftTokenIds ( [String!] !) | The list of NFT token IDs withdrawn. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
NftPoolOwnershipTransferredEventDataV2
NftPoolOwnershipTransferredEventDataV2Fields for NftPoolOwnershipTransferredEventDataV2
NftPoolOwnershipTransferredEventDataV2Name | Description |
|---|---|
newOwner (String!) | The new owner of the pool. |
type (NftPoolEventType!) | The type of NFT pool event, |
NftPoolResponse
NftPoolResponseAn NFT pool.
Fields for NftPoolResponse
NftPoolResponseName | Description |
|---|---|
acceptedNftTokenIds ( [String] ) | For ERC1155 pools, the list of NFT token IDs that are accepted by the pool. |
assetRecipientAddress (String!) | The wallet address that will receive the tokens or NFT sent to the pair during swaps. |
balanceNBT (String!) | The current pool liquidity in the network's base token. |
balanceT (String!) | The current pool liquidity in the pool's liquidity token. |
bondingCurveAddress (String!) | The contract address of the bonding curve. |
bondingCurveType (BondingCurveType!) | The bonding curve type that defines how the prices of NFTs change after each buy or sell within a pool. |
collectionAddress (String!) | The contract address of the NFT collection. |
collectionName (String!) | The contract name of the NFT collection. |
collectionSymbol (String) | The symbol of the NFT collection. |
delta (String!) | The current delta used in the bonding curve. |
exchangeAddress (String!) | The contract address of the NFT AMM marketplace. |
fee (String!) | The current fee for pool. |
floorNBT (String) | The current price at which the pool is willing to sell an NFT in the network's base token. Only applicable for |
floorT (String) | The current price at which the pool is willing to sell an NFT in the pool's liquidity token. Only applicable for |
networkId (Int!) | The network ID the NFT collection is deployed on. |
nftAssets ( [NftAsset] ) | The list of NFT assets in the pool. |
nftBalance (Int) | The current number of NFTs in the pool. 🔴 DEPRECATED 🔴 |
nftBalanceV2 (String!) | The current number of NFTs in the pool. |
nftVolumeAllTime (Int!) | The total number of NFTs bought and sold over the pool's lifetime. 🔴 DEPRECATED 🔴 |
nftVolumeAllTimeV2 (String!) | The total number of NFTs bought and sold over the pool's lifetime. |
offerNBT (String) | The current price at which the pool is willing to buy an NFT in the network's base token. Only applicable for |
offerT (String) | The current price at which the pool is willing to buy an NFT in the pool's liquidity token. Only applicable for |
owner (String!) | The wallet address of the pool owner. |
poolAddress (String!) | The contract address of the NFT pool. |
poolFeesAllTimeNBT (String) | |
poolFeesAllTimeT (String) | |
poolId (String!) | The ID of the NFT pool ( |
poolNftType (PoolNftType) | The type of NFT in the pool. |
poolType (NftPoolType!) | The type of liquidity pool. |
poolVariant (GraphQlNftPoolVariant!) | The pool variant. Can be |
propertyChecker (String) | The property checker contract address for the pool. |
royalties ( ) | The list of royalties for the pool. Only applicable for |
spotPriceNBT (String!) | The spot price in the network's base token. |
spotPriceT (String!) | The instantaneous price for selling 1 NFT to the pool in the pool's liquidity token. |
tokenAddress (String!) | The contract address of the liquidity token of the pool (usually WETH). |
version (NftPoolContractVersion) | The NFT pool contract version. Can be |
volumeAllTimeNBT (String!) | The total volume of the pool in the network's base token over the pool's lifetime. |
volumeAllTimeT (String!) | The total volume of the pool in the pool's liquidity token over the pool's lifetime. |
NftPoolRoyalty
NftPoolRoyaltyThe royalty for a SUDOSWAP_V2 pool.
Fields for NftPoolRoyalty
NftPoolRoyaltyNftPoolSpotPriceUpdateEventData
NftPoolSpotPriceUpdateEventDataEvent data for updating the spot price of a pool.
Fields for NftPoolSpotPriceUpdateEventData
NftPoolSpotPriceUpdateEventDataName | Description |
|---|---|
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
newBuyPriceT (String!) | The updated price at which the pool is willing to buy an NFT in the pool's liquidity token. |
newSellPriceT (String!) | The updated price at which the pool is willing to sell an NFT in the pool's liquidity token. |
newSpotPriceT (String!) | The updated spot price in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
NftPoolSpotPriceUpdateEventDataV2
NftPoolSpotPriceUpdateEventDataV2Event data for updating the spot price of a pool.
Fields for NftPoolSpotPriceUpdateEventDataV2
NftPoolSpotPriceUpdateEventDataV2Name | Description |
|---|---|
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
newBuyPriceT (String!) | The updated price at which the pool is willing to buy an NFT in the pool's liquidity token. |
newSellPriceT (String!) | The updated price at which the pool is willing to sell an NFT in the pool's liquidity token. |
newSpotPriceT (String!) | The updated spot price in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
NftPoolStatsResponse
NftPoolStatsResponseStats for an NFT pool.
Fields for NftPoolStatsResponse
NftPoolStatsResponseName | Description |
|---|---|
closeBalanceNBT (String) | The pool liquidity in the network's base token at the end of the time frame. |
closeNftBalanceV2 (String) | The number of NFTs in the pool at the end of the time frame. |
collectionAddress (String!) | The contract address of the NFT collection. |
endTime (Int!) | The unix timestamp for the end of the time frame. |
exchangeAddress (String!) | The contract address of the NFT AMM marketplace. |
expenseNBT (String) | The total sell volume of the pool in the network's base token over the time frame. |
highFloorNBT (String) | The highest price at which the pool was willing to sell an NFT in the network's base token over the time frame. |
highOfferNBT (String) | The highest price at which the pool was willing to buy an NFT in the network's base token over the time frame. |
lowFloorNBT (String) | The lowest price at which the pool was willing to sell an NFT in the network's base token over the time frame. |
lowOfferNBT (String) | The lowest price at which the pool was willing to buy an NFT in the network's base token over the time frame. |
networkId (Int!) | The network ID the NFT collection is deployed on. |
nftsBoughtV2 (String) | The total number of NFTs bought over the time frame. |
nftsSoldV2 (String) | The total number of NFTs sold over the time frame. |
nftVolumeV2 (String) | The total number of NFTs bought and sold over the time frame. |
openBalanceNBT (String) | The pool liquidity in the network's base token at the start of the time frame. |
openNftBalanceV2 (String) | The number of NFTs in the pool at the start of the time frame. |
poolAddress (String) | The contract address of the NFT pool. |
poolFeesNBT (String) | The sum of pool fees generated by the pool in the network's base token over the time frame. |
protocolFeesNBT (String) | The sum of protocol fees generated by the pool in the network's base token over the time frame. |
revenueNBT (String) | The total buy volume of the pool in the network's base token over the time frame. |
startTime (Int!) | The unix timestamp for the start of the time frame. |
volumeNBT (String) | The total volume of the pool in the network's base token over the time frame. |
NftPoolTokenDepositEventData
NftPoolTokenDepositEventDataEvent data for depositing a token into a pool.
Fields for NftPoolTokenDepositEventData
NftPoolTokenDepositEventDataName | Description |
|---|---|
amountT (String!) | The total value of token deposited in the pool's liquidity token. |
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
nftTokenBalance (String!) | The number of NFTs in the contract after the block has processed. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
NftPoolTokenDepositEventDataV2
NftPoolTokenDepositEventDataV2Event data for depositing a token into a pool.
Fields for NftPoolTokenDepositEventDataV2
NftPoolTokenDepositEventDataV2Name | Description |
|---|---|
amountT (String!) | The total value of token deposited in the pool's liquidity token. |
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
NftPoolTokenWithdrawalEventData
NftPoolTokenWithdrawalEventDataEvent data for withdrawing a token from a pool.
Fields for NftPoolTokenWithdrawalEventData
NftPoolTokenWithdrawalEventDataName | Description |
|---|---|
amountT (String!) | The total value of token withdrawn in the pool's liquidity token. |
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
nftTokenBalance (String!) | The number of NFTs in the contract after the block has processed. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
NftPoolTokenWithdrawalEventDataV2
NftPoolTokenWithdrawalEventDataV2Event data for withdrawing a token from a pool.
Fields for NftPoolTokenWithdrawalEventDataV2
NftPoolTokenWithdrawalEventDataV2Name | Description |
|---|---|
amountT (String!) | The total value of token withdrawn in the pool's liquidity token. |
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
NftSearchResponse
NftSearchResponseResponse returned by searchNfts.
Fields for NftSearchResponse
NftSearchResponseName | Description |
|---|---|
hasMore (Int!) | The number of additional results found. |
items ( ) | A list of NFT collections matching a given query string. |
NftSearchResponseCollection
NftSearchResponseCollectionAn NFT collection matching a given query string.
Fields for NftSearchResponseCollection
NftSearchResponseCollectionName | Description |
|---|---|
address (String!) | The contract address of the NFT collection. |
average (String!) | The average sale price over the |
ceiling (String!) | The highest sale price over the |
floor (String!) | The lowest sale price over the |
id (String!) | The ID of the NFT collection ( |
imageUrl (String) | The image URL for the collection or one of the assets within the collection. |
name (String) | The name of the NFT collection. For example, |
networkId (Int!) | The network ID the NFT collection is deployed on. |
symbol (String) | The symbol of the NFT collection. For example, |
tradeCount (String!) | The trade count over the |
tradeCountChange (Float!) | The change in trade count between the previous and current |
volume (String!) | The trade volume in USD over the |
volumeChange (Float!) | The change in volume between the previous and current |
window (String!) | The time frame used for calculating stats. |
NftStatsNumberMetrics
NftStatsNumberMetricsNumber metrics for NFT stats.
Fields for NftStatsNumberMetrics
NftStatsNumberMetricsNftStatsStringMetrics
NftStatsStringMetricsString metrics for NFT stats.
Fields for NftStatsStringMetrics
NftStatsStringMetricsNftStatsWindowWithChange
NftStatsWindowWithChangeNFT stats over a time frame.
Fields for NftStatsWindowWithChange
NftStatsWindowWithChangeName | Description |
|---|---|
endTime (Int) | The unix timestamp for the end of the window. |
networkBaseToken (NftCollectionCurrencyStats) | The currency stats in the network's base token, such as volume. |
nonCurrency (NftCollectionNonCurrencyStats) | The numerical stats, such as number of sales. |
startTime (Int) | The unix timestamp for the start of the window. |
The currency stats in USD, such as volume. |
OnBarsUpdatedResponse
OnBarsUpdatedResponseResponse returned by onBarsUpdated.
Fields for OnBarsUpdatedResponse
OnBarsUpdatedResponseName | Description |
|---|---|
aggregates (ResolutionBarData!) | Price data broken down by resolution. |
eventSortKey (String!) | The sortKey for the bar ( |
networkId (Int!) | The network ID the pair is deployed on. |
pairAddress (String!) | The contract address for the pair. |
pairId (String!) | The ID for the pair ( |
quoteToken (QuoteToken) | The quote token within the pair. |
quoteTokenAddress (String!) | The address of the token being quoted |
statsType (TokenPairStatisticsType!) | The type of statistics used. Can be |
timestamp (Int!) | The unix timestamp for the new bar. |
OneOfNumberCondition
OneOfNumberConditionInteger list condition.
Fields for OneOfNumberCondition
OneOfNumberConditionName | Description |
|---|---|
oneOf ( [Int!] !) | The list of integers. |
OnTokenBarsUpdatedResponse
OnTokenBarsUpdatedResponseResponse returned by onBarsUpdated.
Fields for OnTokenBarsUpdatedResponse
OnTokenBarsUpdatedResponseName | Description |
|---|---|
aggregates (ResolutionBarData!) | Price data broken down by resolution. |
eventSortKey (String!) | The sortKey for the bar ( |
networkId (Int!) | The network ID the pair is deployed on. |
pairAddress (String!) | The contract address for the pair. |
pairId (String!) | The ID for the pair ( |
quoteToken (QuoteToken) | The quote token within the pair. |
statsType (TokenPairStatisticsType!) | The type of statistics used. Can be |
timestamp (Int!) | The unix timestamp for the new bar. |
tokenAddress (String!) | The address of the token being quoted |
tokenId (String!) | The address of the token being quoted |
OnUnconfirmedBarsUpdated
OnUnconfirmedBarsUpdatedResponse returned by onUnconfirmedBarsUpdated.
Fields for OnUnconfirmedBarsUpdated
OnUnconfirmedBarsUpdatedName | Description |
|---|---|
aggregates (UnconfirmedResolutionBarData!) | Price data broken down by resolution. |
eventSortKey (String!) | The sortKey for the bar ( |
networkId (Int!) | The network ID the pair is deployed on. |
pairAddress (String!) | The contract address for the pair. |
pairId (String!) | The ID for the pair ( |
quoteToken (QuoteToken) | The quote token within the pair. |
quoteTokenAddress (String!) | The address of the token being quoted |
timestamp (Int!) | The unix timestamp for the new bar. |
Pair
PairMetadata for a token pair.
Fields for Pair
PairName | Description |
|---|---|
address (String!) | The contract address of the pair. |
createdAt (Int) | The unix timestamp for the creation of the pair. |
exchangeHash (String!) | The address for the exchange factory contract. |
fee (Int) | The exchange fee for swaps. |
id (String!) | The ID for the pair ( |
networkId (Int!) | The network ID the pair is deployed on. |
pooled (PooledTokenValues) | The pooled amounts of each token in the pair. |
tickSpacing (Int) | The amount of required tick separation. Only applicable for pairs on UniswapV3. |
token0 (String!) | The contract address of |
token0Data (EnhancedToken) | Metadata for the first token in the pair. |
token1 (String!) | The contract address of |
token1Data (EnhancedToken) | Metadata for the second token in the pair. |
PairFilterConnection
PairFilterConnectionResponse returned by filterPairs.
Fields for PairFilterConnection
PairFilterConnectionPairFilterResult
PairFilterResultA pair matching a set of filter parameters.
Fields for PairFilterResult
PairFilterResultName | Description |
|---|---|
buyCount1 (Int) | The number of buys in the past hour. |
buyCount4 (Int) | The number of buys in the past 4 hours. |
buyCount12 (Int) | The number of buys in the past 12 hours. |
buyCount24 (Int) | The number of buys in the past 24 hours. |
buyVolumeUSD1 (String) | The buy volume in USD in the past hour. |
buyVolumeUSD4 (String) | The buy volume in USD in the past 4 hours. |
buyVolumeUSD12 (String) | The buy volume in USD in the past 12 hours. |
buyVolumeUSD24 (String) | The buy volume in USD in the past 24 hours. |
createdAt (Int) | The unix timestamp for the creation of the pair. |
exchange (FilterExchange) | Exchange metadata for the pair. |
highPrice1 (String) | The highest price in USD in the past hour. |
highPrice4 (String) | The highest price in USD in the past 4 hours. |
highPrice12 (String) | The highest price in USD in the past 12 hours. |
highPrice24 (String) | The highest price in USD in the past 24 hours. |
lastTransaction (Int) | The unix timestamp for the last transaction to happen on the pair. |
liquidity (String) | Amount of liquidity in the pair. |
liquidityToken (String) | The token with higher liquidity in the pair. Can be |
lockedLiquidityPercentage (Float!) | The locked liquidity percentage. |
lowPrice1 (String) | The lowest price in USD in the past hour. |
lowPrice4 (String) | The lowest price in USD in the past 4 hours. |
lowPrice12 (String) | The lowest price in USD in the past 12 hours. |
lowPrice24 (String) | The lowest price in USD in the past 24 hours. |
marketCap (String) | The fully diluted market cap. |
pair (Pair) | Metadata for the pair. |
price (String) | The token price in USD. |
priceChange1 (String) | The percent price change in the past hour. Decimal format. |
priceChange4 (String) | The percent price change in the past 4 hours. Decimal format. |
priceChange12 (String) | The percent price change in the past 12 hours. Decimal format. |
priceChange24 (String) | The percent price change in the past 24 hours. Decimal format. |
priceScale (String) | 10^n, where n is the number of decimal places the price has. Max 16. Used for TradingView settings. |
quoteToken (String) | The token of interest. Can be |
sellCount1 (Int) | The number of sells in the past hour. |
sellCount4 (Int) | The number of sells in the past 4 hours. |
sellCount12 (Int) | The number of sells in the past 12 hours. |
sellCount24 (Int) | The number of sells in the past 24 hours. |
sellVolumeUSD1 (String) | The sell volume in USD in the past hour. |
sellVolumeUSD4 (String) | The sell volume in USD in the past 4 hours. |
sellVolumeUSD12 (String) | The sell volume in USD in the past 12 hours. |
sellVolumeUSD24 (String) | The sell volume in USD in the past 24 hours. |
swapPct1dOldWallet (String) | The percentage of wallets that are less than 1d old that have traded in the last 24h |
swapPct7dOldWallet (String) | The percentage of wallets that are less than 7d old that have traded in the last 24h |
token0 (EnhancedToken) | Metadata for the first token in the pair. |
token1 (EnhancedToken) | Metadata for the second token in the pair. |
txnCount1 (Int) | The number of transactions in the past hour. |
txnCount4 (Int) | The number of transactions in the past 4 hours. |
txnCount12 (Int) | The number of transactions in the past 12 hours. |
txnCount24 (Int) | The number of transactions in the past 24 hours. |
uniqueBuys1 (Int) | The unique number of buys in the past hour. |
uniqueBuys4 (Int) | The unique number of buys in the past 4 hours. |
uniqueBuys12 (Int) | The unique number of buys in the past 12 hours. |
uniqueBuys24 (Int) | The unique number of buys in the past 24 hours. |
uniqueSells1 (Int) | The unique number of sells in the past hour. |
uniqueSells4 (Int) | The unique number of sells in the past 4 hours. |
uniqueSells12 (Int) | The unique number of sells in the past 12 hours. |
uniqueSells24 (Int) | The unique number of sells in the past 24 hours. |
uniqueTransactions1 (Int) | The unique number of transactions in the past hour. |
uniqueTransactions4 (Int) | The unique number of transactions in the past 4 hours. |
uniqueTransactions12 (Int) | The unique number of transactions in the past 12 hours. |
uniqueTransactions24 (Int) | The unique number of transactions in the past 24 hours. |
volumeChange1 (String) | The percent volume change in the past hour. Decimal format. |
volumeChange4 (String) | The percent volume change in the past 4 hours. Decimal format. |
volumeChange12 (String) | The percent volume change in the past 12 hours. Decimal format. |
volumeChange24 (String) | The percent volume change in the past 24 hours. Decimal format. |
volumeUSD1 (String) | The trade volume in USD in the past hour. |
volumeUSD4 (String) | The trade volume in USD in the past 4 hours. |
volumeUSD12 (String) | The trade volume in USD in the past 12 hours. |
volumeUSD24 (String) | The trade volume in USD in the past 24 hours. |
walletAgeAvg (String) | The average age of the wallets that traded in the last 24h |
walletAgeStd (String) | The standard deviation of age of the wallets that traded in the last 24h |
PairMetadata
PairMetadataFields for PairMetadata
PairMetadataName | Description |
|---|---|
createdAt (Int) | The unix timestamp for the creation of the pair. |
enhancedToken0 (EnhancedToken) | Token metadata for the first token in the pair. |
enhancedToken1 (EnhancedToken) | Token metadata for the second token in the pair. |
exchangeId (String) | The exchange contract ID. |
fee (Int) | The exchange fee for swaps. |
highPrice1 (String) | The highest price in USD in the past hour. |
highPrice1w (String) | The highest price in USD in the past week. |
highPrice4 (String) | The highest price in USD in the past 4 hours. |
highPrice5m (String) | The highest price in USD in the past 5 minutes. |
highPrice12 (String) | The highest price in USD in the past 12 hours. |
highPrice24 (String) | The highest price in USD in the past 24 hours. |
id (String!) | The ID for the pair ( |
liquidity (String!) | The total liquidity in the pair. |
liquidityToken (String) | The token with higher liquidity within the pair. Can be |
lowPrice1 (String) | The lowest price in USD in the past hour. |
lowPrice1w (String) | The lowest price in USD in the past week. |
lowPrice4 (String) | The lowest price in USD in the past 4 hours. |
lowPrice5m (String) | The lowest price in USD in the past 5 minutes. |
lowPrice12 (String) | The lowest price in USD in the past 12 hours. |
lowPrice24 (String) | The lowest price in USD in the past 24 hours. |
networkId (Int) | The network ID the pair is deployed on. |
nonLiquidityToken (String) | The token with lower liquidity within the pair. Can be |
pairAddress (String!) | The contract address of the pair. |
price (String!) | The quote token price in USD. |
priceChange1 (Float) | The percent price change in the past hour. Decimal format. |
priceChange1w (Float) | The percent price change in the past week. Decimal format. |
priceChange4 (Float) | The percent price change in the past 4 hours. Decimal format. |
priceChange5m (Float) | The percent price change in the past 5 minutes. Decimal format. |
priceChange12 (Float) | The percent price change in the past 12 hours. Decimal format. |
priceChange24 (Float) | The percent price change in the past 24 hours. Decimal format. |
quoteToken (QuoteToken) | The token of interest within the pair. Can be |
statsType (TokenPairStatisticsType!) | The type of statistics returned. Can be |
tickSpacing (Int) | The amount of required tick separation. Only applicable for pairs on UniswapV3. |
token0 (PairMetadataToken!) | Pair metadata for the first token in the pair. |
token1 (PairMetadataToken!) | Pair metadata for the second token in the pair. |
volume1 (String) | The trade volume in USD in the past hour. |
volume1w (String) | The trade trade volume in USD in the past week. |
volume4 (String) | The trade volume in USD in the past 4 hours. |
volume5m (String) | The trade volume in USD in the past 5 minutes. |
volume12 (String) | The trade volume in USD in the past 12 hours. |
volume24 (String) | The trade volume in USD in the past 24 hours. |
PairMetadataToken
PairMetadataTokenFields for PairMetadataToken
PairMetadataTokenParallelAssetFilterConnection
ParallelAssetFilterConnectionResponse returned by filterNftParallelAssets.
Fields for ParallelAssetFilterConnection
ParallelAssetFilterConnectionParallelAssetFilterResult
ParallelAssetFilterResultA Parallel asset matching a set of filter parameters.
Fields for ParallelAssetFilterResult
ParallelAssetFilterResultName | Description |
|---|---|
address (String!) | The contract address of the NFT collection. |
description (String) | The description of the NFT asset. |
gameData (ParallelAssetGameData) | The game data for the NFT asset. |
id (String!) | The ID of the NFT asset ( |
lastPriceNetworkBaseToken (String) | The last sale price in the network's base token. |
lastPriceUsd (String) | The last sale price in USD. |
media (NftAssetMedia) | The NFT asset media. |
metadata (ParallelAssetMetadata) | Metadata for the NFT asset. |
name (String) | The name of the NFT asset. |
networkId (Int!) | The network ID the NFT collection is deployed on. |
originalImage (String) | The source image URI linked by smart contract metadata. |
parallelId (Int!) | The internal Parallel ID of the NFT asset. |
timestamp (Int) | The unix timestamp for the last trade. |
tokenId (String!) | The token ID of the NFT asset. |
uri (String) | The URI provided by the smart contract. Typically JSON that contains metadata. |
ParallelAssetGameData
ParallelAssetGameDataGame data for a Parallel asset.
Fields for ParallelAssetGameData
ParallelAssetGameDataName | Description |
|---|---|
attack (String) | The damage dealt when engaged in combat. |
cardType (String) | The card type. Can be |
cost (String) | The energy used to play in-game. |
functionText (String) | The description of the card's in-game abilities. |
health (String) | The possible damage received before being destroyed. |
parallel (String) | The Parallel the asset belongs to. |
passiveAbility (String) | The description of the card's passive ability. |
rarity (String) | The rarity of the asset. Can be |
subtype (String) | The card subtype. Can be |
ParallelAssetMetadata
ParallelAssetMetadataFields for ParallelAssetMetadata
ParallelAssetMetadataName | Description |
|---|---|
artist (String) | The artist name. |
class (String) | The card class. Can be |
expansion (String) | The expansion used for naming base and expansion sets. |
flavourText (String) | The asset description, sourced off-chain. Usually equal to the asset's on-chain |
parallelId (String) | The ID used to match other cards with the same name but different class. |
paraset (String) | The paraset the asset belongs to. |
supply (String) | The total supply of this individual asset. |
ParallelCardChange
ParallelCardChangeTracked changes made to a Parallel card.
Fields for ParallelCardChange
ParallelCardChangeName | Description |
|---|---|
diff (ParallelCardChangeDiff!) | The Parallel card metadata before and after the card change. |
timestamp (Int!) | The unix timestamp for the card change. |
tokenId (String!) | The token ID of the Parallel asset. |
ParallelCardChangeDiff
ParallelCardChangeDiffParallel card metadata before and after a card change.
Fields for ParallelCardChangeDiff
ParallelCardChangeDiffName | Description |
|---|---|
new (ParallelCardChangeFields!) | Metadata for a Parallel card after the card change. |
old (ParallelCardChangeFields!) | Metadata for a Parallel card before the card change. |
ParallelCardChangeFields
ParallelCardChangeFieldsMetadata for a Parallel card.
Fields for ParallelCardChangeFields
ParallelCardChangeFieldsName | Description |
|---|---|
artist (String) | The artist name. |
attack (String) | The damage dealt when engaged in combat. |
cardType (String) | The card type. Can be |
class (String) | The card class. Can be |
cost (String) | The energy used to play in-game. |
expansion (String) | The expansion used for naming base and expansion sets. |
flavourText (String) | The asset description, sourced off-chain. Usually equal to the asset's on-chain |
functionText (String) | The description of the card's in-game abilities. |
health (String) | The possible damage received before being destroyed. |
parallel (String) | The Parallel the asset belongs to. |
parallelId (String) | The ID used to match other cards with the same name but different class. |
paraset (String) | The paraset the asset belongs to. |
passiveAbility (String) | The description of the card's passive ability. |
rarity (String) | The rarity of the asset. Can be |
subtype (String) | The card subtype. Can be |
supply (String) | The total supply of this individual asset. |
ParallelCardChangesConnection
ParallelCardChangesConnectionResponse returned by getParallelCardChanges.
Fields for ParallelCardChangesConnection
ParallelCardChangesConnectionName | Description |
|---|---|
cursor (String) | A cursor for use in pagination. |
items ( ) | A list of tracked changes made to a Parallel card. |
PoolBalanceChangedEventData
PoolBalanceChangedEventDataEvent data for a BalancerV2 Pool Balance Changed event.
Fields for PoolBalanceChangedEventData
PoolBalanceChangedEventDataName | Description |
|---|---|
amount0 (String) | The amount of |
amount0Shifted (String) | The amount of |
amount1 (String) | The amount of |
amount1Shifted (String) | The amount of |
liquidity0 (String) | The amount of token0 now in the pool. |
liquidity1 (String) | The amount of token1 now in the pool. |
protocolFeeAmount0 (String) | The amount of token0 captured by the protocol. |
protocolFeeAmount1 (String) | The amount of token1 captured by the protocol. |
sender (String) | The address of account that added or removed liquidity. |
token0 (String) | The address of |
token1 (String) | The address of |
type (EventType!) | The type of token event, |
PooledTokenValues
PooledTokenValuesFields for PooledTokenValues
PooledTokenValuesPrice
PriceReal-time or historical prices for a token.
Fields for Price
PriceName | Description |
|---|---|
address (String!) | The contract address of the token. |
confidence (Float) | Ratio of how confident we are in the price |
networkId (Int!) | The network ID the token is deployed on. |
poolAddress (String!) | The pool that emitted the swap generating this price |
priceUsd (Float!) | The token price in USD. |
timestamp (Int) | The unix timestamp for the price. |
PriceEventWebhookCondition
PriceEventWebhookConditionWebhook conditions for a price event.
Fields for PriceEventWebhookCondition
PriceEventWebhookConditionName | Description |
|---|---|
networkId (IntEqualsCondition!) | The network ID the webhook is listening on. |
pairAddress (StringEqualsCondition) | The pair contract address the webhook is listening for. |
priceUsd (ComparisonOperator!) | The price condition that must be met in order for the webhook to send. |
tokenAddress (StringEqualsCondition!) | The token contract address the webhook is listening for. |
PrimeHolders
PrimeHoldersResponse returned by primeHolders.
Fields for PrimeHolders
PrimeHoldersPrimePool
PrimePoolAn Echelon Prime Pool.
Fields for PrimePool
PrimePoolName | Description |
|---|---|
calcData (PrimePoolCalcData) | Values calculated by Defined using on-chain data. |
chainData (PrimePoolChainData) | Values obtained directly from the chain. |
createdAt (Int) | When the pool was created by Defined. |
discoveryBlockNumber (Int) | The block number for when Defined discovered this pool. |
discoveryTransactionHash (String) | The transaction hash of when Defined discovered this pool. |
id (String) | The ID of the contract-level Prime Pool (poolContractAddress:networkId). For example, |
networkId (Int) | The network ID the Prime Pool is deployed on. |
nftContractAddress (String) | The contract address for the tokens cached ib the pool. |
poolContractAddress (String) | The contract address for the Prime Pool. |
poolId (String) | The ID of the pool within the contract. |
poolType (String) | The type of pool for this Prime Pool. |
tokenIds ( [String] ) | The Parallel tokenIds required to cache in the pool. |
totalSupply (String) | The # of cached sets in the pool. |
PrimePoolAsset
PrimePoolAssetA cached Prime pool asset.
Fields for PrimePoolAsset
PrimePoolAssetName | Description |
|---|---|
amount (String!) | The number of cached Prime pool assets of this type by this owner. |
ethRewardDebt (String) | The amount of ETH the user is not eligible for either from having already harvesting or from not caching in the past. |
from (String!) | The owner wallet address of the cached Prime pool asset. |
fromHashKey (String!) | The owner wallet address of the cached Prime pool asset, and network ID (from:networkId). |
fromSortKey (String!) | The Prime pool ID and Prime pool contract address (poolId:poolContractAddress). |
id (String!) | The Prime pool asset ID (poolContractAddress:poolId:networkId) |
networkId (Int!) | The network ID of the cached Prime pool asset. |
poolContractAddress (String!) | THe contract address of the Prime pool. |
poolId (String!) | The Prime pool ID. |
primeRewardDebt (String) | The amount of PRIME the user is not eligible for either from having already harvesting or from not caching in the past. |
sortKey (String!) | The owner wallet address of the cached Prime pool asset. |
PrimePoolAssetConnection
PrimePoolAssetConnectionResponse returned by getPrimePoolAssets.
Fields for PrimePoolAssetConnection
PrimePoolAssetConnectionName | Description |
|---|---|
cursor (String) | The cursor to use for pagination. |
items ( ) | The list of cached Prime pool assets returned by the query. |
PrimePoolCacheData
PrimePoolCacheDataEvent-specific data for a Prime pool Cache transaction.
Fields for PrimePoolCacheData
PrimePoolCacheDataName | Description |
|---|---|
eventAmount (String!) | The amount of Prime pool asset(s) cached. |
totalSupply (String!) | The total supply of assets cached in this Prime pool, including the amount cached in this transaction. |
type (PrimePoolEventType!) | The Prime pool event type. |
user (String!) | The owner wallet address of the cached Prime pool asset(s). |
userCachedAmount (String!) | The total number of Prime pool asset(s) cached in this pool by this owner. |
userEthRewardDebt (String!) | The amount of ETH the user is not eligible for either from having already harvesting or from not caching in the past. |
userPrimeRewardDebt (String!) | The amount of PRIME the user is not eligible for either from having already harvesting or from not caching in the past. |
PrimePoolCachingPausedData
PrimePoolCachingPausedDataEvent-specific data for a Prime pool CachingPaused transaction.
Fields for PrimePoolCachingPausedData
PrimePoolCachingPausedDataName | Description |
|---|---|
cachingPaused (Boolean!) | The state of caching paused set on the pool. |
type (PrimePoolEventType!) | The Prime pool event type. |
PrimePoolCalcData
PrimePoolCalcDataFields for PrimePoolCalcData
PrimePoolCalcDataName | Description |
|---|---|
poolAccumulatedEth (String) | The amount of accumulated ETH rewards in total for the pool. |
poolAccumulatedPrime (String) | The amount of accumulated PRIME rewards in total for the pool. |
poolEthAmount (String) | The amount of ETH for the pool to pay out as caching rewards. |
poolEthPerDay (String) | The amount of ETH paid out daily by the pool as caching rewards. |
poolEthPerSecond (String) | The amount of ETH paid out per second by the pool as caching rewards. |
poolPrimeAmount (String) | The amount of PRIME for the pool to pay out as caching rewards. |
poolPrimePerDay (String) | The amount of PRIME paid out daily by the pool as caching rewards. |
poolPrimePerSecond (String) | The amount of PRIME paid out per second by the pool as caching rewards. |
shareAccumulatedEth (String) | The amount of accumulated ETH rewards per share for the pool. |
shareAccumulatedPrime (String) | The amount of accumulated PRIME rewards per share for the pool. |
shareEthPerDay (String) | The amount of ETH paid out daily by the pool, per share of the pool's total cached supply. |
shareEthPerSecond (String) | The amount of ETH paid out per second by the pool, per share of the pool's total cached supply. |
sharePrimePerDay (String) | The amount of PRIME paid out daily by the pool, per share of the pool's total cached supply. |
sharePrimePerSecond (String) | The amount of PRIME paid out per second by the pool, per share of the pool's total cached supply. |
PrimePoolChainData
PrimePoolChainDataValues obtained directly from the chain.
Fields for PrimePoolChainData
PrimePoolChainDataName | Description |
|---|---|
cachingPaused (Boolean) | Whether caching is paused for this pool. |
ethAllocPoint (String) | The pool's allocation of the contract's per-second ETH rewards. |
ethClaimed (String) | How much ETH has been claimed for this pool. |
ethEndTimestamp (Int) | Caching ETH rewards period end timestamp. |
ethLastRewardTimestamp (Int) | Last timestamp at which ETH rewards were assigned. |
ethReward (String) | How much ETH reward has been accrued for this pool. |
ethStartTimestamp (Int) | Caching ETH rewards period start timestamp. |
ethTimedCachePeriod (String) | Minimum number of timed cache seconds per ETH. |
ethTotalAllocPoint (String) | Total share points of the contract's per-second ETH rewards to the pool. |
primeAllocPoint (String) | The pool's allocation of the contract's per second PRIME rewards. |
primeEndTimestamp (Int) | Caching rewards period end timestamp. |
primeLastRewardTimestamp (Int) | Last timestamp at which PRIME rewards were assigned. |
primeStartTimestamp (String) | Caching rewards period start timestamp. |
primeTotalAllocPoint (String) | Total share points of the contract's per second PRIME rewards to the pool. |
PrimePoolClaimEthData
PrimePoolClaimEthDataEvent-specific data for a Prime pool ClaimEth transaction.
Fields for PrimePoolClaimEthData
PrimePoolClaimEthDataName | Description |
|---|---|
currency (PrimePoolCurrency!) | The currency type of the event. |
ethClaimed (String) | The total amount of ETH claimed for a pool. |
eventAmount (String!) | The amount of ETH claimed. |
type (PrimePoolEventType!) | The Prime pool event type. |
user (String!) | The wallet address claiming ETH rewards. |
userEthRewardDebt (String!) | The amount of ETH the user is not eligible for either from having already harvesting or from not caching in the past. |
PrimePoolClaimPrimeData
PrimePoolClaimPrimeDataEvent-specific data for a Prime pool ClaimPrime transaction.
Fields for PrimePoolClaimPrimeData
PrimePoolClaimPrimeDataName | Description |
|---|---|
currency (PrimePoolCurrency!) | The currency type of the event. |
eventAmount (String!) | The amount of PRIME claimed. |
type (PrimePoolEventType!) | The Prime pool event type. |
user (String!) | The wallet address claiming PRIME rewards. |
userPrimeRewardDebt (String!) | The total amount of PRIME claimed for a pool. |
PrimePoolConnection
PrimePoolConnectionResponse returned by getPrimePools.
Fields for PrimePoolConnection
PrimePoolConnectionPrimePoolEmergencyWithdrawData
PrimePoolEmergencyWithdrawDataEvent-specific data for a Prime pool EmergencyWithdraw transaction.
Fields for PrimePoolEmergencyWithdrawData
PrimePoolEmergencyWithdrawDataName | Description |
|---|---|
eventAmount (String!) | The amount of Prime pool asset(s) emergency withdrawn. |
totalSupply (String!) | The total supply of assets cached in this Prime pool. |
type (PrimePoolEventType!) | The Prime pool event type. |
user (String!) | The wallet address emergency withdrawing from the pool. |
userCachedAmount (String!) | The updated total number of Prime pool asset(s) cached in this pool by this owner. |
userEthRewardDebt (String!) | The amount of ETH the user is not eligible for either from having already harvesting or from not caching in the past. |
userPrimeRewardDebt (String!) | The amount of PRIME the user is not eligible for either from having already harvesting or from not caching in the past. |
PrimePoolEndTimestampUpdatedEthData
PrimePoolEndTimestampUpdatedEthDataEvent-specific data for a Prime pool EndTimestampUpdatedEth transaction.
Fields for PrimePoolEndTimestampUpdatedEthData
PrimePoolEndTimestampUpdatedEthDataName | Description |
|---|---|
currency (PrimePoolCurrency!) | The currency type of the event. |
ethEndTimestamp (Int!) | The updated ETH reward end timestamp for the pool. |
ethPerSecond (String!) | The updated reward per second for the pool. |
ethStartTimestamp (Int!) | The updated ETH reward start timestamp for the pool. |
type (PrimePoolEventType!) | The Prime pool event type. |
PrimePoolEndTimestampUpdatedPrimeData
PrimePoolEndTimestampUpdatedPrimeDataEvent-specific data for a Prime pool EndTimestampUpdatedPrime transaction.
Fields for PrimePoolEndTimestampUpdatedPrimeData
PrimePoolEndTimestampUpdatedPrimeDataName | Description |
|---|---|
currency (PrimePoolCurrency!) | The currency type of the event. |
primeEndTimestamp (Int!) | The updated PRIME reward end timestamp for the pool. |
primePerSecond (String!) | The updated reward per second for the pool. |
primeStartTimestamp (Int!) | The updated PRIME reward start timestamp for the pool. |
type (PrimePoolEventType!) | The Prime pool event type. |
PrimePoolEthRewardsAddedData
PrimePoolEthRewardsAddedDataEvent-specific data for a Prime pool LogUpdatePool transaction.
Fields for PrimePoolEthRewardsAddedData
PrimePoolEthRewardsAddedDataName | Description |
|---|---|
amount (String!) | The amount of ETH rewards added to the pool. |
totalRewards (String!) | The total ETH rewards for the pool. |
type (PrimePoolEventType!) | The Prime pool event type. |
PrimePoolEthRewardsSetData
PrimePoolEthRewardsSetDataEvent-specific data for a Prime pool EthRewardsSet transaction.
Fields for PrimePoolEthRewardsSetData
PrimePoolEthRewardsSetDataName | Description |
|---|---|
amount (String!) | The amount of ETH rewards set for the pool. |
totalRewards (String!) | The total ETH rewards for the pool. |
type (PrimePoolEventType!) | The Prime pool event type. |
PrimePoolEvent
PrimePoolEventA Prime pool event.
Fields for PrimePoolEvent
PrimePoolEventName | Description |
|---|---|
blockHash (String!) | The blockHash of the Prime pool event. |
blockNumber (Int!) | The blockNumber of the Prime pool event. |
data (PrimePoolEventData!) | The event data for the Prime pool event. |
eventType (PrimePoolEventType!) | The Prime pool event type. |
from (String!) | The Prime pool event's calling address. |
fromHashKey (String!) | The Prime pool event's calling address, and network ID (from:networkId). |
id (String!) | The Prime pool event ID (poolContractAddress:poolId:networkId) |
logIndex (Int!) | The logIndex of the Prime pool event. |
networkId (Int!) | The network ID of the Prime pool event. |
poolContractAddress (String!) | The Prime pool contract address. |
poolId (String!) | The Prime pool ID. |
poolType (PrimePoolType!) | The Prime pool type. |
sortKey (String!) | The sort key of the Prime pool event (blockNumber:transactionIndex:logIndex). |
timestamp (Int!) | The timestamp of the Prime pool event. |
transactionHash (String!) | The transactionHash of the Prime pool event. |
transactionIndex (Int!) | The transactionIndex of the Prime pool event. |
PrimePoolEventConnection
PrimePoolEventConnectionResponse returned by getPrimePoolEvents.
Fields for PrimePoolEventConnection
PrimePoolEventConnectionName | Description |
|---|---|
cursor (String) | The cursor to use for pagination. |
items ( ) | The list of Prime pool events returned by the query. |
PrimePoolLogPoolAdditionData
PrimePoolLogPoolAdditionDataEvent-specific data for a Prime pool LogPoolAddition (new Prime pool) transaction.
Fields for PrimePoolLogPoolAdditionData
PrimePoolLogPoolAdditionDataName | Description |
|---|---|
tokenIds ( [String!] !) | The token ID's added to the new Prime pool. |
type (PrimePoolEventType!) | The Prime pool event type. |
PrimePoolLogPoolSetAllocPointData
PrimePoolLogPoolSetAllocPointDataEvent-specific data for a Prime pool LogPoolSetAllocPoint transaction.
Fields for PrimePoolLogPoolSetAllocPointData
PrimePoolLogPoolSetAllocPointDataName | Description |
|---|---|
allocPoint (String!) | The updated alloc point for the pool (the pool's share of the contract's total rewards). |
currency (PrimePoolCurrency!) | The currency type of the event. |
totalAllocPoint (String!) | The updated total alloc point for the pool (the sum of all pools' alloc points). |
type (PrimePoolEventType!) | The Prime pool event type. |
PrimePoolLogSetPerSecondData
PrimePoolLogSetPerSecondDataEvent-specific data for a Prime pool LogSetPerSecond transaction.
Fields for PrimePoolLogSetPerSecondData
PrimePoolLogSetPerSecondDataName | Description |
|---|---|
amount (String!) | The updated reward per second for the pool. |
currency (PrimePoolCurrency!) | The currency type of the event. |
endTimestamp (Int!) | The updated reward end timestamp for the pool. |
ethAmountPerSecond (String) | The updated ETH reward per second for the pool. |
primeAmountPerSecond (String) | The updated PRIME reward per second for the pool. |
startTimestamp (Int!) | The updated reward start timestamp for the pool. |
type (PrimePoolEventType!) | The Prime pool event type. |
PrimePoolLogUpdatePoolData
PrimePoolLogUpdatePoolDataEvent-specific data for a Prime pool LogUpdatePool transaction.
Fields for PrimePoolLogUpdatePoolData
PrimePoolLogUpdatePoolDataName | Description |
|---|---|
accPerShare (String!) | The amount of accumulated rewards per share. |
currency (PrimePoolCurrency!) | The currency type of the event. |
ethAmount (String) | The ETH amount of the pool. |
lastRewardTimestamp (Int!) | The timestamp at which rewards were last assigned. |
primeAmount (String) | The PRIME amount of the pool. |
supply (String!) | The total amount of assets cached in the pool (emitted by the event, before the transaction). |
totalSupply (String!) | The total amount of assets cached in the pool (queried from the pool after the transaction). |
type (PrimePoolEventType!) | The Prime pool event type. |
PrimePoolRewardDecreaseData
PrimePoolRewardDecreaseDataEvent-specific data for a Prime pool RewardDecrease transaction.
Fields for PrimePoolRewardDecreaseData
PrimePoolRewardDecreaseDataName | Description |
|---|---|
currency (PrimePoolCurrency!) | The currency type of the event. |
eventAmount (String!) | The amount of rewards decreased. |
type (PrimePoolEventType!) | The Prime pool event type. |
updatedAmount (String!) | The updated total rewards for the pool. |
PrimePoolRewardIncreaseData
PrimePoolRewardIncreaseDataEvent-specific data for a Prime pool RewardIncrease transaction.
Fields for PrimePoolRewardIncreaseData
PrimePoolRewardIncreaseDataName | Description |
|---|---|
currency (PrimePoolCurrency!) | The currency type of the event. |
eventAmount (String!) | The amount of rewards increased. |
type (PrimePoolEventType!) | The Prime pool event type. |
updatedAmount (String!) | The updated total rewards for the pool. |
PrimePoolTimeCachePeriodUpdateData
PrimePoolTimeCachePeriodUpdateDataEvent-specific data for a Prime pool TimeCachePeriodUpdate transaction.
Fields for PrimePoolTimeCachePeriodUpdateData
PrimePoolTimeCachePeriodUpdateDataName | Description |
|---|---|
currency (PrimePoolCurrency!) | The currency type of the event. |
timedCachePeriod (String!) | The minimum number of timed cache seconds per ETH reward. |
type (PrimePoolEventType!) | The Prime pool event type. |
PrimePoolWithdrawData
PrimePoolWithdrawDataEvent-specific data for a Prime pool Withdraw transaction.
Fields for PrimePoolWithdrawData
PrimePoolWithdrawDataName | Description |
|---|---|
eventAmount (String!) | The amount of assets withdrawn. |
totalSupply (String!) | The updated total assets for the pool after the withdrawal. |
type (PrimePoolEventType!) | The Prime pool event type. |
user (String!) | The address of the wallet who withdrew. |
userCachedAmount (String!) | The amount of cached asset the user has in the pool, following the withdrawal. |
userEthRewardDebt (String!) | The amount of ETH the user is not eligible for either from having already harvesting or from not caching in the past. |
userPrimeRewardDebt (String!) | The amount of PRIME the user is not eligible for either from having already harvesting or from not caching in the past. |
Quote
QuoteFields for Quote
QuoteQuoteExchange
QuoteExchangeFields for QuoteExchange
QuoteExchangeRawNftAssetData
RawNftAssetDataFields for RawNftAssetData
RawNftAssetDataName | Description |
|---|---|
animationUrl (String) | An optional image field that may or may not be present on the requested NFT asset smart contract. |
externalUrl (String) | An optional field that may or may not be present on the requested NFT asset smart contract. |
imageData (String) | An optional image field that may or may not be present on the requested NFT asset smart contract. |
imageUrl (String) | An optional image field that may or may not be present on the requested NFT asset smart contract. |
RawTransactionWebhookCondition
RawTransactionWebhookConditionWebhook conditions for a raw transaction.
Fields for RawTransactionWebhookCondition
RawTransactionWebhookConditionName | Description |
|---|---|
from (StringEqualsCondition) | The from address to listen for. |
ignoreNftEvents (Boolean) | Do not trigger the webhook if the raw transaction is handled by the NftEvent webhook. |
ignoreTokenPairEvents (Boolean) | Do not trigger the webhook if the raw transaction is handled by the TokenPairEvent webhook. |
input (StringContainsCondition) | Trigger the webhook if the contains or doesn't contain the specified string. |
networkId (OneOfNumberCondition) | A list of network IDs to listen on. |
The to address to listen for. | |
toOrFrom (StringEqualsCondition) | Trigger the webhook if either the to or the from address matches. |
ReferralsEventPayoutData
ReferralsEventPayoutDataFields for ReferralsEventPayoutData
ReferralsEventPayoutDataName | Description |
|---|---|
payouts ( !) |
ReferralsEventRewardData
ReferralsEventRewardDataFields for ReferralsEventRewardData
ReferralsEventRewardDataReferralsPayoutData
ReferralsPayoutDataFields for ReferralsPayoutData
ReferralsPayoutDataResolutionBarData
ResolutionBarDataPrice data for each supported resolution.
Fields for ResolutionBarData
ResolutionBarDataName | Description |
|---|---|
r1 (CurrencyBarData) | 1 minute resolution. |
r1D (CurrencyBarData) | 1 day resolution. |
r1S (CurrencyBarData) | 1 second resolution. |
r5 (CurrencyBarData) | 5 minute resolution. |
r5S (CurrencyBarData) | 5 second resolution. |
r7D (CurrencyBarData) | 1 week resolution. |
r15 (CurrencyBarData) | 15 minute resolution. |
r15S (CurrencyBarData) | 15 second resolution. |
r30 (CurrencyBarData) | 30 minute resolution. |
r30S (CurrencyBarData) | 30 second resolution. |
r60 (CurrencyBarData) | 60 minute resolution. |
r240 (CurrencyBarData) | 4 hour resolution. |
r720 (CurrencyBarData) | 12 hour resolution. |
RetrySettings
RetrySettingsConfig for retrying failed webhook messages
Fields for RetrySettings
RetrySettingsName | Description |
|---|---|
maxRetries (Int) | The maximum number of times the webhook will retry sending a message |
maxRetryDelay (Int) | The maximum time in seconds that the webhook will wait before retrying a failed message |
maxTimeElapsed (Int) | The maximum time in seconds that the webhook will retry sending a message |
minRetryDelay (Int) | The minimum time in seconds that the webhook will wait before retrying a failed message |
SandwichedLabelData
SandwichedLabelDataMetadata for a sandwich label.
Fields for SandwichedLabelData
SandwichedLabelDataSandwichLabelForEvent
SandwichLabelForEventMetadata for a sandwich label.
Fields for SandwichLabelForEvent
SandwichLabelForEventName | Description |
|---|---|
label (String!) | The label type, 'sandwiched'. |
sandwichType (SandwichLabelForEventType!) | The sandwich event label types. |
token0DrainedAmount (String!) | The amount of |
token1DrainedAmount (String!) | The amount of |
SimulateContractBalanceErrorsType
SimulateContractBalanceErrorsTypeFields for SimulateContractBalanceErrorsType
SimulateContractBalanceErrorsTypeSimulateContractBalanceType
SimulateContractBalanceTypeFields for SimulateContractBalanceType
SimulateContractBalanceTypeSimulateCreatorErrorsType
SimulateCreatorErrorsTypeFields for SimulateCreatorErrorsType
SimulateCreatorErrorsTypeSimulateCreatorType
SimulateCreatorTypeFields for SimulateCreatorType
SimulateCreatorTypeSimulateDeployErrorsType
SimulateDeployErrorsTypeFields for SimulateDeployErrorsType
SimulateDeployErrorsTypeSimulateDeployType
SimulateDeployTypeFields for SimulateDeployType
SimulateDeployTypeSimulateLiquidityErrorsType
SimulateLiquidityErrorsTypeFields for SimulateLiquidityErrorsType
SimulateLiquidityErrorsTypeSimulateLiquidityType
SimulateLiquidityTypeFields for SimulateLiquidityType
SimulateLiquidityTypeName | Description |
|---|---|
addLiquiditySuccess (Boolean) | |
liquiditySetByPreLiquidityOpenTradingCall (Boolean) | |
lpTotalSupply (String) | |
pairAddress (String) | |
postLiquidityEnableTradingCall (String) | |
postLiquidityEnableTradingSuccess (Boolean) | |
preLiquidityEnableTradingCall (String) | |
preLiquidityEnableTradingSuccess (Boolean) | |
preLiquidityEnableTradingSupportsTransfer (Boolean) |
SimulateOwnerErrorsType
SimulateOwnerErrorsTypeFields for SimulateOwnerErrorsType
SimulateOwnerErrorsTypeSimulateOwnerType
SimulateOwnerTypeFields for SimulateOwnerType
SimulateOwnerTypeSimulateSwapErrorsType
SimulateSwapErrorsTypeFields for SimulateSwapErrorsType
SimulateSwapErrorsTypeName | Description |
|---|---|
buyError (String) | |
buyErrorEnum (SimulateTokenContractBuySellErrorEnum) | |
sellError (String) | |
sellErrorEnum (SimulateTokenContractBuySellErrorEnum) |
SimulateSwapType
SimulateSwapTypeFields for SimulateSwapType
SimulateSwapTypeSimulateTokenContractErrors
SimulateTokenContractErrorsFields for SimulateTokenContractErrors
SimulateTokenContractErrorsName | Description |
|---|---|
contractBalanceErrors (SimulateContractBalanceErrorsType!) | |
creatorErrors (SimulateCreatorErrorsType!) | |
deployErrors (SimulateDeployErrorsType!) | |
liquidityErrors (SimulateLiquidityErrorsType!) | |
ownerErrors (SimulateOwnerErrorsType!) | |
simulatorError (String) | |
swapErrors (SimulateSwapErrorsType!) | |
tokenErrors (SimulateTokenErrorsType!) | |
transferErrors (SimulateTransferErrorsType!) |
SimulateTokenContractResponse
SimulateTokenContractResponseFields for SimulateTokenContractResponse
SimulateTokenContractResponseSimulateTokenContractResult
SimulateTokenContractResultFields for SimulateTokenContractResult
SimulateTokenContractResultName | Description |
|---|---|
analysisType (Int!) | |
blockNumber (String!) | |
contractBalance (SimulateContractBalanceType!) | |
contractHashKey (String!) | |
creator (SimulateCreatorType!) | |
deploy (SimulateDeployType!) | |
errors (SimulateTokenContractErrors!) | |
id (String!) | |
liquidity (SimulateLiquidityType!) | |
networkId (Int!) | |
owner (SimulateOwnerType!) | |
sortKey (String!) | |
status (SimulateTokenContractResultStatusEnum!) | |
swap (SimulateSwapType!) | |
timestamp (Int!) | |
token (SimulateTokenType!) | |
transfer (SimulateTransferType!) | |
uuid (String!) | |
uuidHashKey (String!) |
SimulateTokenErrorsType
SimulateTokenErrorsTypeFields for SimulateTokenErrorsType
SimulateTokenErrorsTypeSimulateTokenType
SimulateTokenTypeFields for SimulateTokenType
SimulateTokenTypeSimulateTransferErrorsType
SimulateTransferErrorsTypeFields for SimulateTransferErrorsType
SimulateTransferErrorsTypeSimulateTransferType
SimulateTransferTypeFields for SimulateTransferType
SimulateTransferTypeSocialLinks
SocialLinksCommunity gathered social links of tokens/NFTs.
Fields for SocialLinks
SocialLinksName | Description |
|---|---|
bitcointalk (String) | |
blog (String) | |
coingecko (String) | |
coinmarketcap (String) | |
discord (String) | |
email (String) | |
facebook (String) | |
github (String) | |
instagram (String) | |
linkedin (String) | |
reddit (String) | |
slack (String) | |
telegram (String) | |
twitch (String) | |
twitter (String) | |
website (String) | |
wechat (String) | |
whitepaper (String) | |
youtube (String) |
SparklineValue
SparklineValueFields for SparklineValue
SparklineValueStarknetNetworkConfig
StarknetNetworkConfigFields for StarknetNetworkConfig
StarknetNetworkConfigName | Description |
|---|---|
baseTokenAddress (String!) | |
baseTokenSymbol (String!) | |
color (String) | |
defaultPairAddress (String!) | |
defaultPairQuoteToken (QuoteToken!) | |
enabled (Boolean!) | |
explorer (ExplorerConfig!) | |
id (ID!) | |
mainnet (Boolean!) | |
name (String!) | |
networkIconUrl (String!) | |
networkId (Int!) | |
networkName (String!) | |
networkShortName (String!) | |
networkType (NetworkConfigType!) | |
newTokensEnabled (Boolean) | |
pricing ( [NetworkPriceConfig!] !) | |
rpcs ( [StarknetRpcConfig!] !) | |
stableCoinAddresses ( [String!] ) | |
wrappedBaseTokenSymbol (String!) |
StringContainsCondition
StringContainsConditionString contains condition.
Fields for StringContainsCondition
StringContainsConditionStringEqualsCondition
StringEqualsConditionString equals condition.
Fields for StringEqualsCondition
StringEqualsConditionName | Description |
|---|---|
eq (String!) | The string to equal. |
SuiNetworkConfig
SuiNetworkConfigFields for SuiNetworkConfig
SuiNetworkConfigName | Description |
|---|---|
baseTokenAddress (String!) | |
baseTokenSymbol (String!) | |
color (String) | |
defaultPairAddress (String!) | |
defaultPairQuoteToken (QuoteToken!) | |
enabled (Boolean!) | |
explorer (ExplorerConfig!) | |
id (ID!) | |
mainnet (Boolean!) | |
name (String!) | |
networkIconUrl (String!) | |
networkId (Int!) | |
networkName (String!) | |
networkShortName (String!) | |
networkType (NetworkConfigType!) | |
newTokensEnabled (Boolean) | |
pricing ( [NetworkPriceConfig!] !) | |
rpcs ( [SuiRpcConfig!] !) | |
stableCoinAddresses ( [String!] ) | |
wrappedBaseTokenSymbol (String!) |
SwapEventData
SwapEventDataEvent data for a token swap event.
Fields for SwapEventData
SwapEventDataName | Description |
|---|---|
amount0 (String) | The amount of |
amount0In (String) | The amount of |
amount0Out (String) | The amount of |
amount1 (String) | The amount of |
amount1In (String) | The amount of |
amount1Out (String) | The amount of |
amountNonLiquidityToken (String) | The amount of |
priceBaseToken (String) | The price per |
priceBaseTokenTotal (String) | The total amount of |
priceUsd (String) | The price per |
priceUsdTotal (String) | The total amount of |
tick (String) | The tick index that the swap occurred in. Only applicable for UniswapV3 events. |
type (EventType!) | The type of token event, |
SwapNftInPoolEventData
SwapNftInPoolEventDataEvent data for swapping an NFT into a pool.
Fields for SwapNftInPoolEventData
SwapNftInPoolEventDataName | Description |
|---|---|
amountT (String!) | The total value of all NFTs involved in the swap in the pool's liquidity token. |
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
newBuyPriceT (String!) | The updated price at which the pool is willing to buy an NFT in the pool's liquidity token. |
newDelta (String!) | The updated delta used in the bonding curve. |
newSellPriceT (String!) | The updated price at which the pool is willing to sell an NFT in the pool's liquidity token. |
newSpotPriceT (String!) | The updated spot price in the pool's liquidity token. |
nftsTransfered ( ) | Metadata for each of the NFTs involved in the swap. |
nftTokenBalance (String!) | The number of NFTs in the contract after the block has processed. |
poolFeeT (String!) | The fee for the pool in the pool's liquidity token. |
protocolFeeT (String!) | The protocol fee in the pool's liquidity token. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
tokenId (String!) | The ID of the token involved in the swap ( |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
SwapNftInPoolEventDataV2
SwapNftInPoolEventDataV2Event data for swapping an NFT into a pool.
Fields for SwapNftInPoolEventDataV2
SwapNftInPoolEventDataV2Name | Description |
|---|---|
amountT (String!) | The total value of all NFTs involved in the swap in the pool's liquidity token. |
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
newBuyPriceT (String!) | The updated price at which the pool is willing to buy an NFT in the pool's liquidity token. |
newDelta (String!) | The updated delta used in the bonding curve. |
newSellPriceT (String!) | The updated price at which the pool is willing to sell an NFT in the pool's liquidity token. |
newSpotPriceT (String!) | The updated spot price in the pool's liquidity token. |
nftAssets ( [NftAsset] ) | New Param: The list of NFT assets withdrawn. More extensive info than nftTokenIds. |
nftsTransfered ( ) | Metadata for each of the NFTs involved in the swap. |
poolFeeT (String!) | The fee for the pool in the pool's liquidity token. |
protocolFeeT (String!) | The protocol fee in the pool's liquidity token. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
tokenId (String!) | The ID of the token involved in the swap ( |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
SwapNftOutPoolEventData
SwapNftOutPoolEventDataEvent data for swapping an NFT out of a pool.
Fields for SwapNftOutPoolEventData
SwapNftOutPoolEventDataName | Description |
|---|---|
amountT (String!) | The total value of all NFTs involved in the swap in the pool's liquidity token. |
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
newBuyPriceT (String!) | The updated price at which the pool is willing to buy an NFT in the pool's liquidity token. |
newDelta (String!) | The updated delta used in the bonding curve. |
newSellPriceT (String!) | The updated price at which the pool is willing to sell an NFT in the pool's liquidity token. |
newSpotPriceT (String!) | The updated spot price in the pool's liquidity token. |
nftsTransfered ( ) | Metadata for each of the NFTs involved in the swap. |
nftTokenBalance (String!) | The number of NFTs in the contract after the block has processed. |
poolFeeT (String!) | The fee for the pool in the pool's liquidity token. |
protocolFeeT (String!) | The protocol fee in the pool's liquidity token. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
tokenId (String!) | The ID of the token involved in the swap ( |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
SwapNftOutPoolEventDataV2
SwapNftOutPoolEventDataV2Event data for swapping an NFT out of a pool.
Fields for SwapNftOutPoolEventDataV2
SwapNftOutPoolEventDataV2Name | Description |
|---|---|
amountT (String!) | The total value of all NFTs involved in the swap in the pool's liquidity token. |
nbtRatio (String!) | The ratio of the transaction token to the network's base token. |
newBuyPriceT (String!) | The updated price at which the pool is willing to buy an NFT in the pool's liquidity token. |
newDelta (String!) | The updated delta used in the bonding curve. |
newSellPriceT (String!) | The updated price at which the pool is willing to sell an NFT in the pool's liquidity token. |
newSpotPriceT (String!) | The updated spot price in the pool's liquidity token. |
nftAssets ( [NftAsset] ) | New Param: The list of NFT assets withdrawn. More extensive info than nftTokenIds. |
nftsTransfered ( ) | Metadata for each of the NFTs involved in the swap. |
poolFeeT (String!) | The fee for the pool in the pool's liquidity token. |
protocolFeeT (String!) | The protocol fee in the pool's liquidity token. |
tokenBalanceT (String!) | The amount of token in the contract after the block has processed in the pool's liquidity token. |
tokenId (String!) | The ID of the token involved in the swap ( |
type (NftPoolEventType!) | The type of NFT pool event, |
usdRatio (String!) | The ratio of the transaction token to USD. |
SymbolResponse
SymbolResponseResponse returned by getSymbol.
Fields for SymbolResponse
SymbolResponseName | Description |
|---|---|
currency_code (String!) | The currencyCode argument passed in ( |
description (String!) | The trading pair. If currencyCode is TOKEN, the base token will be used, otherwise USD. |
name (String!) | The symbols of the pair. |
original_currency_code (String!) | The base token symbol. |
pricescale (Float!) | 10^n, where n is the number of decimal places the price has. Max 16. Used for charting. |
supported_resolutions ( [String!] !) | The list of time frames supported for the symbol in other charting endpoints, eg. getBars. |
ticker (String!) | The ID of the pair ( |
TokenBurnEventData
TokenBurnEventDataToken burn event data.
Fields for TokenBurnEventData
TokenBurnEventDataTokenFilterConnection
TokenFilterConnectionResponse returned by filterTokens.
Fields for TokenFilterConnection
TokenFilterConnectionTokenFilterResult
TokenFilterResultA token matching a set of filter parameters.
Fields for TokenFilterResult
TokenFilterResultName | Description |
|---|---|
age (Int) | 🔴 DEPRECATED 🔴 |
buyCount1 (Int) | The number of buys in the past hour. |
buyCount4 (Int) | The number of buys in the past 4 hours. |
buyCount5m (Int) | The number of buys in the past 5 minutes. |
buyCount12 (Int) | The number of buys in the past 12 hours. |
buyCount24 (Int) | The number of buys in the past 24 hours. |
buyVolume1 (String) | The buy volume in USD in the past hour. |
buyVolume4 (String) | The buy volume in USD in the past 4 hours. |
buyVolume5m (String) | The buy volume in USD in the past 5 minutes. |
buyVolume12 (String) | The buy volume in USD in the past 12 hours. |
buyVolume24 (String) | The buy volume in USD in the past 24 hours. |
change1 (String) | The percent price change in the past hour. Decimal format. |
change4 (String) | The percent price change in the past 4 hours. Decimal format. |
change5m (String) | The percent price change in the past 5 minutes. Decimal format. |
change12 (String) | The percent price change in the past 12 hours. Decimal format. |
change24 (String) | The percent price change in the past 24 hours. Decimal format. |
circulatingMarketCap (String) | The circulating market cap. |
createdAt (Int) | The unix timestamp for the creation of the token's first pair. |
exchanges ( [Exchange] ) | The exchanges the token is listed on. |
fdv (String) | 🔴 DEPRECATED 🔴 |
high1 (String) | The highest price in USD in the past hour. |
high4 (String) | The highest price in USD in the past 4 hours. |
high5m (String) | The highest price in USD in the past 5 minutes. |
high12 (String) | The highest price in USD in the past 12 hours. |
high24 (String) | The highest price in USD in the past 24 hours. |
holders (Int) | The number of different wallets holding the token. |
isScam (Boolean) | Whether the token has been flagged as a scam. |
lastTransaction (Int) | The unix timestamp for the token's last transaction. |
liquidity (String) | Amount of liquidity in the token's top pair. |
low1 (String) | The lowest price in USD in the past hour. |
low4 (String) | The lowest price in USD in the past 4 hours. |
low5m (String) | The lowest price in USD in the past 5 minutes. |
low12 (String) | The lowest price in USD in the past 12 hours. |
low24 (String) | The lowest price in USD in the past 24 hours. |
marketCap (String) | The fully diluted market cap. |
pair (Pair) | Metadata for the token's top pair. |
priceUSD (String) | The token price in USD. |
quoteToken (String) | The token of interest. Can be |
sellCount1 (Int) | The number of sells in the past hour. |
sellCount4 (Int) | The number of sells in the past 4 hours. |
sellCount5m (Int) | The number of sells in the past 5 minutes. |
sellCount12 (Int) | The number of sells in the past 12 hours. |
sellCount24 (Int) | The number of sells in the past 24 hours. |
sellVolume1 (String) | The sell volume in USD in the past hour. |
sellVolume4 (String) | The sell volume in USD in the past 4 hours. |
sellVolume5m (String) | The sell volume in USD in the past 5 minutes. |
sellVolume12 (String) | The sell volume in USD in the past 12 hours. |
sellVolume24 (String) | The sell volume in USD in the past 24 hours. |
swapPct1dOldWallet (String) | The percentage of wallets that are less than 1d old that have traded in the last 24h |
swapPct7dOldWallet (String) | The percentage of wallets that are less than 7d old that have traded in the last 24h |
token (EnhancedToken) | Metadata for the token. |
txnCount1 (Int) | The number of transactions in the past hour. |
txnCount4 (Int) | The number of transactions in the past 4 hours. |
txnCount5m (Int) | The number of transactions in the past 5 minutes. |
txnCount12 (Int) | The number of transactions in the past 12 hours. |
txnCount24 (Int) | The number of transactions in the past 24 hours. |
uniqueBuys1 (Int) | The unique number of buys in the past hour. |
uniqueBuys4 (Int) | The unique number of buys in the past 4 hours. |
uniqueBuys5m (Int) | The unique number of buys in the past 5 minutes. |
uniqueBuys12 (Int) | The unique number of buys in the past 12 hours. |
uniqueBuys24 (Int) | The unique number of buys in the past 24 hours. |
uniqueSells1 (Int) | The unique number of sells in the past hour. |
uniqueSells4 (Int) | The unique number of sells in the past 4 hours. |
uniqueSells5m (Int) | The unique number of sells in the past 5 minutes. |
uniqueSells12 (Int) | The unique number of sells in the past 12 hours. |
uniqueSells24 (Int) | The unique number of sells in the past 24 hours. |
uniqueTransactions1 (Int) | The unique number of transactions in the past hour. |
uniqueTransactions4 (Int) | The unique number of transactions in the past 4 hours. |
uniqueTransactions5m (Int) | The unique number of transactions in the past 5 minutes. |
uniqueTransactions12 (Int) | The unique number of transactions in the past 12 hours. |
uniqueTransactions24 (Int) | The unique number of transactions in the past 24 hours. |
volume1 (String) | The trade volume in USD in the past hour. |
volume4 (String) | The trade volume in USD in the past 4 hours. |
volume5m (String) | The trade volume in USD in the past 5 minutes. |
volume12 (String) | The trade volume in USD in the past 12 hours. |
volume24 (String) | The trade volume in USD in the past 24 hours. |
volumeChange1 (String) | The percent volume change in the past hour. Decimal format. |
volumeChange4 (String) | The percent volume change in the past 4 hours. Decimal format. |
volumeChange5m (String) | The percent volume change in the past 5 minutes. Decimal format. |
volumeChange12 (String) | The percent volume change in the past 12 hours. Decimal format. |
volumeChange24 (String) | The percent volume change in the past 24 hours. Decimal format. |
walletAgeAvg (String) | The average age of the wallets that traded in the last 24h |
walletAgeStd (String) | The standard deviation of age of the wallets that traded in the last 24h |
TokenInfo
TokenInfoMetadata for a token.
Fields for TokenInfo
TokenInfoName | Description |
|---|---|
address (String!) | The contract address of the token. |
circulatingSupply (String) | The circulating supply of the token. |
cmcId (Int) | The token ID on CoinMarketCap. |
description (String) | A description of the token. |
id (String!) | Uniquely identifies the token. |
imageBannerUrl (String) | The token banner URL. |
imageLargeUrl (String) | The large token logo URL. |
imageSmallUrl (String) | The small token logo URL. |
imageThumbUrl (String) | The thumbnail token logo URL. |
isScam (Boolean) | Whether the token has been flagged as a scam. |
name (String) | The token name. For example, |
networkId (Int!) | The network ID the token is deployed on. |
symbol (String!) | The token symbol. For example, |
totalSupply (String) | The total supply of the token. |
TokenLifecycleEvent
TokenLifecycleEventEvents that occur during a token's lifecycle. Only Mint and Burn events right now.
Fields for TokenLifecycleEvent
TokenLifecycleEventName | Description |
|---|---|
blockHash (String!) | The hash of the block where the transaction occurred. |
blockNumber (Int!) | The block number for the transaction. |
data (TokenLifecycleEventData!) | The event data, depends on the type of event |
eventType (TokenLifecycleEventType!) | The type of event. |
id (String!) | The ID of the event ( |
logIndex (Int!) | The index of the log in the block. |
maker (String) | The wallet address that performed the transaction. |
networkId (Int!) | The network ID that the token is deployed on. |
timestamp (Int!) | The unix timestamp for when the transaction occurred. |
tokenAddress (String!) | The token's contract address. |
transactionHash (String!) | The unique hash for the transaction. |
transactionIndex (Int!) | The index of the transaction within the block. |
TokenLifecycleEventConnection
TokenLifecycleEventConnectionResponse returned by tokenLifecycleEvents.
Fields for TokenLifecycleEventConnection
TokenLifecycleEventConnectionName | Description |
|---|---|
cursor (String) | A cursor for use in pagination. |
items ( !) | A list of transactions for a token's top pair. |
TokenMintEventData
TokenMintEventDataToken mint event data.
Fields for TokenMintEventData
TokenMintEventDataTokenPairEventTypeCondition
TokenPairEventTypeConditionWebhook condition for token pair event type.
Fields for TokenPairEventTypeCondition
TokenPairEventTypeConditionName | Description |
|---|---|
oneOf ( !) | The list of token pair event types. |
TokenPairEventWebhookCondition
TokenPairEventWebhookConditionWebhook conditions for a token pair event.
Fields for TokenPairEventWebhookCondition
TokenPairEventWebhookConditionName | Description |
|---|---|
eventType (TokenPairEventTypeCondition) | The event type the webhook is listening for. |
exchangeAddress (StringEqualsCondition) | The exchange contract address the webhook is listening for. |
maker (StringEqualsCondition) | The maker wallet address the webhook is listening for. |
networkId (OneOfNumberCondition) | The list of network IDs the webhook is listening on. |
pairAddress (StringEqualsCondition) | The pair contract address the webhook is listening for. |
swapValue (ComparisonOperator) | The swap values the webhook is listening for. |
tokenAddress (StringEqualsCondition) | The token contract address the webhook is listening for. |
TokenSearchResponse
TokenSearchResponseResponse returned by searchTokens.
Fields for TokenSearchResponse
TokenSearchResponseName | Description |
|---|---|
hasMore (Int) | The number of additional high volume results found. Only used if |
hasMoreLowVolume (Int) | If |
tokens ( ) | A list of tokens. |
TokenSparkline
TokenSparklineFields for TokenSparkline
TokenSparklineName | Description |
|---|---|
attribute (SparklineAttribute) | Which attribute the sparkline is charting. Defaults to |
id (String!) | The token id |
sparkline ( !) | List of sparkline values to chart |
TokenTopTrader
TokenTopTraderA top trader for a token.
Fields for TokenTopTrader
TokenTopTraderName | Description |
|---|---|
amountBoughtUsd (String!) | The amount of tokens bought in USD. |
amountSoldUsd (String!) | The amount of tokens sold in USD. |
buys (Int!) | The number of buys. |
firstTransactionAt (Int) | The unix timestamp for the first transaction from this wallet. |
lastTransactionAt (Int!) | The unix timestamp for the last transaction from this wallet. |
networkId (Int!) | The network ID. |
realizedProfitPercentage (Float!) | The realized profit percentage. |
realizedProfitUsd (String!) | The realized profit in USD. |
sells (Int!) | The number of sells. |
singleTokenAcquisitionCostUsd (String!) | The single token acquisition cost in USD. |
tokenAddress (String!) | The token address. |
tokenAmountBought (String!) | The amount of tokens bought. |
tokenAmountSold (String!) | The amount of tokens sold. |
tokenBalance (String!) | The token balance of the trader. |
volumeUsd (String!) | The volume of tokens bought and sold in USD. |
walletAddress (String!) | The wallet address of the trader. |
TokenTopTradersConnection
TokenTopTradersConnectionA paginated list of top traders for a token.
Fields for TokenTopTradersConnection
TokenTopTradersConnectionName | Description |
|---|---|
items ( !) | The list of top traders. |
networkId (Int!) | The network ID. |
offset (Int) | The offset of the first trader in the connection. |
tokenAddress (String!) | The token address. |
tradingPeriod (TradingPeriod!) | The trading period. |
TokenWalletFilterConnection
TokenWalletFilterConnectionFields for TokenWalletFilterConnection
TokenWalletFilterConnectionTokenWalletFilterResult
TokenWalletFilterResultThe result for filtering wallets for a token.
Fields for TokenWalletFilterResult
TokenWalletFilterResultName | Description |
|---|---|
address (String!) | The wallet address |
amountBoughtUsd1d (String!) | Amount bought in USD in the past day |
amountBoughtUsd1w (String!) | Amount bought in USD in the past week |
amountBoughtUsd1y (String!) | Amount bought in USD in the past year |
amountBoughtUsd30d (String!) | Amount bought in USD in the past 30 days |
amountSoldUsd1d (String!) | Amount sold in USD in the past day |
amountSoldUsd1w (String!) | Amount sold in USD in the past week |
amountSoldUsd1y (String!) | Amount sold in USD in the past year |
amountSoldUsd30d (String!) | Amount sold in USD in the past 30 days |
amountSoldUsdAll1d (String!) | Amount sold USD all in the past day |
amountSoldUsdAll1w (String!) | Amount sold USD all in the past week |
amountSoldUsdAll1y (String!) | Amount sold USD all in the past year |
amountSoldUsdAll30d (String!) | Amount sold USD all in the past 30 days |
botScore (Int) | The bot score for the wallet. |
buys1d (Int!) | Number of buys in the past day |
buys1w (Int!) | Number of buys in the past week |
buys1y (Int!) | Number of buys in the past year |
buys30d (Int!) | Number of buys in the past 30 days |
firstTransactionAt (Int) | The unix timestamp for the first transaction from this wallet |
labels ( [String!] !) | The labels associated with the wallet |
lastTransactionAt (Int!) | The unix timestamp for the last transaction from this wallet |
networkId (Int!) | The network ID |
purchasedTokenBalance (String!) | The purchased token balance |
realizedProfitPercentage1d (Float!) | Realized profit percentage in the past day |
realizedProfitPercentage1w (Float!) | Realized profit percentage in the past week |
realizedProfitPercentage1y (Float!) | Realized profit percentage in the past year |
realizedProfitPercentage30d (Float!) | Realized profit percentage in the past 30 days |
realizedProfitUsd1d (String!) | Realized profit in USD in the past day |
realizedProfitUsd1w (String!) | Realized profit in USD in the past week |
realizedProfitUsd1y (String!) | Realized profit in USD in the past year |
realizedProfitUsd30d (String!) | Realized profit in USD in the past 30 days |
scammerScore (Int) | The scammer score for the wallet. |
sells1d (Int!) | Number of sells in the past day |
sells1w (Int!) | Number of sells in the past week |
sells1y (Int!) | Number of sells in the past year |
sells30d (Int!) | Number of sells in the past 30 days |
sellsAll1d (Int!) | Number of sells all in the past day |
sellsAll1w (Int!) | Number of sells all in the past week |
sellsAll1y (Int!) | Number of sells all in the past year |
sellsAll30d (Int!) | Number of sells all in the past 30 days |
token (EnhancedToken!) | The token metadata |
tokenAcquisitionCostUsd (String!) | The token acquisition cost in USD |
tokenAddress (String!) | The token address |
tokenAmountBought1d (String!) | Token amount bought in the past day |
tokenAmountBought1w (String!) | Token amount bought in the past week |
tokenAmountBought1y (String!) | Token amount bought in the past year |
tokenAmountBought30d (String!) | Token amount bought in the past 30 days |
tokenAmountSold1d (String!) | Token amount sold in the past day |
tokenAmountSold1w (String!) | Token amount sold in the past week |
tokenAmountSold1y (String!) | Token amount sold in the past year |
tokenAmountSold30d (String!) | Token amount sold in the past 30 days |
tokenAmountSoldAll1d (String!) | Token amount sold all in the past day |
tokenAmountSoldAll1w (String!) | Token amount sold all in the past week |
tokenAmountSoldAll1y (String!) | Token amount sold all in the past year |
tokenAmountSoldAll30d (String!) | Token amount sold all in the past 30 days |
tokenBalance (String!) | The current token balance |
TokenWithMetadata
TokenWithMetadataA token with metadata.
Fields for TokenWithMetadata
TokenWithMetadataName | Description |
|---|---|
address (String!) | The contract address of the token. |
createdAt (Int) | The unix timestamp for the creation of the token's first pair. |
decimals (Int) | The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals). |
exchanges ( [Exchange!] !) | The exchanges the token is listed on. |
id (String!) | The ID of the token ( |
imageBannerUrl (String) | The token banner URL. |
imageLargeUrl (String) | The token logo URL. |
imageSmallUrl (String) | The token logo URL. |
imageThumbUrl (String) | The token logo URL. |
isScam (Boolean) | Whether the token has been flagged as a scam. |
lastTransaction (Int) | The unix timestamp for the token's last transaction. |
liquidity (String!) | The total liquidity of the token's top pair in USD. |
marketCap (String) | The market cap of circulating supply. |
name (String!) | The name of the token. |
networkId (Int!) | The network ID the token is deployed on. |
price (Float!) | The token price in USD. |
priceChange (Float!) | The percent price change for the time frame requested. Decimal format. |
priceChange1 (Float) | The percent price change in the past hour. Decimal format. |
priceChange4 (Float) | The percent price change in the past 4 hours. Decimal format. |
priceChange12 (Float) | The percent price change in the past 12 hours. Decimal format. |
priceChange24 (Float) | The percent price change in the past 24 hours. Decimal format. |
quoteToken (QuoteToken) | The token of interest. Can be |
resolution (String!) | The time frame for the results. |
symbol (String!) | The symbol for the token. |
topPairId (String!) | The ID of the token's top pair ( |
txnCount1 (Int) | The number of transactions in the past hour. |
txnCount4 (Int) | The number of transactions in the past 4 hours. |
txnCount12 (Int) | The number of transactions in the past 12 hours. |
txnCount24 (Int) | The number of transactions in the past 24 hours. |
uniqueBuys1 (Int) | The unique number of buys in the past hour. |
uniqueBuys4 (Int) | The unique number of buys in the past 4 hours. |
uniqueBuys12 (Int) | The unique number of buys in the past 12 hours. |
uniqueBuys24 (Int) | The unique number of buys in the past 24 hours. |
uniqueSells1 (Int) | The unique number of sells in the past hour. |
uniqueSells4 (Int) | The unique number of sells in the past 4 hours. |
uniqueSells12 (Int) | The unique number of sells in the past 12 hours. |
uniqueSells24 (Int) | The unique number of sells in the past 24 hours. |
volume (String!) | The volume over the time frame requested in USD. |
UnconfirmedEvent
UnconfirmedEventAn unconfirmed token transaction.
Fields for UnconfirmedEvent
UnconfirmedEventName | Description |
|---|---|
address (String!) | The contract address of the token's top pair. |
blockHash (String!) | The hash of the block where the transaction occurred. |
blockNumber (Int!) | The block number for the transaction. |
data (UnconfirmedEventData) | The event-specific data for the transaction. |
eventDisplayType (EventDisplayType) | A more specific breakdown of |
eventType (EventType!) | The type of transaction event. Can be |
id (String!) | The ID of the event ( |
logIndex (Int!) | The index of the log in the block. |
maker (String) | The wallet address that performed the transaction. |
networkId (Int!) | The network ID that the token is deployed on. |
quoteToken (QuoteToken) | The token of interest within the token's top pair. Can be |
supplementalIndex (Int) | A optional unique identifier of where the event is within the transaction. |
timestamp (Int!) | The unix timestamp for when the transaction occurred. |
transactionHash (String!) | The unique hash for the transaction. |
transactionIndex (Int!) | The index of the transaction within the block. |
UnconfirmedIndividualBarData
UnconfirmedIndividualBarDataUnconfirmed bar chart data.
Fields for UnconfirmedIndividualBarData
UnconfirmedIndividualBarDataUnconfirmedLiquidityChangeEventData
UnconfirmedLiquidityChangeEventDataFields for UnconfirmedLiquidityChangeEventData
UnconfirmedLiquidityChangeEventDataName | Description |
|---|---|
amount0 (String) | The amount of |
amount0Shifted (String) | The amount of |
amount1 (String) | The amount of |
amount1Shifted (String) | The amount of |
type (EventType!) | The type of token event, |
UnconfirmedResolutionBarData
UnconfirmedResolutionBarDataUnconfirmed price data for each supported resolution.
Fields for UnconfirmedResolutionBarData
UnconfirmedResolutionBarDataName | Description |
|---|---|
1 minute resolution. | |
1 second resolution. | |
5 minute resolution. | |
5 second resolution. | |
15 minute resolution. | |
r15S (UnconfirmedIndividualBarData) | 15 second resolution. |
UnconfirmedSwapEventData
UnconfirmedSwapEventDataFields for UnconfirmedSwapEventData
UnconfirmedSwapEventDataName | Description |
|---|---|
amountBaseToken (String) | The amount of |
amountNonLiquidityToken (String) | The amount of |
priceBaseToken (String) | The price per |
priceBaseTokenTotal (String) | The total amount of |
priceUsd (String) | The price per |
priceUsdTotal (String) | The total amount of |
type (EventType!) | The type of token event, |
WalletChartData
WalletChartDataThe data for a chart of a wallet's activity.
Fields for WalletChartData
WalletChartDataWalletChartRange
WalletChartRangeThe range of time for a chart.
Fields for WalletChartRange
WalletChartRangeWalletChartResponse
WalletChartResponseThe response for a chart of a wallet's activity.
Fields for WalletChartResponse
WalletChartResponseName | Description |
|---|---|
data ( !) | The data for the chart |
networkId (Int) | The network ID |
range (WalletChartRange!) | The range of time for the chart |
resolution (String!) | The resolution of the chart |
walletAddress (String!) | The wallet address |
WalletFilterConnection
WalletFilterConnectionFields for WalletFilterConnection
WalletFilterConnectionWalletFilterResult
WalletFilterResultFields for WalletFilterResult
WalletFilterResultName | Description |
|---|---|
address (String!) | The wallet address |
averageProfitUsdPerTrade1d (String!) | Average profit in USD per trade in the past day |
averageProfitUsdPerTrade1w (String!) | Average profit in USD per trade in the past week |
averageProfitUsdPerTrade1y (String!) | Average profit in USD per trade in the past year |
averageProfitUsdPerTrade30d (String!) | Average profit in USD per trade in the past 30 days |
averageSwapAmountUsd1d (String!) | Average swap amount in USD in the past day |
averageSwapAmountUsd1w (String!) | Average swap amount in USD in the past week |
averageSwapAmountUsd1y (String!) | Average swap amount in USD in the past year |
averageSwapAmountUsd30d (String!) | Average swap amount in USD in the past 30 days |
botScore (Int) | The bot score for the wallet. |
firstTransactionAt (Int) | The unix timestamp for the first transaction from this wallet |
labels ( [String!] !) | The labels associated with the wallet |
lastTransactionAt (Int!) | The unix timestamp for the last transaction from this wallet |
nativeTokenBalance (String) | The native token balance of the wallet (only present if filtered by network) |
networkId (Int) | The network ID of the wallet (only present if filtered by network) |
realizedProfitPercentage1d (Float!) | Realized profit percentage in the past day |
realizedProfitPercentage1w (Float!) | Realized profit percentage in the past week |
realizedProfitPercentage1y (Float!) | Realized profit percentage in the past year |
realizedProfitPercentage30d (Float!) | Realized profit percentage in the past 30 days |
realizedProfitUsd1d (String!) | Realized profit in USD in the past day |
realizedProfitUsd1w (String!) | Realized profit in USD in the past week |
realizedProfitUsd1y (String!) | Realized profit in USD in the past year |
realizedProfitUsd30d (String!) | Realized profit in USD in the past 30 days |
scammerScore (Int) | The scammer score for the wallet. |
swaps1d (Int!) | Number of swaps in the past day |
swaps1w (Int!) | Number of swaps in the past week |
swaps1y (Int!) | Number of swaps in the past year |
swaps30d (Int!) | Number of swaps in the past 30 days |
swapsAll1d (Int!) | Total number of swaps in the past day including all tokens |
swapsAll1w (Int!) | Total number of swaps in the past week including all tokens |
swapsAll1y (Int!) | Total number of swaps in the past year including all tokens |
swapsAll30d (Int!) | Total number of swaps in the past 30 days including all tokens |
uniqueTokens1d (Int!) | Number of unique tokens traded in the past day |
uniqueTokens1w (Int!) | Number of unique tokens traded in the past week |
uniqueTokens1y (Int!) | Number of unique tokens traded in the past year |
uniqueTokens30d (Int!) | Number of unique tokens traded in the past 30 days |
volumeUsd1d (String!) | Volume in USD in the past day |
volumeUsd1w (String!) | Volume in USD in the past week |
volumeUsd1y (String!) | Volume in USD in the past year |
volumeUsd30d (String!) | Volume in USD in the past 30 days |
volumeUsdAll1d (String!) | Total volume in USD in the past day including all tokens |
volumeUsdAll1w (String!) | Total volume in USD in the past week including all tokens |
volumeUsdAll1y (String!) | Total volume in USD in the past year including all tokens |
volumeUsdAll30d (String!) | Total volume in USD in the past 30 days including all tokens |
winRate1d (Float!) | Win rate in the past day |
winRate1w (Float!) | Win rate in the past week |
winRate1y (Float!) | Win rate in the past year |
winRate30d (Float!) | Win rate in the past 30 days |
WalletNftCollection
WalletNftCollectionFields for WalletNftCollection
WalletNftCollectionWalletNftCollectionAsset
WalletNftCollectionAssetFields for WalletNftCollectionAsset
WalletNftCollectionAssetWalletNftCollectionAssetsResponse
WalletNftCollectionAssetsResponseFields for WalletNftCollectionAssetsResponse
WalletNftCollectionAssetsResponseWalletNftCollectionsResponse
WalletNftCollectionsResponseFields for WalletNftCollectionsResponse
WalletNftCollectionsResponseName | Description |
|---|---|
cursor (String) | A cursor for use in pagination. |
items ( !) | The list of collections for a wallet. |
WashtradeLabelForEvent
WashtradeLabelForEventMetadata for a washtrade label.
Fields for WashtradeLabelForEvent
WashtradeLabelForEventName | Description |
|---|---|
label (String!) | The label type, 'washtrade' |
Webhook
WebhookMetadata for a webhook.
Fields for Webhook
WebhookName | Description |
|---|---|
alertRecurrence (AlertRecurrence!) | The recurrence of the webhook. Can be |
bucketId (String) | An optional bucket ID (max 64 characters). Can be used to query for subgroups of webhooks (useful if you have a large number of webhooks). |
bucketSortkey (String) | An optional bucket sort key (max 64 characters). Can be used to query for subgroups of webhooks (useful if you have a large number of webhooks). |
callbackUrl (String!) | The url to which the webhook message should be sent. |
conditions (WebhookCondition!) | The conditions which must be met in order for the webhook to send a message. |
created (Int!) | The unix timestamp for the time the webhook was created. |
groupId (String) | The webhook group ID used to group webhooks together for ordered message sending. |
id (String!) | The ID of the webhook. |
name (String!) | The given name of the webhook. |
publishingType (PublishingType) | The type of publishing for the webhook. If not set, it defaults to |
retrySettings (RetrySettings) | The settings for retrying failed webhook messages. |
status (String!) | The status of the webhook. Can be |
webhookType (WebhookType!) | The type of webhook. Can be |
WindowedDetailedCurrencyPairStats
WindowedDetailedCurrencyPairStatsPrice stats for a pair over a time frame.
Fields for WindowedDetailedCurrencyPairStats
WindowedDetailedCurrencyPairStatsName | Description |
|---|---|
buyVolume (DetailedPairStatsStringMetrics) | The buy volume over the time frame. |
close (DetailedPairStatsStringMetrics) | The closing price forr the time frame. |
highest (DetailedPairStatsStringMetrics) | The highest price in USD in the time frame. |
liquidity (DetailedPairStatsStringMetrics) | The liquidity for the time frame. |
lowest (DetailedPairStatsStringMetrics) | The lowest price in USD in the time frame. |
The opening price for the time frame. | |
sellVolume (DetailedPairStatsStringMetrics) | The sell volume over the time frame. |
volume (DetailedPairStatsStringMetrics) | The volume over the time frame. |
WindowedDetailedCurrencyWalletStats
WindowedDetailedCurrencyWalletStatsThe currency stats for a wallet over a time window.
Fields for WindowedDetailedCurrencyWalletStats
WindowedDetailedCurrencyWalletStatsName | Description |
|---|---|
averageProfitUsdPerTrade (String!) | The average profit in USD per trade |
averageSwapAmountUsd (String!) | The average swap amount in USD |
heldTokenAcquisitionCostUsd (String!) | The cost of tokens held in the wallet |
realizedProfitPercentage (Float!) | The realized profit percentage |
realizedProfitUsd (String!) | The realized profit in USD |
soldTokenAcquisitionCostUsd (String!) | The cost of tokens sold during the period |
volumeUsd (String!) | The volume in USD |
volumeUsdAll (String!) | The volume in USD including tokens sold for which we do not have a price |
WindowedDetailedNftCurrencyStats
WindowedDetailedNftCurrencyStatsPrice stats for an NFT collection over a time frame. Either in USD or the network's base token.
Fields for WindowedDetailedNftCurrencyStats
WindowedDetailedNftCurrencyStatsName | Description |
|---|---|
average (DetailedNftStatsStringMetrics) | The average sale price in the time frame. |
close (DetailedNftStatsStringMetrics) | The closing price for the time frame. |
highestSale (DetailedNftStatsStringMetrics) | The highest sale price in the time frame. |
lowestSale (DetailedNftStatsStringMetrics) | The lowest sale price in the time frame. |
The opening price for the time frame. | |
volume (DetailedNftStatsStringMetrics) | The volume over the time frame. |
WindowedDetailedNftNonCurrencyStats
WindowedDetailedNftNonCurrencyStatsNumerical stats for an NFT collection over a time frame.
Fields for WindowedDetailedNftNonCurrencyStats
WindowedDetailedNftNonCurrencyStatsName | Description |
|---|---|
mints (DetailedNftStatsNumberMetrics) | The number of mints over the time frame. |
sales (DetailedNftStatsNumberMetrics) | The number of sales over the time frame. |
tokensSold (DetailedNftStatsStringMetrics) | The number of tokens sold over the time frame. |
transfers (DetailedNftStatsNumberMetrics) | The number of transfers over the time frame. |
uniqueBuyers (DetailedNftStatsNumberMetrics) | The number of unique buyers over the time frame. |
uniqueMinters (DetailedNftStatsNumberMetrics) | The number of unique minters over the time frame. |
uniqueSalesWallets (DetailedNftStatsNumberMetrics) | The number of unique wallets (buyers or sellers) over the time frame. |
uniqueSellers (DetailedNftStatsNumberMetrics) | The number of unique sellers over the time frame. |
WindowedDetailedNftStats
WindowedDetailedNftStatsDetailed NFT stats over a time frame.
Fields for WindowedDetailedNftStats
WindowedDetailedNftStatsName | Description |
|---|---|
duration (DetailedNftStatsDuration!) | The duration used to request detailed NFT stats. |
end (Int!) | The unix timestamp for the end of the window. |
start (Int!) | The unix timestamp for the start of the window. |
statsNetworkBaseToken (WindowedDetailedNftCurrencyStats!) | The currency stats in the network's base token, such as volume. |
statsNonCurrency (WindowedDetailedNftNonCurrencyStats!) | The numerical stats, such as number of buyers. |
statsUsd (WindowedDetailedNftCurrencyStats!) | The currency stats in USD, such as volume. |
timestamps ( [DetailedNftStatsBucketTimestamp] !) | The list of start/end timestamps broken down for each bucket within the window. |
WindowedDetailedNonCurrencyPairStats
WindowedDetailedNonCurrencyPairStatsNumerical stats for a pair over a time frame.
Fields for WindowedDetailedNonCurrencyPairStats
WindowedDetailedNonCurrencyPairStatsName | Description |
|---|---|
buyers (DetailedPairStatsNumberMetrics) | The number of unique buyers over the time frame. |
The number of buys over the time frame. | |
sellers (DetailedPairStatsNumberMetrics) | The number of unique sellers over the time frame. |
sells (DetailedPairStatsNumberMetrics) | The number of sells over the time frame. |
traders (DetailedPairStatsNumberMetrics) | The number of unique traders over the time frame. |
transactions (DetailedPairStatsNumberMetrics) | The transaction count over the time frame. |
WindowedDetailedNonCurrencyWalletStats
WindowedDetailedNonCurrencyWalletStatsThe non-currency stats for a wallet over a time window.
Fields for WindowedDetailedNonCurrencyWalletStats
WindowedDetailedNonCurrencyWalletStatsWindowedDetailedPairStats
WindowedDetailedPairStatsDetailed pair stats over a time frame.
Fields for WindowedDetailedPairStats
WindowedDetailedPairStatsName | Description |
|---|---|
duration (DetailedPairStatsDuration!) | The duration used to request detailed pair stats. |
end (Int!) | The unix timestamp for the end of the window. |
start (Int!) | The unix timestamp for the start of the window. |
statsNonCurrency (WindowedDetailedNonCurrencyPairStats!) | The numerical stats, such as number of buyers. |
statsUsd (WindowedDetailedCurrencyPairStats!) | The currency stats in USD, such as volume. |
timestamps ( [DetailedPairStatsBucketTimestamp] !) | The list of start/end timestamps broken down for each bucket within the window. |
WindowedDetailedStats
WindowedDetailedStatsDetailed stats over a window.
Fields for WindowedDetailedStats
WindowedDetailedStatsName | Description |
|---|---|
buckets ( [DetailedStatsBucketTimestamp] !) | The list of start/end timestamps broken down for each bucket within the window. |
buyers (DetailedStatsNumberMetrics!) | The number of unique buyers over the window. |
buys (DetailedStatsNumberMetrics!) | The number of buys over the window. |
buyVolume (DetailedStatsStringMetrics) | The buy volume over the window. |
endTimestamp (Int!) | The unix timestamp for the end of the window. |
sellers (DetailedStatsNumberMetrics!) | The number of unique sellers over the window. |
sells (DetailedStatsNumberMetrics!) | The number of sells over the window. |
sellVolume (DetailedStatsStringMetrics) | The sell volume over the window. |
timestamp (Int!) | The unix timestamp for the start of the window. |
traders (DetailedStatsNumberMetrics) | The number of unique traders over the window. |
transactions (DetailedStatsNumberMetrics!) | The transaction count over the window. |
volume (DetailedStatsStringMetrics!) | The volume over the window. |
windowSize (DetailedStatsWindowSize!) | The window size used to request detailed stats. |
WindowedWalletStats
WindowedWalletStatsThe stats for a wallet over a time window.
Fields for WindowedWalletStats
WindowedWalletStatsName | Description |
|---|---|
end (Int!) | The end timestamp |
lastTransactionAt (Int!) | The last transaction timestamp |
networkId (Int) | The network ID |
start (Int!) | The start timestamp |
statsNonCurrency (WindowedDetailedNonCurrencyWalletStats!) | The stats related to non-currency |
statsUsd (WindowedDetailedCurrencyWalletStats!) | The stats related to currency |
walletAddress (String!) | The wallet address |