From bcbb4773bbed009baef7127a8c7bd368a23027c7 Mon Sep 17 00:00:00 2001 From: isEvrythngTkn Date: Tue, 7 Apr 2026 15:55:22 -0700 Subject: [PATCH] adds filter tokens subscription; useLeaderboard for prediction event market bars --- package.json | 2 +- src/sdk/Subscribe.ts | 15 ++++++ src/sdk/generated/gql.ts | 48 +++++++++-------- src/sdk/generated/graphql.ts | 102 +++++++++++++++++++++++++---------- 4 files changed, 118 insertions(+), 49 deletions(-) diff --git a/package.json b/package.json index d824bb7..c9673fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codex-data/sdk", - "version": "2.3.0", + "version": "2.3.1", "engines": { "node": ">=17.5.0" }, diff --git a/src/sdk/Subscribe.ts b/src/sdk/Subscribe.ts index 84fff59..6c1184a 100644 --- a/src/sdk/Subscribe.ts +++ b/src/sdk/Subscribe.ts @@ -20,6 +20,8 @@ import { OnEventsCreatedByMakerSubscriptionVariables, OnEventsCreatedSubscription, OnEventsCreatedSubscriptionVariables, + OnFilterTokenUpdatedSubscription, + OnFilterTokenUpdatedSubscriptionVariables, OnHoldersUpdatedSubscription, OnHoldersUpdatedSubscriptionVariables, OnLatestPairUpdatedSubscription, @@ -200,6 +202,19 @@ export class Subscribe { onEventsCreatedByMaker (input: $input) { events { address, baseTokenPrice, blockHash, blockNumber, data { ... on BurnEventData { amount0, amount0Shifted, amount1, amount1Shifted, tickLower, tickUpper, type }, ... on MintEventData { amount0, amount0Shifted, amount1, amount1Shifted, tickLower, tickUpper, type }, ... on PoolBalanceChangedEventData { amount0, amount0Shifted, amount1, amount1Shifted, liquidity0, liquidity1, protocolFeeAmount0, protocolFeeAmount1, sender, token0, token1, type }, ... on SwapEventData { amount0, amount0In, amount0Out, amount1, amount1In, amount1Out, amountNonLiquidityToken, priceBaseToken, priceBaseTokenTotal, priceUsd, priceUsdTotal, tick, type } }, eventDisplayType, eventType, feeData { baseFeeNativeUnit, builderTipNativeUnit, dynamicFee, estimatedPoolFee, gasUsed, l1DataFeeNativeUnit, poolFeeAmountRaw, poolFeeBps, poolFeeRateRaw, priorityFeeNativeUnit, supplementalFeeData { ... on PumpAmmCashbackFeeData { cashbackAmountLamports, cashbackFeeBps, type }, ... on PumpCashbackFeeData { cashbackAmountLamports, cashbackFeeBps, type } }, txEventCount }, id, labels { sandwich { label, sandwichType, token0DrainedAmount, token1DrainedAmount }, washtrade { label } }, liquidityToken, logIndex, maker, networkId, quoteToken, timestamp, token0Address, token0PoolValueUsd, token0SwapValueUsd, token0ValueBase, token1Address, token1PoolValueUsd, token1SwapValueUsd, token1ValueBase, transactionHash, transactionIndex, walletAge, walletLabels }, makerAddress } +}`, + vars, + sink, + ); + onFilterTokenUpdated = ( + vars: OnFilterTokenUpdatedSubscriptionVariables, + sink: Sink>, + ) => + this.sdk.subscribe( + `subscription OnFilterTokenUpdated($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $updatePeriod: Int, $useAggregatedStats: Boolean) { + onFilterTokenUpdated (excludeTokens: $excludeTokens, filters: $filters, limit: $limit, offset: $offset, phrase: $phrase, rankings: $rankings, statsType: $statsType, tokens: $tokens, updatePeriod: $updatePeriod, useAggregatedStats: $useAggregatedStats) { + updates { bundlerCount, bundlerHeldPercentage, buyCount1, buyCount4, buyCount5m, buyCount12, buyCount24, buyVolume1, buyVolume4, buyVolume5m, buyVolume12, buyVolume24, change1, change4, change5m, change12, change24, circulatingMarketCap, createdAt, devHeldPercentage, exchanges { address, color, exchangeVersion, iconUrl, id, name, networkId, tradeUrl }, high1, high4, high5m, high12, high24, holders, insiderCount, insiderHeldPercentage, isScam, lastTransaction, liquidPair { address, createdAt, exchangeHash, fee, id, networkId, pooled { token0, token1 }, protocol, protocolData { ... on ArenaTradeData { tokenId, type }, ... on PumpData { creator, type }, ... on UniswapV4Data { isDynamicFee, isToken0NetworkToken, type, uniswapV4HookAddress } }, tickSpacing, token0, token0Data { address, cmcId, createBlockNumber, createTransactionHash, createdAt, creatorAddress, decimals, exchanges { address, color, exchangeVersion, iconUrl, id, name, networkId, tradeUrl }, freezable, id, info { address, circulatingSupply, cmcId, description, id, imageBannerUrl, imageLargeUrl, imageSmallUrl, imageThumbHash, imageThumbUrl, isScam, name, networkId, symbol, totalSupply, videoExternalUrl }, isFreezableValid, isMintableValid, isScam, launchpad { completed, completedAt, completedSlot, graduationPercent, isCashbackEnabled, launchpadIconUrl, launchpadName, launchpadProtocol, migrated, migratedAt, migratedPoolAddress, migratedSlot, poolAddress }, mintable, name, networkId, socialLinks { bitcointalk, blog, coingecko, coinmarketcap, discord, email, facebook, github, instagram, linkedin, reddit, slack, telegram, twitch, twitter, website, wechat, whitepaper, youtube }, symbol, top10HoldersPercent }, token1, token1Data { address, cmcId, createBlockNumber, createTransactionHash, createdAt, creatorAddress, decimals, exchanges { address, color, exchangeVersion, iconUrl, id, name, networkId, tradeUrl }, freezable, id, info { address, circulatingSupply, cmcId, description, id, imageBannerUrl, imageLargeUrl, imageSmallUrl, imageThumbHash, imageThumbUrl, isScam, name, networkId, symbol, totalSupply, videoExternalUrl }, isFreezableValid, isMintableValid, isScam, launchpad { completed, completedAt, completedSlot, graduationPercent, isCashbackEnabled, launchpadIconUrl, launchpadName, launchpadProtocol, migrated, migratedAt, migratedPoolAddress, migratedSlot, poolAddress }, mintable, name, networkId, socialLinks { bitcointalk, blog, coingecko, coinmarketcap, discord, email, facebook, github, instagram, linkedin, reddit, slack, telegram, twitch, twitter, website, wechat, whitepaper, youtube }, symbol, top10HoldersPercent }, virtualPooled { token0, token1 } }, liquidPairLiquidity, liquidPairPriceUSD, liquidity, low1, low4, low5m, low12, low24, marketCap, pair { address, createdAt, exchangeHash, fee, id, networkId, pooled { token0, token1 }, protocol, protocolData { ... on ArenaTradeData { tokenId, type }, ... on PumpData { creator, type }, ... on UniswapV4Data { isDynamicFee, isToken0NetworkToken, type, uniswapV4HookAddress } }, tickSpacing, token0, token0Data { address, cmcId, createBlockNumber, createTransactionHash, createdAt, creatorAddress, decimals, exchanges { address, color, exchangeVersion, iconUrl, id, name, networkId, tradeUrl }, freezable, id, info { address, circulatingSupply, cmcId, description, id, imageBannerUrl, imageLargeUrl, imageSmallUrl, imageThumbHash, imageThumbUrl, isScam, name, networkId, symbol, totalSupply, videoExternalUrl }, isFreezableValid, isMintableValid, isScam, launchpad { completed, completedAt, completedSlot, graduationPercent, isCashbackEnabled, launchpadIconUrl, launchpadName, launchpadProtocol, migrated, migratedAt, migratedPoolAddress, migratedSlot, poolAddress }, mintable, name, networkId, socialLinks { bitcointalk, blog, coingecko, coinmarketcap, discord, email, facebook, github, instagram, linkedin, reddit, slack, telegram, twitch, twitter, website, wechat, whitepaper, youtube }, symbol, top10HoldersPercent }, token1, token1Data { address, cmcId, createBlockNumber, createTransactionHash, createdAt, creatorAddress, decimals, exchanges { address, color, exchangeVersion, iconUrl, id, name, networkId, tradeUrl }, freezable, id, info { address, circulatingSupply, cmcId, description, id, imageBannerUrl, imageLargeUrl, imageSmallUrl, imageThumbHash, imageThumbUrl, isScam, name, networkId, symbol, totalSupply, videoExternalUrl }, isFreezableValid, isMintableValid, isScam, launchpad { completed, completedAt, completedSlot, graduationPercent, isCashbackEnabled, launchpadIconUrl, launchpadName, launchpadProtocol, migrated, migratedAt, migratedPoolAddress, migratedSlot, poolAddress }, mintable, name, networkId, socialLinks { bitcointalk, blog, coingecko, coinmarketcap, discord, email, facebook, github, instagram, linkedin, reddit, slack, telegram, twitch, twitter, website, wechat, whitepaper, youtube }, symbol, top10HoldersPercent }, virtualPooled { token0, token1 } }, potentialScamReasons, priceUSD, quoteToken, sellCount1, sellCount4, sellCount5m, sellCount12, sellCount24, sellVolume1, sellVolume4, sellVolume5m, sellVolume12, sellVolume24, sniperCount, sniperHeldPercentage, swapPct1dOldWallet, swapPct7dOldWallet, token { address, cmcId, createBlockNumber, createTransactionHash, createdAt, creatorAddress, decimals, exchanges { address, color, exchangeVersion, iconUrl, id, name, networkId, tradeUrl }, freezable, id, info { address, circulatingSupply, cmcId, description, id, imageBannerUrl, imageLargeUrl, imageSmallUrl, imageThumbHash, imageThumbUrl, isScam, name, networkId, symbol, totalSupply, videoExternalUrl }, isFreezableValid, isMintableValid, isScam, launchpad { completed, completedAt, completedSlot, graduationPercent, isCashbackEnabled, launchpadIconUrl, launchpadName, launchpadProtocol, migrated, migratedAt, migratedPoolAddress, migratedSlot, poolAddress }, mintable, name, networkId, socialLinks { bitcointalk, blog, coingecko, coinmarketcap, discord, email, facebook, github, instagram, linkedin, reddit, slack, telegram, twitch, twitter, website, wechat, whitepaper, youtube }, symbol, top10HoldersPercent }, top10HoldersPercent, trendingScore, txnCount1, txnCount4, txnCount5m, txnCount12, txnCount24, uniqueBuys1, uniqueBuys4, uniqueBuys5m, uniqueBuys12, uniqueBuys24, uniqueSells1, uniqueSells4, uniqueSells5m, uniqueSells12, uniqueSells24, uniqueTransactions1, uniqueTransactions4, uniqueTransactions5m, uniqueTransactions12, uniqueTransactions24, volume1, volume4, volume5m, volume12, volume24, volumeChange1, volumeChange4, volumeChange5m, volumeChange12, volumeChange24, walletAgeAvg, walletAgeStd } + } }`, vars, sink, diff --git a/src/sdk/generated/gql.ts b/src/sdk/generated/gql.ts index cfeeb3a..e267f1f 100644 --- a/src/sdk/generated/gql.ts +++ b/src/sdk/generated/gql.ts @@ -30,18 +30,18 @@ type Documents = { "query DetailedPredictionTraderStats($input: DetailedPredictionTraderStatsInput!) {\n detailedPredictionTraderStats(input: $input) {\n allTimeStats {\n totalProfitCT\n totalProfitUsd\n totalVolumeCT\n totalVolumeUsd\n }\n lastTransactionAt\n statsDay1 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n statsDay30 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n statsHour1 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n statsHour4 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n statsHour12 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n statsWeek1 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n trader {\n activeMarketsCount\n alias\n allTimeProfitCT\n allTimeProfitUsd\n biggestLossCT\n biggestLossUsd\n biggestWinCT\n biggestWinUsd\n createdAt\n firstTradeTimestamp\n id\n labels\n lastTradeTimestamp\n linkedAddresses\n primaryAddress\n profileImageUrl\n profileUrl\n protocol\n totalTradesCount\n totalVolumeCT\n totalVolumeUsd\n updatedAt\n venueTraderId\n }\n traderId\n }\n}": typeof types.DetailedPredictionTraderStatsDocument, "query DetailedWalletStats($input: DetailedWalletStatsInput!) {\n detailedWalletStats(input: $input) {\n botScore\n labels\n lastTransactionAt\n networkBreakdown {\n nativeTokenBalance\n networkId\n statsDay1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsDay30 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsWeek1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsYear1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n }\n scammerScore\n statsDay1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsDay30 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsWeek1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsYear1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n wallet {\n address\n avatarUrl\n discordId\n discordUsername\n displayName\n ethosLevel\n ethosScore\n ethosVerified\n farcasterId\n farcasterUsername\n firstFunding {\n amount\n fundedAt\n fundedByAddress\n fundedByLabel\n networkId\n tokenAddress\n transactionHash\n }\n firstSeenTimestamp\n githubId\n githubUsername\n identityLabels\n identitySource\n identityUpdatedAt\n telegramId\n telegramUsername\n twitterId\n twitterUsername\n website\n }\n walletAddress\n }\n}": typeof types.DetailedWalletStatsDocument, "query FilterExchanges($filters: ExchangeFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [ExchangeRanking]) {\n filterExchanges(\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n ) {\n count\n offset\n results {\n dailyActiveUsers\n exchange {\n address\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n monthlyActiveUsers\n txnCount1\n txnCount4\n txnCount12\n txnCount24\n volumeNBT1\n volumeNBT4\n volumeNBT12\n volumeNBT24\n volumeUSD1\n volumeUSD4\n volumeUSD12\n volumeUSD24\n }\n }\n}": typeof types.FilterExchangesDocument, - "query FilterPairs($filters: PairFilters, $limit: Int, $matchTokens: PairFilterMatchTokens, $offset: Int, $pairs: [String], $phrase: String, $rankings: [PairRanking], $statsType: TokenPairStatisticsType) {\n filterPairs(\n filters: $filters\n limit: $limit\n matchTokens: $matchTokens\n offset: $offset\n pairs: $pairs\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n ) {\n count\n offset\n results {\n buyCount1\n buyCount4\n buyCount12\n buyCount24\n buyVolumeUSD1\n buyVolumeUSD4\n buyVolumeUSD12\n buyVolumeUSD24\n createdAt\n exchange {\n address\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n highPrice1\n highPrice4\n highPrice12\n highPrice24\n lastTransaction\n liquidity\n liquidityToken\n lockedLiquidityPercentage\n lowPrice1\n lowPrice4\n lowPrice12\n lowPrice24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n potentialScamReasons\n price\n priceChange1\n priceChange4\n priceChange12\n priceChange24\n priceScale\n quoteToken\n sellCount1\n sellCount4\n sellCount12\n sellCount24\n sellVolumeUSD1\n sellVolumeUSD4\n sellVolumeUSD12\n sellVolumeUSD24\n swapPct1dOldWallet\n swapPct7dOldWallet\n token0 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n txnCount1\n txnCount4\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions12\n uniqueTransactions24\n volumeChange1\n volumeChange4\n volumeChange12\n volumeChange24\n volumeUSD1\n volumeUSD4\n volumeUSD12\n volumeUSD24\n walletAgeAvg\n walletAgeStd\n }\n }\n}": typeof types.FilterPairsDocument, + "query FilterPairs($filters: PairFilters, $limit: Int, $matchTokens: PairFilterMatchTokens, $offset: Int, $pairs: [String], $phrase: String, $rankings: [PairRanking], $statsType: TokenPairStatisticsType) {\n filterPairs(\n filters: $filters\n limit: $limit\n matchTokens: $matchTokens\n offset: $offset\n pairs: $pairs\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n ) {\n count\n offset\n results {\n buyCount1\n buyCount4\n buyCount12\n buyCount24\n buyVolumeUSD1\n buyVolumeUSD4\n buyVolumeUSD12\n buyVolumeUSD24\n createdAt\n exchange {\n address\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n highPrice1\n highPrice4\n highPrice12\n highPrice24\n lastTransaction\n liquidity\n liquidityToken\n lockedLiquidityPercentage\n lowPrice1\n lowPrice4\n lowPrice12\n lowPrice24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n price\n priceChange1\n priceChange4\n priceChange12\n priceChange24\n priceScale\n quoteToken\n sellCount1\n sellCount4\n sellCount12\n sellCount24\n sellVolumeUSD1\n sellVolumeUSD4\n sellVolumeUSD12\n sellVolumeUSD24\n swapPct1dOldWallet\n swapPct7dOldWallet\n token0 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n txnCount1\n txnCount4\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions12\n uniqueTransactions24\n volumeChange1\n volumeChange4\n volumeChange12\n volumeChange24\n volumeUSD1\n volumeUSD4\n volumeUSD12\n volumeUSD24\n walletAgeAvg\n walletAgeStd\n }\n }\n}": typeof types.FilterPairsDocument, "query FilterPredictionEvents($eventIds: [String!], $excludeEventIds: [String!], $filters: PredictionEventFilters, $limit: Int, $marketSort: PredictionEventMarketSort, $offset: Int, $phrase: String, $rankings: [PredictionEventRanking!]) {\n filterPredictionEvents(\n eventIds: $eventIds\n excludeEventIds: $excludeEventIds\n filters: $filters\n limit: $limit\n marketSort: $marketSort\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n ) {\n count\n page\n results {\n age\n categories\n closesAt\n createdAt\n event {\n closesAt\n createdAt\n description\n exchangeAddress\n id\n imageThumbUrl\n networkId\n opensAt\n protocol\n question\n resolvedAt\n resolvesAt\n slug\n status\n tags\n venueEventId\n venueSeriesId\n venueUrl\n }\n expectedLifespan\n id\n lastTransactionAt\n liquidityCT\n liquidityChange1h\n liquidityChange1w\n liquidityChange4h\n liquidityChange5m\n liquidityChange12h\n liquidityChange24h\n liquidityUsd\n marketCount\n markets {\n id\n label\n }\n openInterestCT\n openInterestChange1h\n openInterestChange1w\n openInterestChange4h\n openInterestChange5m\n openInterestChange12h\n openInterestChange24h\n openInterestUsd\n opensAt\n predictionEvent {\n categories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n closesAt\n createdAt\n id\n imageLargeUrl\n imageSmallUrl\n imageThumbUrl\n marketIds\n networkId\n opensAt\n protocol\n question\n resolution {\n result\n source\n }\n resolvedAt\n resolvesAt\n rulesPrimary\n rulesSecondary\n status\n tags\n updatedAt\n url\n venueEventId\n venueSeriesId\n }\n protocol\n relatedEventIds\n relevanceScore1h\n relevanceScore1w\n relevanceScore4h\n relevanceScore5m\n relevanceScore12h\n relevanceScore24h\n resolutionSource\n resolvedAt\n resolvesAt\n status\n timestamp\n topMarkets {\n label\n marketId\n outcome0BidCT\n outcome0Label\n outcome1BidCT\n outcome1Label\n volumeCT1d\n volumeCT1w\n volumeCTAll\n }\n trades1h\n trades1w\n trades4h\n trades5m\n trades12h\n trades24h\n tradesChange1h\n tradesChange1w\n tradesChange4h\n tradesChange5m\n tradesChange12h\n tradesChange24h\n trendingScore1h\n trendingScore1w\n trendingScore4h\n trendingScore5m\n trendingScore12h\n trendingScore24h\n uniqueTraders1h\n uniqueTraders1w\n uniqueTraders4h\n uniqueTraders5m\n uniqueTraders12h\n uniqueTraders24h\n uniqueTradersChange1h\n uniqueTradersChange1w\n uniqueTradersChange4h\n uniqueTradersChange5m\n uniqueTradersChange12h\n uniqueTradersChange24h\n venueVolumeCT\n venueVolumeUsd\n volumeCTAll\n volumeChange1h\n volumeChange1w\n volumeChange4h\n volumeChange5m\n volumeChange12h\n volumeChange24h\n volumeUsd1h\n volumeUsd1w\n volumeUsd4h\n volumeUsd5m\n volumeUsd12h\n volumeUsd24h\n volumeUsdAll\n }\n }\n}": typeof types.FilterPredictionEventsDocument, "query FilterPredictionMarkets($eventIds: [String!], $excludeEventIds: [String!], $excludeMarketIds: [String!], $filters: PredictionMarketFilters, $limit: Int, $marketIds: [String!], $offset: Int, $phrase: String, $rankings: [PredictionMarketRanking!]) {\n filterPredictionMarkets(\n eventIds: $eventIds\n excludeEventIds: $excludeEventIds\n excludeMarketIds: $excludeMarketIds\n filters: $filters\n limit: $limit\n marketIds: $marketIds\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n ) {\n count\n page\n results {\n age\n avgTradeSizeUsd1h\n avgTradeSizeUsd1w\n avgTradeSizeUsd4h\n avgTradeSizeUsd5m\n avgTradeSizeUsd12h\n avgTradeSizeUsd24h\n categories\n closesAt\n competitiveScore1h\n competitiveScore1w\n competitiveScore4h\n competitiveScore5m\n competitiveScore12h\n competitiveScore24h\n eventLabel\n expectedLifespan\n id\n impliedProbabilitySum\n lastTransactionAt\n liquidityAsymmetry\n liquidityCT\n liquidityChange1h\n liquidityChange1w\n liquidityChange4h\n liquidityChange5m\n liquidityChange12h\n liquidityChange24h\n liquidityUsd\n market {\n closesAt\n collateral\n createdAt\n eventId\n exchangeAddress\n id\n imageThumbUrl\n label\n networkId\n opensAt\n protocol\n question\n resolvedAt\n resolvesAt\n status\n tags\n venueEventId\n venueMarketId\n venueMarketSlug\n }\n maxPriceRange1h\n maxPriceRange1w\n maxPriceRange4h\n maxPriceRange5m\n maxPriceRange12h\n maxPriceRange24h\n openInterestCT\n openInterestChange1h\n openInterestChange1w\n openInterestChange4h\n openInterestChange5m\n openInterestChange12h\n openInterestChange24h\n openInterestUsd\n opensAt\n outcome0 {\n bestAskCT\n bestAskUsd\n bestBidCT\n bestBidUsd\n buyVolumeUsd1h\n buyVolumeUsd1w\n buyVolumeUsd4h\n buyVolumeUsd5m\n buyVolumeUsd12h\n buyVolumeUsd24h\n buys1h\n buys1w\n buys4h\n buys5m\n buys12h\n buys24h\n exchangeAddress\n highPriceUsd1h\n highPriceUsd1w\n highPriceUsd4h\n highPriceUsd5m\n highPriceUsd12h\n highPriceUsd24h\n id\n isWinner\n label\n lastPriceCT\n lastPriceUsd\n liquidityCT\n liquidityUsd\n lowPriceUsd1h\n lowPriceUsd1w\n lowPriceUsd4h\n lowPriceUsd5m\n lowPriceUsd12h\n lowPriceUsd24h\n networkId\n priceChange1h\n priceChange1w\n priceChange4h\n priceChange5m\n priceChange12h\n priceChange24h\n priceRange1h\n priceRange1w\n priceRange4h\n priceRange5m\n priceRange12h\n priceRange24h\n sellVolumeUsd1h\n sellVolumeUsd1w\n sellVolumeUsd4h\n sellVolumeUsd5m\n sellVolumeUsd12h\n sellVolumeUsd24h\n sells1h\n sells1w\n sells4h\n sells5m\n sells12h\n sells24h\n spreadCT\n spreadUsd\n tags\n tokenAddress\n trades1h\n trades1w\n trades4h\n trades5m\n trades12h\n trades24h\n tradesChange1h\n tradesChange1w\n tradesChange4h\n tradesChange5m\n tradesChange12h\n tradesChange24h\n twoPercentAskDepthCT\n twoPercentAskDepthUsd\n twoPercentBidDepthCT\n twoPercentBidDepthUsd\n venueOutcomeId\n volumeChange1h\n volumeChange1w\n volumeChange4h\n volumeChange5m\n volumeChange12h\n volumeChange24h\n volumeShares1h\n volumeShares1w\n volumeShares4h\n volumeShares5m\n volumeShares12h\n volumeShares24h\n volumeUsd1h\n volumeUsd1w\n volumeUsd4h\n volumeUsd5m\n volumeUsd12h\n volumeUsd24h\n }\n outcome1 {\n bestAskCT\n bestAskUsd\n bestBidCT\n bestBidUsd\n buyVolumeUsd1h\n buyVolumeUsd1w\n buyVolumeUsd4h\n buyVolumeUsd5m\n buyVolumeUsd12h\n buyVolumeUsd24h\n buys1h\n buys1w\n buys4h\n buys5m\n buys12h\n buys24h\n exchangeAddress\n highPriceUsd1h\n highPriceUsd1w\n highPriceUsd4h\n highPriceUsd5m\n highPriceUsd12h\n highPriceUsd24h\n id\n isWinner\n label\n lastPriceCT\n lastPriceUsd\n liquidityCT\n liquidityUsd\n lowPriceUsd1h\n lowPriceUsd1w\n lowPriceUsd4h\n lowPriceUsd5m\n lowPriceUsd12h\n lowPriceUsd24h\n networkId\n priceChange1h\n priceChange1w\n priceChange4h\n priceChange5m\n priceChange12h\n priceChange24h\n priceRange1h\n priceRange1w\n priceRange4h\n priceRange5m\n priceRange12h\n priceRange24h\n sellVolumeUsd1h\n sellVolumeUsd1w\n sellVolumeUsd4h\n sellVolumeUsd5m\n sellVolumeUsd12h\n sellVolumeUsd24h\n sells1h\n sells1w\n sells4h\n sells5m\n sells12h\n sells24h\n spreadCT\n spreadUsd\n tags\n tokenAddress\n trades1h\n trades1w\n trades4h\n trades5m\n trades12h\n trades24h\n tradesChange1h\n tradesChange1w\n tradesChange4h\n tradesChange5m\n tradesChange12h\n tradesChange24h\n twoPercentAskDepthCT\n twoPercentAskDepthUsd\n twoPercentBidDepthCT\n twoPercentBidDepthUsd\n venueOutcomeId\n volumeChange1h\n volumeChange1w\n volumeChange4h\n volumeChange5m\n volumeChange12h\n volumeChange24h\n volumeShares1h\n volumeShares1w\n volumeShares4h\n volumeShares5m\n volumeShares12h\n volumeShares24h\n volumeUsd1h\n volumeUsd1w\n volumeUsd4h\n volumeUsd5m\n volumeUsd12h\n volumeUsd24h\n }\n predictionMarket {\n categories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n closesAt\n createdAt\n eventId\n eventLabel\n exchangeAddress\n id\n imageLargeUrl\n imageSmallUrl\n imageThumbUrl\n label\n networkId\n observedAt\n opensAt\n outcomeIds\n outcomeLabels\n protocol\n question\n resolution {\n result\n source\n }\n resolvedAt\n resolvesAt\n rules\n rules2\n updatedAt\n venueEventId\n venueMarketId\n venueMarketSlug\n venueOutcomeIds\n winningOutcomeId\n }\n priceCompetitiveness\n protocol\n relevanceScore1h\n relevanceScore1w\n relevanceScore4h\n relevanceScore5m\n relevanceScore12h\n relevanceScore24h\n resolutionSource\n resolvesAt\n status\n timestamp\n trades1h\n trades1w\n trades4h\n trades5m\n trades12h\n trades24h\n tradesChange1h\n tradesChange1w\n tradesChange4h\n tradesChange5m\n tradesChange12h\n tradesChange24h\n trendingScore1h\n trendingScore1w\n trendingScore4h\n trendingScore5m\n trendingScore12h\n trendingScore24h\n uniqueTraders1h\n uniqueTraders1w\n uniqueTraders4h\n uniqueTraders5m\n uniqueTraders12h\n uniqueTraders24h\n uniqueTradersChange1h\n uniqueTradersChange1w\n uniqueTradersChange4h\n uniqueTradersChange5m\n uniqueTradersChange12h\n uniqueTradersChange24h\n venueVolumeCT\n venueVolumeUsd\n volumeCTAll\n volumeChange1h\n volumeChange1w\n volumeChange4h\n volumeChange5m\n volumeChange12h\n volumeChange24h\n volumeImbalance24h\n volumeUsd1h\n volumeUsd1w\n volumeUsd4h\n volumeUsd5m\n volumeUsd12h\n volumeUsd24h\n volumeUsdAll\n winningOutcomeId\n }\n }\n}": typeof types.FilterPredictionMarketsDocument, "query FilterPredictionTraderMarkets($eventIds: [String!], $excludeEventIds: [String!], $excludeMarketIds: [String!], $excludeTraderIds: [String!], $filters: PredictionTraderMarketFilters, $limit: Int, $marketIds: [String!], $offset: Int, $phrase: String, $rankings: [PredictionTraderMarketRanking!], $traderIds: [String!]) {\n filterPredictionTraderMarkets(\n eventIds: $eventIds\n excludeEventIds: $excludeEventIds\n excludeMarketIds: $excludeMarketIds\n excludeTraderIds: $excludeTraderIds\n filters: $filters\n limit: $limit\n marketIds: $marketIds\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n traderIds: $traderIds\n ) {\n count\n page\n results {\n eventId\n firstTradeTimestamp\n hasOpenPosition\n id\n lastTradeTimestamp\n market {\n closesAt\n eventId\n eventLabel\n id\n imageThumbUrl\n label\n outcome0Label\n outcome1Label\n protocol\n question\n resolvedAt\n status\n venueMarketId\n }\n marketId\n outcome0 {\n avgEntryPriceCT\n avgEntryPriceUsd\n buyVolumeCT\n buyVolumeShares\n buyVolumeUsd\n buys\n costBasisCT\n costBasisUsd\n firstTradeTimestamp\n isWinningOutcome\n lastTradeTimestamp\n outcomeId\n pnlStatus\n realizedPnlCT\n realizedPnlUsd\n sellVolumeCT\n sellVolumeShares\n sellVolumeUsd\n sells\n sharesHeld\n }\n outcome1 {\n avgEntryPriceCT\n avgEntryPriceUsd\n buyVolumeCT\n buyVolumeShares\n buyVolumeUsd\n buys\n costBasisCT\n costBasisUsd\n firstTradeTimestamp\n isWinningOutcome\n lastTradeTimestamp\n outcomeId\n pnlStatus\n realizedPnlCT\n realizedPnlUsd\n sellVolumeCT\n sellVolumeShares\n sellVolumeUsd\n sells\n sharesHeld\n }\n pnlPerVolumeMarket\n predictionMarket {\n categories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n closesAt\n createdAt\n eventId\n eventLabel\n exchangeAddress\n id\n imageLargeUrl\n imageSmallUrl\n imageThumbUrl\n label\n networkId\n observedAt\n opensAt\n outcomeIds\n outcomeLabels\n protocol\n question\n resolution {\n result\n source\n }\n resolvedAt\n resolvesAt\n rules\n rules2\n updatedAt\n venueEventId\n venueMarketId\n venueMarketSlug\n venueOutcomeIds\n winningOutcomeId\n }\n predictionTrader {\n activeMarketsCount\n alias\n allTimeProfitCT\n allTimeProfitUsd\n biggestLossCT\n biggestLossUsd\n biggestWinCT\n biggestWinUsd\n createdAt\n firstTradeTimestamp\n id\n labels\n lastTradeTimestamp\n linkedAddresses\n primaryAddress\n profileImageUrl\n profileUrl\n protocol\n totalTradesCount\n totalVolumeCT\n totalVolumeUsd\n updatedAt\n venueTraderId\n }\n profitPerTradeUsd\n timestamp\n totalBuys\n totalCostBasisCT\n totalCostBasisUsd\n totalRealizedPnlCT\n totalRealizedPnlUsd\n totalSells\n totalSharesHeld\n totalTrades\n totalVolumeCT\n totalVolumeShares\n totalVolumeUsd\n trader {\n alias\n id\n labels\n linkedAddresses\n primaryAddress\n profileImageUrl\n profileUrl\n protocol\n venueTraderId\n }\n traderId\n winningOutcomeId\n }\n }\n}": typeof types.FilterPredictionTraderMarketsDocument, "query FilterPredictionTraders($excludeTraderIds: [String!], $filters: PredictionTraderFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [PredictionTraderRanking!], $traderIds: [String!]) {\n filterPredictionTraders(\n excludeTraderIds: $excludeTraderIds\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n traderIds: $traderIds\n ) {\n count\n page\n results {\n activeMarketsCount\n averageProfitUsdPerTrade1m\n averageProfitUsdPerTrade1w\n averageProfitUsdPerTrade12h\n averageProfitUsdPerTrade24h\n averageSwapAmountUsd1m\n averageSwapAmountUsd1w\n averageSwapAmountUsd12h\n averageSwapAmountUsd24h\n biggestLossCT\n biggestLossUsd\n biggestWinCT\n biggestWinUsd\n buyVolumeUsd1m\n buyVolumeUsd1w\n buyVolumeUsd12h\n buyVolumeUsd24h\n buys1m\n buys1w\n buys12h\n buys24h\n firstTradeTimestamp\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n id\n lastTradeTimestamp\n losses1m\n losses1w\n losses12h\n losses24h\n pnlPerVolumeAll\n predictionTrader {\n activeMarketsCount\n alias\n allTimeProfitCT\n allTimeProfitUsd\n biggestLossCT\n biggestLossUsd\n biggestWinCT\n biggestWinUsd\n createdAt\n firstTradeTimestamp\n id\n labels\n lastTradeTimestamp\n linkedAddresses\n primaryAddress\n profileImageUrl\n profileUrl\n protocol\n totalTradesCount\n totalVolumeCT\n totalVolumeUsd\n updatedAt\n venueTraderId\n }\n profitPerTradeUsdAll\n realizedPnlCT1m\n realizedPnlCT1w\n realizedPnlCT12h\n realizedPnlCT24h\n realizedPnlChange1m\n realizedPnlChange1w\n realizedPnlChange12h\n realizedPnlChange24h\n realizedPnlUsd1m\n realizedPnlUsd1w\n realizedPnlUsd12h\n realizedPnlUsd24h\n realizedProfitPercentage1m\n realizedProfitPercentage1w\n realizedProfitPercentage12h\n realizedProfitPercentage24h\n sellVolumeUsd1m\n sellVolumeUsd1w\n sellVolumeUsd12h\n sellVolumeUsd24h\n sells1m\n sells1w\n sells12h\n sells24h\n timestamp\n totalProfitCTAll\n totalProfitUsdAll\n totalTradesAll\n totalVolumeCTAll\n totalVolumeUsdAll\n trader {\n alias\n id\n labels\n linkedAddresses\n primaryAddress\n profileImageUrl\n profileUrl\n protocol\n venueTraderId\n }\n trades1m\n trades1w\n trades12h\n trades24h\n uniqueMarkets1m\n uniqueMarkets1w\n uniqueMarkets12h\n uniqueMarkets24h\n volumeCT1m\n volumeCT1w\n volumeCT12h\n volumeCT24h\n volumeChange1m\n volumeChange1w\n volumeChange12h\n volumeChange24h\n volumePerTradeUsdAll\n volumeUsd1m\n volumeUsd1w\n volumeUsd12h\n volumeUsd24h\n winRate1m\n winRate1w\n winRate12h\n winRate24h\n wins1m\n wins1w\n wins12h\n wins24h\n }\n }\n}": typeof types.FilterPredictionTradersDocument, "query FilterTokenWallets($input: FilterTokenWalletsInput!) {\n filterTokenWallets(input: $input) {\n count\n offset\n results {\n address\n amountBoughtUsd1d\n amountBoughtUsd1w\n amountBoughtUsd1y\n amountBoughtUsd30d\n amountSoldUsd1d\n amountSoldUsd1w\n amountSoldUsd1y\n amountSoldUsd30d\n amountSoldUsdAll1d\n amountSoldUsdAll1w\n amountSoldUsdAll1y\n amountSoldUsdAll30d\n backfillState\n botScore\n buys1d\n buys1w\n buys1y\n buys30d\n firstTransactionAt\n labels\n lastTransactionAt\n networkId\n purchasedTokenBalance\n realizedProfitPercentage1d\n realizedProfitPercentage1w\n realizedProfitPercentage1y\n realizedProfitPercentage30d\n realizedProfitUsd1d\n realizedProfitUsd1w\n realizedProfitUsd1y\n realizedProfitUsd30d\n scammerScore\n sells1d\n sells1w\n sells1y\n sells30d\n sellsAll1d\n sellsAll1w\n sellsAll1y\n sellsAll30d\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n }\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n }\n tokenAcquisitionCostUsd\n tokenAddress\n tokenAmountBought1d\n tokenAmountBought1w\n tokenAmountBought1y\n tokenAmountBought30d\n tokenAmountSold1d\n tokenAmountSold1w\n tokenAmountSold1y\n tokenAmountSold30d\n tokenAmountSoldAll1d\n tokenAmountSoldAll1w\n tokenAmountSoldAll1y\n tokenAmountSoldAll30d\n tokenBalance\n tokenBalanceLive\n tokenBalanceLiveUsd\n }\n }\n}": typeof types.FilterTokenWalletsDocument, - "query FilterTokens($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $useAggregatedStats: Boolean) {\n filterTokens(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n useAggregatedStats: $useAggregatedStats\n ) {\n count\n page\n results {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}": typeof types.FilterTokensDocument, + "query FilterTokens($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $useAggregatedStats: Boolean) {\n filterTokens(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n useAggregatedStats: $useAggregatedStats\n ) {\n count\n page\n results {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n trendingScore\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}": typeof types.FilterTokensDocument, "query FilterWallets($input: FilterWalletsInput!) {\n filterWallets(input: $input) {\n count\n offset\n results {\n address\n averageProfitUsdPerTrade1d\n averageProfitUsdPerTrade1w\n averageProfitUsdPerTrade1y\n averageProfitUsdPerTrade30d\n averageSwapAmountUsd1d\n averageSwapAmountUsd1w\n averageSwapAmountUsd1y\n averageSwapAmountUsd30d\n backfillState\n botScore\n firstTransactionAt\n labels\n lastTransactionAt\n nativeTokenBalance\n networkId\n realizedProfitPercentage1d\n realizedProfitPercentage1w\n realizedProfitPercentage1y\n realizedProfitPercentage30d\n realizedProfitUsd1d\n realizedProfitUsd1w\n realizedProfitUsd1y\n realizedProfitUsd30d\n scammerScore\n swaps1d\n swaps1w\n swaps1y\n swaps30d\n swapsAll1d\n swapsAll1w\n swapsAll1y\n swapsAll30d\n uniqueTokens1d\n uniqueTokens1w\n uniqueTokens1y\n uniqueTokens30d\n volumeUsd1d\n volumeUsd1w\n volumeUsd1y\n volumeUsd30d\n volumeUsdAll1d\n volumeUsdAll1w\n volumeUsdAll1y\n volumeUsdAll30d\n wallet {\n address\n avatarUrl\n discordId\n discordUsername\n displayName\n ethosLevel\n ethosScore\n ethosVerified\n farcasterId\n farcasterUsername\n firstFunding {\n amount\n fundedAt\n fundedByAddress\n fundedByLabel\n networkId\n tokenAddress\n transactionHash\n }\n firstSeenTimestamp\n githubId\n githubUsername\n identityLabels\n identitySource\n identityUpdatedAt\n telegramId\n telegramUsername\n twitterId\n twitterUsername\n website\n }\n winRate1d\n winRate1w\n winRate1y\n winRate30d\n }\n }\n}": typeof types.FilterWalletsDocument, - "query GetBars($countback: Int, $currencyCode: String, $from: Int!, $quoteToken: QuoteToken, $removeEmptyBars: Boolean, $removeLeadingNullValues: Boolean, $resolution: String!, $statsType: TokenPairStatisticsType, $symbol: String!, $symbolType: SymbolType, $to: Int!) {\n getBars(\n countback: $countback\n currencyCode: $currencyCode\n from: $from\n quoteToken: $quoteToken\n removeEmptyBars: $removeEmptyBars\n removeLeadingNullValues: $removeLeadingNullValues\n resolution: $resolution\n statsType: $statsType\n symbol: $symbol\n symbolType: $symbolType\n to: $to\n ) {\n averageCostPerTrade\n baseFees\n builderTips\n buyVolume\n buyers\n buys\n c\n feeRegimeClassification\n feeToVolumeRatio\n gasPerVolume\n h\n l\n l1DataFees\n liquidity\n mevRiskLevel\n mevToTotalFeesRatio\n o\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n poolFees\n priorityFees\n s\n sandwichRate\n sellVolume\n sellers\n sells\n t\n totalFees\n traders\n transactions\n volume\n volumeNativeToken\n }\n}": typeof types.GetBarsDocument, + "query GetBars($countback: Int, $currencyCode: String, $from: Int!, $quoteToken: QuoteToken, $removeEmptyBars: Boolean, $removeLeadingNullValues: Boolean, $resolution: String!, $statsType: TokenPairStatisticsType, $symbol: String!, $symbolType: SymbolType, $to: Int!) {\n getBars(\n countback: $countback\n currencyCode: $currencyCode\n from: $from\n quoteToken: $quoteToken\n removeEmptyBars: $removeEmptyBars\n removeLeadingNullValues: $removeLeadingNullValues\n resolution: $resolution\n statsType: $statsType\n symbol: $symbol\n symbolType: $symbolType\n to: $to\n ) {\n averageCostPerTrade\n baseFees\n builderTips\n buyVolume\n buyers\n buys\n c\n feeRegimeClassification\n feeToVolumeRatio\n gasPerVolume\n h\n l\n l1DataFees\n liquidity\n mevRiskLevel\n mevToTotalFeesRatio\n o\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n poolFees\n priorityFees\n s\n sandwichRate\n sellVolume\n sellers\n sells\n t\n totalFees\n traders\n transactions\n volume\n volumeNativeToken\n }\n}": typeof types.GetBarsDocument, "query GetCommunityNotes($input: CommunityNotesInput) {\n getCommunityNotes(input: $input) {\n count\n cursor\n items {\n address\n contractType\n currentContract {\n ... on EnhancedNftContract {\n address\n description\n ercType\n id\n image\n labels {\n createdAt\n subType\n type\n }\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n totalSupply\n }\n ... on EnhancedToken {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n currentData\n id\n moderatedAt\n networkId\n previousData\n proposalData\n proposalNum\n proposalType\n proposedAt\n sortKey\n status\n }\n }\n}": typeof types.GetCommunityNotesDocument, - "query GetDetailedPairStats($bucketCount: Int, $durations: [DetailedPairStatsDuration], $networkId: Int!, $pairAddress: String!, $statsType: TokenPairStatisticsType, $timestamp: Int, $tokenOfInterest: TokenOfInterest) {\n getDetailedPairStats(\n bucketCount: $bucketCount\n durations: $durations\n networkId: $networkId\n pairAddress: $pairAddress\n statsType: $statsType\n timestamp: $timestamp\n tokenOfInterest: $tokenOfInterest\n ) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}": typeof types.GetDetailedPairStatsDocument, - "query GetDetailedPairsStats($input: [GetDetailedPairsStatsInput!]!) {\n getDetailedPairsStats(input: $input) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}": typeof types.GetDetailedPairsStatsDocument, + "query GetDetailedPairStats($bucketCount: Int, $durations: [DetailedPairStatsDuration], $networkId: Int!, $pairAddress: String!, $statsType: TokenPairStatisticsType, $timestamp: Int, $tokenOfInterest: TokenOfInterest) {\n getDetailedPairStats(\n bucketCount: $bucketCount\n durations: $durations\n networkId: $networkId\n pairAddress: $pairAddress\n statsType: $statsType\n timestamp: $timestamp\n tokenOfInterest: $tokenOfInterest\n ) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}": typeof types.GetDetailedPairStatsDocument, + "query GetDetailedPairsStats($input: [GetDetailedPairsStatsInput!]!) {\n getDetailedPairsStats(input: $input) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}": typeof types.GetDetailedPairsStatsDocument, "query GetDetailedTokenStats($bucketCount: Int, $durations: [DetailedTokenStatsDuration], $networkId: Int!, $statsType: TokenPairStatisticsType, $timestamp: Int, $tokenAddress: String!) {\n getDetailedTokenStats(\n bucketCount: $bucketCount\n durations: $durations\n networkId: $networkId\n statsType: $statsType\n timestamp: $timestamp\n tokenAddress: $tokenAddress\n ) {\n bucketCount\n lastTransactionAt\n networkId\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenAddress\n tokenId\n }\n}": typeof types.GetDetailedTokenStatsDocument, "query GetEventLabels($cursor: String, $direction: RankingDirection, $id: String!, $limit: Int) {\n getEventLabels(cursor: $cursor, direction: $direction, id: $id, limit: $limit) {\n cursor\n items {\n data {\n ... on FrontRunLabelData {\n index\n token0DrainedAmountFrontRun: token0DrainedAmount\n token1DrainedAmountFrontRun: token1DrainedAmount\n }\n ... on SandwichedLabelData {\n token0DrainedAmount\n token1DrainedAmount\n }\n }\n id\n label\n logIndex\n networkId\n timestamp\n transactionHash\n transactionIndex\n }\n }\n}": typeof types.GetEventLabelsDocument, "query GetExchanges($showNameless: Boolean) {\n getExchanges(showNameless: $showNameless) {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n}": typeof types.GetExchangesDocument, @@ -59,8 +59,8 @@ type Documents = { "query LiquidityLocks($cursor: String, $networkId: Int!, $pairAddress: String, $tokenAddress: String) {\n liquidityLocks(\n cursor: $cursor\n networkId: $networkId\n pairAddress: $pairAddress\n tokenAddress: $tokenAddress\n ) {\n cursor\n items {\n createdAt\n initialAmountToken0\n initialAmountToken1\n liquidityAmount\n liquidityNftData {\n nftPositionManagerAddress\n nftTokenId\n }\n liquidityProtocolV2\n lockProtocol\n lockerAddress\n networkId\n ownerAddress\n pairAddress\n unlockAt\n }\n pairLiquidityData {\n networkId\n pairAddress\n pairId\n totalLiquidity\n }\n }\n}": typeof types.LiquidityLocksDocument, "query LiquidityMetadata($networkId: Int!, $pairAddress: String!) {\n liquidityMetadata(networkId: $networkId, pairAddress: $pairAddress) {\n liquidity {\n active\n inactive\n }\n lockedLiquidity {\n active\n inactive\n lockBreakdown {\n active\n inactive\n lockProtocol\n }\n }\n }\n}": typeof types.LiquidityMetadataDocument, "query LiquidityMetadataByToken($networkId: Int!, $tokenAddress: String!) {\n liquidityMetadataByToken(networkId: $networkId, tokenAddress: $tokenAddress) {\n lockBreakdown {\n amountLockedTokens\n amountLockedTokensShifted\n amountLockedUsd\n lockProtocol\n }\n lockedLiquidityPercentage\n lockedLiquidityUsd\n lockedTokenLiquidity\n lockedTokenLiquidityShifted\n networkId\n tokenAddress\n totalLiquidityUsd\n totalTokenLiquidity\n totalTokenLiquidityShifted\n }\n}": typeof types.LiquidityMetadataByTokenDocument, - "query ListPairsForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n}": typeof types.ListPairsForTokenDocument, - "query ListPairsWithMetadataForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsWithMetadataForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n results {\n backingToken {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n exchange {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n liquidity\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n quoteToken\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n volume\n }\n }\n}": typeof types.ListPairsWithMetadataForTokenDocument, + "query ListPairsForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n}": typeof types.ListPairsForTokenDocument, + "query ListPairsWithMetadataForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsWithMetadataForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n results {\n backingToken {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n exchange {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n liquidity\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n quoteToken\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n volume\n }\n }\n}": typeof types.ListPairsWithMetadataForTokenDocument, "query PairMetadata($pairId: String!, $quoteToken: QuoteToken, $statsType: TokenPairStatisticsType) {\n pairMetadata(pairId: $pairId, quoteToken: $quoteToken, statsType: $statsType) {\n createdAt\n enhancedToken0 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n enhancedToken1 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n exchangeId\n fee\n highPrice1\n highPrice4\n highPrice5m\n highPrice12\n highPrice24\n id\n liquidity\n liquidityToken\n lowPrice1\n lowPrice4\n lowPrice5m\n lowPrice12\n lowPrice24\n networkId\n nonLiquidityToken\n pairAddress\n price\n priceChange1\n priceChange4\n priceChange5m\n priceChange12\n priceChange24\n priceNonQuoteToken\n quoteToken\n statsType\n tickSpacing\n token0 {\n address\n decimals\n labels {\n createdAt\n subType\n type\n }\n name\n networkId\n pooled\n price\n symbol\n }\n token1 {\n address\n decimals\n labels {\n createdAt\n subType\n type\n }\n name\n networkId\n pooled\n price\n symbol\n }\n top10HoldersPercent\n volume1\n volume4\n volume5m\n volume12\n volume24\n walletActivity {\n bundlerCount\n bundlerHeldPercentage\n devHeldPercentage\n insiderCount\n insiderHeldPercentage\n sniperCount\n sniperHeldPercentage\n }\n }\n}": typeof types.PairMetadataDocument, "query PredictionCategories {\n predictionCategories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n}": typeof types.PredictionCategoriesDocument, "query PredictionEventBars($input: PredictionEventBarsInput!) {\n predictionEventBars(input: $input) {\n bars {\n buyVolumeCollateralToken\n buyVolumeUsd\n lastEventTimestamp\n liquidityCollateralToken {\n c\n h\n l\n o\n }\n liquidityUsd {\n c\n h\n l\n o\n }\n openInterestCollateralToken {\n c\n h\n l\n o\n }\n openInterestUsd {\n c\n h\n l\n o\n }\n sellVolumeCollateralToken\n sellVolumeUsd\n t\n totalVolumeCollateralToken\n totalVolumeUsd\n trades\n uniqueTraders\n venueVolumeCollateralToken\n venueVolumeUsd\n volumeCollateralToken\n volumeUsd\n }\n eventId\n predictionEvent {\n categories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n closesAt\n createdAt\n id\n imageLargeUrl\n imageSmallUrl\n imageThumbUrl\n marketIds\n networkId\n opensAt\n protocol\n question\n resolution {\n result\n source\n }\n resolvedAt\n resolvesAt\n rulesPrimary\n rulesSecondary\n status\n tags\n updatedAt\n url\n venueEventId\n venueSeriesId\n }\n predictionMarkets {\n categories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n closesAt\n createdAt\n eventId\n eventLabel\n exchangeAddress\n id\n imageLargeUrl\n imageSmallUrl\n imageThumbUrl\n label\n networkId\n observedAt\n opensAt\n outcomeIds\n outcomeLabels\n protocol\n question\n resolution {\n result\n source\n }\n resolvedAt\n resolvesAt\n rules\n rules2\n updatedAt\n venueEventId\n venueMarketId\n venueMarketSlug\n venueOutcomeIds\n winningOutcomeId\n }\n }\n}": typeof types.PredictionEventBarsDocument, @@ -91,6 +91,7 @@ type Documents = { "subscription OnEventLabelCreated($id: String) {\n onEventLabelCreated(id: $id) {\n data {\n ... on FrontRunLabelData {\n index\n token0DrainedAmount\n token1DrainedAmount\n }\n ... on SandwichedLabelData {\n token0DrainedAmountSandwich: token0DrainedAmount\n token1DrainedAmountSandwich: token1DrainedAmount\n }\n }\n id\n label\n logIndex\n networkId\n timestamp\n transactionHash\n transactionIndex\n }\n}": typeof types.OnEventLabelCreatedDocument, "subscription OnEventsCreated($address: String, $id: String, $networkId: Int, $quoteToken: QuoteToken) {\n onEventsCreated(\n address: $address\n id: $id\n networkId: $networkId\n quoteToken: $quoteToken\n ) {\n address\n events {\n address\n baseTokenPrice\n blockHash\n blockNumber\n data {\n ... on BurnEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on MintEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on PoolBalanceChangedEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n liquidity0\n liquidity1\n protocolFeeAmount0\n protocolFeeAmount1\n sender\n token0\n token1\n type\n }\n ... on SwapEventData {\n amount0\n amount0In\n amount0Out\n amount1\n amount1In\n amount1Out\n amountNonLiquidityToken\n priceBaseToken\n priceBaseTokenTotal\n priceUsd\n priceUsdTotal\n tick\n type\n }\n }\n eventDisplayType\n eventType\n feeData {\n baseFeeNativeUnit\n builderTipNativeUnit\n dynamicFee\n estimatedPoolFee\n gasUsed\n l1DataFeeNativeUnit\n poolFeeAmountRaw\n poolFeeBps\n poolFeeRateRaw\n priorityFeeNativeUnit\n supplementalFeeData {\n ... on PumpAmmCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n ... on PumpCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n }\n txEventCount\n }\n id\n labels {\n sandwich {\n label\n sandwichType\n token0DrainedAmount\n token1DrainedAmount\n }\n washtrade {\n label\n }\n }\n liquidityToken\n logIndex\n maker\n networkId\n quoteToken\n timestamp\n token0Address\n token0PoolValueUsd\n token0SwapValueUsd\n token0ValueBase\n token1Address\n token1PoolValueUsd\n token1SwapValueUsd\n token1ValueBase\n transactionHash\n transactionIndex\n walletAge\n walletLabels\n }\n id\n networkId\n quoteToken\n }\n}": typeof types.OnEventsCreatedDocument, "subscription OnEventsCreatedByMaker($input: OnEventsCreatedByMakerInput!) {\n onEventsCreatedByMaker(input: $input) {\n events {\n address\n baseTokenPrice\n blockHash\n blockNumber\n data {\n ... on BurnEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on MintEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on PoolBalanceChangedEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n liquidity0\n liquidity1\n protocolFeeAmount0\n protocolFeeAmount1\n sender\n token0\n token1\n type\n }\n ... on SwapEventData {\n amount0\n amount0In\n amount0Out\n amount1\n amount1In\n amount1Out\n amountNonLiquidityToken\n priceBaseToken\n priceBaseTokenTotal\n priceUsd\n priceUsdTotal\n tick\n type\n }\n }\n eventDisplayType\n eventType\n feeData {\n baseFeeNativeUnit\n builderTipNativeUnit\n dynamicFee\n estimatedPoolFee\n gasUsed\n l1DataFeeNativeUnit\n poolFeeAmountRaw\n poolFeeBps\n poolFeeRateRaw\n priorityFeeNativeUnit\n supplementalFeeData {\n ... on PumpAmmCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n ... on PumpCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n }\n txEventCount\n }\n id\n labels {\n sandwich {\n label\n sandwichType\n token0DrainedAmount\n token1DrainedAmount\n }\n washtrade {\n label\n }\n }\n liquidityToken\n logIndex\n maker\n networkId\n quoteToken\n timestamp\n token0Address\n token0PoolValueUsd\n token0SwapValueUsd\n token0ValueBase\n token1Address\n token1PoolValueUsd\n token1SwapValueUsd\n token1ValueBase\n transactionHash\n transactionIndex\n walletAge\n walletLabels\n }\n makerAddress\n }\n}": typeof types.OnEventsCreatedByMakerDocument, + "subscription OnFilterTokenUpdated($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $updatePeriod: Int, $useAggregatedStats: Boolean) {\n onFilterTokenUpdated(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n updatePeriod: $updatePeriod\n useAggregatedStats: $useAggregatedStats\n ) {\n updates {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n trendingScore\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}": typeof types.OnFilterTokenUpdatedDocument, "subscription OnHoldersUpdated($tokenId: String!) {\n onHoldersUpdated(tokenId: $tokenId) {\n balances {\n address\n balance\n balanceUsd\n firstHeldTimestamp\n liquidityUsd\n networkId\n shiftedBalance\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n tokenAddress\n tokenId\n tokenPriceUsd\n walletId\n }\n holders\n networkId\n tokenAddress\n tokenId\n }\n}": typeof types.OnHoldersUpdatedDocument, "subscription OnLatestPairUpdated($id: String, $networkId: Int) {\n onLatestPairUpdated(id: $id, networkId: $networkId) {\n address\n exchangeHash\n id\n initialPriceUsd\n liquidAt\n liquidity\n liquidityToken\n networkId\n newToken\n nonLiquidityToken\n oldToken\n priceChange\n priceUsd\n token0 {\n address\n currentPoolAmount\n decimals\n id\n initialPoolAmount\n name\n networkId\n pairId\n poolVariation\n symbol\n }\n token1 {\n address\n currentPoolAmount\n decimals\n id\n initialPoolAmount\n name\n networkId\n pairId\n poolVariation\n symbol\n }\n transactionHash\n }\n}": typeof types.OnLatestPairUpdatedDocument, "subscription OnLatestTokens($id: String, $networkId: Int, $tokenAddress: String) {\n onLatestTokens(id: $id, networkId: $networkId, tokenAddress: $tokenAddress) {\n blockHash\n blockNumber\n creatorAddress\n creatorBalance\n decimals\n id\n networkId\n simulationResults {\n buyGasUsed\n buySuccess\n buyTax\n canRenounceOwnership\n canTransferOwnership\n isOwnerRenounced\n maxBuyAmount\n maxSellAmount\n openTradingCall\n sellGasUsed\n sellSuccess\n sellTax\n }\n timeCreated\n tokenAddress\n tokenName\n tokenSymbol\n totalSupply\n traceIndex\n transactionHash\n transactionIndex\n }\n}": typeof types.OnLatestTokensDocument, @@ -129,18 +130,18 @@ const documents: Documents = { "query DetailedPredictionTraderStats($input: DetailedPredictionTraderStatsInput!) {\n detailedPredictionTraderStats(input: $input) {\n allTimeStats {\n totalProfitCT\n totalProfitUsd\n totalVolumeCT\n totalVolumeUsd\n }\n lastTransactionAt\n statsDay1 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n statsDay30 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n statsHour1 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n statsHour4 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n statsHour12 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n statsWeek1 {\n end\n lastTransactionAt\n start\n statsChange {\n buyVolumeChange\n lossesChange\n realizedPnlChange\n sellVolumeChange\n tradesChange\n uniqueMarketsChange\n volumeChange\n winsChange\n }\n statsCurrency {\n averageProfitCTPerTrade\n averageProfitUsdPerTrade\n averageSwapAmountCT\n averageSwapAmountUsd\n buyVolumeCT\n buyVolumeUsd\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n realizedPnlCT\n realizedPnlUsd\n realizedProfitPercentage\n sellVolumeCT\n sellVolumeUsd\n soldTokenAcquisitionCostCT\n soldTokenAcquisitionCostUsd\n volumeCT\n volumeUsd\n }\n statsNonCurrency {\n buys\n losses\n sells\n trades\n uniqueMarkets\n wins\n }\n }\n trader {\n activeMarketsCount\n alias\n allTimeProfitCT\n allTimeProfitUsd\n biggestLossCT\n biggestLossUsd\n biggestWinCT\n biggestWinUsd\n createdAt\n firstTradeTimestamp\n id\n labels\n lastTradeTimestamp\n linkedAddresses\n primaryAddress\n profileImageUrl\n profileUrl\n protocol\n totalTradesCount\n totalVolumeCT\n totalVolumeUsd\n updatedAt\n venueTraderId\n }\n traderId\n }\n}": types.DetailedPredictionTraderStatsDocument, "query DetailedWalletStats($input: DetailedWalletStatsInput!) {\n detailedWalletStats(input: $input) {\n botScore\n labels\n lastTransactionAt\n networkBreakdown {\n nativeTokenBalance\n networkId\n statsDay1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsDay30 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsWeek1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsYear1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n }\n scammerScore\n statsDay1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsDay30 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsWeek1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n statsYear1 {\n end\n lastTransactionAt\n networkId\n start\n statsNonCurrency {\n losses\n swaps\n uniqueTokens\n wins\n }\n statsUsd {\n averageProfitUsdPerTrade\n averageSwapAmountUsd\n heldTokenAcquisitionCostUsd\n realizedProfitPercentage\n realizedProfitUsd\n soldTokenAcquisitionCostUsd\n volumeUsd\n volumeUsdAll\n }\n walletAddress\n }\n wallet {\n address\n avatarUrl\n discordId\n discordUsername\n displayName\n ethosLevel\n ethosScore\n ethosVerified\n farcasterId\n farcasterUsername\n firstFunding {\n amount\n fundedAt\n fundedByAddress\n fundedByLabel\n networkId\n tokenAddress\n transactionHash\n }\n firstSeenTimestamp\n githubId\n githubUsername\n identityLabels\n identitySource\n identityUpdatedAt\n telegramId\n telegramUsername\n twitterId\n twitterUsername\n website\n }\n walletAddress\n }\n}": types.DetailedWalletStatsDocument, "query FilterExchanges($filters: ExchangeFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [ExchangeRanking]) {\n filterExchanges(\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n ) {\n count\n offset\n results {\n dailyActiveUsers\n exchange {\n address\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n monthlyActiveUsers\n txnCount1\n txnCount4\n txnCount12\n txnCount24\n volumeNBT1\n volumeNBT4\n volumeNBT12\n volumeNBT24\n volumeUSD1\n volumeUSD4\n volumeUSD12\n volumeUSD24\n }\n }\n}": types.FilterExchangesDocument, - "query FilterPairs($filters: PairFilters, $limit: Int, $matchTokens: PairFilterMatchTokens, $offset: Int, $pairs: [String], $phrase: String, $rankings: [PairRanking], $statsType: TokenPairStatisticsType) {\n filterPairs(\n filters: $filters\n limit: $limit\n matchTokens: $matchTokens\n offset: $offset\n pairs: $pairs\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n ) {\n count\n offset\n results {\n buyCount1\n buyCount4\n buyCount12\n buyCount24\n buyVolumeUSD1\n buyVolumeUSD4\n buyVolumeUSD12\n buyVolumeUSD24\n createdAt\n exchange {\n address\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n highPrice1\n highPrice4\n highPrice12\n highPrice24\n lastTransaction\n liquidity\n liquidityToken\n lockedLiquidityPercentage\n lowPrice1\n lowPrice4\n lowPrice12\n lowPrice24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n potentialScamReasons\n price\n priceChange1\n priceChange4\n priceChange12\n priceChange24\n priceScale\n quoteToken\n sellCount1\n sellCount4\n sellCount12\n sellCount24\n sellVolumeUSD1\n sellVolumeUSD4\n sellVolumeUSD12\n sellVolumeUSD24\n swapPct1dOldWallet\n swapPct7dOldWallet\n token0 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n txnCount1\n txnCount4\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions12\n uniqueTransactions24\n volumeChange1\n volumeChange4\n volumeChange12\n volumeChange24\n volumeUSD1\n volumeUSD4\n volumeUSD12\n volumeUSD24\n walletAgeAvg\n walletAgeStd\n }\n }\n}": types.FilterPairsDocument, + "query FilterPairs($filters: PairFilters, $limit: Int, $matchTokens: PairFilterMatchTokens, $offset: Int, $pairs: [String], $phrase: String, $rankings: [PairRanking], $statsType: TokenPairStatisticsType) {\n filterPairs(\n filters: $filters\n limit: $limit\n matchTokens: $matchTokens\n offset: $offset\n pairs: $pairs\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n ) {\n count\n offset\n results {\n buyCount1\n buyCount4\n buyCount12\n buyCount24\n buyVolumeUSD1\n buyVolumeUSD4\n buyVolumeUSD12\n buyVolumeUSD24\n createdAt\n exchange {\n address\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n highPrice1\n highPrice4\n highPrice12\n highPrice24\n lastTransaction\n liquidity\n liquidityToken\n lockedLiquidityPercentage\n lowPrice1\n lowPrice4\n lowPrice12\n lowPrice24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n price\n priceChange1\n priceChange4\n priceChange12\n priceChange24\n priceScale\n quoteToken\n sellCount1\n sellCount4\n sellCount12\n sellCount24\n sellVolumeUSD1\n sellVolumeUSD4\n sellVolumeUSD12\n sellVolumeUSD24\n swapPct1dOldWallet\n swapPct7dOldWallet\n token0 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n txnCount1\n txnCount4\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions12\n uniqueTransactions24\n volumeChange1\n volumeChange4\n volumeChange12\n volumeChange24\n volumeUSD1\n volumeUSD4\n volumeUSD12\n volumeUSD24\n walletAgeAvg\n walletAgeStd\n }\n }\n}": types.FilterPairsDocument, "query FilterPredictionEvents($eventIds: [String!], $excludeEventIds: [String!], $filters: PredictionEventFilters, $limit: Int, $marketSort: PredictionEventMarketSort, $offset: Int, $phrase: String, $rankings: [PredictionEventRanking!]) {\n filterPredictionEvents(\n eventIds: $eventIds\n excludeEventIds: $excludeEventIds\n filters: $filters\n limit: $limit\n marketSort: $marketSort\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n ) {\n count\n page\n results {\n age\n categories\n closesAt\n createdAt\n event {\n closesAt\n createdAt\n description\n exchangeAddress\n id\n imageThumbUrl\n networkId\n opensAt\n protocol\n question\n resolvedAt\n resolvesAt\n slug\n status\n tags\n venueEventId\n venueSeriesId\n venueUrl\n }\n expectedLifespan\n id\n lastTransactionAt\n liquidityCT\n liquidityChange1h\n liquidityChange1w\n liquidityChange4h\n liquidityChange5m\n liquidityChange12h\n liquidityChange24h\n liquidityUsd\n marketCount\n markets {\n id\n label\n }\n openInterestCT\n openInterestChange1h\n openInterestChange1w\n openInterestChange4h\n openInterestChange5m\n openInterestChange12h\n openInterestChange24h\n openInterestUsd\n opensAt\n predictionEvent {\n categories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n closesAt\n createdAt\n id\n imageLargeUrl\n imageSmallUrl\n imageThumbUrl\n marketIds\n networkId\n opensAt\n protocol\n question\n resolution {\n result\n source\n }\n resolvedAt\n resolvesAt\n rulesPrimary\n rulesSecondary\n status\n tags\n updatedAt\n url\n venueEventId\n venueSeriesId\n }\n protocol\n relatedEventIds\n relevanceScore1h\n relevanceScore1w\n relevanceScore4h\n relevanceScore5m\n relevanceScore12h\n relevanceScore24h\n resolutionSource\n resolvedAt\n resolvesAt\n status\n timestamp\n topMarkets {\n label\n marketId\n outcome0BidCT\n outcome0Label\n outcome1BidCT\n outcome1Label\n volumeCT1d\n volumeCT1w\n volumeCTAll\n }\n trades1h\n trades1w\n trades4h\n trades5m\n trades12h\n trades24h\n tradesChange1h\n tradesChange1w\n tradesChange4h\n tradesChange5m\n tradesChange12h\n tradesChange24h\n trendingScore1h\n trendingScore1w\n trendingScore4h\n trendingScore5m\n trendingScore12h\n trendingScore24h\n uniqueTraders1h\n uniqueTraders1w\n uniqueTraders4h\n uniqueTraders5m\n uniqueTraders12h\n uniqueTraders24h\n uniqueTradersChange1h\n uniqueTradersChange1w\n uniqueTradersChange4h\n uniqueTradersChange5m\n uniqueTradersChange12h\n uniqueTradersChange24h\n venueVolumeCT\n venueVolumeUsd\n volumeCTAll\n volumeChange1h\n volumeChange1w\n volumeChange4h\n volumeChange5m\n volumeChange12h\n volumeChange24h\n volumeUsd1h\n volumeUsd1w\n volumeUsd4h\n volumeUsd5m\n volumeUsd12h\n volumeUsd24h\n volumeUsdAll\n }\n }\n}": types.FilterPredictionEventsDocument, "query FilterPredictionMarkets($eventIds: [String!], $excludeEventIds: [String!], $excludeMarketIds: [String!], $filters: PredictionMarketFilters, $limit: Int, $marketIds: [String!], $offset: Int, $phrase: String, $rankings: [PredictionMarketRanking!]) {\n filterPredictionMarkets(\n eventIds: $eventIds\n excludeEventIds: $excludeEventIds\n excludeMarketIds: $excludeMarketIds\n filters: $filters\n limit: $limit\n marketIds: $marketIds\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n ) {\n count\n page\n results {\n age\n avgTradeSizeUsd1h\n avgTradeSizeUsd1w\n avgTradeSizeUsd4h\n avgTradeSizeUsd5m\n avgTradeSizeUsd12h\n avgTradeSizeUsd24h\n categories\n closesAt\n competitiveScore1h\n competitiveScore1w\n competitiveScore4h\n competitiveScore5m\n competitiveScore12h\n competitiveScore24h\n eventLabel\n expectedLifespan\n id\n impliedProbabilitySum\n lastTransactionAt\n liquidityAsymmetry\n liquidityCT\n liquidityChange1h\n liquidityChange1w\n liquidityChange4h\n liquidityChange5m\n liquidityChange12h\n liquidityChange24h\n liquidityUsd\n market {\n closesAt\n collateral\n createdAt\n eventId\n exchangeAddress\n id\n imageThumbUrl\n label\n networkId\n opensAt\n protocol\n question\n resolvedAt\n resolvesAt\n status\n tags\n venueEventId\n venueMarketId\n venueMarketSlug\n }\n maxPriceRange1h\n maxPriceRange1w\n maxPriceRange4h\n maxPriceRange5m\n maxPriceRange12h\n maxPriceRange24h\n openInterestCT\n openInterestChange1h\n openInterestChange1w\n openInterestChange4h\n openInterestChange5m\n openInterestChange12h\n openInterestChange24h\n openInterestUsd\n opensAt\n outcome0 {\n bestAskCT\n bestAskUsd\n bestBidCT\n bestBidUsd\n buyVolumeUsd1h\n buyVolumeUsd1w\n buyVolumeUsd4h\n buyVolumeUsd5m\n buyVolumeUsd12h\n buyVolumeUsd24h\n buys1h\n buys1w\n buys4h\n buys5m\n buys12h\n buys24h\n exchangeAddress\n highPriceUsd1h\n highPriceUsd1w\n highPriceUsd4h\n highPriceUsd5m\n highPriceUsd12h\n highPriceUsd24h\n id\n isWinner\n label\n lastPriceCT\n lastPriceUsd\n liquidityCT\n liquidityUsd\n lowPriceUsd1h\n lowPriceUsd1w\n lowPriceUsd4h\n lowPriceUsd5m\n lowPriceUsd12h\n lowPriceUsd24h\n networkId\n priceChange1h\n priceChange1w\n priceChange4h\n priceChange5m\n priceChange12h\n priceChange24h\n priceRange1h\n priceRange1w\n priceRange4h\n priceRange5m\n priceRange12h\n priceRange24h\n sellVolumeUsd1h\n sellVolumeUsd1w\n sellVolumeUsd4h\n sellVolumeUsd5m\n sellVolumeUsd12h\n sellVolumeUsd24h\n sells1h\n sells1w\n sells4h\n sells5m\n sells12h\n sells24h\n spreadCT\n spreadUsd\n tags\n tokenAddress\n trades1h\n trades1w\n trades4h\n trades5m\n trades12h\n trades24h\n tradesChange1h\n tradesChange1w\n tradesChange4h\n tradesChange5m\n tradesChange12h\n tradesChange24h\n twoPercentAskDepthCT\n twoPercentAskDepthUsd\n twoPercentBidDepthCT\n twoPercentBidDepthUsd\n venueOutcomeId\n volumeChange1h\n volumeChange1w\n volumeChange4h\n volumeChange5m\n volumeChange12h\n volumeChange24h\n volumeShares1h\n volumeShares1w\n volumeShares4h\n volumeShares5m\n volumeShares12h\n volumeShares24h\n volumeUsd1h\n volumeUsd1w\n volumeUsd4h\n volumeUsd5m\n volumeUsd12h\n volumeUsd24h\n }\n outcome1 {\n bestAskCT\n bestAskUsd\n bestBidCT\n bestBidUsd\n buyVolumeUsd1h\n buyVolumeUsd1w\n buyVolumeUsd4h\n buyVolumeUsd5m\n buyVolumeUsd12h\n buyVolumeUsd24h\n buys1h\n buys1w\n buys4h\n buys5m\n buys12h\n buys24h\n exchangeAddress\n highPriceUsd1h\n highPriceUsd1w\n highPriceUsd4h\n highPriceUsd5m\n highPriceUsd12h\n highPriceUsd24h\n id\n isWinner\n label\n lastPriceCT\n lastPriceUsd\n liquidityCT\n liquidityUsd\n lowPriceUsd1h\n lowPriceUsd1w\n lowPriceUsd4h\n lowPriceUsd5m\n lowPriceUsd12h\n lowPriceUsd24h\n networkId\n priceChange1h\n priceChange1w\n priceChange4h\n priceChange5m\n priceChange12h\n priceChange24h\n priceRange1h\n priceRange1w\n priceRange4h\n priceRange5m\n priceRange12h\n priceRange24h\n sellVolumeUsd1h\n sellVolumeUsd1w\n sellVolumeUsd4h\n sellVolumeUsd5m\n sellVolumeUsd12h\n sellVolumeUsd24h\n sells1h\n sells1w\n sells4h\n sells5m\n sells12h\n sells24h\n spreadCT\n spreadUsd\n tags\n tokenAddress\n trades1h\n trades1w\n trades4h\n trades5m\n trades12h\n trades24h\n tradesChange1h\n tradesChange1w\n tradesChange4h\n tradesChange5m\n tradesChange12h\n tradesChange24h\n twoPercentAskDepthCT\n twoPercentAskDepthUsd\n twoPercentBidDepthCT\n twoPercentBidDepthUsd\n venueOutcomeId\n volumeChange1h\n volumeChange1w\n volumeChange4h\n volumeChange5m\n volumeChange12h\n volumeChange24h\n volumeShares1h\n volumeShares1w\n volumeShares4h\n volumeShares5m\n volumeShares12h\n volumeShares24h\n volumeUsd1h\n volumeUsd1w\n volumeUsd4h\n volumeUsd5m\n volumeUsd12h\n volumeUsd24h\n }\n predictionMarket {\n categories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n closesAt\n createdAt\n eventId\n eventLabel\n exchangeAddress\n id\n imageLargeUrl\n imageSmallUrl\n imageThumbUrl\n label\n networkId\n observedAt\n opensAt\n outcomeIds\n outcomeLabels\n protocol\n question\n resolution {\n result\n source\n }\n resolvedAt\n resolvesAt\n rules\n rules2\n updatedAt\n venueEventId\n venueMarketId\n venueMarketSlug\n venueOutcomeIds\n winningOutcomeId\n }\n priceCompetitiveness\n protocol\n relevanceScore1h\n relevanceScore1w\n relevanceScore4h\n relevanceScore5m\n relevanceScore12h\n relevanceScore24h\n resolutionSource\n resolvesAt\n status\n timestamp\n trades1h\n trades1w\n trades4h\n trades5m\n trades12h\n trades24h\n tradesChange1h\n tradesChange1w\n tradesChange4h\n tradesChange5m\n tradesChange12h\n tradesChange24h\n trendingScore1h\n trendingScore1w\n trendingScore4h\n trendingScore5m\n trendingScore12h\n trendingScore24h\n uniqueTraders1h\n uniqueTraders1w\n uniqueTraders4h\n uniqueTraders5m\n uniqueTraders12h\n uniqueTraders24h\n uniqueTradersChange1h\n uniqueTradersChange1w\n uniqueTradersChange4h\n uniqueTradersChange5m\n uniqueTradersChange12h\n uniqueTradersChange24h\n venueVolumeCT\n venueVolumeUsd\n volumeCTAll\n volumeChange1h\n volumeChange1w\n volumeChange4h\n volumeChange5m\n volumeChange12h\n volumeChange24h\n volumeImbalance24h\n volumeUsd1h\n volumeUsd1w\n volumeUsd4h\n volumeUsd5m\n volumeUsd12h\n volumeUsd24h\n volumeUsdAll\n winningOutcomeId\n }\n }\n}": types.FilterPredictionMarketsDocument, "query FilterPredictionTraderMarkets($eventIds: [String!], $excludeEventIds: [String!], $excludeMarketIds: [String!], $excludeTraderIds: [String!], $filters: PredictionTraderMarketFilters, $limit: Int, $marketIds: [String!], $offset: Int, $phrase: String, $rankings: [PredictionTraderMarketRanking!], $traderIds: [String!]) {\n filterPredictionTraderMarkets(\n eventIds: $eventIds\n excludeEventIds: $excludeEventIds\n excludeMarketIds: $excludeMarketIds\n excludeTraderIds: $excludeTraderIds\n filters: $filters\n limit: $limit\n marketIds: $marketIds\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n traderIds: $traderIds\n ) {\n count\n page\n results {\n eventId\n firstTradeTimestamp\n hasOpenPosition\n id\n lastTradeTimestamp\n market {\n closesAt\n eventId\n eventLabel\n id\n imageThumbUrl\n label\n outcome0Label\n outcome1Label\n protocol\n question\n resolvedAt\n status\n venueMarketId\n }\n marketId\n outcome0 {\n avgEntryPriceCT\n avgEntryPriceUsd\n buyVolumeCT\n buyVolumeShares\n buyVolumeUsd\n buys\n costBasisCT\n costBasisUsd\n firstTradeTimestamp\n isWinningOutcome\n lastTradeTimestamp\n outcomeId\n pnlStatus\n realizedPnlCT\n realizedPnlUsd\n sellVolumeCT\n sellVolumeShares\n sellVolumeUsd\n sells\n sharesHeld\n }\n outcome1 {\n avgEntryPriceCT\n avgEntryPriceUsd\n buyVolumeCT\n buyVolumeShares\n buyVolumeUsd\n buys\n costBasisCT\n costBasisUsd\n firstTradeTimestamp\n isWinningOutcome\n lastTradeTimestamp\n outcomeId\n pnlStatus\n realizedPnlCT\n realizedPnlUsd\n sellVolumeCT\n sellVolumeShares\n sellVolumeUsd\n sells\n sharesHeld\n }\n pnlPerVolumeMarket\n predictionMarket {\n categories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n closesAt\n createdAt\n eventId\n eventLabel\n exchangeAddress\n id\n imageLargeUrl\n imageSmallUrl\n imageThumbUrl\n label\n networkId\n observedAt\n opensAt\n outcomeIds\n outcomeLabels\n protocol\n question\n resolution {\n result\n source\n }\n resolvedAt\n resolvesAt\n rules\n rules2\n updatedAt\n venueEventId\n venueMarketId\n venueMarketSlug\n venueOutcomeIds\n winningOutcomeId\n }\n predictionTrader {\n activeMarketsCount\n alias\n allTimeProfitCT\n allTimeProfitUsd\n biggestLossCT\n biggestLossUsd\n biggestWinCT\n biggestWinUsd\n createdAt\n firstTradeTimestamp\n id\n labels\n lastTradeTimestamp\n linkedAddresses\n primaryAddress\n profileImageUrl\n profileUrl\n protocol\n totalTradesCount\n totalVolumeCT\n totalVolumeUsd\n updatedAt\n venueTraderId\n }\n profitPerTradeUsd\n timestamp\n totalBuys\n totalCostBasisCT\n totalCostBasisUsd\n totalRealizedPnlCT\n totalRealizedPnlUsd\n totalSells\n totalSharesHeld\n totalTrades\n totalVolumeCT\n totalVolumeShares\n totalVolumeUsd\n trader {\n alias\n id\n labels\n linkedAddresses\n primaryAddress\n profileImageUrl\n profileUrl\n protocol\n venueTraderId\n }\n traderId\n winningOutcomeId\n }\n }\n}": types.FilterPredictionTraderMarketsDocument, "query FilterPredictionTraders($excludeTraderIds: [String!], $filters: PredictionTraderFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [PredictionTraderRanking!], $traderIds: [String!]) {\n filterPredictionTraders(\n excludeTraderIds: $excludeTraderIds\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n traderIds: $traderIds\n ) {\n count\n page\n results {\n activeMarketsCount\n averageProfitUsdPerTrade1m\n averageProfitUsdPerTrade1w\n averageProfitUsdPerTrade12h\n averageProfitUsdPerTrade24h\n averageSwapAmountUsd1m\n averageSwapAmountUsd1w\n averageSwapAmountUsd12h\n averageSwapAmountUsd24h\n biggestLossCT\n biggestLossUsd\n biggestWinCT\n biggestWinUsd\n buyVolumeUsd1m\n buyVolumeUsd1w\n buyVolumeUsd12h\n buyVolumeUsd24h\n buys1m\n buys1w\n buys12h\n buys24h\n firstTradeTimestamp\n heldTokenAcquisitionCostCT\n heldTokenAcquisitionCostUsd\n id\n lastTradeTimestamp\n losses1m\n losses1w\n losses12h\n losses24h\n pnlPerVolumeAll\n predictionTrader {\n activeMarketsCount\n alias\n allTimeProfitCT\n allTimeProfitUsd\n biggestLossCT\n biggestLossUsd\n biggestWinCT\n biggestWinUsd\n createdAt\n firstTradeTimestamp\n id\n labels\n lastTradeTimestamp\n linkedAddresses\n primaryAddress\n profileImageUrl\n profileUrl\n protocol\n totalTradesCount\n totalVolumeCT\n totalVolumeUsd\n updatedAt\n venueTraderId\n }\n profitPerTradeUsdAll\n realizedPnlCT1m\n realizedPnlCT1w\n realizedPnlCT12h\n realizedPnlCT24h\n realizedPnlChange1m\n realizedPnlChange1w\n realizedPnlChange12h\n realizedPnlChange24h\n realizedPnlUsd1m\n realizedPnlUsd1w\n realizedPnlUsd12h\n realizedPnlUsd24h\n realizedProfitPercentage1m\n realizedProfitPercentage1w\n realizedProfitPercentage12h\n realizedProfitPercentage24h\n sellVolumeUsd1m\n sellVolumeUsd1w\n sellVolumeUsd12h\n sellVolumeUsd24h\n sells1m\n sells1w\n sells12h\n sells24h\n timestamp\n totalProfitCTAll\n totalProfitUsdAll\n totalTradesAll\n totalVolumeCTAll\n totalVolumeUsdAll\n trader {\n alias\n id\n labels\n linkedAddresses\n primaryAddress\n profileImageUrl\n profileUrl\n protocol\n venueTraderId\n }\n trades1m\n trades1w\n trades12h\n trades24h\n uniqueMarkets1m\n uniqueMarkets1w\n uniqueMarkets12h\n uniqueMarkets24h\n volumeCT1m\n volumeCT1w\n volumeCT12h\n volumeCT24h\n volumeChange1m\n volumeChange1w\n volumeChange12h\n volumeChange24h\n volumePerTradeUsdAll\n volumeUsd1m\n volumeUsd1w\n volumeUsd12h\n volumeUsd24h\n winRate1m\n winRate1w\n winRate12h\n winRate24h\n wins1m\n wins1w\n wins12h\n wins24h\n }\n }\n}": types.FilterPredictionTradersDocument, "query FilterTokenWallets($input: FilterTokenWalletsInput!) {\n filterTokenWallets(input: $input) {\n count\n offset\n results {\n address\n amountBoughtUsd1d\n amountBoughtUsd1w\n amountBoughtUsd1y\n amountBoughtUsd30d\n amountSoldUsd1d\n amountSoldUsd1w\n amountSoldUsd1y\n amountSoldUsd30d\n amountSoldUsdAll1d\n amountSoldUsdAll1w\n amountSoldUsdAll1y\n amountSoldUsdAll30d\n backfillState\n botScore\n buys1d\n buys1w\n buys1y\n buys30d\n firstTransactionAt\n labels\n lastTransactionAt\n networkId\n purchasedTokenBalance\n realizedProfitPercentage1d\n realizedProfitPercentage1w\n realizedProfitPercentage1y\n realizedProfitPercentage30d\n realizedProfitUsd1d\n realizedProfitUsd1w\n realizedProfitUsd1y\n realizedProfitUsd30d\n scammerScore\n sells1d\n sells1w\n sells1y\n sells30d\n sellsAll1d\n sellsAll1w\n sellsAll1y\n sellsAll30d\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n }\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n }\n tokenAcquisitionCostUsd\n tokenAddress\n tokenAmountBought1d\n tokenAmountBought1w\n tokenAmountBought1y\n tokenAmountBought30d\n tokenAmountSold1d\n tokenAmountSold1w\n tokenAmountSold1y\n tokenAmountSold30d\n tokenAmountSoldAll1d\n tokenAmountSoldAll1w\n tokenAmountSoldAll1y\n tokenAmountSoldAll30d\n tokenBalance\n tokenBalanceLive\n tokenBalanceLiveUsd\n }\n }\n}": types.FilterTokenWalletsDocument, - "query FilterTokens($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $useAggregatedStats: Boolean) {\n filterTokens(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n useAggregatedStats: $useAggregatedStats\n ) {\n count\n page\n results {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}": types.FilterTokensDocument, + "query FilterTokens($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $useAggregatedStats: Boolean) {\n filterTokens(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n useAggregatedStats: $useAggregatedStats\n ) {\n count\n page\n results {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n trendingScore\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}": types.FilterTokensDocument, "query FilterWallets($input: FilterWalletsInput!) {\n filterWallets(input: $input) {\n count\n offset\n results {\n address\n averageProfitUsdPerTrade1d\n averageProfitUsdPerTrade1w\n averageProfitUsdPerTrade1y\n averageProfitUsdPerTrade30d\n averageSwapAmountUsd1d\n averageSwapAmountUsd1w\n averageSwapAmountUsd1y\n averageSwapAmountUsd30d\n backfillState\n botScore\n firstTransactionAt\n labels\n lastTransactionAt\n nativeTokenBalance\n networkId\n realizedProfitPercentage1d\n realizedProfitPercentage1w\n realizedProfitPercentage1y\n realizedProfitPercentage30d\n realizedProfitUsd1d\n realizedProfitUsd1w\n realizedProfitUsd1y\n realizedProfitUsd30d\n scammerScore\n swaps1d\n swaps1w\n swaps1y\n swaps30d\n swapsAll1d\n swapsAll1w\n swapsAll1y\n swapsAll30d\n uniqueTokens1d\n uniqueTokens1w\n uniqueTokens1y\n uniqueTokens30d\n volumeUsd1d\n volumeUsd1w\n volumeUsd1y\n volumeUsd30d\n volumeUsdAll1d\n volumeUsdAll1w\n volumeUsdAll1y\n volumeUsdAll30d\n wallet {\n address\n avatarUrl\n discordId\n discordUsername\n displayName\n ethosLevel\n ethosScore\n ethosVerified\n farcasterId\n farcasterUsername\n firstFunding {\n amount\n fundedAt\n fundedByAddress\n fundedByLabel\n networkId\n tokenAddress\n transactionHash\n }\n firstSeenTimestamp\n githubId\n githubUsername\n identityLabels\n identitySource\n identityUpdatedAt\n telegramId\n telegramUsername\n twitterId\n twitterUsername\n website\n }\n winRate1d\n winRate1w\n winRate1y\n winRate30d\n }\n }\n}": types.FilterWalletsDocument, - "query GetBars($countback: Int, $currencyCode: String, $from: Int!, $quoteToken: QuoteToken, $removeEmptyBars: Boolean, $removeLeadingNullValues: Boolean, $resolution: String!, $statsType: TokenPairStatisticsType, $symbol: String!, $symbolType: SymbolType, $to: Int!) {\n getBars(\n countback: $countback\n currencyCode: $currencyCode\n from: $from\n quoteToken: $quoteToken\n removeEmptyBars: $removeEmptyBars\n removeLeadingNullValues: $removeLeadingNullValues\n resolution: $resolution\n statsType: $statsType\n symbol: $symbol\n symbolType: $symbolType\n to: $to\n ) {\n averageCostPerTrade\n baseFees\n builderTips\n buyVolume\n buyers\n buys\n c\n feeRegimeClassification\n feeToVolumeRatio\n gasPerVolume\n h\n l\n l1DataFees\n liquidity\n mevRiskLevel\n mevToTotalFeesRatio\n o\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n poolFees\n priorityFees\n s\n sandwichRate\n sellVolume\n sellers\n sells\n t\n totalFees\n traders\n transactions\n volume\n volumeNativeToken\n }\n}": types.GetBarsDocument, + "query GetBars($countback: Int, $currencyCode: String, $from: Int!, $quoteToken: QuoteToken, $removeEmptyBars: Boolean, $removeLeadingNullValues: Boolean, $resolution: String!, $statsType: TokenPairStatisticsType, $symbol: String!, $symbolType: SymbolType, $to: Int!) {\n getBars(\n countback: $countback\n currencyCode: $currencyCode\n from: $from\n quoteToken: $quoteToken\n removeEmptyBars: $removeEmptyBars\n removeLeadingNullValues: $removeLeadingNullValues\n resolution: $resolution\n statsType: $statsType\n symbol: $symbol\n symbolType: $symbolType\n to: $to\n ) {\n averageCostPerTrade\n baseFees\n builderTips\n buyVolume\n buyers\n buys\n c\n feeRegimeClassification\n feeToVolumeRatio\n gasPerVolume\n h\n l\n l1DataFees\n liquidity\n mevRiskLevel\n mevToTotalFeesRatio\n o\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n poolFees\n priorityFees\n s\n sandwichRate\n sellVolume\n sellers\n sells\n t\n totalFees\n traders\n transactions\n volume\n volumeNativeToken\n }\n}": types.GetBarsDocument, "query GetCommunityNotes($input: CommunityNotesInput) {\n getCommunityNotes(input: $input) {\n count\n cursor\n items {\n address\n contractType\n currentContract {\n ... on EnhancedNftContract {\n address\n description\n ercType\n id\n image\n labels {\n createdAt\n subType\n type\n }\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n totalSupply\n }\n ... on EnhancedToken {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n currentData\n id\n moderatedAt\n networkId\n previousData\n proposalData\n proposalNum\n proposalType\n proposedAt\n sortKey\n status\n }\n }\n}": types.GetCommunityNotesDocument, - "query GetDetailedPairStats($bucketCount: Int, $durations: [DetailedPairStatsDuration], $networkId: Int!, $pairAddress: String!, $statsType: TokenPairStatisticsType, $timestamp: Int, $tokenOfInterest: TokenOfInterest) {\n getDetailedPairStats(\n bucketCount: $bucketCount\n durations: $durations\n networkId: $networkId\n pairAddress: $pairAddress\n statsType: $statsType\n timestamp: $timestamp\n tokenOfInterest: $tokenOfInterest\n ) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}": types.GetDetailedPairStatsDocument, - "query GetDetailedPairsStats($input: [GetDetailedPairsStatsInput!]!) {\n getDetailedPairsStats(input: $input) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}": types.GetDetailedPairsStatsDocument, + "query GetDetailedPairStats($bucketCount: Int, $durations: [DetailedPairStatsDuration], $networkId: Int!, $pairAddress: String!, $statsType: TokenPairStatisticsType, $timestamp: Int, $tokenOfInterest: TokenOfInterest) {\n getDetailedPairStats(\n bucketCount: $bucketCount\n durations: $durations\n networkId: $networkId\n pairAddress: $pairAddress\n statsType: $statsType\n timestamp: $timestamp\n tokenOfInterest: $tokenOfInterest\n ) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}": types.GetDetailedPairStatsDocument, + "query GetDetailedPairsStats($input: [GetDetailedPairsStatsInput!]!) {\n getDetailedPairsStats(input: $input) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}": types.GetDetailedPairsStatsDocument, "query GetDetailedTokenStats($bucketCount: Int, $durations: [DetailedTokenStatsDuration], $networkId: Int!, $statsType: TokenPairStatisticsType, $timestamp: Int, $tokenAddress: String!) {\n getDetailedTokenStats(\n bucketCount: $bucketCount\n durations: $durations\n networkId: $networkId\n statsType: $statsType\n timestamp: $timestamp\n tokenAddress: $tokenAddress\n ) {\n bucketCount\n lastTransactionAt\n networkId\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenAddress\n tokenId\n }\n}": types.GetDetailedTokenStatsDocument, "query GetEventLabels($cursor: String, $direction: RankingDirection, $id: String!, $limit: Int) {\n getEventLabels(cursor: $cursor, direction: $direction, id: $id, limit: $limit) {\n cursor\n items {\n data {\n ... on FrontRunLabelData {\n index\n token0DrainedAmountFrontRun: token0DrainedAmount\n token1DrainedAmountFrontRun: token1DrainedAmount\n }\n ... on SandwichedLabelData {\n token0DrainedAmount\n token1DrainedAmount\n }\n }\n id\n label\n logIndex\n networkId\n timestamp\n transactionHash\n transactionIndex\n }\n }\n}": types.GetEventLabelsDocument, "query GetExchanges($showNameless: Boolean) {\n getExchanges(showNameless: $showNameless) {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n}": types.GetExchangesDocument, @@ -158,8 +159,8 @@ const documents: Documents = { "query LiquidityLocks($cursor: String, $networkId: Int!, $pairAddress: String, $tokenAddress: String) {\n liquidityLocks(\n cursor: $cursor\n networkId: $networkId\n pairAddress: $pairAddress\n tokenAddress: $tokenAddress\n ) {\n cursor\n items {\n createdAt\n initialAmountToken0\n initialAmountToken1\n liquidityAmount\n liquidityNftData {\n nftPositionManagerAddress\n nftTokenId\n }\n liquidityProtocolV2\n lockProtocol\n lockerAddress\n networkId\n ownerAddress\n pairAddress\n unlockAt\n }\n pairLiquidityData {\n networkId\n pairAddress\n pairId\n totalLiquidity\n }\n }\n}": types.LiquidityLocksDocument, "query LiquidityMetadata($networkId: Int!, $pairAddress: String!) {\n liquidityMetadata(networkId: $networkId, pairAddress: $pairAddress) {\n liquidity {\n active\n inactive\n }\n lockedLiquidity {\n active\n inactive\n lockBreakdown {\n active\n inactive\n lockProtocol\n }\n }\n }\n}": types.LiquidityMetadataDocument, "query LiquidityMetadataByToken($networkId: Int!, $tokenAddress: String!) {\n liquidityMetadataByToken(networkId: $networkId, tokenAddress: $tokenAddress) {\n lockBreakdown {\n amountLockedTokens\n amountLockedTokensShifted\n amountLockedUsd\n lockProtocol\n }\n lockedLiquidityPercentage\n lockedLiquidityUsd\n lockedTokenLiquidity\n lockedTokenLiquidityShifted\n networkId\n tokenAddress\n totalLiquidityUsd\n totalTokenLiquidity\n totalTokenLiquidityShifted\n }\n}": types.LiquidityMetadataByTokenDocument, - "query ListPairsForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n}": types.ListPairsForTokenDocument, - "query ListPairsWithMetadataForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsWithMetadataForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n results {\n backingToken {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n exchange {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n liquidity\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n quoteToken\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n volume\n }\n }\n}": types.ListPairsWithMetadataForTokenDocument, + "query ListPairsForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n}": types.ListPairsForTokenDocument, + "query ListPairsWithMetadataForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsWithMetadataForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n results {\n backingToken {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n exchange {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n liquidity\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n quoteToken\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n volume\n }\n }\n}": types.ListPairsWithMetadataForTokenDocument, "query PairMetadata($pairId: String!, $quoteToken: QuoteToken, $statsType: TokenPairStatisticsType) {\n pairMetadata(pairId: $pairId, quoteToken: $quoteToken, statsType: $statsType) {\n createdAt\n enhancedToken0 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n enhancedToken1 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n exchangeId\n fee\n highPrice1\n highPrice4\n highPrice5m\n highPrice12\n highPrice24\n id\n liquidity\n liquidityToken\n lowPrice1\n lowPrice4\n lowPrice5m\n lowPrice12\n lowPrice24\n networkId\n nonLiquidityToken\n pairAddress\n price\n priceChange1\n priceChange4\n priceChange5m\n priceChange12\n priceChange24\n priceNonQuoteToken\n quoteToken\n statsType\n tickSpacing\n token0 {\n address\n decimals\n labels {\n createdAt\n subType\n type\n }\n name\n networkId\n pooled\n price\n symbol\n }\n token1 {\n address\n decimals\n labels {\n createdAt\n subType\n type\n }\n name\n networkId\n pooled\n price\n symbol\n }\n top10HoldersPercent\n volume1\n volume4\n volume5m\n volume12\n volume24\n walletActivity {\n bundlerCount\n bundlerHeldPercentage\n devHeldPercentage\n insiderCount\n insiderHeldPercentage\n sniperCount\n sniperHeldPercentage\n }\n }\n}": types.PairMetadataDocument, "query PredictionCategories {\n predictionCategories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n}": types.PredictionCategoriesDocument, "query PredictionEventBars($input: PredictionEventBarsInput!) {\n predictionEventBars(input: $input) {\n bars {\n buyVolumeCollateralToken\n buyVolumeUsd\n lastEventTimestamp\n liquidityCollateralToken {\n c\n h\n l\n o\n }\n liquidityUsd {\n c\n h\n l\n o\n }\n openInterestCollateralToken {\n c\n h\n l\n o\n }\n openInterestUsd {\n c\n h\n l\n o\n }\n sellVolumeCollateralToken\n sellVolumeUsd\n t\n totalVolumeCollateralToken\n totalVolumeUsd\n trades\n uniqueTraders\n venueVolumeCollateralToken\n venueVolumeUsd\n volumeCollateralToken\n volumeUsd\n }\n eventId\n predictionEvent {\n categories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n closesAt\n createdAt\n id\n imageLargeUrl\n imageSmallUrl\n imageThumbUrl\n marketIds\n networkId\n opensAt\n protocol\n question\n resolution {\n result\n source\n }\n resolvedAt\n resolvesAt\n rulesPrimary\n rulesSecondary\n status\n tags\n updatedAt\n url\n venueEventId\n venueSeriesId\n }\n predictionMarkets {\n categories {\n name\n slug\n subcategories {\n name\n slug\n subcategories {\n name\n slug\n }\n }\n }\n closesAt\n createdAt\n eventId\n eventLabel\n exchangeAddress\n id\n imageLargeUrl\n imageSmallUrl\n imageThumbUrl\n label\n networkId\n observedAt\n opensAt\n outcomeIds\n outcomeLabels\n protocol\n question\n resolution {\n result\n source\n }\n resolvedAt\n resolvesAt\n rules\n rules2\n updatedAt\n venueEventId\n venueMarketId\n venueMarketSlug\n venueOutcomeIds\n winningOutcomeId\n }\n }\n}": types.PredictionEventBarsDocument, @@ -190,6 +191,7 @@ const documents: Documents = { "subscription OnEventLabelCreated($id: String) {\n onEventLabelCreated(id: $id) {\n data {\n ... on FrontRunLabelData {\n index\n token0DrainedAmount\n token1DrainedAmount\n }\n ... on SandwichedLabelData {\n token0DrainedAmountSandwich: token0DrainedAmount\n token1DrainedAmountSandwich: token1DrainedAmount\n }\n }\n id\n label\n logIndex\n networkId\n timestamp\n transactionHash\n transactionIndex\n }\n}": types.OnEventLabelCreatedDocument, "subscription OnEventsCreated($address: String, $id: String, $networkId: Int, $quoteToken: QuoteToken) {\n onEventsCreated(\n address: $address\n id: $id\n networkId: $networkId\n quoteToken: $quoteToken\n ) {\n address\n events {\n address\n baseTokenPrice\n blockHash\n blockNumber\n data {\n ... on BurnEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on MintEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on PoolBalanceChangedEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n liquidity0\n liquidity1\n protocolFeeAmount0\n protocolFeeAmount1\n sender\n token0\n token1\n type\n }\n ... on SwapEventData {\n amount0\n amount0In\n amount0Out\n amount1\n amount1In\n amount1Out\n amountNonLiquidityToken\n priceBaseToken\n priceBaseTokenTotal\n priceUsd\n priceUsdTotal\n tick\n type\n }\n }\n eventDisplayType\n eventType\n feeData {\n baseFeeNativeUnit\n builderTipNativeUnit\n dynamicFee\n estimatedPoolFee\n gasUsed\n l1DataFeeNativeUnit\n poolFeeAmountRaw\n poolFeeBps\n poolFeeRateRaw\n priorityFeeNativeUnit\n supplementalFeeData {\n ... on PumpAmmCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n ... on PumpCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n }\n txEventCount\n }\n id\n labels {\n sandwich {\n label\n sandwichType\n token0DrainedAmount\n token1DrainedAmount\n }\n washtrade {\n label\n }\n }\n liquidityToken\n logIndex\n maker\n networkId\n quoteToken\n timestamp\n token0Address\n token0PoolValueUsd\n token0SwapValueUsd\n token0ValueBase\n token1Address\n token1PoolValueUsd\n token1SwapValueUsd\n token1ValueBase\n transactionHash\n transactionIndex\n walletAge\n walletLabels\n }\n id\n networkId\n quoteToken\n }\n}": types.OnEventsCreatedDocument, "subscription OnEventsCreatedByMaker($input: OnEventsCreatedByMakerInput!) {\n onEventsCreatedByMaker(input: $input) {\n events {\n address\n baseTokenPrice\n blockHash\n blockNumber\n data {\n ... on BurnEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on MintEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on PoolBalanceChangedEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n liquidity0\n liquidity1\n protocolFeeAmount0\n protocolFeeAmount1\n sender\n token0\n token1\n type\n }\n ... on SwapEventData {\n amount0\n amount0In\n amount0Out\n amount1\n amount1In\n amount1Out\n amountNonLiquidityToken\n priceBaseToken\n priceBaseTokenTotal\n priceUsd\n priceUsdTotal\n tick\n type\n }\n }\n eventDisplayType\n eventType\n feeData {\n baseFeeNativeUnit\n builderTipNativeUnit\n dynamicFee\n estimatedPoolFee\n gasUsed\n l1DataFeeNativeUnit\n poolFeeAmountRaw\n poolFeeBps\n poolFeeRateRaw\n priorityFeeNativeUnit\n supplementalFeeData {\n ... on PumpAmmCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n ... on PumpCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n }\n txEventCount\n }\n id\n labels {\n sandwich {\n label\n sandwichType\n token0DrainedAmount\n token1DrainedAmount\n }\n washtrade {\n label\n }\n }\n liquidityToken\n logIndex\n maker\n networkId\n quoteToken\n timestamp\n token0Address\n token0PoolValueUsd\n token0SwapValueUsd\n token0ValueBase\n token1Address\n token1PoolValueUsd\n token1SwapValueUsd\n token1ValueBase\n transactionHash\n transactionIndex\n walletAge\n walletLabels\n }\n makerAddress\n }\n}": types.OnEventsCreatedByMakerDocument, + "subscription OnFilterTokenUpdated($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $updatePeriod: Int, $useAggregatedStats: Boolean) {\n onFilterTokenUpdated(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n updatePeriod: $updatePeriod\n useAggregatedStats: $useAggregatedStats\n ) {\n updates {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n trendingScore\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}": types.OnFilterTokenUpdatedDocument, "subscription OnHoldersUpdated($tokenId: String!) {\n onHoldersUpdated(tokenId: $tokenId) {\n balances {\n address\n balance\n balanceUsd\n firstHeldTimestamp\n liquidityUsd\n networkId\n shiftedBalance\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n tokenAddress\n tokenId\n tokenPriceUsd\n walletId\n }\n holders\n networkId\n tokenAddress\n tokenId\n }\n}": types.OnHoldersUpdatedDocument, "subscription OnLatestPairUpdated($id: String, $networkId: Int) {\n onLatestPairUpdated(id: $id, networkId: $networkId) {\n address\n exchangeHash\n id\n initialPriceUsd\n liquidAt\n liquidity\n liquidityToken\n networkId\n newToken\n nonLiquidityToken\n oldToken\n priceChange\n priceUsd\n token0 {\n address\n currentPoolAmount\n decimals\n id\n initialPoolAmount\n name\n networkId\n pairId\n poolVariation\n symbol\n }\n token1 {\n address\n currentPoolAmount\n decimals\n id\n initialPoolAmount\n name\n networkId\n pairId\n poolVariation\n symbol\n }\n transactionHash\n }\n}": types.OnLatestPairUpdatedDocument, "subscription OnLatestTokens($id: String, $networkId: Int, $tokenAddress: String) {\n onLatestTokens(id: $id, networkId: $networkId, tokenAddress: $tokenAddress) {\n blockHash\n blockNumber\n creatorAddress\n creatorBalance\n decimals\n id\n networkId\n simulationResults {\n buyGasUsed\n buySuccess\n buyTax\n canRenounceOwnership\n canTransferOwnership\n isOwnerRenounced\n maxBuyAmount\n maxSellAmount\n openTradingCall\n sellGasUsed\n sellSuccess\n sellTax\n }\n timeCreated\n tokenAddress\n tokenName\n tokenSymbol\n totalSupply\n traceIndex\n transactionHash\n transactionIndex\n }\n}": types.OnLatestTokensDocument, @@ -293,7 +295,7 @@ export function graphql(source: "query FilterExchanges($filters: ExchangeFilters /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ -export function graphql(source: "query FilterPairs($filters: PairFilters, $limit: Int, $matchTokens: PairFilterMatchTokens, $offset: Int, $pairs: [String], $phrase: String, $rankings: [PairRanking], $statsType: TokenPairStatisticsType) {\n filterPairs(\n filters: $filters\n limit: $limit\n matchTokens: $matchTokens\n offset: $offset\n pairs: $pairs\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n ) {\n count\n offset\n results {\n buyCount1\n buyCount4\n buyCount12\n buyCount24\n buyVolumeUSD1\n buyVolumeUSD4\n buyVolumeUSD12\n buyVolumeUSD24\n createdAt\n exchange {\n address\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n highPrice1\n highPrice4\n highPrice12\n highPrice24\n lastTransaction\n liquidity\n liquidityToken\n lockedLiquidityPercentage\n lowPrice1\n lowPrice4\n lowPrice12\n lowPrice24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n potentialScamReasons\n price\n priceChange1\n priceChange4\n priceChange12\n priceChange24\n priceScale\n quoteToken\n sellCount1\n sellCount4\n sellCount12\n sellCount24\n sellVolumeUSD1\n sellVolumeUSD4\n sellVolumeUSD12\n sellVolumeUSD24\n swapPct1dOldWallet\n swapPct7dOldWallet\n token0 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n txnCount1\n txnCount4\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions12\n uniqueTransactions24\n volumeChange1\n volumeChange4\n volumeChange12\n volumeChange24\n volumeUSD1\n volumeUSD4\n volumeUSD12\n volumeUSD24\n walletAgeAvg\n walletAgeStd\n }\n }\n}"): (typeof documents)["query FilterPairs($filters: PairFilters, $limit: Int, $matchTokens: PairFilterMatchTokens, $offset: Int, $pairs: [String], $phrase: String, $rankings: [PairRanking], $statsType: TokenPairStatisticsType) {\n filterPairs(\n filters: $filters\n limit: $limit\n matchTokens: $matchTokens\n offset: $offset\n pairs: $pairs\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n ) {\n count\n offset\n results {\n buyCount1\n buyCount4\n buyCount12\n buyCount24\n buyVolumeUSD1\n buyVolumeUSD4\n buyVolumeUSD12\n buyVolumeUSD24\n createdAt\n exchange {\n address\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n highPrice1\n highPrice4\n highPrice12\n highPrice24\n lastTransaction\n liquidity\n liquidityToken\n lockedLiquidityPercentage\n lowPrice1\n lowPrice4\n lowPrice12\n lowPrice24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n potentialScamReasons\n price\n priceChange1\n priceChange4\n priceChange12\n priceChange24\n priceScale\n quoteToken\n sellCount1\n sellCount4\n sellCount12\n sellCount24\n sellVolumeUSD1\n sellVolumeUSD4\n sellVolumeUSD12\n sellVolumeUSD24\n swapPct1dOldWallet\n swapPct7dOldWallet\n token0 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n txnCount1\n txnCount4\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions12\n uniqueTransactions24\n volumeChange1\n volumeChange4\n volumeChange12\n volumeChange24\n volumeUSD1\n volumeUSD4\n volumeUSD12\n volumeUSD24\n walletAgeAvg\n walletAgeStd\n }\n }\n}"]; +export function graphql(source: "query FilterPairs($filters: PairFilters, $limit: Int, $matchTokens: PairFilterMatchTokens, $offset: Int, $pairs: [String], $phrase: String, $rankings: [PairRanking], $statsType: TokenPairStatisticsType) {\n filterPairs(\n filters: $filters\n limit: $limit\n matchTokens: $matchTokens\n offset: $offset\n pairs: $pairs\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n ) {\n count\n offset\n results {\n buyCount1\n buyCount4\n buyCount12\n buyCount24\n buyVolumeUSD1\n buyVolumeUSD4\n buyVolumeUSD12\n buyVolumeUSD24\n createdAt\n exchange {\n address\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n highPrice1\n highPrice4\n highPrice12\n highPrice24\n lastTransaction\n liquidity\n liquidityToken\n lockedLiquidityPercentage\n lowPrice1\n lowPrice4\n lowPrice12\n lowPrice24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n price\n priceChange1\n priceChange4\n priceChange12\n priceChange24\n priceScale\n quoteToken\n sellCount1\n sellCount4\n sellCount12\n sellCount24\n sellVolumeUSD1\n sellVolumeUSD4\n sellVolumeUSD12\n sellVolumeUSD24\n swapPct1dOldWallet\n swapPct7dOldWallet\n token0 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n txnCount1\n txnCount4\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions12\n uniqueTransactions24\n volumeChange1\n volumeChange4\n volumeChange12\n volumeChange24\n volumeUSD1\n volumeUSD4\n volumeUSD12\n volumeUSD24\n walletAgeAvg\n walletAgeStd\n }\n }\n}"): (typeof documents)["query FilterPairs($filters: PairFilters, $limit: Int, $matchTokens: PairFilterMatchTokens, $offset: Int, $pairs: [String], $phrase: String, $rankings: [PairRanking], $statsType: TokenPairStatisticsType) {\n filterPairs(\n filters: $filters\n limit: $limit\n matchTokens: $matchTokens\n offset: $offset\n pairs: $pairs\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n ) {\n count\n offset\n results {\n buyCount1\n buyCount4\n buyCount12\n buyCount24\n buyVolumeUSD1\n buyVolumeUSD4\n buyVolumeUSD12\n buyVolumeUSD24\n createdAt\n exchange {\n address\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n highPrice1\n highPrice4\n highPrice12\n highPrice24\n lastTransaction\n liquidity\n liquidityToken\n lockedLiquidityPercentage\n lowPrice1\n lowPrice4\n lowPrice12\n lowPrice24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n price\n priceChange1\n priceChange4\n priceChange12\n priceChange24\n priceScale\n quoteToken\n sellCount1\n sellCount4\n sellCount12\n sellCount24\n sellVolumeUSD1\n sellVolumeUSD4\n sellVolumeUSD12\n sellVolumeUSD24\n swapPct1dOldWallet\n swapPct7dOldWallet\n token0 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1 {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n txnCount1\n txnCount4\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions12\n uniqueTransactions24\n volumeChange1\n volumeChange4\n volumeChange12\n volumeChange24\n volumeUSD1\n volumeUSD4\n volumeUSD12\n volumeUSD24\n walletAgeAvg\n walletAgeStd\n }\n }\n}"]; /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ @@ -317,7 +319,7 @@ export function graphql(source: "query FilterTokenWallets($input: FilterTokenWal /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ -export function graphql(source: "query FilterTokens($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $useAggregatedStats: Boolean) {\n filterTokens(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n useAggregatedStats: $useAggregatedStats\n ) {\n count\n page\n results {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}"): (typeof documents)["query FilterTokens($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $useAggregatedStats: Boolean) {\n filterTokens(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n useAggregatedStats: $useAggregatedStats\n ) {\n count\n page\n results {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}"]; +export function graphql(source: "query FilterTokens($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $useAggregatedStats: Boolean) {\n filterTokens(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n useAggregatedStats: $useAggregatedStats\n ) {\n count\n page\n results {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n trendingScore\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}"): (typeof documents)["query FilterTokens($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $useAggregatedStats: Boolean) {\n filterTokens(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n useAggregatedStats: $useAggregatedStats\n ) {\n count\n page\n results {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n trendingScore\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}"]; /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ @@ -325,7 +327,7 @@ export function graphql(source: "query FilterWallets($input: FilterWalletsInput! /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ -export function graphql(source: "query GetBars($countback: Int, $currencyCode: String, $from: Int!, $quoteToken: QuoteToken, $removeEmptyBars: Boolean, $removeLeadingNullValues: Boolean, $resolution: String!, $statsType: TokenPairStatisticsType, $symbol: String!, $symbolType: SymbolType, $to: Int!) {\n getBars(\n countback: $countback\n currencyCode: $currencyCode\n from: $from\n quoteToken: $quoteToken\n removeEmptyBars: $removeEmptyBars\n removeLeadingNullValues: $removeLeadingNullValues\n resolution: $resolution\n statsType: $statsType\n symbol: $symbol\n symbolType: $symbolType\n to: $to\n ) {\n averageCostPerTrade\n baseFees\n builderTips\n buyVolume\n buyers\n buys\n c\n feeRegimeClassification\n feeToVolumeRatio\n gasPerVolume\n h\n l\n l1DataFees\n liquidity\n mevRiskLevel\n mevToTotalFeesRatio\n o\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n poolFees\n priorityFees\n s\n sandwichRate\n sellVolume\n sellers\n sells\n t\n totalFees\n traders\n transactions\n volume\n volumeNativeToken\n }\n}"): (typeof documents)["query GetBars($countback: Int, $currencyCode: String, $from: Int!, $quoteToken: QuoteToken, $removeEmptyBars: Boolean, $removeLeadingNullValues: Boolean, $resolution: String!, $statsType: TokenPairStatisticsType, $symbol: String!, $symbolType: SymbolType, $to: Int!) {\n getBars(\n countback: $countback\n currencyCode: $currencyCode\n from: $from\n quoteToken: $quoteToken\n removeEmptyBars: $removeEmptyBars\n removeLeadingNullValues: $removeLeadingNullValues\n resolution: $resolution\n statsType: $statsType\n symbol: $symbol\n symbolType: $symbolType\n to: $to\n ) {\n averageCostPerTrade\n baseFees\n builderTips\n buyVolume\n buyers\n buys\n c\n feeRegimeClassification\n feeToVolumeRatio\n gasPerVolume\n h\n l\n l1DataFees\n liquidity\n mevRiskLevel\n mevToTotalFeesRatio\n o\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n poolFees\n priorityFees\n s\n sandwichRate\n sellVolume\n sellers\n sells\n t\n totalFees\n traders\n transactions\n volume\n volumeNativeToken\n }\n}"]; +export function graphql(source: "query GetBars($countback: Int, $currencyCode: String, $from: Int!, $quoteToken: QuoteToken, $removeEmptyBars: Boolean, $removeLeadingNullValues: Boolean, $resolution: String!, $statsType: TokenPairStatisticsType, $symbol: String!, $symbolType: SymbolType, $to: Int!) {\n getBars(\n countback: $countback\n currencyCode: $currencyCode\n from: $from\n quoteToken: $quoteToken\n removeEmptyBars: $removeEmptyBars\n removeLeadingNullValues: $removeLeadingNullValues\n resolution: $resolution\n statsType: $statsType\n symbol: $symbol\n symbolType: $symbolType\n to: $to\n ) {\n averageCostPerTrade\n baseFees\n builderTips\n buyVolume\n buyers\n buys\n c\n feeRegimeClassification\n feeToVolumeRatio\n gasPerVolume\n h\n l\n l1DataFees\n liquidity\n mevRiskLevel\n mevToTotalFeesRatio\n o\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n poolFees\n priorityFees\n s\n sandwichRate\n sellVolume\n sellers\n sells\n t\n totalFees\n traders\n transactions\n volume\n volumeNativeToken\n }\n}"): (typeof documents)["query GetBars($countback: Int, $currencyCode: String, $from: Int!, $quoteToken: QuoteToken, $removeEmptyBars: Boolean, $removeLeadingNullValues: Boolean, $resolution: String!, $statsType: TokenPairStatisticsType, $symbol: String!, $symbolType: SymbolType, $to: Int!) {\n getBars(\n countback: $countback\n currencyCode: $currencyCode\n from: $from\n quoteToken: $quoteToken\n removeEmptyBars: $removeEmptyBars\n removeLeadingNullValues: $removeLeadingNullValues\n resolution: $resolution\n statsType: $statsType\n symbol: $symbol\n symbolType: $symbolType\n to: $to\n ) {\n averageCostPerTrade\n baseFees\n builderTips\n buyVolume\n buyers\n buys\n c\n feeRegimeClassification\n feeToVolumeRatio\n gasPerVolume\n h\n l\n l1DataFees\n liquidity\n mevRiskLevel\n mevToTotalFeesRatio\n o\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n poolFees\n priorityFees\n s\n sandwichRate\n sellVolume\n sellers\n sells\n t\n totalFees\n traders\n transactions\n volume\n volumeNativeToken\n }\n}"]; /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ @@ -333,11 +335,11 @@ export function graphql(source: "query GetCommunityNotes($input: CommunityNotesI /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ -export function graphql(source: "query GetDetailedPairStats($bucketCount: Int, $durations: [DetailedPairStatsDuration], $networkId: Int!, $pairAddress: String!, $statsType: TokenPairStatisticsType, $timestamp: Int, $tokenOfInterest: TokenOfInterest) {\n getDetailedPairStats(\n bucketCount: $bucketCount\n durations: $durations\n networkId: $networkId\n pairAddress: $pairAddress\n statsType: $statsType\n timestamp: $timestamp\n tokenOfInterest: $tokenOfInterest\n ) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}"): (typeof documents)["query GetDetailedPairStats($bucketCount: Int, $durations: [DetailedPairStatsDuration], $networkId: Int!, $pairAddress: String!, $statsType: TokenPairStatisticsType, $timestamp: Int, $tokenOfInterest: TokenOfInterest) {\n getDetailedPairStats(\n bucketCount: $bucketCount\n durations: $durations\n networkId: $networkId\n pairAddress: $pairAddress\n statsType: $statsType\n timestamp: $timestamp\n tokenOfInterest: $tokenOfInterest\n ) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}"]; +export function graphql(source: "query GetDetailedPairStats($bucketCount: Int, $durations: [DetailedPairStatsDuration], $networkId: Int!, $pairAddress: String!, $statsType: TokenPairStatisticsType, $timestamp: Int, $tokenOfInterest: TokenOfInterest) {\n getDetailedPairStats(\n bucketCount: $bucketCount\n durations: $durations\n networkId: $networkId\n pairAddress: $pairAddress\n statsType: $statsType\n timestamp: $timestamp\n tokenOfInterest: $tokenOfInterest\n ) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}"): (typeof documents)["query GetDetailedPairStats($bucketCount: Int, $durations: [DetailedPairStatsDuration], $networkId: Int!, $pairAddress: String!, $statsType: TokenPairStatisticsType, $timestamp: Int, $tokenOfInterest: TokenOfInterest) {\n getDetailedPairStats(\n bucketCount: $bucketCount\n durations: $durations\n networkId: $networkId\n pairAddress: $pairAddress\n statsType: $statsType\n timestamp: $timestamp\n tokenOfInterest: $tokenOfInterest\n ) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}"]; /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ -export function graphql(source: "query GetDetailedPairsStats($input: [GetDetailedPairsStatsInput!]!) {\n getDetailedPairsStats(input: $input) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}"): (typeof documents)["query GetDetailedPairsStats($input: [GetDetailedPairsStatsInput!]!) {\n getDetailedPairsStats(input: $input) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}"]; +export function graphql(source: "query GetDetailedPairsStats($input: [GetDetailedPairsStatsInput!]!) {\n getDetailedPairsStats(input: $input) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}"): (typeof documents)["query GetDetailedPairsStats($input: [GetDetailedPairsStatsInput!]!) {\n getDetailedPairsStats(input: $input) {\n bucketCount\n lastTransaction\n networkId\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n pairAddress\n queryTimestamp\n statsType\n stats_day1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_day30 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour4 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_hour12 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min5 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_min15 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n stats_week1 {\n duration\n end\n start\n statsNonCurrency {\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n sellers {\n buckets\n change\n currentValue\n previousValue\n }\n sells {\n buckets\n change\n currentValue\n previousValue\n }\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highest {\n buckets\n change\n currentValue\n previousValue\n }\n liquidity {\n buckets\n change\n currentValue\n previousValue\n }\n lowest {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n sellVolume {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n timestamps {\n end\n start\n }\n }\n tokenOfInterest\n }\n}"]; /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ @@ -409,11 +411,11 @@ export function graphql(source: "query LiquidityMetadataByToken($networkId: Int! /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ -export function graphql(source: "query ListPairsForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n}"): (typeof documents)["query ListPairsForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n}"]; +export function graphql(source: "query ListPairsForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n}"): (typeof documents)["query ListPairsForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n}"]; /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ -export function graphql(source: "query ListPairsWithMetadataForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsWithMetadataForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n results {\n backingToken {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n exchange {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n liquidity\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n quoteToken\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n volume\n }\n }\n}"): (typeof documents)["query ListPairsWithMetadataForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsWithMetadataForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n results {\n backingToken {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n exchange {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n liquidity\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n }\n quoteToken\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n volume\n }\n }\n}"]; +export function graphql(source: "query ListPairsWithMetadataForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsWithMetadataForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n results {\n backingToken {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n exchange {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n liquidity\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n quoteToken\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n volume\n }\n }\n}"): (typeof documents)["query ListPairsWithMetadataForToken($limit: Int, $networkId: Int!, $tokenAddress: String!) {\n listPairsWithMetadataForToken(\n limit: $limit\n networkId: $networkId\n tokenAddress: $tokenAddress\n ) {\n results {\n backingToken {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n exchange {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n liquidity\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n quoteToken\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n volume\n }\n }\n}"]; /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ @@ -534,6 +536,10 @@ export function graphql(source: "subscription OnEventsCreated($address: String, * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ export function graphql(source: "subscription OnEventsCreatedByMaker($input: OnEventsCreatedByMakerInput!) {\n onEventsCreatedByMaker(input: $input) {\n events {\n address\n baseTokenPrice\n blockHash\n blockNumber\n data {\n ... on BurnEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on MintEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on PoolBalanceChangedEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n liquidity0\n liquidity1\n protocolFeeAmount0\n protocolFeeAmount1\n sender\n token0\n token1\n type\n }\n ... on SwapEventData {\n amount0\n amount0In\n amount0Out\n amount1\n amount1In\n amount1Out\n amountNonLiquidityToken\n priceBaseToken\n priceBaseTokenTotal\n priceUsd\n priceUsdTotal\n tick\n type\n }\n }\n eventDisplayType\n eventType\n feeData {\n baseFeeNativeUnit\n builderTipNativeUnit\n dynamicFee\n estimatedPoolFee\n gasUsed\n l1DataFeeNativeUnit\n poolFeeAmountRaw\n poolFeeBps\n poolFeeRateRaw\n priorityFeeNativeUnit\n supplementalFeeData {\n ... on PumpAmmCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n ... on PumpCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n }\n txEventCount\n }\n id\n labels {\n sandwich {\n label\n sandwichType\n token0DrainedAmount\n token1DrainedAmount\n }\n washtrade {\n label\n }\n }\n liquidityToken\n logIndex\n maker\n networkId\n quoteToken\n timestamp\n token0Address\n token0PoolValueUsd\n token0SwapValueUsd\n token0ValueBase\n token1Address\n token1PoolValueUsd\n token1SwapValueUsd\n token1ValueBase\n transactionHash\n transactionIndex\n walletAge\n walletLabels\n }\n makerAddress\n }\n}"): (typeof documents)["subscription OnEventsCreatedByMaker($input: OnEventsCreatedByMakerInput!) {\n onEventsCreatedByMaker(input: $input) {\n events {\n address\n baseTokenPrice\n blockHash\n blockNumber\n data {\n ... on BurnEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on MintEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n tickLower\n tickUpper\n type\n }\n ... on PoolBalanceChangedEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n liquidity0\n liquidity1\n protocolFeeAmount0\n protocolFeeAmount1\n sender\n token0\n token1\n type\n }\n ... on SwapEventData {\n amount0\n amount0In\n amount0Out\n amount1\n amount1In\n amount1Out\n amountNonLiquidityToken\n priceBaseToken\n priceBaseTokenTotal\n priceUsd\n priceUsdTotal\n tick\n type\n }\n }\n eventDisplayType\n eventType\n feeData {\n baseFeeNativeUnit\n builderTipNativeUnit\n dynamicFee\n estimatedPoolFee\n gasUsed\n l1DataFeeNativeUnit\n poolFeeAmountRaw\n poolFeeBps\n poolFeeRateRaw\n priorityFeeNativeUnit\n supplementalFeeData {\n ... on PumpAmmCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n ... on PumpCashbackFeeData {\n cashbackAmountLamports\n cashbackFeeBps\n type\n }\n }\n txEventCount\n }\n id\n labels {\n sandwich {\n label\n sandwichType\n token0DrainedAmount\n token1DrainedAmount\n }\n washtrade {\n label\n }\n }\n liquidityToken\n logIndex\n maker\n networkId\n quoteToken\n timestamp\n token0Address\n token0PoolValueUsd\n token0SwapValueUsd\n token0ValueBase\n token1Address\n token1PoolValueUsd\n token1SwapValueUsd\n token1ValueBase\n transactionHash\n transactionIndex\n walletAge\n walletLabels\n }\n makerAddress\n }\n}"]; +/** + * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. + */ +export function graphql(source: "subscription OnFilterTokenUpdated($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $updatePeriod: Int, $useAggregatedStats: Boolean) {\n onFilterTokenUpdated(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n updatePeriod: $updatePeriod\n useAggregatedStats: $useAggregatedStats\n ) {\n updates {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n trendingScore\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}"): (typeof documents)["subscription OnFilterTokenUpdated($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String], $updatePeriod: Int, $useAggregatedStats: Boolean) {\n onFilterTokenUpdated(\n excludeTokens: $excludeTokens\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n statsType: $statsType\n tokens: $tokens\n updatePeriod: $updatePeriod\n useAggregatedStats: $useAggregatedStats\n ) {\n updates {\n bundlerCount\n bundlerHeldPercentage\n buyCount1\n buyCount4\n buyCount5m\n buyCount12\n buyCount24\n buyVolume1\n buyVolume4\n buyVolume5m\n buyVolume12\n buyVolume24\n change1\n change4\n change5m\n change12\n change24\n circulatingMarketCap\n createdAt\n devHeldPercentage\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n high1\n high4\n high5m\n high12\n high24\n holders\n insiderCount\n insiderHeldPercentage\n isScam\n lastTransaction\n liquidPair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n liquidPairLiquidity\n liquidPairPriceUSD\n liquidity\n low1\n low4\n low5m\n low12\n low24\n marketCap\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocol\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on PumpData {\n creator\n type\n }\n ... on UniswapV4Data {\n isDynamicFee\n isToken0NetworkToken\n type\n uniswapV4HookAddress\n }\n }\n tickSpacing\n token0\n token0Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n token1\n token1Data {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n virtualPooled {\n token0\n token1\n }\n }\n potentialScamReasons\n priceUSD\n quoteToken\n sellCount1\n sellCount4\n sellCount5m\n sellCount12\n sellCount24\n sellVolume1\n sellVolume4\n sellVolume5m\n sellVolume12\n sellVolume24\n sniperCount\n sniperHeldPercentage\n swapPct1dOldWallet\n swapPct7dOldWallet\n token {\n address\n cmcId\n createBlockNumber\n createTransactionHash\n createdAt\n creatorAddress\n decimals\n exchanges {\n address\n color\n exchangeVersion\n iconUrl\n id\n name\n networkId\n tradeUrl\n }\n freezable\n id\n info {\n address\n circulatingSupply\n cmcId\n description\n id\n imageBannerUrl\n imageLargeUrl\n imageSmallUrl\n imageThumbHash\n imageThumbUrl\n isScam\n name\n networkId\n symbol\n totalSupply\n videoExternalUrl\n }\n isFreezableValid\n isMintableValid\n isScam\n launchpad {\n completed\n completedAt\n completedSlot\n graduationPercent\n isCashbackEnabled\n launchpadIconUrl\n launchpadName\n launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n poolAddress\n }\n mintable\n name\n networkId\n socialLinks {\n bitcointalk\n blog\n coingecko\n coinmarketcap\n discord\n email\n facebook\n github\n instagram\n linkedin\n reddit\n slack\n telegram\n twitch\n twitter\n website\n wechat\n whitepaper\n youtube\n }\n symbol\n top10HoldersPercent\n }\n top10HoldersPercent\n trendingScore\n txnCount1\n txnCount4\n txnCount5m\n txnCount12\n txnCount24\n uniqueBuys1\n uniqueBuys4\n uniqueBuys5m\n uniqueBuys12\n uniqueBuys24\n uniqueSells1\n uniqueSells4\n uniqueSells5m\n uniqueSells12\n uniqueSells24\n uniqueTransactions1\n uniqueTransactions4\n uniqueTransactions5m\n uniqueTransactions12\n uniqueTransactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n walletAgeAvg\n walletAgeStd\n }\n }\n}"]; /** * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients. */ diff --git a/src/sdk/generated/graphql.ts b/src/sdk/generated/graphql.ts index 7671bec..ae9753f 100644 --- a/src/sdk/generated/graphql.ts +++ b/src/sdk/generated/graphql.ts @@ -534,7 +534,8 @@ export enum ContractProposalStatus { /** Type of the contract. */ export enum ContractType { Nft = 'NFT', - Token = 'TOKEN' + Token = 'TOKEN', + Wallet = 'WALLET' } export type CreateApiTokensInput = { @@ -2061,6 +2062,13 @@ export type FilterNetworkWalletsInput = { wallets?: InputMaybe>>; }; +/** Response returned by `onFilterTokenUpdated`. */ +export type FilterTokenUpdates = { + __typename?: 'FilterTokenUpdates'; + /** The list of updated token results matching the subscription parameters. */ + updates?: Maybe>>; +}; + /** The input for filtering wallets for a token. */ export type FilterTokenWalletsInput = { /** Exclude wallets with these labels. See [`WalletLabel`](/api-reference/enums/walletlabel) for possible values. */ @@ -6081,6 +6089,8 @@ export type Pair = { token1: Scalars['String']['output']; /** Metadata for the second token in the pair. */ token1Data?: Maybe; + /** The virtual pooled amounts of each token in the pair. */ + virtualPooled?: Maybe; }; /** Input type of `PairChartInput`. */ @@ -6983,7 +6993,7 @@ export type PredictionEvent = { /** Categories associated with this entity. */ categories?: Maybe>; /** The timestamp when this entity closes. */ - closesAt: Scalars['Int']['output']; + closesAt?: Maybe; /** The creation timestamp. */ createdAt: Scalars['Int']['output']; /** The unique identifier. */ @@ -7009,7 +7019,7 @@ export type PredictionEvent = { /** The actual resolution timestamp. */ resolvedAt?: Maybe; /** The expected resolution timestamp. */ - resolvesAt: Scalars['Int']['output']; + resolvesAt?: Maybe; /** Primary rules text. */ rulesPrimary: Scalars['String']['output']; /** Secondary rules text. */ @@ -7152,7 +7162,7 @@ export type PredictionEventFilterResult = { /** Categories associated with this entity. */ categories: Array; /** The timestamp when this entity closes. */ - closesAt: Scalars['Int']['output']; + closesAt?: Maybe; /** The creation timestamp. */ createdAt: Scalars['Int']['output']; /** Simplified event data from search index. Use predictionEvent for full event details. */ @@ -7224,7 +7234,7 @@ export type PredictionEventFilterResult = { /** The actual resolution timestamp. */ resolvedAt?: Maybe; /** The expected resolution timestamp. */ - resolvesAt: Scalars['Int']['output']; + resolvesAt?: Maybe; /** The current status. */ status: PredictionEventStatus; /** The unix timestamp. */ @@ -7687,6 +7697,8 @@ export type PredictionEventTopMarketsBarsInput = { resolution: PredictionMarketBarsResolution; /** Unix timestamp (seconds) for the end of the range */ to: Scalars['Int']['input']; + /** Use pre-computed leaderboard ranking (overrides rankBy options when true) */ + useLeaderboard?: InputMaybe; }; /** Response returned by `predictionEventTopMarketsBars`. */ @@ -11685,7 +11697,7 @@ export type SandwichedLabelData = { export type SearchPredictionEvent = { __typename?: 'SearchPredictionEvent'; /** The timestamp when this entity closes. */ - closesAt: Scalars['Int']['output']; + closesAt?: Maybe; /** The creation timestamp. */ createdAt: Scalars['Int']['output']; /** The description. */ @@ -11707,7 +11719,7 @@ export type SearchPredictionEvent = { /** The actual resolution timestamp. */ resolvedAt?: Maybe; /** The expected resolution timestamp. */ - resolvesAt: Scalars['Int']['output']; + resolvesAt?: Maybe; /** The URL slug. */ slug: Scalars['String']['output']; /** The current status. */ @@ -11917,6 +11929,8 @@ export type Subscription = { onEventsCreated?: Maybe; /** Live-streamed transactions for a maker. */ onEventsCreatedByMaker?: Maybe; + /** Live-streamed filter token updates for the current `filterTokens` result set. Requires `useAggregatedStats: true`. */ + onFilterTokenUpdated?: Maybe; /** Live-streamed list of wallets that hold a given token. Also has the unique count of holders for that token. */ onHoldersUpdated?: Maybe; /** @@ -12034,6 +12048,21 @@ export type SubscriptionOnEventsCreatedByMakerArgs = { }; +/** Live-streamed prediction data subscriptions for trades, stats, and bar updates. */ +export type SubscriptionOnFilterTokenUpdatedArgs = { + excludeTokens?: InputMaybe>>; + filters?: InputMaybe; + limit?: InputMaybe; + offset?: InputMaybe; + phrase?: InputMaybe; + rankings?: InputMaybe>>; + statsType?: InputMaybe; + tokens?: InputMaybe>>; + updatePeriod?: InputMaybe; + useAggregatedStats?: InputMaybe; +}; + + /** Live-streamed prediction data subscriptions for trades, stats, and bar updates. */ export type SubscriptionOnHoldersUpdatedArgs = { tokenId: Scalars['String']['input']; @@ -12601,6 +12630,8 @@ export type TokenFilterResult = { token?: Maybe; /** The percentage of total supply held by the top 10 holders. */ top10HoldersPercent?: Maybe; + /** A heuristic based on various factors used to rank tokens based on how trending they are. */ + trendingScore?: Maybe; /** The number of transactions in the past hour. */ txnCount1?: Maybe; /** The number of transactions in the past 4 hours. */ @@ -15286,14 +15317,14 @@ export type DetailedPredictionEventStatsQueryVariables = Exact<{ }>; -export type DetailedPredictionEventStatsQuery = { __typename?: 'Query', detailedPredictionEventStats?: { __typename?: 'DetailedPredictionEventStats', eventId: string, lastTransactionAt: number, allTimeStats: { __typename?: 'PredictionEventAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, lifecycle: { __typename?: 'PredictionLifecycleStats', ageSeconds: number, expectedLifespanSeconds?: number | null, isResolved: boolean, timeToResolutionSeconds?: number | null, winningOutcomeId?: string | null }, predictionEvent: { __typename?: 'PredictionEvent', closesAt: number, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt: number, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }, predictionMarkets: Array<{ __typename?: 'PredictionMarket', closesAt?: number | null, createdAt?: number | null, eventId?: string | null, eventLabel?: string | null, exchangeAddress?: string | null, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, label?: string | null, networkId?: number | null, observedAt: number, opensAt?: number | null, outcomeIds: Array, outcomeLabels?: Array | null, protocol: PredictionProtocol, question?: string | null, resolvedAt?: number | null, resolvesAt?: number | null, rules?: string | null, rules2?: string | null, updatedAt?: number | null, venueEventId?: string | null, venueMarketId: string, venueMarketSlug?: string | null, venueOutcomeIds: Array, winningOutcomeId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }>, relevanceScores: { __typename?: 'DetailedPredictionStatsScores', score1?: number | null, score1w?: number | null, score4?: number | null, score5m?: number | null, score12?: number | null, score24?: number | null }, statsDay1?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour1?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour4?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour12?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, statsMin5?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, statsWeek1?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, trendingScores: { __typename?: 'DetailedPredictionStatsScores', score1?: number | null, score1w?: number | null, score4?: number | null, score5m?: number | null, score12?: number | null, score24?: number | null } } | null }; +export type DetailedPredictionEventStatsQuery = { __typename?: 'Query', detailedPredictionEventStats?: { __typename?: 'DetailedPredictionEventStats', eventId: string, lastTransactionAt: number, allTimeStats: { __typename?: 'PredictionEventAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, lifecycle: { __typename?: 'PredictionLifecycleStats', ageSeconds: number, expectedLifespanSeconds?: number | null, isResolved: boolean, timeToResolutionSeconds?: number | null, winningOutcomeId?: string | null }, predictionEvent: { __typename?: 'PredictionEvent', closesAt?: number | null, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt?: number | null, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }, predictionMarkets: Array<{ __typename?: 'PredictionMarket', closesAt?: number | null, createdAt?: number | null, eventId?: string | null, eventLabel?: string | null, exchangeAddress?: string | null, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, label?: string | null, networkId?: number | null, observedAt: number, opensAt?: number | null, outcomeIds: Array, outcomeLabels?: Array | null, protocol: PredictionProtocol, question?: string | null, resolvedAt?: number | null, resolvesAt?: number | null, rules?: string | null, rules2?: string | null, updatedAt?: number | null, venueEventId?: string | null, venueMarketId: string, venueMarketSlug?: string | null, venueOutcomeIds: Array, winningOutcomeId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }>, relevanceScores: { __typename?: 'DetailedPredictionStatsScores', score1?: number | null, score1w?: number | null, score4?: number | null, score5m?: number | null, score12?: number | null, score24?: number | null }, statsDay1?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour1?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour4?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour12?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, statsMin5?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, statsWeek1?: { __typename?: 'EnhancedWindowedPredictionEventStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, buySell?: { __typename?: 'WindowedPredictionEventBuySellStats', buyVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, sellVolume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionEventCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionEventLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionEventOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, scores: { __typename?: 'PredictionEventWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionEventChangeStats', buyVolumeChange?: number | null, liquidityChange?: number | null, openInterestChange?: number | null, sellVolumeChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionEventUniqueTraderStats', uniqueTraders: number } | null } | null, trendingScores: { __typename?: 'DetailedPredictionStatsScores', score1?: number | null, score1w?: number | null, score4?: number | null, score5m?: number | null, score12?: number | null, score24?: number | null } } | null }; export type DetailedPredictionMarketStatsQueryVariables = Exact<{ input: DetailedPredictionMarketStatsInput; }>; -export type DetailedPredictionMarketStatsQuery = { __typename?: 'Query', detailedPredictionMarketStats?: { __typename?: 'DetailedPredictionMarketStats', lastTransactionAt: number, marketId: string, allTimeStats: { __typename?: 'PredictionMarketAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, competitiveScores: { __typename?: 'DetailedPredictionStatsScores', score1?: number | null, score1w?: number | null, score4?: number | null, score5m?: number | null, score12?: number | null, score24?: number | null }, lifecycle: { __typename?: 'PredictionLifecycleStats', ageSeconds: number, expectedLifespanSeconds?: number | null, isResolved: boolean, timeToResolutionSeconds?: number | null, winningOutcomeId?: string | null }, predictionEvent: { __typename?: 'PredictionEvent', closesAt: number, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt: number, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }, predictionMarket: { __typename?: 'PredictionMarket', closesAt?: number | null, createdAt?: number | null, eventId?: string | null, eventLabel?: string | null, exchangeAddress?: string | null, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, label?: string | null, networkId?: number | null, observedAt: number, opensAt?: number | null, outcomeIds: Array, outcomeLabels?: Array | null, protocol: PredictionProtocol, question?: string | null, resolvedAt?: number | null, resolvesAt?: number | null, rules?: string | null, rules2?: string | null, updatedAt?: number | null, venueEventId?: string | null, venueMarketId: string, venueMarketSlug?: string | null, venueOutcomeIds: Array, winningOutcomeId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }, relevanceScores: { __typename?: 'DetailedPredictionStatsScores', score1?: number | null, score1w?: number | null, score4?: number | null, score5m?: number | null, score12?: number | null, score24?: number | null }, statsDay1?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour1?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour4?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour12?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, statsMin5?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, statsWeek1?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, trendingScores: { __typename?: 'DetailedPredictionStatsScores', score1?: number | null, score1w?: number | null, score4?: number | null, score5m?: number | null, score12?: number | null, score24?: number | null } } | null }; +export type DetailedPredictionMarketStatsQuery = { __typename?: 'Query', detailedPredictionMarketStats?: { __typename?: 'DetailedPredictionMarketStats', lastTransactionAt: number, marketId: string, allTimeStats: { __typename?: 'PredictionMarketAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, competitiveScores: { __typename?: 'DetailedPredictionStatsScores', score1?: number | null, score1w?: number | null, score4?: number | null, score5m?: number | null, score12?: number | null, score24?: number | null }, lifecycle: { __typename?: 'PredictionLifecycleStats', ageSeconds: number, expectedLifespanSeconds?: number | null, isResolved: boolean, timeToResolutionSeconds?: number | null, winningOutcomeId?: string | null }, predictionEvent: { __typename?: 'PredictionEvent', closesAt?: number | null, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt?: number | null, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }, predictionMarket: { __typename?: 'PredictionMarket', closesAt?: number | null, createdAt?: number | null, eventId?: string | null, eventLabel?: string | null, exchangeAddress?: string | null, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, label?: string | null, networkId?: number | null, observedAt: number, opensAt?: number | null, outcomeIds: Array, outcomeLabels?: Array | null, protocol: PredictionProtocol, question?: string | null, resolvedAt?: number | null, resolvesAt?: number | null, rules?: string | null, rules2?: string | null, updatedAt?: number | null, venueEventId?: string | null, venueMarketId: string, venueMarketSlug?: string | null, venueOutcomeIds: Array, winningOutcomeId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }, relevanceScores: { __typename?: 'DetailedPredictionStatsScores', score1?: number | null, score1w?: number | null, score4?: number | null, score5m?: number | null, score12?: number | null, score24?: number | null }, statsDay1?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour1?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour4?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, statsHour12?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, statsMin5?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, statsWeek1?: { __typename?: 'EnhancedWindowedPredictionMarketStats', end: number, lastTransactionAt: number, start: number, allTimeStats: { __typename?: 'WindowedPredictionAllTimeStats', venueVolume?: { __typename?: 'CurrencyValuePair', ct: string, usd: string } | null, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, core: { __typename?: 'WindowedPredictionMarketCoreStats', trades: number, volume: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, liquidity?: { __typename?: 'WindowedPredictionMarketLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, openInterest?: { __typename?: 'WindowedPredictionMarketOpenInterestStats', openInterest: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, outcome0Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, outcome1Stats: { __typename?: 'EnhancedWindowedPredictionOutcomeStats', buySell?: { __typename?: 'WindowedPredictionOutcomeBuySellStats', buys: number, sells: number, buyVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string }, sellVolume: { __typename?: 'OutcomeBuySellVolumeStats', ct: string, shares: string, usd: string } } | null, core: { __typename?: 'WindowedPredictionOutcomeCoreStats', trades: number, venueOutcomeId: string, price: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, volume: { __typename?: 'OutcomeVolumeStats', ct: string, shares: string, usd: string } }, depth?: { __typename?: 'WindowedPredictionOutcomeDepthStats', askDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } }, bidDepth: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, liquidity?: { __typename?: 'WindowedPredictionOutcomeLiquidityStats', liquidity: { __typename?: 'CurrencyOHLC', close: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, high: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, low: { __typename?: 'CurrencyValuePair', ct: string, usd: string }, open: { __typename?: 'CurrencyValuePair', ct: string, usd: string } } } | null, orderbook?: { __typename?: 'WindowedPredictionOutcomeOrderbookStats', ask: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } }, bid: { __typename?: 'PriceOHLC', close: { __typename?: 'PriceValuePair', ct: string, usd: string }, high: { __typename?: 'PriceValuePair', ct: string, usd: string }, low: { __typename?: 'PriceValuePair', ct: string, usd: string }, open: { __typename?: 'PriceValuePair', ct: string, usd: string } } } | null, statsChange: { __typename?: 'WindowedPredictionOutcomeChangeStats', buysChange?: number | null, liquidityChange?: number | null, priceChange: number, priceRange: number, sellsChange?: number | null, tradesChange: number, volumeChange: number, volumeSharesChange: number } }, scores: { __typename?: 'PredictionMarketWindowScores', competitive: number, relevance: number, trending: number }, statsChange: { __typename?: 'WindowedPredictionMarketChangeStats', liquidityChange?: number | null, openInterestChange?: number | null, tradesChange: number, uniqueTradersChange?: number | null, volumeChange: number }, uniqueTraders?: { __typename?: 'WindowedPredictionMarketUniqueTraderStats', uniqueTraders: number } | null } | null, trendingScores: { __typename?: 'DetailedPredictionStatsScores', score1?: number | null, score1w?: number | null, score4?: number | null, score5m?: number | null, score12?: number | null, score24?: number | null } } | null }; export type DetailedPredictionTraderStatsQueryVariables = Exact<{ input: DetailedPredictionTraderStatsInput; @@ -15332,7 +15363,7 @@ export type FilterPairsQueryVariables = Exact<{ }>; -export type FilterPairsQuery = { __typename?: 'Query', filterPairs?: { __typename?: 'PairFilterConnection', count?: number | null, offset?: number | null, results?: Array<{ __typename?: 'PairFilterResult', buyCount1?: number | null, buyCount4?: number | null, buyCount12?: number | null, buyCount24?: number | null, buyVolumeUSD1?: string | null, buyVolumeUSD4?: string | null, buyVolumeUSD12?: string | null, buyVolumeUSD24?: string | null, createdAt?: number | null, highPrice1?: string | null, highPrice4?: string | null, highPrice12?: string | null, highPrice24?: string | null, lastTransaction?: number | null, liquidity?: string | null, liquidityToken?: string | null, lockedLiquidityPercentage: number, lowPrice1?: string | null, lowPrice4?: string | null, lowPrice12?: string | null, lowPrice24?: string | null, marketCap?: string | null, potentialScamReasons?: Array | null, price?: string | null, priceChange1?: string | null, priceChange4?: string | null, priceChange12?: string | null, priceChange24?: string | null, priceScale?: string | null, quoteToken?: string | null, sellCount1?: number | null, sellCount4?: number | null, sellCount12?: number | null, sellCount24?: number | null, sellVolumeUSD1?: string | null, sellVolumeUSD4?: string | null, sellVolumeUSD12?: string | null, sellVolumeUSD24?: string | null, swapPct1dOldWallet?: string | null, swapPct7dOldWallet?: string | null, txnCount1?: number | null, txnCount4?: number | null, txnCount12?: number | null, txnCount24?: number | null, uniqueBuys1?: number | null, uniqueBuys4?: number | null, uniqueBuys12?: number | null, uniqueBuys24?: number | null, uniqueSells1?: number | null, uniqueSells4?: number | null, uniqueSells12?: number | null, uniqueSells24?: number | null, uniqueTransactions1?: number | null, uniqueTransactions4?: number | null, uniqueTransactions12?: number | null, uniqueTransactions24?: number | null, volumeChange1?: string | null, volumeChange4?: string | null, volumeChange12?: string | null, volumeChange24?: string | null, volumeUSD1?: string | null, volumeUSD4?: string | null, volumeUSD12?: string | null, volumeUSD24?: string | null, walletAgeAvg?: string | null, walletAgeStd?: string | null, exchange?: { __typename?: 'FilterExchange', address: string, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null } | null, pair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } | null, token0?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } | null> | null } | null }; +export type FilterPairsQuery = { __typename?: 'Query', filterPairs?: { __typename?: 'PairFilterConnection', count?: number | null, offset?: number | null, results?: Array<{ __typename?: 'PairFilterResult', buyCount1?: number | null, buyCount4?: number | null, buyCount12?: number | null, buyCount24?: number | null, buyVolumeUSD1?: string | null, buyVolumeUSD4?: string | null, buyVolumeUSD12?: string | null, buyVolumeUSD24?: string | null, createdAt?: number | null, highPrice1?: string | null, highPrice4?: string | null, highPrice12?: string | null, highPrice24?: string | null, lastTransaction?: number | null, liquidity?: string | null, liquidityToken?: string | null, lockedLiquidityPercentage: number, lowPrice1?: string | null, lowPrice4?: string | null, lowPrice12?: string | null, lowPrice24?: string | null, marketCap?: string | null, potentialScamReasons?: Array | null, price?: string | null, priceChange1?: string | null, priceChange4?: string | null, priceChange12?: string | null, priceChange24?: string | null, priceScale?: string | null, quoteToken?: string | null, sellCount1?: number | null, sellCount4?: number | null, sellCount12?: number | null, sellCount24?: number | null, sellVolumeUSD1?: string | null, sellVolumeUSD4?: string | null, sellVolumeUSD12?: string | null, sellVolumeUSD24?: string | null, swapPct1dOldWallet?: string | null, swapPct7dOldWallet?: string | null, txnCount1?: number | null, txnCount4?: number | null, txnCount12?: number | null, txnCount24?: number | null, uniqueBuys1?: number | null, uniqueBuys4?: number | null, uniqueBuys12?: number | null, uniqueBuys24?: number | null, uniqueSells1?: number | null, uniqueSells4?: number | null, uniqueSells12?: number | null, uniqueSells24?: number | null, uniqueTransactions1?: number | null, uniqueTransactions4?: number | null, uniqueTransactions12?: number | null, uniqueTransactions24?: number | null, volumeChange1?: string | null, volumeChange4?: string | null, volumeChange12?: string | null, volumeChange24?: string | null, volumeUSD1?: string | null, volumeUSD4?: string | null, volumeUSD12?: string | null, volumeUSD24?: string | null, walletAgeAvg?: string | null, walletAgeStd?: string | null, exchange?: { __typename?: 'FilterExchange', address: string, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null } | null, pair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, virtualPooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null } | null, token0?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } | null> | null } | null }; export type FilterPredictionEventsQueryVariables = Exact<{ eventIds?: InputMaybe | Scalars['String']['input']>; @@ -15346,7 +15377,7 @@ export type FilterPredictionEventsQueryVariables = Exact<{ }>; -export type FilterPredictionEventsQuery = { __typename?: 'Query', filterPredictionEvents?: { __typename?: 'PredictionEventFilterConnection', count: number, page: number, results: Array<{ __typename?: 'PredictionEventFilterResult', age?: number | null, categories: Array, closesAt: number, createdAt: number, expectedLifespan?: number | null, id: string, lastTransactionAt: number, liquidityCT?: string | null, liquidityChange1h?: number | null, liquidityChange1w?: number | null, liquidityChange4h?: number | null, liquidityChange5m?: number | null, liquidityChange12h?: number | null, liquidityChange24h?: number | null, liquidityUsd?: string | null, marketCount: number, openInterestCT?: string | null, openInterestChange1h?: number | null, openInterestChange1w?: number | null, openInterestChange4h?: number | null, openInterestChange5m?: number | null, openInterestChange12h?: number | null, openInterestChange24h?: number | null, openInterestUsd?: string | null, opensAt: number, protocol: PredictionProtocol, relatedEventIds: Array, relevanceScore1h?: number | null, relevanceScore1w?: number | null, relevanceScore4h?: number | null, relevanceScore5m?: number | null, relevanceScore12h?: number | null, relevanceScore24h?: number | null, resolutionSource?: string | null, resolvedAt?: number | null, resolvesAt: number, status: PredictionEventStatus, timestamp: number, trades1h?: number | null, trades1w?: number | null, trades4h?: number | null, trades5m?: number | null, trades12h?: number | null, trades24h?: number | null, tradesChange1h?: number | null, tradesChange1w?: number | null, tradesChange4h?: number | null, tradesChange5m?: number | null, tradesChange12h?: number | null, tradesChange24h?: number | null, trendingScore1h?: number | null, trendingScore1w?: number | null, trendingScore4h?: number | null, trendingScore5m?: number | null, trendingScore12h?: number | null, trendingScore24h?: number | null, uniqueTraders1h?: number | null, uniqueTraders1w?: number | null, uniqueTraders4h?: number | null, uniqueTraders5m?: number | null, uniqueTraders12h?: number | null, uniqueTraders24h?: number | null, uniqueTradersChange1h?: number | null, uniqueTradersChange1w?: number | null, uniqueTradersChange4h?: number | null, uniqueTradersChange5m?: number | null, uniqueTradersChange12h?: number | null, uniqueTradersChange24h?: number | null, venueVolumeCT?: string | null, venueVolumeUsd?: string | null, volumeCTAll?: string | null, volumeChange1h?: number | null, volumeChange1w?: number | null, volumeChange4h?: number | null, volumeChange5m?: number | null, volumeChange12h?: number | null, volumeChange24h?: number | null, volumeUsd1h?: string | null, volumeUsd1w?: string | null, volumeUsd4h?: string | null, volumeUsd5m?: string | null, volumeUsd12h?: string | null, volumeUsd24h?: string | null, volumeUsdAll?: string | null, event: { __typename?: 'SearchPredictionEvent', closesAt: number, createdAt: number, description?: string | null, exchangeAddress?: string | null, id: string, imageThumbUrl?: string | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt: number, slug: string, status: PredictionEventStatus, tags: Array, venueEventId: string, venueSeriesId?: string | null, venueUrl: string }, markets: Array<{ __typename?: 'PredictionEventFilterResultMarket', id: string, label?: string | null }>, predictionEvent?: { __typename?: 'PredictionEvent', closesAt: number, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt: number, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null } | null, topMarkets: Array<{ __typename?: 'PredictionEventTopMarket', label: string, marketId: string, outcome0BidCT: string, outcome0Label: string, outcome1BidCT: string, outcome1Label: string, volumeCT1d: string, volumeCT1w: string, volumeCTAll: string }> }> } | null }; +export type FilterPredictionEventsQuery = { __typename?: 'Query', filterPredictionEvents?: { __typename?: 'PredictionEventFilterConnection', count: number, page: number, results: Array<{ __typename?: 'PredictionEventFilterResult', age?: number | null, categories: Array, closesAt?: number | null, createdAt: number, expectedLifespan?: number | null, id: string, lastTransactionAt: number, liquidityCT?: string | null, liquidityChange1h?: number | null, liquidityChange1w?: number | null, liquidityChange4h?: number | null, liquidityChange5m?: number | null, liquidityChange12h?: number | null, liquidityChange24h?: number | null, liquidityUsd?: string | null, marketCount: number, openInterestCT?: string | null, openInterestChange1h?: number | null, openInterestChange1w?: number | null, openInterestChange4h?: number | null, openInterestChange5m?: number | null, openInterestChange12h?: number | null, openInterestChange24h?: number | null, openInterestUsd?: string | null, opensAt: number, protocol: PredictionProtocol, relatedEventIds: Array, relevanceScore1h?: number | null, relevanceScore1w?: number | null, relevanceScore4h?: number | null, relevanceScore5m?: number | null, relevanceScore12h?: number | null, relevanceScore24h?: number | null, resolutionSource?: string | null, resolvedAt?: number | null, resolvesAt?: number | null, status: PredictionEventStatus, timestamp: number, trades1h?: number | null, trades1w?: number | null, trades4h?: number | null, trades5m?: number | null, trades12h?: number | null, trades24h?: number | null, tradesChange1h?: number | null, tradesChange1w?: number | null, tradesChange4h?: number | null, tradesChange5m?: number | null, tradesChange12h?: number | null, tradesChange24h?: number | null, trendingScore1h?: number | null, trendingScore1w?: number | null, trendingScore4h?: number | null, trendingScore5m?: number | null, trendingScore12h?: number | null, trendingScore24h?: number | null, uniqueTraders1h?: number | null, uniqueTraders1w?: number | null, uniqueTraders4h?: number | null, uniqueTraders5m?: number | null, uniqueTraders12h?: number | null, uniqueTraders24h?: number | null, uniqueTradersChange1h?: number | null, uniqueTradersChange1w?: number | null, uniqueTradersChange4h?: number | null, uniqueTradersChange5m?: number | null, uniqueTradersChange12h?: number | null, uniqueTradersChange24h?: number | null, venueVolumeCT?: string | null, venueVolumeUsd?: string | null, volumeCTAll?: string | null, volumeChange1h?: number | null, volumeChange1w?: number | null, volumeChange4h?: number | null, volumeChange5m?: number | null, volumeChange12h?: number | null, volumeChange24h?: number | null, volumeUsd1h?: string | null, volumeUsd1w?: string | null, volumeUsd4h?: string | null, volumeUsd5m?: string | null, volumeUsd12h?: string | null, volumeUsd24h?: string | null, volumeUsdAll?: string | null, event: { __typename?: 'SearchPredictionEvent', closesAt?: number | null, createdAt: number, description?: string | null, exchangeAddress?: string | null, id: string, imageThumbUrl?: string | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt?: number | null, slug: string, status: PredictionEventStatus, tags: Array, venueEventId: string, venueSeriesId?: string | null, venueUrl: string }, markets: Array<{ __typename?: 'PredictionEventFilterResultMarket', id: string, label?: string | null }>, predictionEvent?: { __typename?: 'PredictionEvent', closesAt?: number | null, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt?: number | null, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null } | null, topMarkets: Array<{ __typename?: 'PredictionEventTopMarket', label: string, marketId: string, outcome0BidCT: string, outcome0Label: string, outcome1BidCT: string, outcome1Label: string, volumeCT1d: string, volumeCT1w: string, volumeCTAll: string }> }> } | null }; export type FilterPredictionMarketsQueryVariables = Exact<{ eventIds?: InputMaybe | Scalars['String']['input']>; @@ -15413,7 +15444,7 @@ export type FilterTokensQueryVariables = Exact<{ }>; -export type FilterTokensQuery = { __typename?: 'Query', filterTokens?: { __typename?: 'TokenFilterConnection', count?: number | null, page?: number | null, results?: Array<{ __typename?: 'TokenFilterResult', bundlerCount?: number | null, bundlerHeldPercentage?: number | null, buyCount1?: number | null, buyCount4?: number | null, buyCount5m?: number | null, buyCount12?: number | null, buyCount24?: number | null, buyVolume1?: string | null, buyVolume4?: string | null, buyVolume5m?: string | null, buyVolume12?: string | null, buyVolume24?: string | null, change1?: string | null, change4?: string | null, change5m?: string | null, change12?: string | null, change24?: string | null, circulatingMarketCap?: string | null, createdAt?: number | null, devHeldPercentage?: number | null, high1?: string | null, high4?: string | null, high5m?: string | null, high12?: string | null, high24?: string | null, holders?: number | null, insiderCount?: number | null, insiderHeldPercentage?: number | null, isScam?: boolean | null, lastTransaction?: number | null, liquidPairLiquidity?: string | null, liquidPairPriceUSD?: string | null, liquidity?: string | null, low1?: string | null, low4?: string | null, low5m?: string | null, low12?: string | null, low24?: string | null, marketCap?: string | null, potentialScamReasons?: Array | null, priceUSD?: string | null, quoteToken?: string | null, sellCount1?: number | null, sellCount4?: number | null, sellCount5m?: number | null, sellCount12?: number | null, sellCount24?: number | null, sellVolume1?: string | null, sellVolume4?: string | null, sellVolume5m?: string | null, sellVolume12?: string | null, sellVolume24?: string | null, sniperCount?: number | null, sniperHeldPercentage?: number | null, swapPct1dOldWallet?: string | null, swapPct7dOldWallet?: string | null, top10HoldersPercent?: number | null, txnCount1?: number | null, txnCount4?: number | null, txnCount5m?: number | null, txnCount12?: number | null, txnCount24?: number | null, uniqueBuys1?: number | null, uniqueBuys4?: number | null, uniqueBuys5m?: number | null, uniqueBuys12?: number | null, uniqueBuys24?: number | null, uniqueSells1?: number | null, uniqueSells4?: number | null, uniqueSells5m?: number | null, uniqueSells12?: number | null, uniqueSells24?: number | null, uniqueTransactions1?: number | null, uniqueTransactions4?: number | null, uniqueTransactions5m?: number | null, uniqueTransactions12?: number | null, uniqueTransactions24?: number | null, volume1?: string | null, volume4?: string | null, volume5m?: string | null, volume12?: string | null, volume24?: string | null, volumeChange1?: string | null, volumeChange4?: string | null, volumeChange5m?: string | null, volumeChange12?: string | null, volumeChange24?: string | null, walletAgeAvg?: string | null, walletAgeStd?: string | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null } | null> | null, liquidPair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } | null, pair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } | null, token?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } | null> | null } | null }; +export type FilterTokensQuery = { __typename?: 'Query', filterTokens?: { __typename?: 'TokenFilterConnection', count?: number | null, page?: number | null, results?: Array<{ __typename?: 'TokenFilterResult', bundlerCount?: number | null, bundlerHeldPercentage?: number | null, buyCount1?: number | null, buyCount4?: number | null, buyCount5m?: number | null, buyCount12?: number | null, buyCount24?: number | null, buyVolume1?: string | null, buyVolume4?: string | null, buyVolume5m?: string | null, buyVolume12?: string | null, buyVolume24?: string | null, change1?: string | null, change4?: string | null, change5m?: string | null, change12?: string | null, change24?: string | null, circulatingMarketCap?: string | null, createdAt?: number | null, devHeldPercentage?: number | null, high1?: string | null, high4?: string | null, high5m?: string | null, high12?: string | null, high24?: string | null, holders?: number | null, insiderCount?: number | null, insiderHeldPercentage?: number | null, isScam?: boolean | null, lastTransaction?: number | null, liquidPairLiquidity?: string | null, liquidPairPriceUSD?: string | null, liquidity?: string | null, low1?: string | null, low4?: string | null, low5m?: string | null, low12?: string | null, low24?: string | null, marketCap?: string | null, potentialScamReasons?: Array | null, priceUSD?: string | null, quoteToken?: string | null, sellCount1?: number | null, sellCount4?: number | null, sellCount5m?: number | null, sellCount12?: number | null, sellCount24?: number | null, sellVolume1?: string | null, sellVolume4?: string | null, sellVolume5m?: string | null, sellVolume12?: string | null, sellVolume24?: string | null, sniperCount?: number | null, sniperHeldPercentage?: number | null, swapPct1dOldWallet?: string | null, swapPct7dOldWallet?: string | null, top10HoldersPercent?: number | null, trendingScore?: number | null, txnCount1?: number | null, txnCount4?: number | null, txnCount5m?: number | null, txnCount12?: number | null, txnCount24?: number | null, uniqueBuys1?: number | null, uniqueBuys4?: number | null, uniqueBuys5m?: number | null, uniqueBuys12?: number | null, uniqueBuys24?: number | null, uniqueSells1?: number | null, uniqueSells4?: number | null, uniqueSells5m?: number | null, uniqueSells12?: number | null, uniqueSells24?: number | null, uniqueTransactions1?: number | null, uniqueTransactions4?: number | null, uniqueTransactions5m?: number | null, uniqueTransactions12?: number | null, uniqueTransactions24?: number | null, volume1?: string | null, volume4?: string | null, volume5m?: string | null, volume12?: string | null, volume24?: string | null, volumeChange1?: string | null, volumeChange4?: string | null, volumeChange5m?: string | null, volumeChange12?: string | null, volumeChange24?: string | null, walletAgeAvg?: string | null, walletAgeStd?: string | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null } | null> | null, liquidPair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, virtualPooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null } | null, pair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, virtualPooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null } | null, token?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } | null> | null } | null }; export type FilterWalletsQueryVariables = Exact<{ input: FilterWalletsInput; @@ -15437,7 +15468,7 @@ export type GetBarsQueryVariables = Exact<{ }>; -export type GetBarsQuery = { __typename?: 'Query', getBars?: { __typename?: 'BarsResponse', averageCostPerTrade?: Array | null, baseFees?: Array | null, builderTips?: Array | null, buyVolume: Array, buyers: Array, buys: Array, c: Array, feeRegimeClassification?: Array | null, feeToVolumeRatio?: Array | null, gasPerVolume?: Array | null, h: Array, l: Array, l1DataFees?: Array | null, liquidity: Array, mevRiskLevel?: Array | null, mevToTotalFeesRatio?: Array | null, o: Array, poolFees?: Array | null, priorityFees?: Array | null, s: string, sandwichRate?: Array | null, sellVolume: Array, sellers: Array, sells: Array, t: Array, totalFees?: Array | null, traders: Array, transactions: Array, volume?: Array | null, volumeNativeToken?: Array | null, pair: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } } | null }; +export type GetBarsQuery = { __typename?: 'Query', getBars?: { __typename?: 'BarsResponse', averageCostPerTrade?: Array | null, baseFees?: Array | null, builderTips?: Array | null, buyVolume: Array, buyers: Array, buys: Array, c: Array, feeRegimeClassification?: Array | null, feeToVolumeRatio?: Array | null, gasPerVolume?: Array | null, h: Array, l: Array, l1DataFees?: Array | null, liquidity: Array, mevRiskLevel?: Array | null, mevToTotalFeesRatio?: Array | null, o: Array, poolFees?: Array | null, priorityFees?: Array | null, s: string, sandwichRate?: Array | null, sellVolume: Array, sellers: Array, sells: Array, t: Array, totalFees?: Array | null, traders: Array, transactions: Array, volume?: Array | null, volumeNativeToken?: Array | null, pair: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, virtualPooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null } } | null }; export type GetCommunityNotesQueryVariables = Exact<{ input?: InputMaybe; @@ -15457,14 +15488,14 @@ export type GetDetailedPairStatsQueryVariables = Exact<{ }>; -export type GetDetailedPairStatsQuery = { __typename?: 'Query', getDetailedPairStats?: { __typename?: 'DetailedPairStats', bucketCount?: number | null, lastTransaction?: number | null, networkId: number, pairAddress: string, queryTimestamp?: number | null, statsType: TokenPairStatisticsType, tokenOfInterest?: TokenOfInterest | null, pair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } | null, stats_day1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_day30?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour4?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour12?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_min5?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_min15?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_week1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null } | null }; +export type GetDetailedPairStatsQuery = { __typename?: 'Query', getDetailedPairStats?: { __typename?: 'DetailedPairStats', bucketCount?: number | null, lastTransaction?: number | null, networkId: number, pairAddress: string, queryTimestamp?: number | null, statsType: TokenPairStatisticsType, tokenOfInterest?: TokenOfInterest | null, pair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, virtualPooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null } | null, stats_day1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_day30?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour4?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour12?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_min5?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_min15?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_week1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null } | null }; export type GetDetailedPairsStatsQueryVariables = Exact<{ input: Array | GetDetailedPairsStatsInput; }>; -export type GetDetailedPairsStatsQuery = { __typename?: 'Query', getDetailedPairsStats?: Array<{ __typename?: 'DetailedPairStats', bucketCount?: number | null, lastTransaction?: number | null, networkId: number, pairAddress: string, queryTimestamp?: number | null, statsType: TokenPairStatisticsType, tokenOfInterest?: TokenOfInterest | null, pair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } | null, stats_day1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_day30?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour4?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour12?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_min5?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_min15?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_week1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null } | null> | null }; +export type GetDetailedPairsStatsQuery = { __typename?: 'Query', getDetailedPairsStats?: Array<{ __typename?: 'DetailedPairStats', bucketCount?: number | null, lastTransaction?: number | null, networkId: number, pairAddress: string, queryTimestamp?: number | null, statsType: TokenPairStatisticsType, tokenOfInterest?: TokenOfInterest | null, pair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, virtualPooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null } | null, stats_day1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_day30?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour4?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_hour12?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_min5?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_min15?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null, stats_week1?: { __typename?: 'WindowedDetailedPairStats', duration: DetailedPairStatsDuration, end: number, start: number, statsNonCurrency: { __typename?: 'WindowedDetailedNonCurrencyPairStats', buyers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, buys?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sellers?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, sells?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, traders?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null, transactions?: { __typename?: 'DetailedPairStatsNumberMetrics', buckets: Array, change?: number | null, currentValue?: number | null, previousValue?: number | null } | null }, statsUsd: { __typename?: 'WindowedDetailedCurrencyPairStats', buyVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, close?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, highest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, liquidity?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, lowest?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, open?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, sellVolume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null, volume?: { __typename?: 'DetailedPairStatsStringMetrics', buckets: Array, change?: number | null, currentValue?: string | null, previousValue?: string | null } | null }, timestamps: Array<{ __typename?: 'DetailedPairStatsBucketTimestamp', end: number, start: number } | null> } | null } | null> | null }; export type GetDetailedTokenStatsQueryVariables = Exact<{ bucketCount?: InputMaybe; @@ -15623,7 +15654,7 @@ export type ListPairsForTokenQueryVariables = Exact<{ }>; -export type ListPairsForTokenQuery = { __typename?: 'Query', listPairsForToken: Array<{ __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } | null> }; +export type ListPairsForTokenQuery = { __typename?: 'Query', listPairsForToken: Array<{ __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, virtualPooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null } | null> }; export type ListPairsWithMetadataForTokenQueryVariables = Exact<{ limit?: InputMaybe; @@ -15632,7 +15663,7 @@ export type ListPairsWithMetadataForTokenQueryVariables = Exact<{ }>; -export type ListPairsWithMetadataForTokenQuery = { __typename?: 'Query', listPairsWithMetadataForToken: { __typename?: 'ListPairsForTokenResponse', results: Array<{ __typename?: 'ListPairsForTokenValue', liquidity: string, quoteToken?: QuoteToken | null, volume: string, backingToken: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null }, exchange: { __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }, pair: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null }, token: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } }> } }; +export type ListPairsWithMetadataForTokenQuery = { __typename?: 'Query', listPairsWithMetadataForToken: { __typename?: 'ListPairsForTokenResponse', results: Array<{ __typename?: 'ListPairsForTokenValue', liquidity: string, quoteToken?: QuoteToken | null, volume: string, backingToken: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null }, exchange: { __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }, pair: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, virtualPooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null }, token: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } }> } }; export type PairMetadataQueryVariables = Exact<{ pairId: Scalars['String']['input']; @@ -15653,21 +15684,21 @@ export type PredictionEventBarsQueryVariables = Exact<{ }>; -export type PredictionEventBarsQuery = { __typename?: 'Query', predictionEventBars?: { __typename?: 'PredictionEventBarsResponse', eventId: string, bars: Array<{ __typename?: 'PredictionEventBar', buyVolumeCollateralToken?: string | null, buyVolumeUsd?: string | null, lastEventTimestamp: number, sellVolumeCollateralToken?: string | null, sellVolumeUsd?: string | null, t: number, totalVolumeCollateralToken?: string | null, totalVolumeUsd: string, trades: number, uniqueTraders?: number | null, venueVolumeCollateralToken?: string | null, venueVolumeUsd?: string | null, volumeCollateralToken?: string | null, volumeUsd: string, liquidityCollateralToken?: { __typename?: 'PredictionEventBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityUsd?: { __typename?: 'PredictionEventBarOhlc', c: string, h: string, l: string, o: string } | null, openInterestCollateralToken?: { __typename?: 'PredictionEventBarOhlc', c: string, h: string, l: string, o: string } | null, openInterestUsd?: { __typename?: 'PredictionEventBarOhlc', c: string, h: string, l: string, o: string } | null }>, predictionEvent?: { __typename?: 'PredictionEvent', closesAt: number, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt: number, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null } | null, predictionMarkets: Array<{ __typename?: 'PredictionMarket', closesAt?: number | null, createdAt?: number | null, eventId?: string | null, eventLabel?: string | null, exchangeAddress?: string | null, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, label?: string | null, networkId?: number | null, observedAt: number, opensAt?: number | null, outcomeIds: Array, outcomeLabels?: Array | null, protocol: PredictionProtocol, question?: string | null, resolvedAt?: number | null, resolvesAt?: number | null, rules?: string | null, rules2?: string | null, updatedAt?: number | null, venueEventId?: string | null, venueMarketId: string, venueMarketSlug?: string | null, venueOutcomeIds: Array, winningOutcomeId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }> } | null }; +export type PredictionEventBarsQuery = { __typename?: 'Query', predictionEventBars?: { __typename?: 'PredictionEventBarsResponse', eventId: string, bars: Array<{ __typename?: 'PredictionEventBar', buyVolumeCollateralToken?: string | null, buyVolumeUsd?: string | null, lastEventTimestamp: number, sellVolumeCollateralToken?: string | null, sellVolumeUsd?: string | null, t: number, totalVolumeCollateralToken?: string | null, totalVolumeUsd: string, trades: number, uniqueTraders?: number | null, venueVolumeCollateralToken?: string | null, venueVolumeUsd?: string | null, volumeCollateralToken?: string | null, volumeUsd: string, liquidityCollateralToken?: { __typename?: 'PredictionEventBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityUsd?: { __typename?: 'PredictionEventBarOhlc', c: string, h: string, l: string, o: string } | null, openInterestCollateralToken?: { __typename?: 'PredictionEventBarOhlc', c: string, h: string, l: string, o: string } | null, openInterestUsd?: { __typename?: 'PredictionEventBarOhlc', c: string, h: string, l: string, o: string } | null }>, predictionEvent?: { __typename?: 'PredictionEvent', closesAt?: number | null, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt?: number | null, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null } | null, predictionMarkets: Array<{ __typename?: 'PredictionMarket', closesAt?: number | null, createdAt?: number | null, eventId?: string | null, eventLabel?: string | null, exchangeAddress?: string | null, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, label?: string | null, networkId?: number | null, observedAt: number, opensAt?: number | null, outcomeIds: Array, outcomeLabels?: Array | null, protocol: PredictionProtocol, question?: string | null, resolvedAt?: number | null, resolvesAt?: number | null, rules?: string | null, rules2?: string | null, updatedAt?: number | null, venueEventId?: string | null, venueMarketId: string, venueMarketSlug?: string | null, venueOutcomeIds: Array, winningOutcomeId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }> } | null }; export type PredictionEventTopMarketsBarsQueryVariables = Exact<{ input: PredictionEventTopMarketsBarsInput; }>; -export type PredictionEventTopMarketsBarsQuery = { __typename?: 'Query', predictionEventTopMarketsBars?: { __typename?: 'PredictionEventTopMarketsBarsResponse', eventId: string, marketBars: Array<{ __typename?: 'PredictionMarketBarsResponse', marketId: string, bars: Array<{ __typename?: 'PredictionMarketBar', allTimeVolumeCollateralToken?: string | null, allTimeVolumeUsd?: string | null, lastEventTimestamp?: number | null, t: number, trades?: number | null, uniqueTraders?: number | null, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, openInterestUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, outcome0?: { __typename?: 'PredictionOutcomeBar', buyVolumeCollateralToken?: string | null, buyVolumeShares?: string | null, buyVolumeUsd?: string | null, buys?: number | null, sellVolumeCollateralToken?: string | null, sellVolumeShares?: string | null, sellVolumeUsd?: string | null, sells?: number | null, trades?: number | null, venueOutcomeId: string, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, askCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, askUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null } | null, outcome1?: { __typename?: 'PredictionOutcomeBar', buyVolumeCollateralToken?: string | null, buyVolumeShares?: string | null, buyVolumeUsd?: string | null, buys?: number | null, sellVolumeCollateralToken?: string | null, sellVolumeShares?: string | null, sellVolumeUsd?: string | null, sells?: number | null, trades?: number | null, venueOutcomeId: string, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, askCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, askUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null } | null }>, predictionEvent: { __typename?: 'PredictionEvent', closesAt: number, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt: number, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }, predictionMarket: { __typename?: 'PredictionMarket', closesAt?: number | null, createdAt?: number | null, eventId?: string | null, eventLabel?: string | null, exchangeAddress?: string | null, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, label?: string | null, networkId?: number | null, observedAt: number, opensAt?: number | null, outcomeIds: Array, outcomeLabels?: Array | null, protocol: PredictionProtocol, question?: string | null, resolvedAt?: number | null, resolvesAt?: number | null, rules?: string | null, rules2?: string | null, updatedAt?: number | null, venueEventId?: string | null, venueMarketId: string, venueMarketSlug?: string | null, venueOutcomeIds: Array, winningOutcomeId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null } }>, predictionEvent?: { __typename?: 'PredictionEvent', closesAt: number, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt: number, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null } | null } | null }; +export type PredictionEventTopMarketsBarsQuery = { __typename?: 'Query', predictionEventTopMarketsBars?: { __typename?: 'PredictionEventTopMarketsBarsResponse', eventId: string, marketBars: Array<{ __typename?: 'PredictionMarketBarsResponse', marketId: string, bars: Array<{ __typename?: 'PredictionMarketBar', allTimeVolumeCollateralToken?: string | null, allTimeVolumeUsd?: string | null, lastEventTimestamp?: number | null, t: number, trades?: number | null, uniqueTraders?: number | null, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, openInterestUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, outcome0?: { __typename?: 'PredictionOutcomeBar', buyVolumeCollateralToken?: string | null, buyVolumeShares?: string | null, buyVolumeUsd?: string | null, buys?: number | null, sellVolumeCollateralToken?: string | null, sellVolumeShares?: string | null, sellVolumeUsd?: string | null, sells?: number | null, trades?: number | null, venueOutcomeId: string, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, askCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, askUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null } | null, outcome1?: { __typename?: 'PredictionOutcomeBar', buyVolumeCollateralToken?: string | null, buyVolumeShares?: string | null, buyVolumeUsd?: string | null, buys?: number | null, sellVolumeCollateralToken?: string | null, sellVolumeShares?: string | null, sellVolumeUsd?: string | null, sells?: number | null, trades?: number | null, venueOutcomeId: string, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, askCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, askUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null } | null }>, predictionEvent: { __typename?: 'PredictionEvent', closesAt?: number | null, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt?: number | null, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }, predictionMarket: { __typename?: 'PredictionMarket', closesAt?: number | null, createdAt?: number | null, eventId?: string | null, eventLabel?: string | null, exchangeAddress?: string | null, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, label?: string | null, networkId?: number | null, observedAt: number, opensAt?: number | null, outcomeIds: Array, outcomeLabels?: Array | null, protocol: PredictionProtocol, question?: string | null, resolvedAt?: number | null, resolvesAt?: number | null, rules?: string | null, rules2?: string | null, updatedAt?: number | null, venueEventId?: string | null, venueMarketId: string, venueMarketSlug?: string | null, venueOutcomeIds: Array, winningOutcomeId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null } }>, predictionEvent?: { __typename?: 'PredictionEvent', closesAt?: number | null, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt?: number | null, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null } | null } | null }; export type PredictionMarketBarsQueryVariables = Exact<{ input: PredictionMarketBarsInput; }>; -export type PredictionMarketBarsQuery = { __typename?: 'Query', predictionMarketBars?: { __typename?: 'PredictionMarketBarsResponse', marketId: string, bars: Array<{ __typename?: 'PredictionMarketBar', allTimeVolumeCollateralToken?: string | null, allTimeVolumeUsd?: string | null, lastEventTimestamp?: number | null, t: number, trades?: number | null, uniqueTraders?: number | null, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, openInterestUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, outcome0?: { __typename?: 'PredictionOutcomeBar', buyVolumeCollateralToken?: string | null, buyVolumeShares?: string | null, buyVolumeUsd?: string | null, buys?: number | null, sellVolumeCollateralToken?: string | null, sellVolumeShares?: string | null, sellVolumeUsd?: string | null, sells?: number | null, trades?: number | null, venueOutcomeId: string, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, askCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, askUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null } | null, outcome1?: { __typename?: 'PredictionOutcomeBar', buyVolumeCollateralToken?: string | null, buyVolumeShares?: string | null, buyVolumeUsd?: string | null, buys?: number | null, sellVolumeCollateralToken?: string | null, sellVolumeShares?: string | null, sellVolumeUsd?: string | null, sells?: number | null, trades?: number | null, venueOutcomeId: string, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, askCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, askUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null } | null }>, predictionEvent: { __typename?: 'PredictionEvent', closesAt: number, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt: number, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }, predictionMarket: { __typename?: 'PredictionMarket', closesAt?: number | null, createdAt?: number | null, eventId?: string | null, eventLabel?: string | null, exchangeAddress?: string | null, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, label?: string | null, networkId?: number | null, observedAt: number, opensAt?: number | null, outcomeIds: Array, outcomeLabels?: Array | null, protocol: PredictionProtocol, question?: string | null, resolvedAt?: number | null, resolvesAt?: number | null, rules?: string | null, rules2?: string | null, updatedAt?: number | null, venueEventId?: string | null, venueMarketId: string, venueMarketSlug?: string | null, venueOutcomeIds: Array, winningOutcomeId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null } } | null }; +export type PredictionMarketBarsQuery = { __typename?: 'Query', predictionMarketBars?: { __typename?: 'PredictionMarketBarsResponse', marketId: string, bars: Array<{ __typename?: 'PredictionMarketBar', allTimeVolumeCollateralToken?: string | null, allTimeVolumeUsd?: string | null, lastEventTimestamp?: number | null, t: number, trades?: number | null, uniqueTraders?: number | null, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, openInterestUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, outcome0?: { __typename?: 'PredictionOutcomeBar', buyVolumeCollateralToken?: string | null, buyVolumeShares?: string | null, buyVolumeUsd?: string | null, buys?: number | null, sellVolumeCollateralToken?: string | null, sellVolumeShares?: string | null, sellVolumeUsd?: string | null, sells?: number | null, trades?: number | null, venueOutcomeId: string, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, askCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, askUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null } | null, outcome1?: { __typename?: 'PredictionOutcomeBar', buyVolumeCollateralToken?: string | null, buyVolumeShares?: string | null, buyVolumeUsd?: string | null, buys?: number | null, sellVolumeCollateralToken?: string | null, sellVolumeShares?: string | null, sellVolumeUsd?: string | null, sells?: number | null, trades?: number | null, venueOutcomeId: string, volumeCollateralToken?: string | null, volumeShares?: string | null, volumeUsd?: string | null, askCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, askUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, bidUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, liquidityUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, priceUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentAskDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthCollateralToken?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null, twoPercentBidDepthUsd?: { __typename?: 'PredictionMarketBarOhlc', c: string, h: string, l: string, o: string } | null } | null }>, predictionEvent: { __typename?: 'PredictionEvent', closesAt?: number | null, createdAt: number, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, marketIds?: Array | null, networkId?: number | null, opensAt: number, protocol: PredictionProtocol, question: string, resolvedAt?: number | null, resolvesAt?: number | null, rulesPrimary: string, rulesSecondary?: string | null, status: PredictionEventStatus, tags: Array, updatedAt: number, url: string, venueEventId: string, venueSeriesId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null }, predictionMarket: { __typename?: 'PredictionMarket', closesAt?: number | null, createdAt?: number | null, eventId?: string | null, eventLabel?: string | null, exchangeAddress?: string | null, id: string, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbUrl?: string | null, label?: string | null, networkId?: number | null, observedAt: number, opensAt?: number | null, outcomeIds: Array, outcomeLabels?: Array | null, protocol: PredictionProtocol, question?: string | null, resolvedAt?: number | null, resolvesAt?: number | null, rules?: string | null, rules2?: string | null, updatedAt?: number | null, venueEventId?: string | null, venueMarketId: string, venueMarketSlug?: string | null, venueOutcomeIds: Array, winningOutcomeId?: string | null, categories?: Array<{ __typename?: 'PredictionCategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubcategory', name: string, slug: string, subcategories?: Array<{ __typename?: 'PredictionSubSubcategory', name: string, slug: string }> | null }> | null }> | null, resolution?: { __typename?: 'PredictionResolution', result?: string | null, source?: string | null } | null } } | null }; export type PredictionMarketPriceQueryVariables = Exact<{ input: PredictionMarketPriceInput; @@ -15851,6 +15882,22 @@ export type OnEventsCreatedByMakerSubscriptionVariables = Exact<{ export type OnEventsCreatedByMakerSubscription = { __typename?: 'Subscription', onEventsCreatedByMaker?: { __typename?: 'AddEventsByMakerOutput', makerAddress: string, events: Array<{ __typename?: 'Event', address: string, baseTokenPrice?: string | null, blockHash: string, blockNumber: number, eventDisplayType?: EventDisplayType | null, eventType: EventType, id: string, liquidityToken?: string | null, logIndex: number, maker?: string | null, networkId: number, quoteToken?: QuoteToken | null, timestamp: number, token0Address?: string | null, token0PoolValueUsd?: string | null, token0SwapValueUsd?: string | null, token0ValueBase?: string | null, token1Address?: string | null, token1PoolValueUsd?: string | null, token1SwapValueUsd?: string | null, token1ValueBase?: string | null, transactionHash: string, transactionIndex: number, walletAge?: number | null, walletLabels?: Array | null, data?: { __typename?: 'BurnEventData', amount0?: string | null, amount0Shifted?: string | null, amount1?: string | null, amount1Shifted?: string | null, tickLower?: string | null, tickUpper?: string | null, type: EventType } | { __typename?: 'MintEventData', amount0?: string | null, amount0Shifted?: string | null, amount1?: string | null, amount1Shifted?: string | null, tickLower?: string | null, tickUpper?: string | null, type: EventType } | { __typename?: 'PoolBalanceChangedEventData', amount0?: string | null, amount0Shifted?: string | null, amount1?: string | null, amount1Shifted?: string | null, liquidity0?: string | null, liquidity1?: string | null, protocolFeeAmount0?: string | null, protocolFeeAmount1?: string | null, sender?: string | null, token0?: string | null, token1?: string | null, type: EventType } | { __typename?: 'SwapEventData', amount0?: string | null, amount0In?: string | null, amount0Out?: string | null, amount1?: string | null, amount1In?: string | null, amount1Out?: string | null, amountNonLiquidityToken?: string | null, priceBaseToken?: string | null, priceBaseTokenTotal?: string | null, priceUsd?: string | null, priceUsdTotal?: string | null, tick?: string | null, type: EventType } | null, feeData?: { __typename?: 'EventFeeData', baseFeeNativeUnit?: string | null, builderTipNativeUnit?: string | null, dynamicFee?: boolean | null, estimatedPoolFee?: boolean | null, gasUsed?: string | null, l1DataFeeNativeUnit?: string | null, poolFeeAmountRaw?: string | null, poolFeeBps?: number | null, poolFeeRateRaw?: string | null, priorityFeeNativeUnit?: string | null, txEventCount?: number | null, supplementalFeeData?: { __typename?: 'PumpAmmCashbackFeeData', cashbackAmountLamports: string, cashbackFeeBps: number, type: string } | { __typename?: 'PumpCashbackFeeData', cashbackAmountLamports: string, cashbackFeeBps: number, type: string } | null } | null, labels?: { __typename?: 'LabelsForEvent', sandwich?: { __typename?: 'SandwichLabelForEvent', label: string, sandwichType: SandwichLabelForEventType, token0DrainedAmount: string, token1DrainedAmount: string } | null, washtrade?: { __typename?: 'WashtradeLabelForEvent', label: string } | null } | null }> } | null }; +export type OnFilterTokenUpdatedSubscriptionVariables = Exact<{ + excludeTokens?: InputMaybe> | InputMaybe>; + filters?: InputMaybe; + limit?: InputMaybe; + offset?: InputMaybe; + phrase?: InputMaybe; + rankings?: InputMaybe> | InputMaybe>; + statsType?: InputMaybe; + tokens?: InputMaybe> | InputMaybe>; + updatePeriod?: InputMaybe; + useAggregatedStats?: InputMaybe; +}>; + + +export type OnFilterTokenUpdatedSubscription = { __typename?: 'Subscription', onFilterTokenUpdated?: { __typename?: 'FilterTokenUpdates', updates?: Array<{ __typename?: 'TokenFilterResult', bundlerCount?: number | null, bundlerHeldPercentage?: number | null, buyCount1?: number | null, buyCount4?: number | null, buyCount5m?: number | null, buyCount12?: number | null, buyCount24?: number | null, buyVolume1?: string | null, buyVolume4?: string | null, buyVolume5m?: string | null, buyVolume12?: string | null, buyVolume24?: string | null, change1?: string | null, change4?: string | null, change5m?: string | null, change12?: string | null, change24?: string | null, circulatingMarketCap?: string | null, createdAt?: number | null, devHeldPercentage?: number | null, high1?: string | null, high4?: string | null, high5m?: string | null, high12?: string | null, high24?: string | null, holders?: number | null, insiderCount?: number | null, insiderHeldPercentage?: number | null, isScam?: boolean | null, lastTransaction?: number | null, liquidPairLiquidity?: string | null, liquidPairPriceUSD?: string | null, liquidity?: string | null, low1?: string | null, low4?: string | null, low5m?: string | null, low12?: string | null, low24?: string | null, marketCap?: string | null, potentialScamReasons?: Array | null, priceUSD?: string | null, quoteToken?: string | null, sellCount1?: number | null, sellCount4?: number | null, sellCount5m?: number | null, sellCount12?: number | null, sellCount24?: number | null, sellVolume1?: string | null, sellVolume4?: string | null, sellVolume5m?: string | null, sellVolume12?: string | null, sellVolume24?: string | null, sniperCount?: number | null, sniperHeldPercentage?: number | null, swapPct1dOldWallet?: string | null, swapPct7dOldWallet?: string | null, top10HoldersPercent?: number | null, trendingScore?: number | null, txnCount1?: number | null, txnCount4?: number | null, txnCount5m?: number | null, txnCount12?: number | null, txnCount24?: number | null, uniqueBuys1?: number | null, uniqueBuys4?: number | null, uniqueBuys5m?: number | null, uniqueBuys12?: number | null, uniqueBuys24?: number | null, uniqueSells1?: number | null, uniqueSells4?: number | null, uniqueSells5m?: number | null, uniqueSells12?: number | null, uniqueSells24?: number | null, uniqueTransactions1?: number | null, uniqueTransactions4?: number | null, uniqueTransactions5m?: number | null, uniqueTransactions12?: number | null, uniqueTransactions24?: number | null, volume1?: string | null, volume4?: string | null, volume5m?: string | null, volume12?: string | null, volume24?: string | null, volumeChange1?: string | null, volumeChange4?: string | null, volumeChange5m?: string | null, volumeChange12?: string | null, volumeChange24?: string | null, walletAgeAvg?: string | null, walletAgeStd?: string | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null } | null> | null, liquidPair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, virtualPooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null } | null, pair?: { __typename?: 'Pair', address: string, createdAt?: number | null, exchangeHash: string, fee?: number | null, id: string, networkId: number, protocol?: string | null, tickSpacing?: number | null, token0: string, token1: string, pooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null, protocolData?: { __typename?: 'ArenaTradeData', tokenId?: string | null, type: string } | { __typename?: 'PumpData', creator?: string | null, type: string } | { __typename?: 'UniswapV4Data', isDynamicFee?: boolean | null, isToken0NetworkToken?: boolean | null, type: string, uniswapV4HookAddress?: string | null } | null, token0Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, token1Data?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null, virtualPooled?: { __typename?: 'PooledTokenValues', token0?: string | null, token1?: string | null } | null } | null, token?: { __typename?: 'EnhancedToken', address: string, cmcId?: number | null, createBlockNumber?: number | null, createTransactionHash?: string | null, createdAt?: number | null, creatorAddress?: string | null, decimals: number, freezable?: string | null, id: string, isFreezableValid?: boolean | null, isMintableValid?: boolean | null, isScam?: boolean | null, mintable?: string | null, name?: string | null, networkId: number, symbol?: string | null, top10HoldersPercent?: number | null, exchanges?: Array<{ __typename?: 'Exchange', address: string, color?: string | null, exchangeVersion?: string | null, iconUrl?: string | null, id: string, name?: string | null, networkId: number, tradeUrl?: string | null }> | null, info?: { __typename?: 'TokenInfo', address: string, circulatingSupply?: string | null, cmcId?: number | null, description?: string | null, id: string, imageBannerUrl?: string | null, imageLargeUrl?: string | null, imageSmallUrl?: string | null, imageThumbHash?: string | null, imageThumbUrl?: string | null, isScam?: boolean | null, name?: string | null, networkId: number, symbol: string, totalSupply?: string | null, videoExternalUrl?: string | null } | null, launchpad?: { __typename?: 'LaunchpadData', completed?: boolean | null, completedAt?: number | null, completedSlot?: number | null, graduationPercent?: number | null, isCashbackEnabled?: boolean | null, launchpadIconUrl?: string | null, launchpadName?: string | null, launchpadProtocol?: string | null, migrated?: boolean | null, migratedAt?: number | null, migratedPoolAddress?: string | null, migratedSlot?: number | null, poolAddress?: string | null } | null, socialLinks?: { __typename?: 'SocialLinks', bitcointalk?: string | null, blog?: string | null, coingecko?: string | null, coinmarketcap?: string | null, discord?: string | null, email?: string | null, facebook?: string | null, github?: string | null, instagram?: string | null, linkedin?: string | null, reddit?: string | null, slack?: string | null, telegram?: string | null, twitch?: string | null, twitter?: string | null, website?: string | null, wechat?: string | null, whitepaper?: string | null, youtube?: string | null } | null } | null } | null> | null } | null }; + export type OnHoldersUpdatedSubscriptionVariables = Exact<{ tokenId: Scalars['String']['input']; }>; @@ -16026,18 +16073,18 @@ export const DetailedPredictionMarketStatsDocument = {"kind":"Document","definit export const DetailedPredictionTraderStatsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"DetailedPredictionTraderStats"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"DetailedPredictionTraderStatsInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"detailedPredictionTraderStats"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"allTimeStats"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"totalProfitCT"}},{"kind":"Field","name":{"kind":"Name","value":"totalProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeUsd"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"statsDay1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsChange"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"lossesChange"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlChange"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarketsChange"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"winsChange"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitCTPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountCT"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buys"}},{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"sells"}},{"kind":"Field","name":{"kind":"Name","value":"trades"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarkets"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsDay30"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsChange"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"lossesChange"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlChange"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarketsChange"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"winsChange"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitCTPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountCT"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buys"}},{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"sells"}},{"kind":"Field","name":{"kind":"Name","value":"trades"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarkets"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsHour1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsChange"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"lossesChange"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlChange"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarketsChange"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"winsChange"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitCTPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountCT"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buys"}},{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"sells"}},{"kind":"Field","name":{"kind":"Name","value":"trades"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarkets"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsHour4"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsChange"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"lossesChange"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlChange"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarketsChange"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"winsChange"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitCTPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountCT"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buys"}},{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"sells"}},{"kind":"Field","name":{"kind":"Name","value":"trades"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarkets"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsHour12"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsChange"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"lossesChange"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlChange"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarketsChange"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"winsChange"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitCTPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountCT"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buys"}},{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"sells"}},{"kind":"Field","name":{"kind":"Name","value":"trades"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarkets"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsWeek1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsChange"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"lossesChange"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlChange"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarketsChange"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange"}},{"kind":"Field","name":{"kind":"Name","value":"winsChange"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitCTPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountCT"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buys"}},{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"sells"}},{"kind":"Field","name":{"kind":"Name","value":"trades"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarkets"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"trader"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"activeMarketsCount"}},{"kind":"Field","name":{"kind":"Name","value":"alias"}},{"kind":"Field","name":{"kind":"Name","value":"allTimeProfitCT"}},{"kind":"Field","name":{"kind":"Name","value":"allTimeProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"biggestLossCT"}},{"kind":"Field","name":{"kind":"Name","value":"biggestLossUsd"}},{"kind":"Field","name":{"kind":"Name","value":"biggestWinCT"}},{"kind":"Field","name":{"kind":"Name","value":"biggestWinUsd"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"firstTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"labels"}},{"kind":"Field","name":{"kind":"Name","value":"lastTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"linkedAddresses"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAddress"}},{"kind":"Field","name":{"kind":"Name","value":"profileImageUrl"}},{"kind":"Field","name":{"kind":"Name","value":"profileUrl"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"totalTradesCount"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"venueTraderId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traderId"}}]}}]}}]} as unknown as DocumentNode; export const DetailedWalletStatsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"DetailedWalletStats"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"DetailedWalletStatsInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"detailedWalletStats"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"botScore"}},{"kind":"Field","name":{"kind":"Name","value":"labels"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkBreakdown"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nativeTokenBalance"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"statsDay1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"swaps"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll"}}]}},{"kind":"Field","name":{"kind":"Name","value":"walletAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsDay30"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"swaps"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll"}}]}},{"kind":"Field","name":{"kind":"Name","value":"walletAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsWeek1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"swaps"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll"}}]}},{"kind":"Field","name":{"kind":"Name","value":"walletAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsYear1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"swaps"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll"}}]}},{"kind":"Field","name":{"kind":"Name","value":"walletAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"scammerScore"}},{"kind":"Field","name":{"kind":"Name","value":"statsDay1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"swaps"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll"}}]}},{"kind":"Field","name":{"kind":"Name","value":"walletAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsDay30"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"swaps"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll"}}]}},{"kind":"Field","name":{"kind":"Name","value":"walletAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsWeek1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"swaps"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll"}}]}},{"kind":"Field","name":{"kind":"Name","value":"walletAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsYear1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"losses"}},{"kind":"Field","name":{"kind":"Name","value":"swaps"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens"}},{"kind":"Field","name":{"kind":"Name","value":"wins"}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"soldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll"}}]}},{"kind":"Field","name":{"kind":"Name","value":"walletAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"wallet"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"avatarUrl"}},{"kind":"Field","name":{"kind":"Name","value":"discordId"}},{"kind":"Field","name":{"kind":"Name","value":"discordUsername"}},{"kind":"Field","name":{"kind":"Name","value":"displayName"}},{"kind":"Field","name":{"kind":"Name","value":"ethosLevel"}},{"kind":"Field","name":{"kind":"Name","value":"ethosScore"}},{"kind":"Field","name":{"kind":"Name","value":"ethosVerified"}},{"kind":"Field","name":{"kind":"Name","value":"farcasterId"}},{"kind":"Field","name":{"kind":"Name","value":"farcasterUsername"}},{"kind":"Field","name":{"kind":"Name","value":"firstFunding"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount"}},{"kind":"Field","name":{"kind":"Name","value":"fundedAt"}},{"kind":"Field","name":{"kind":"Name","value":"fundedByAddress"}},{"kind":"Field","name":{"kind":"Name","value":"fundedByLabel"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAddress"}},{"kind":"Field","name":{"kind":"Name","value":"transactionHash"}}]}},{"kind":"Field","name":{"kind":"Name","value":"firstSeenTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"githubId"}},{"kind":"Field","name":{"kind":"Name","value":"githubUsername"}},{"kind":"Field","name":{"kind":"Name","value":"identityLabels"}},{"kind":"Field","name":{"kind":"Name","value":"identitySource"}},{"kind":"Field","name":{"kind":"Name","value":"identityUpdatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"telegramId"}},{"kind":"Field","name":{"kind":"Name","value":"telegramUsername"}},{"kind":"Field","name":{"kind":"Name","value":"twitterId"}},{"kind":"Field","name":{"kind":"Name","value":"twitterUsername"}},{"kind":"Field","name":{"kind":"Name","value":"website"}}]}},{"kind":"Field","name":{"kind":"Name","value":"walletAddress"}}]}}]}}]} as unknown as DocumentNode; export const FilterExchangesDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FilterExchanges"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filters"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"ExchangeFilters"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"offset"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"ExchangeRanking"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"filterExchanges"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filters"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filters"}}},{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"offset"},"value":{"kind":"Variable","name":{"kind":"Name","value":"offset"}}},{"kind":"Argument","name":{"kind":"Name","value":"phrase"},"value":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}}},{"kind":"Argument","name":{"kind":"Name","value":"rankings"},"value":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"offset"}},{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"dailyActiveUsers"}},{"kind":"Field","name":{"kind":"Name","value":"exchange"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"monthlyActiveUsers"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount1"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount4"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount12"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount24"}},{"kind":"Field","name":{"kind":"Name","value":"volumeNBT1"}},{"kind":"Field","name":{"kind":"Name","value":"volumeNBT4"}},{"kind":"Field","name":{"kind":"Name","value":"volumeNBT12"}},{"kind":"Field","name":{"kind":"Name","value":"volumeNBT24"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD1"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD4"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD12"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD24"}}]}}]}}]}}]} as unknown as DocumentNode; -export const FilterPairsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FilterPairs"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filters"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"PairFilters"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"matchTokens"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"PairFilterMatchTokens"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"offset"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"pairs"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PairRanking"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenPairStatisticsType"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"filterPairs"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filters"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filters"}}},{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"matchTokens"},"value":{"kind":"Variable","name":{"kind":"Name","value":"matchTokens"}}},{"kind":"Argument","name":{"kind":"Name","value":"offset"},"value":{"kind":"Variable","name":{"kind":"Name","value":"offset"}}},{"kind":"Argument","name":{"kind":"Name","value":"pairs"},"value":{"kind":"Variable","name":{"kind":"Name","value":"pairs"}}},{"kind":"Argument","name":{"kind":"Name","value":"phrase"},"value":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}}},{"kind":"Argument","name":{"kind":"Name","value":"rankings"},"value":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}}},{"kind":"Argument","name":{"kind":"Name","value":"statsType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"offset"}},{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyCount1"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount4"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount12"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount24"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUSD1"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUSD4"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUSD12"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUSD24"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchange"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highPrice1"}},{"kind":"Field","name":{"kind":"Name","value":"highPrice4"}},{"kind":"Field","name":{"kind":"Name","value":"highPrice12"}},{"kind":"Field","name":{"kind":"Name","value":"highPrice24"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransaction"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityToken"}},{"kind":"Field","name":{"kind":"Name","value":"lockedLiquidityPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice1"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice4"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice12"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice24"}},{"kind":"Field","name":{"kind":"Name","value":"marketCap"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"potentialScamReasons"}},{"kind":"Field","name":{"kind":"Name","value":"price"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange1"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange4"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange12"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange24"}},{"kind":"Field","name":{"kind":"Name","value":"priceScale"}},{"kind":"Field","name":{"kind":"Name","value":"quoteToken"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount1"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount4"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount12"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount24"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUSD1"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUSD4"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUSD12"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUSD24"}},{"kind":"Field","name":{"kind":"Name","value":"swapPct1dOldWallet"}},{"kind":"Field","name":{"kind":"Name","value":"swapPct7dOldWallet"}},{"kind":"Field","name":{"kind":"Name","value":"token0"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"txnCount1"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount4"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount12"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions24"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange4"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange12"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange24"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD1"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD4"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD12"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD24"}},{"kind":"Field","name":{"kind":"Name","value":"walletAgeAvg"}},{"kind":"Field","name":{"kind":"Name","value":"walletAgeStd"}}]}}]}}]}}]} as unknown as DocumentNode; +export const FilterPairsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FilterPairs"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filters"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"PairFilters"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"matchTokens"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"PairFilterMatchTokens"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"offset"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"pairs"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PairRanking"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenPairStatisticsType"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"filterPairs"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"filters"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filters"}}},{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"matchTokens"},"value":{"kind":"Variable","name":{"kind":"Name","value":"matchTokens"}}},{"kind":"Argument","name":{"kind":"Name","value":"offset"},"value":{"kind":"Variable","name":{"kind":"Name","value":"offset"}}},{"kind":"Argument","name":{"kind":"Name","value":"pairs"},"value":{"kind":"Variable","name":{"kind":"Name","value":"pairs"}}},{"kind":"Argument","name":{"kind":"Name","value":"phrase"},"value":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}}},{"kind":"Argument","name":{"kind":"Name","value":"rankings"},"value":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}}},{"kind":"Argument","name":{"kind":"Name","value":"statsType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"offset"}},{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyCount1"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount4"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount12"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount24"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUSD1"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUSD4"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUSD12"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUSD24"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchange"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highPrice1"}},{"kind":"Field","name":{"kind":"Name","value":"highPrice4"}},{"kind":"Field","name":{"kind":"Name","value":"highPrice12"}},{"kind":"Field","name":{"kind":"Name","value":"highPrice24"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransaction"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityToken"}},{"kind":"Field","name":{"kind":"Name","value":"lockedLiquidityPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice1"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice4"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice12"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice24"}},{"kind":"Field","name":{"kind":"Name","value":"marketCap"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"virtualPooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"potentialScamReasons"}},{"kind":"Field","name":{"kind":"Name","value":"price"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange1"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange4"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange12"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange24"}},{"kind":"Field","name":{"kind":"Name","value":"priceScale"}},{"kind":"Field","name":{"kind":"Name","value":"quoteToken"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount1"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount4"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount12"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount24"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUSD1"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUSD4"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUSD12"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUSD24"}},{"kind":"Field","name":{"kind":"Name","value":"swapPct1dOldWallet"}},{"kind":"Field","name":{"kind":"Name","value":"swapPct7dOldWallet"}},{"kind":"Field","name":{"kind":"Name","value":"token0"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"txnCount1"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount4"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount12"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions24"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange4"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange12"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange24"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD1"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD4"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD12"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUSD24"}},{"kind":"Field","name":{"kind":"Name","value":"walletAgeAvg"}},{"kind":"Field","name":{"kind":"Name","value":"walletAgeStd"}}]}}]}}]}}]} as unknown as DocumentNode; export const FilterPredictionEventsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FilterPredictionEvents"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"eventIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"excludeEventIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filters"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"PredictionEventFilters"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"marketSort"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"PredictionEventMarketSort"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"offset"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PredictionEventRanking"}}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"filterPredictionEvents"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"eventIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"eventIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"excludeEventIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"excludeEventIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"filters"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filters"}}},{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"marketSort"},"value":{"kind":"Variable","name":{"kind":"Name","value":"marketSort"}}},{"kind":"Argument","name":{"kind":"Name","value":"offset"},"value":{"kind":"Variable","name":{"kind":"Name","value":"offset"}}},{"kind":"Argument","name":{"kind":"Name","value":"phrase"},"value":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}}},{"kind":"Argument","name":{"kind":"Name","value":"rankings"},"value":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"page"}},{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"age"}},{"kind":"Field","name":{"kind":"Name","value":"categories"}},{"kind":"Field","name":{"kind":"Name","value":"closesAt"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"event"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"closesAt"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeAddress"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"opensAt"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"question"}},{"kind":"Field","name":{"kind":"Name","value":"resolvedAt"}},{"kind":"Field","name":{"kind":"Name","value":"resolvesAt"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"tags"}},{"kind":"Field","name":{"kind":"Name","value":"venueEventId"}},{"kind":"Field","name":{"kind":"Name","value":"venueSeriesId"}},{"kind":"Field","name":{"kind":"Name","value":"venueUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"expectedLifespan"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityCT"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityUsd"}},{"kind":"Field","name":{"kind":"Name","value":"marketCount"}},{"kind":"Field","name":{"kind":"Name","value":"markets"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"label"}}]}},{"kind":"Field","name":{"kind":"Name","value":"openInterestCT"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestUsd"}},{"kind":"Field","name":{"kind":"Name","value":"opensAt"}},{"kind":"Field","name":{"kind":"Name","value":"predictionEvent"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"categories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"closesAt"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"marketIds"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"opensAt"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"question"}},{"kind":"Field","name":{"kind":"Name","value":"resolution"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"result"}},{"kind":"Field","name":{"kind":"Name","value":"source"}}]}},{"kind":"Field","name":{"kind":"Name","value":"resolvedAt"}},{"kind":"Field","name":{"kind":"Name","value":"resolvesAt"}},{"kind":"Field","name":{"kind":"Name","value":"rulesPrimary"}},{"kind":"Field","name":{"kind":"Name","value":"rulesSecondary"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"tags"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"url"}},{"kind":"Field","name":{"kind":"Name","value":"venueEventId"}},{"kind":"Field","name":{"kind":"Name","value":"venueSeriesId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"relatedEventIds"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore1h"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore1w"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore4h"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore5m"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore12h"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore24h"}},{"kind":"Field","name":{"kind":"Name","value":"resolutionSource"}},{"kind":"Field","name":{"kind":"Name","value":"resolvedAt"}},{"kind":"Field","name":{"kind":"Name","value":"resolvesAt"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"timestamp"}},{"kind":"Field","name":{"kind":"Name","value":"topMarkets"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"marketId"}},{"kind":"Field","name":{"kind":"Name","value":"outcome0BidCT"}},{"kind":"Field","name":{"kind":"Name","value":"outcome0Label"}},{"kind":"Field","name":{"kind":"Name","value":"outcome1BidCT"}},{"kind":"Field","name":{"kind":"Name","value":"outcome1Label"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT1d"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCTAll"}}]}},{"kind":"Field","name":{"kind":"Name","value":"trades1h"}},{"kind":"Field","name":{"kind":"Name","value":"trades1w"}},{"kind":"Field","name":{"kind":"Name","value":"trades4h"}},{"kind":"Field","name":{"kind":"Name","value":"trades5m"}},{"kind":"Field","name":{"kind":"Name","value":"trades12h"}},{"kind":"Field","name":{"kind":"Name","value":"trades24h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore1h"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore1w"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore4h"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore5m"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore12h"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore24h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders1h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders1w"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders4h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders12h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders24h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"venueVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"venueVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCTAll"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll"}}]}}]}}]}}]} as unknown as DocumentNode; export const FilterPredictionMarketsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FilterPredictionMarkets"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"eventIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"excludeEventIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"excludeMarketIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filters"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"PredictionMarketFilters"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"marketIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"offset"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PredictionMarketRanking"}}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"filterPredictionMarkets"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"eventIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"eventIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"excludeEventIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"excludeEventIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"excludeMarketIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"excludeMarketIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"filters"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filters"}}},{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"marketIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"marketIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"offset"},"value":{"kind":"Variable","name":{"kind":"Name","value":"offset"}}},{"kind":"Argument","name":{"kind":"Name","value":"phrase"},"value":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}}},{"kind":"Argument","name":{"kind":"Name","value":"rankings"},"value":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"page"}},{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"age"}},{"kind":"Field","name":{"kind":"Name","value":"avgTradeSizeUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"avgTradeSizeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"avgTradeSizeUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"avgTradeSizeUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"avgTradeSizeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"avgTradeSizeUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"categories"}},{"kind":"Field","name":{"kind":"Name","value":"closesAt"}},{"kind":"Field","name":{"kind":"Name","value":"competitiveScore1h"}},{"kind":"Field","name":{"kind":"Name","value":"competitiveScore1w"}},{"kind":"Field","name":{"kind":"Name","value":"competitiveScore4h"}},{"kind":"Field","name":{"kind":"Name","value":"competitiveScore5m"}},{"kind":"Field","name":{"kind":"Name","value":"competitiveScore12h"}},{"kind":"Field","name":{"kind":"Name","value":"competitiveScore24h"}},{"kind":"Field","name":{"kind":"Name","value":"eventLabel"}},{"kind":"Field","name":{"kind":"Name","value":"expectedLifespan"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"impliedProbabilitySum"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityAsymmetry"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityCT"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityUsd"}},{"kind":"Field","name":{"kind":"Name","value":"market"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"closesAt"}},{"kind":"Field","name":{"kind":"Name","value":"collateral"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"eventId"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeAddress"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"opensAt"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"question"}},{"kind":"Field","name":{"kind":"Name","value":"resolvedAt"}},{"kind":"Field","name":{"kind":"Name","value":"resolvesAt"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"tags"}},{"kind":"Field","name":{"kind":"Name","value":"venueEventId"}},{"kind":"Field","name":{"kind":"Name","value":"venueMarketId"}},{"kind":"Field","name":{"kind":"Name","value":"venueMarketSlug"}}]}},{"kind":"Field","name":{"kind":"Name","value":"maxPriceRange1h"}},{"kind":"Field","name":{"kind":"Name","value":"maxPriceRange1w"}},{"kind":"Field","name":{"kind":"Name","value":"maxPriceRange4h"}},{"kind":"Field","name":{"kind":"Name","value":"maxPriceRange5m"}},{"kind":"Field","name":{"kind":"Name","value":"maxPriceRange12h"}},{"kind":"Field","name":{"kind":"Name","value":"maxPriceRange24h"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestCT"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"openInterestUsd"}},{"kind":"Field","name":{"kind":"Name","value":"opensAt"}},{"kind":"Field","name":{"kind":"Name","value":"outcome0"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bestAskCT"}},{"kind":"Field","name":{"kind":"Name","value":"bestAskUsd"}},{"kind":"Field","name":{"kind":"Name","value":"bestBidCT"}},{"kind":"Field","name":{"kind":"Name","value":"bestBidUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"buys1h"}},{"kind":"Field","name":{"kind":"Name","value":"buys1w"}},{"kind":"Field","name":{"kind":"Name","value":"buys4h"}},{"kind":"Field","name":{"kind":"Name","value":"buys5m"}},{"kind":"Field","name":{"kind":"Name","value":"buys12h"}},{"kind":"Field","name":{"kind":"Name","value":"buys24h"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeAddress"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"isWinner"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"lastPriceCT"}},{"kind":"Field","name":{"kind":"Name","value":"lastPriceUsd"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityCT"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityUsd"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange1h"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange1w"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange4h"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange5m"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange12h"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange24h"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"sells1h"}},{"kind":"Field","name":{"kind":"Name","value":"sells1w"}},{"kind":"Field","name":{"kind":"Name","value":"sells4h"}},{"kind":"Field","name":{"kind":"Name","value":"sells5m"}},{"kind":"Field","name":{"kind":"Name","value":"sells12h"}},{"kind":"Field","name":{"kind":"Name","value":"sells24h"}},{"kind":"Field","name":{"kind":"Name","value":"spreadCT"}},{"kind":"Field","name":{"kind":"Name","value":"spreadUsd"}},{"kind":"Field","name":{"kind":"Name","value":"tags"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAddress"}},{"kind":"Field","name":{"kind":"Name","value":"trades1h"}},{"kind":"Field","name":{"kind":"Name","value":"trades1w"}},{"kind":"Field","name":{"kind":"Name","value":"trades4h"}},{"kind":"Field","name":{"kind":"Name","value":"trades5m"}},{"kind":"Field","name":{"kind":"Name","value":"trades12h"}},{"kind":"Field","name":{"kind":"Name","value":"trades24h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"twoPercentAskDepthCT"}},{"kind":"Field","name":{"kind":"Name","value":"twoPercentAskDepthUsd"}},{"kind":"Field","name":{"kind":"Name","value":"twoPercentBidDepthCT"}},{"kind":"Field","name":{"kind":"Name","value":"twoPercentBidDepthUsd"}},{"kind":"Field","name":{"kind":"Name","value":"venueOutcomeId"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares1h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares4h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd24h"}}]}},{"kind":"Field","name":{"kind":"Name","value":"outcome1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bestAskCT"}},{"kind":"Field","name":{"kind":"Name","value":"bestAskUsd"}},{"kind":"Field","name":{"kind":"Name","value":"bestBidCT"}},{"kind":"Field","name":{"kind":"Name","value":"bestBidUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"buys1h"}},{"kind":"Field","name":{"kind":"Name","value":"buys1w"}},{"kind":"Field","name":{"kind":"Name","value":"buys4h"}},{"kind":"Field","name":{"kind":"Name","value":"buys5m"}},{"kind":"Field","name":{"kind":"Name","value":"buys12h"}},{"kind":"Field","name":{"kind":"Name","value":"buys24h"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeAddress"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"highPriceUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"isWinner"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"lastPriceCT"}},{"kind":"Field","name":{"kind":"Name","value":"lastPriceUsd"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityCT"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityUsd"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"lowPriceUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange1h"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange1w"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange4h"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange5m"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange12h"}},{"kind":"Field","name":{"kind":"Name","value":"priceRange24h"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"sells1h"}},{"kind":"Field","name":{"kind":"Name","value":"sells1w"}},{"kind":"Field","name":{"kind":"Name","value":"sells4h"}},{"kind":"Field","name":{"kind":"Name","value":"sells5m"}},{"kind":"Field","name":{"kind":"Name","value":"sells12h"}},{"kind":"Field","name":{"kind":"Name","value":"sells24h"}},{"kind":"Field","name":{"kind":"Name","value":"spreadCT"}},{"kind":"Field","name":{"kind":"Name","value":"spreadUsd"}},{"kind":"Field","name":{"kind":"Name","value":"tags"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAddress"}},{"kind":"Field","name":{"kind":"Name","value":"trades1h"}},{"kind":"Field","name":{"kind":"Name","value":"trades1w"}},{"kind":"Field","name":{"kind":"Name","value":"trades4h"}},{"kind":"Field","name":{"kind":"Name","value":"trades5m"}},{"kind":"Field","name":{"kind":"Name","value":"trades12h"}},{"kind":"Field","name":{"kind":"Name","value":"trades24h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"twoPercentAskDepthCT"}},{"kind":"Field","name":{"kind":"Name","value":"twoPercentAskDepthUsd"}},{"kind":"Field","name":{"kind":"Name","value":"twoPercentBidDepthCT"}},{"kind":"Field","name":{"kind":"Name","value":"twoPercentBidDepthUsd"}},{"kind":"Field","name":{"kind":"Name","value":"venueOutcomeId"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares1h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares4h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeShares24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd24h"}}]}},{"kind":"Field","name":{"kind":"Name","value":"predictionMarket"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"categories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"closesAt"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"eventId"}},{"kind":"Field","name":{"kind":"Name","value":"eventLabel"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeAddress"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"observedAt"}},{"kind":"Field","name":{"kind":"Name","value":"opensAt"}},{"kind":"Field","name":{"kind":"Name","value":"outcomeIds"}},{"kind":"Field","name":{"kind":"Name","value":"outcomeLabels"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"question"}},{"kind":"Field","name":{"kind":"Name","value":"resolution"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"result"}},{"kind":"Field","name":{"kind":"Name","value":"source"}}]}},{"kind":"Field","name":{"kind":"Name","value":"resolvedAt"}},{"kind":"Field","name":{"kind":"Name","value":"resolvesAt"}},{"kind":"Field","name":{"kind":"Name","value":"rules"}},{"kind":"Field","name":{"kind":"Name","value":"rules2"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"venueEventId"}},{"kind":"Field","name":{"kind":"Name","value":"venueMarketId"}},{"kind":"Field","name":{"kind":"Name","value":"venueMarketSlug"}},{"kind":"Field","name":{"kind":"Name","value":"venueOutcomeIds"}},{"kind":"Field","name":{"kind":"Name","value":"winningOutcomeId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"priceCompetitiveness"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore1h"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore1w"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore4h"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore5m"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore12h"}},{"kind":"Field","name":{"kind":"Name","value":"relevanceScore24h"}},{"kind":"Field","name":{"kind":"Name","value":"resolutionSource"}},{"kind":"Field","name":{"kind":"Name","value":"resolvesAt"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"timestamp"}},{"kind":"Field","name":{"kind":"Name","value":"trades1h"}},{"kind":"Field","name":{"kind":"Name","value":"trades1w"}},{"kind":"Field","name":{"kind":"Name","value":"trades4h"}},{"kind":"Field","name":{"kind":"Name","value":"trades5m"}},{"kind":"Field","name":{"kind":"Name","value":"trades12h"}},{"kind":"Field","name":{"kind":"Name","value":"trades24h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"tradesChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore1h"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore1w"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore4h"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore5m"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore12h"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore24h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders1h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders1w"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders4h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders12h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders24h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTradersChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"venueVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"venueVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCTAll"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange4h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeImbalance24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd4h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll"}},{"kind":"Field","name":{"kind":"Name","value":"winningOutcomeId"}}]}}]}}]}}]} as unknown as DocumentNode; export const FilterPredictionTraderMarketsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FilterPredictionTraderMarkets"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"eventIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"excludeEventIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"excludeMarketIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"excludeTraderIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filters"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"PredictionTraderMarketFilters"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"marketIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"offset"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PredictionTraderMarketRanking"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"traderIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"filterPredictionTraderMarkets"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"eventIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"eventIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"excludeEventIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"excludeEventIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"excludeMarketIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"excludeMarketIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"excludeTraderIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"excludeTraderIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"filters"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filters"}}},{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"marketIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"marketIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"offset"},"value":{"kind":"Variable","name":{"kind":"Name","value":"offset"}}},{"kind":"Argument","name":{"kind":"Name","value":"phrase"},"value":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}}},{"kind":"Argument","name":{"kind":"Name","value":"rankings"},"value":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}}},{"kind":"Argument","name":{"kind":"Name","value":"traderIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"traderIds"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"page"}},{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"eventId"}},{"kind":"Field","name":{"kind":"Name","value":"firstTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"hasOpenPosition"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"lastTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"market"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"closesAt"}},{"kind":"Field","name":{"kind":"Name","value":"eventId"}},{"kind":"Field","name":{"kind":"Name","value":"eventLabel"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"outcome0Label"}},{"kind":"Field","name":{"kind":"Name","value":"outcome1Label"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"question"}},{"kind":"Field","name":{"kind":"Name","value":"resolvedAt"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"venueMarketId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"marketId"}},{"kind":"Field","name":{"kind":"Name","value":"outcome0"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"avgEntryPriceCT"}},{"kind":"Field","name":{"kind":"Name","value":"avgEntryPriceUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeShares"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buys"}},{"kind":"Field","name":{"kind":"Name","value":"costBasisCT"}},{"kind":"Field","name":{"kind":"Name","value":"costBasisUsd"}},{"kind":"Field","name":{"kind":"Name","value":"firstTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"isWinningOutcome"}},{"kind":"Field","name":{"kind":"Name","value":"lastTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"outcomeId"}},{"kind":"Field","name":{"kind":"Name","value":"pnlStatus"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeShares"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"sells"}},{"kind":"Field","name":{"kind":"Name","value":"sharesHeld"}}]}},{"kind":"Field","name":{"kind":"Name","value":"outcome1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"avgEntryPriceCT"}},{"kind":"Field","name":{"kind":"Name","value":"avgEntryPriceUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeShares"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buys"}},{"kind":"Field","name":{"kind":"Name","value":"costBasisCT"}},{"kind":"Field","name":{"kind":"Name","value":"costBasisUsd"}},{"kind":"Field","name":{"kind":"Name","value":"firstTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"isWinningOutcome"}},{"kind":"Field","name":{"kind":"Name","value":"lastTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"outcomeId"}},{"kind":"Field","name":{"kind":"Name","value":"pnlStatus"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeShares"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"sells"}},{"kind":"Field","name":{"kind":"Name","value":"sharesHeld"}}]}},{"kind":"Field","name":{"kind":"Name","value":"pnlPerVolumeMarket"}},{"kind":"Field","name":{"kind":"Name","value":"predictionMarket"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"categories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"closesAt"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"eventId"}},{"kind":"Field","name":{"kind":"Name","value":"eventLabel"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeAddress"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"observedAt"}},{"kind":"Field","name":{"kind":"Name","value":"opensAt"}},{"kind":"Field","name":{"kind":"Name","value":"outcomeIds"}},{"kind":"Field","name":{"kind":"Name","value":"outcomeLabels"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"question"}},{"kind":"Field","name":{"kind":"Name","value":"resolution"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"result"}},{"kind":"Field","name":{"kind":"Name","value":"source"}}]}},{"kind":"Field","name":{"kind":"Name","value":"resolvedAt"}},{"kind":"Field","name":{"kind":"Name","value":"resolvesAt"}},{"kind":"Field","name":{"kind":"Name","value":"rules"}},{"kind":"Field","name":{"kind":"Name","value":"rules2"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"venueEventId"}},{"kind":"Field","name":{"kind":"Name","value":"venueMarketId"}},{"kind":"Field","name":{"kind":"Name","value":"venueMarketSlug"}},{"kind":"Field","name":{"kind":"Name","value":"venueOutcomeIds"}},{"kind":"Field","name":{"kind":"Name","value":"winningOutcomeId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"predictionTrader"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"activeMarketsCount"}},{"kind":"Field","name":{"kind":"Name","value":"alias"}},{"kind":"Field","name":{"kind":"Name","value":"allTimeProfitCT"}},{"kind":"Field","name":{"kind":"Name","value":"allTimeProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"biggestLossCT"}},{"kind":"Field","name":{"kind":"Name","value":"biggestLossUsd"}},{"kind":"Field","name":{"kind":"Name","value":"biggestWinCT"}},{"kind":"Field","name":{"kind":"Name","value":"biggestWinUsd"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"firstTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"labels"}},{"kind":"Field","name":{"kind":"Name","value":"lastTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"linkedAddresses"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAddress"}},{"kind":"Field","name":{"kind":"Name","value":"profileImageUrl"}},{"kind":"Field","name":{"kind":"Name","value":"profileUrl"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"totalTradesCount"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"venueTraderId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"profitPerTradeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"timestamp"}},{"kind":"Field","name":{"kind":"Name","value":"totalBuys"}},{"kind":"Field","name":{"kind":"Name","value":"totalCostBasisCT"}},{"kind":"Field","name":{"kind":"Name","value":"totalCostBasisUsd"}},{"kind":"Field","name":{"kind":"Name","value":"totalRealizedPnlCT"}},{"kind":"Field","name":{"kind":"Name","value":"totalRealizedPnlUsd"}},{"kind":"Field","name":{"kind":"Name","value":"totalSells"}},{"kind":"Field","name":{"kind":"Name","value":"totalSharesHeld"}},{"kind":"Field","name":{"kind":"Name","value":"totalTrades"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeShares"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"trader"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"alias"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"labels"}},{"kind":"Field","name":{"kind":"Name","value":"linkedAddresses"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAddress"}},{"kind":"Field","name":{"kind":"Name","value":"profileImageUrl"}},{"kind":"Field","name":{"kind":"Name","value":"profileUrl"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"venueTraderId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traderId"}},{"kind":"Field","name":{"kind":"Name","value":"winningOutcomeId"}}]}}]}}]}}]} as unknown as DocumentNode; export const FilterPredictionTradersDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FilterPredictionTraders"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"excludeTraderIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filters"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"PredictionTraderFilters"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"offset"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PredictionTraderRanking"}}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"traderIds"}},"type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"filterPredictionTraders"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"excludeTraderIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"excludeTraderIds"}}},{"kind":"Argument","name":{"kind":"Name","value":"filters"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filters"}}},{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"offset"},"value":{"kind":"Variable","name":{"kind":"Name","value":"offset"}}},{"kind":"Argument","name":{"kind":"Name","value":"phrase"},"value":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}}},{"kind":"Argument","name":{"kind":"Name","value":"rankings"},"value":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}}},{"kind":"Argument","name":{"kind":"Name","value":"traderIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"traderIds"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"page"}},{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"activeMarketsCount"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade1m"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade1w"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade12h"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade24h"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd1m"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"biggestLossCT"}},{"kind":"Field","name":{"kind":"Name","value":"biggestLossUsd"}},{"kind":"Field","name":{"kind":"Name","value":"biggestWinCT"}},{"kind":"Field","name":{"kind":"Name","value":"biggestWinUsd"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd1m"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"buys1m"}},{"kind":"Field","name":{"kind":"Name","value":"buys1w"}},{"kind":"Field","name":{"kind":"Name","value":"buys12h"}},{"kind":"Field","name":{"kind":"Name","value":"buys24h"}},{"kind":"Field","name":{"kind":"Name","value":"firstTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostCT"}},{"kind":"Field","name":{"kind":"Name","value":"heldTokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"lastTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"losses1m"}},{"kind":"Field","name":{"kind":"Name","value":"losses1w"}},{"kind":"Field","name":{"kind":"Name","value":"losses12h"}},{"kind":"Field","name":{"kind":"Name","value":"losses24h"}},{"kind":"Field","name":{"kind":"Name","value":"pnlPerVolumeAll"}},{"kind":"Field","name":{"kind":"Name","value":"predictionTrader"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"activeMarketsCount"}},{"kind":"Field","name":{"kind":"Name","value":"alias"}},{"kind":"Field","name":{"kind":"Name","value":"allTimeProfitCT"}},{"kind":"Field","name":{"kind":"Name","value":"allTimeProfitUsd"}},{"kind":"Field","name":{"kind":"Name","value":"biggestLossCT"}},{"kind":"Field","name":{"kind":"Name","value":"biggestLossUsd"}},{"kind":"Field","name":{"kind":"Name","value":"biggestWinCT"}},{"kind":"Field","name":{"kind":"Name","value":"biggestWinUsd"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"firstTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"labels"}},{"kind":"Field","name":{"kind":"Name","value":"lastTradeTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"linkedAddresses"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAddress"}},{"kind":"Field","name":{"kind":"Name","value":"profileImageUrl"}},{"kind":"Field","name":{"kind":"Name","value":"profileUrl"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"totalTradesCount"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeCT"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"venueTraderId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"profitPerTradeUsdAll"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT1m"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT1w"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT12h"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlCT24h"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlChange1m"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd1m"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"realizedPnlUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage1m"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage1w"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage12h"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage24h"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd1m"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"sells1m"}},{"kind":"Field","name":{"kind":"Name","value":"sells1w"}},{"kind":"Field","name":{"kind":"Name","value":"sells12h"}},{"kind":"Field","name":{"kind":"Name","value":"sells24h"}},{"kind":"Field","name":{"kind":"Name","value":"timestamp"}},{"kind":"Field","name":{"kind":"Name","value":"totalProfitCTAll"}},{"kind":"Field","name":{"kind":"Name","value":"totalProfitUsdAll"}},{"kind":"Field","name":{"kind":"Name","value":"totalTradesAll"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeCTAll"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeUsdAll"}},{"kind":"Field","name":{"kind":"Name","value":"trader"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"alias"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"labels"}},{"kind":"Field","name":{"kind":"Name","value":"linkedAddresses"}},{"kind":"Field","name":{"kind":"Name","value":"primaryAddress"}},{"kind":"Field","name":{"kind":"Name","value":"profileImageUrl"}},{"kind":"Field","name":{"kind":"Name","value":"profileUrl"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"venueTraderId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"trades1m"}},{"kind":"Field","name":{"kind":"Name","value":"trades1w"}},{"kind":"Field","name":{"kind":"Name","value":"trades12h"}},{"kind":"Field","name":{"kind":"Name","value":"trades24h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarkets1m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarkets1w"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarkets12h"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueMarkets24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT1m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCT24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange24h"}},{"kind":"Field","name":{"kind":"Name","value":"volumePerTradeUsdAll"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd12h"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd24h"}},{"kind":"Field","name":{"kind":"Name","value":"winRate1m"}},{"kind":"Field","name":{"kind":"Name","value":"winRate1w"}},{"kind":"Field","name":{"kind":"Name","value":"winRate12h"}},{"kind":"Field","name":{"kind":"Name","value":"winRate24h"}},{"kind":"Field","name":{"kind":"Name","value":"wins1m"}},{"kind":"Field","name":{"kind":"Name","value":"wins1w"}},{"kind":"Field","name":{"kind":"Name","value":"wins12h"}},{"kind":"Field","name":{"kind":"Name","value":"wins24h"}}]}}]}}]}}]} as unknown as DocumentNode; export const FilterTokenWalletsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FilterTokenWallets"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"FilterTokenWalletsInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"filterTokenWallets"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"offset"}},{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"amountBoughtUsd1d"}},{"kind":"Field","name":{"kind":"Name","value":"amountBoughtUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"amountBoughtUsd1y"}},{"kind":"Field","name":{"kind":"Name","value":"amountBoughtUsd30d"}},{"kind":"Field","name":{"kind":"Name","value":"amountSoldUsd1d"}},{"kind":"Field","name":{"kind":"Name","value":"amountSoldUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"amountSoldUsd1y"}},{"kind":"Field","name":{"kind":"Name","value":"amountSoldUsd30d"}},{"kind":"Field","name":{"kind":"Name","value":"amountSoldUsdAll1d"}},{"kind":"Field","name":{"kind":"Name","value":"amountSoldUsdAll1w"}},{"kind":"Field","name":{"kind":"Name","value":"amountSoldUsdAll1y"}},{"kind":"Field","name":{"kind":"Name","value":"amountSoldUsdAll30d"}},{"kind":"Field","name":{"kind":"Name","value":"backfillState"}},{"kind":"Field","name":{"kind":"Name","value":"botScore"}},{"kind":"Field","name":{"kind":"Name","value":"buys1d"}},{"kind":"Field","name":{"kind":"Name","value":"buys1w"}},{"kind":"Field","name":{"kind":"Name","value":"buys1y"}},{"kind":"Field","name":{"kind":"Name","value":"buys30d"}},{"kind":"Field","name":{"kind":"Name","value":"firstTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"labels"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"purchasedTokenBalance"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage1d"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage1w"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage1y"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage30d"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd1d"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd1y"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd30d"}},{"kind":"Field","name":{"kind":"Name","value":"scammerScore"}},{"kind":"Field","name":{"kind":"Name","value":"sells1d"}},{"kind":"Field","name":{"kind":"Name","value":"sells1w"}},{"kind":"Field","name":{"kind":"Name","value":"sells1y"}},{"kind":"Field","name":{"kind":"Name","value":"sells30d"}},{"kind":"Field","name":{"kind":"Name","value":"sellsAll1d"}},{"kind":"Field","name":{"kind":"Name","value":"sellsAll1w"}},{"kind":"Field","name":{"kind":"Name","value":"sellsAll1y"}},{"kind":"Field","name":{"kind":"Name","value":"sellsAll30d"}},{"kind":"Field","name":{"kind":"Name","value":"token"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}}]}},{"kind":"Field","name":{"kind":"Name","value":"tokenAcquisitionCostUsd"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAddress"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountBought1d"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountBought1w"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountBought1y"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountBought30d"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountSold1d"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountSold1w"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountSold1y"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountSold30d"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountSoldAll1d"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountSoldAll1w"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountSoldAll1y"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAmountSoldAll30d"}},{"kind":"Field","name":{"kind":"Name","value":"tokenBalance"}},{"kind":"Field","name":{"kind":"Name","value":"tokenBalanceLive"}},{"kind":"Field","name":{"kind":"Name","value":"tokenBalanceLiveUsd"}}]}}]}}]}}]} as unknown as DocumentNode; -export const FilterTokensDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FilterTokens"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"excludeTokens"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filters"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenFilters"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"offset"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenRanking"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenPairStatisticsType"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokens"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"useAggregatedStats"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Boolean"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"filterTokens"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"excludeTokens"},"value":{"kind":"Variable","name":{"kind":"Name","value":"excludeTokens"}}},{"kind":"Argument","name":{"kind":"Name","value":"filters"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filters"}}},{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"offset"},"value":{"kind":"Variable","name":{"kind":"Name","value":"offset"}}},{"kind":"Argument","name":{"kind":"Name","value":"phrase"},"value":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}}},{"kind":"Argument","name":{"kind":"Name","value":"rankings"},"value":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}}},{"kind":"Argument","name":{"kind":"Name","value":"statsType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokens"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokens"}}},{"kind":"Argument","name":{"kind":"Name","value":"useAggregatedStats"},"value":{"kind":"Variable","name":{"kind":"Name","value":"useAggregatedStats"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"page"}},{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bundlerCount"}},{"kind":"Field","name":{"kind":"Name","value":"bundlerHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount1"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount4"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount5m"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount12"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount24"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume1"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume4"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume5m"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume12"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume24"}},{"kind":"Field","name":{"kind":"Name","value":"change1"}},{"kind":"Field","name":{"kind":"Name","value":"change4"}},{"kind":"Field","name":{"kind":"Name","value":"change5m"}},{"kind":"Field","name":{"kind":"Name","value":"change12"}},{"kind":"Field","name":{"kind":"Name","value":"change24"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingMarketCap"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"devHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"high1"}},{"kind":"Field","name":{"kind":"Name","value":"high4"}},{"kind":"Field","name":{"kind":"Name","value":"high5m"}},{"kind":"Field","name":{"kind":"Name","value":"high12"}},{"kind":"Field","name":{"kind":"Name","value":"high24"}},{"kind":"Field","name":{"kind":"Name","value":"holders"}},{"kind":"Field","name":{"kind":"Name","value":"insiderCount"}},{"kind":"Field","name":{"kind":"Name","value":"insiderHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransaction"}},{"kind":"Field","name":{"kind":"Name","value":"liquidPair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidPairLiquidity"}},{"kind":"Field","name":{"kind":"Name","value":"liquidPairPriceUSD"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"}},{"kind":"Field","name":{"kind":"Name","value":"low1"}},{"kind":"Field","name":{"kind":"Name","value":"low4"}},{"kind":"Field","name":{"kind":"Name","value":"low5m"}},{"kind":"Field","name":{"kind":"Name","value":"low12"}},{"kind":"Field","name":{"kind":"Name","value":"low24"}},{"kind":"Field","name":{"kind":"Name","value":"marketCap"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"potentialScamReasons"}},{"kind":"Field","name":{"kind":"Name","value":"priceUSD"}},{"kind":"Field","name":{"kind":"Name","value":"quoteToken"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount1"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount4"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount5m"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount12"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount24"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume1"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume4"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume5m"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume12"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume24"}},{"kind":"Field","name":{"kind":"Name","value":"sniperCount"}},{"kind":"Field","name":{"kind":"Name","value":"sniperHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"swapPct1dOldWallet"}},{"kind":"Field","name":{"kind":"Name","value":"swapPct7dOldWallet"}},{"kind":"Field","name":{"kind":"Name","value":"token"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount1"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount4"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount5m"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount12"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions24"}},{"kind":"Field","name":{"kind":"Name","value":"volume1"}},{"kind":"Field","name":{"kind":"Name","value":"volume4"}},{"kind":"Field","name":{"kind":"Name","value":"volume5m"}},{"kind":"Field","name":{"kind":"Name","value":"volume12"}},{"kind":"Field","name":{"kind":"Name","value":"volume24"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange4"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange12"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange24"}},{"kind":"Field","name":{"kind":"Name","value":"walletAgeAvg"}},{"kind":"Field","name":{"kind":"Name","value":"walletAgeStd"}}]}}]}}]}}]} as unknown as DocumentNode; +export const FilterTokensDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FilterTokens"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"excludeTokens"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filters"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenFilters"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"offset"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenRanking"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenPairStatisticsType"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokens"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"useAggregatedStats"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Boolean"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"filterTokens"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"excludeTokens"},"value":{"kind":"Variable","name":{"kind":"Name","value":"excludeTokens"}}},{"kind":"Argument","name":{"kind":"Name","value":"filters"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filters"}}},{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"offset"},"value":{"kind":"Variable","name":{"kind":"Name","value":"offset"}}},{"kind":"Argument","name":{"kind":"Name","value":"phrase"},"value":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}}},{"kind":"Argument","name":{"kind":"Name","value":"rankings"},"value":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}}},{"kind":"Argument","name":{"kind":"Name","value":"statsType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokens"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokens"}}},{"kind":"Argument","name":{"kind":"Name","value":"useAggregatedStats"},"value":{"kind":"Variable","name":{"kind":"Name","value":"useAggregatedStats"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"page"}},{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bundlerCount"}},{"kind":"Field","name":{"kind":"Name","value":"bundlerHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount1"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount4"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount5m"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount12"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount24"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume1"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume4"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume5m"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume12"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume24"}},{"kind":"Field","name":{"kind":"Name","value":"change1"}},{"kind":"Field","name":{"kind":"Name","value":"change4"}},{"kind":"Field","name":{"kind":"Name","value":"change5m"}},{"kind":"Field","name":{"kind":"Name","value":"change12"}},{"kind":"Field","name":{"kind":"Name","value":"change24"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingMarketCap"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"devHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"high1"}},{"kind":"Field","name":{"kind":"Name","value":"high4"}},{"kind":"Field","name":{"kind":"Name","value":"high5m"}},{"kind":"Field","name":{"kind":"Name","value":"high12"}},{"kind":"Field","name":{"kind":"Name","value":"high24"}},{"kind":"Field","name":{"kind":"Name","value":"holders"}},{"kind":"Field","name":{"kind":"Name","value":"insiderCount"}},{"kind":"Field","name":{"kind":"Name","value":"insiderHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransaction"}},{"kind":"Field","name":{"kind":"Name","value":"liquidPair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"virtualPooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidPairLiquidity"}},{"kind":"Field","name":{"kind":"Name","value":"liquidPairPriceUSD"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"}},{"kind":"Field","name":{"kind":"Name","value":"low1"}},{"kind":"Field","name":{"kind":"Name","value":"low4"}},{"kind":"Field","name":{"kind":"Name","value":"low5m"}},{"kind":"Field","name":{"kind":"Name","value":"low12"}},{"kind":"Field","name":{"kind":"Name","value":"low24"}},{"kind":"Field","name":{"kind":"Name","value":"marketCap"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"virtualPooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"potentialScamReasons"}},{"kind":"Field","name":{"kind":"Name","value":"priceUSD"}},{"kind":"Field","name":{"kind":"Name","value":"quoteToken"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount1"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount4"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount5m"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount12"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount24"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume1"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume4"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume5m"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume12"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume24"}},{"kind":"Field","name":{"kind":"Name","value":"sniperCount"}},{"kind":"Field","name":{"kind":"Name","value":"sniperHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"swapPct1dOldWallet"}},{"kind":"Field","name":{"kind":"Name","value":"swapPct7dOldWallet"}},{"kind":"Field","name":{"kind":"Name","value":"token"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount1"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount4"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount5m"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount12"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions24"}},{"kind":"Field","name":{"kind":"Name","value":"volume1"}},{"kind":"Field","name":{"kind":"Name","value":"volume4"}},{"kind":"Field","name":{"kind":"Name","value":"volume5m"}},{"kind":"Field","name":{"kind":"Name","value":"volume12"}},{"kind":"Field","name":{"kind":"Name","value":"volume24"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange4"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange12"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange24"}},{"kind":"Field","name":{"kind":"Name","value":"walletAgeAvg"}},{"kind":"Field","name":{"kind":"Name","value":"walletAgeStd"}}]}}]}}]}}]} as unknown as DocumentNode; export const FilterWalletsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FilterWallets"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"FilterWalletsInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"filterWallets"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"offset"}},{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade1d"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade1w"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade1y"}},{"kind":"Field","name":{"kind":"Name","value":"averageProfitUsdPerTrade30d"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd1d"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd1y"}},{"kind":"Field","name":{"kind":"Name","value":"averageSwapAmountUsd30d"}},{"kind":"Field","name":{"kind":"Name","value":"backfillState"}},{"kind":"Field","name":{"kind":"Name","value":"botScore"}},{"kind":"Field","name":{"kind":"Name","value":"firstTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"labels"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"nativeTokenBalance"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage1d"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage1w"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage1y"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitPercentage30d"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd1d"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd1y"}},{"kind":"Field","name":{"kind":"Name","value":"realizedProfitUsd30d"}},{"kind":"Field","name":{"kind":"Name","value":"scammerScore"}},{"kind":"Field","name":{"kind":"Name","value":"swaps1d"}},{"kind":"Field","name":{"kind":"Name","value":"swaps1w"}},{"kind":"Field","name":{"kind":"Name","value":"swaps1y"}},{"kind":"Field","name":{"kind":"Name","value":"swaps30d"}},{"kind":"Field","name":{"kind":"Name","value":"swapsAll1d"}},{"kind":"Field","name":{"kind":"Name","value":"swapsAll1w"}},{"kind":"Field","name":{"kind":"Name","value":"swapsAll1y"}},{"kind":"Field","name":{"kind":"Name","value":"swapsAll30d"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens1d"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens1w"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens1y"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTokens30d"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1d"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd1y"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd30d"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll1d"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll1w"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll1y"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsdAll30d"}},{"kind":"Field","name":{"kind":"Name","value":"wallet"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"avatarUrl"}},{"kind":"Field","name":{"kind":"Name","value":"discordId"}},{"kind":"Field","name":{"kind":"Name","value":"discordUsername"}},{"kind":"Field","name":{"kind":"Name","value":"displayName"}},{"kind":"Field","name":{"kind":"Name","value":"ethosLevel"}},{"kind":"Field","name":{"kind":"Name","value":"ethosScore"}},{"kind":"Field","name":{"kind":"Name","value":"ethosVerified"}},{"kind":"Field","name":{"kind":"Name","value":"farcasterId"}},{"kind":"Field","name":{"kind":"Name","value":"farcasterUsername"}},{"kind":"Field","name":{"kind":"Name","value":"firstFunding"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount"}},{"kind":"Field","name":{"kind":"Name","value":"fundedAt"}},{"kind":"Field","name":{"kind":"Name","value":"fundedByAddress"}},{"kind":"Field","name":{"kind":"Name","value":"fundedByLabel"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAddress"}},{"kind":"Field","name":{"kind":"Name","value":"transactionHash"}}]}},{"kind":"Field","name":{"kind":"Name","value":"firstSeenTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"githubId"}},{"kind":"Field","name":{"kind":"Name","value":"githubUsername"}},{"kind":"Field","name":{"kind":"Name","value":"identityLabels"}},{"kind":"Field","name":{"kind":"Name","value":"identitySource"}},{"kind":"Field","name":{"kind":"Name","value":"identityUpdatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"telegramId"}},{"kind":"Field","name":{"kind":"Name","value":"telegramUsername"}},{"kind":"Field","name":{"kind":"Name","value":"twitterId"}},{"kind":"Field","name":{"kind":"Name","value":"twitterUsername"}},{"kind":"Field","name":{"kind":"Name","value":"website"}}]}},{"kind":"Field","name":{"kind":"Name","value":"winRate1d"}},{"kind":"Field","name":{"kind":"Name","value":"winRate1w"}},{"kind":"Field","name":{"kind":"Name","value":"winRate1y"}},{"kind":"Field","name":{"kind":"Name","value":"winRate30d"}}]}}]}}]}}]} as unknown as DocumentNode; -export const GetBarsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetBars"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"countback"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"currencyCode"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"from"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"quoteToken"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"QuoteToken"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"removeEmptyBars"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Boolean"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"removeLeadingNullValues"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Boolean"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"resolution"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenPairStatisticsType"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"symbol"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"symbolType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"SymbolType"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"to"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getBars"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"countback"},"value":{"kind":"Variable","name":{"kind":"Name","value":"countback"}}},{"kind":"Argument","name":{"kind":"Name","value":"currencyCode"},"value":{"kind":"Variable","name":{"kind":"Name","value":"currencyCode"}}},{"kind":"Argument","name":{"kind":"Name","value":"from"},"value":{"kind":"Variable","name":{"kind":"Name","value":"from"}}},{"kind":"Argument","name":{"kind":"Name","value":"quoteToken"},"value":{"kind":"Variable","name":{"kind":"Name","value":"quoteToken"}}},{"kind":"Argument","name":{"kind":"Name","value":"removeEmptyBars"},"value":{"kind":"Variable","name":{"kind":"Name","value":"removeEmptyBars"}}},{"kind":"Argument","name":{"kind":"Name","value":"removeLeadingNullValues"},"value":{"kind":"Variable","name":{"kind":"Name","value":"removeLeadingNullValues"}}},{"kind":"Argument","name":{"kind":"Name","value":"resolution"},"value":{"kind":"Variable","name":{"kind":"Name","value":"resolution"}}},{"kind":"Argument","name":{"kind":"Name","value":"statsType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}}},{"kind":"Argument","name":{"kind":"Name","value":"symbol"},"value":{"kind":"Variable","name":{"kind":"Name","value":"symbol"}}},{"kind":"Argument","name":{"kind":"Name","value":"symbolType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"symbolType"}}},{"kind":"Argument","name":{"kind":"Name","value":"to"},"value":{"kind":"Variable","name":{"kind":"Name","value":"to"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageCostPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"baseFees"}},{"kind":"Field","name":{"kind":"Name","value":"builderTips"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume"}},{"kind":"Field","name":{"kind":"Name","value":"buyers"}},{"kind":"Field","name":{"kind":"Name","value":"buys"}},{"kind":"Field","name":{"kind":"Name","value":"c"}},{"kind":"Field","name":{"kind":"Name","value":"feeRegimeClassification"}},{"kind":"Field","name":{"kind":"Name","value":"feeToVolumeRatio"}},{"kind":"Field","name":{"kind":"Name","value":"gasPerVolume"}},{"kind":"Field","name":{"kind":"Name","value":"h"}},{"kind":"Field","name":{"kind":"Name","value":"l"}},{"kind":"Field","name":{"kind":"Name","value":"l1DataFees"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"}},{"kind":"Field","name":{"kind":"Name","value":"mevRiskLevel"}},{"kind":"Field","name":{"kind":"Name","value":"mevToTotalFeesRatio"}},{"kind":"Field","name":{"kind":"Name","value":"o"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"poolFees"}},{"kind":"Field","name":{"kind":"Name","value":"priorityFees"}},{"kind":"Field","name":{"kind":"Name","value":"s"}},{"kind":"Field","name":{"kind":"Name","value":"sandwichRate"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"}},{"kind":"Field","name":{"kind":"Name","value":"sellers"}},{"kind":"Field","name":{"kind":"Name","value":"sells"}},{"kind":"Field","name":{"kind":"Name","value":"t"}},{"kind":"Field","name":{"kind":"Name","value":"totalFees"}},{"kind":"Field","name":{"kind":"Name","value":"traders"}},{"kind":"Field","name":{"kind":"Name","value":"transactions"}},{"kind":"Field","name":{"kind":"Name","value":"volume"}},{"kind":"Field","name":{"kind":"Name","value":"volumeNativeToken"}}]}}]}}]} as unknown as DocumentNode; +export const GetBarsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetBars"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"countback"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"currencyCode"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"from"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"quoteToken"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"QuoteToken"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"removeEmptyBars"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Boolean"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"removeLeadingNullValues"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Boolean"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"resolution"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenPairStatisticsType"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"symbol"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"symbolType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"SymbolType"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"to"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getBars"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"countback"},"value":{"kind":"Variable","name":{"kind":"Name","value":"countback"}}},{"kind":"Argument","name":{"kind":"Name","value":"currencyCode"},"value":{"kind":"Variable","name":{"kind":"Name","value":"currencyCode"}}},{"kind":"Argument","name":{"kind":"Name","value":"from"},"value":{"kind":"Variable","name":{"kind":"Name","value":"from"}}},{"kind":"Argument","name":{"kind":"Name","value":"quoteToken"},"value":{"kind":"Variable","name":{"kind":"Name","value":"quoteToken"}}},{"kind":"Argument","name":{"kind":"Name","value":"removeEmptyBars"},"value":{"kind":"Variable","name":{"kind":"Name","value":"removeEmptyBars"}}},{"kind":"Argument","name":{"kind":"Name","value":"removeLeadingNullValues"},"value":{"kind":"Variable","name":{"kind":"Name","value":"removeLeadingNullValues"}}},{"kind":"Argument","name":{"kind":"Name","value":"resolution"},"value":{"kind":"Variable","name":{"kind":"Name","value":"resolution"}}},{"kind":"Argument","name":{"kind":"Name","value":"statsType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}}},{"kind":"Argument","name":{"kind":"Name","value":"symbol"},"value":{"kind":"Variable","name":{"kind":"Name","value":"symbol"}}},{"kind":"Argument","name":{"kind":"Name","value":"symbolType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"symbolType"}}},{"kind":"Argument","name":{"kind":"Name","value":"to"},"value":{"kind":"Variable","name":{"kind":"Name","value":"to"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"averageCostPerTrade"}},{"kind":"Field","name":{"kind":"Name","value":"baseFees"}},{"kind":"Field","name":{"kind":"Name","value":"builderTips"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume"}},{"kind":"Field","name":{"kind":"Name","value":"buyers"}},{"kind":"Field","name":{"kind":"Name","value":"buys"}},{"kind":"Field","name":{"kind":"Name","value":"c"}},{"kind":"Field","name":{"kind":"Name","value":"feeRegimeClassification"}},{"kind":"Field","name":{"kind":"Name","value":"feeToVolumeRatio"}},{"kind":"Field","name":{"kind":"Name","value":"gasPerVolume"}},{"kind":"Field","name":{"kind":"Name","value":"h"}},{"kind":"Field","name":{"kind":"Name","value":"l"}},{"kind":"Field","name":{"kind":"Name","value":"l1DataFees"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"}},{"kind":"Field","name":{"kind":"Name","value":"mevRiskLevel"}},{"kind":"Field","name":{"kind":"Name","value":"mevToTotalFeesRatio"}},{"kind":"Field","name":{"kind":"Name","value":"o"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"virtualPooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"poolFees"}},{"kind":"Field","name":{"kind":"Name","value":"priorityFees"}},{"kind":"Field","name":{"kind":"Name","value":"s"}},{"kind":"Field","name":{"kind":"Name","value":"sandwichRate"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"}},{"kind":"Field","name":{"kind":"Name","value":"sellers"}},{"kind":"Field","name":{"kind":"Name","value":"sells"}},{"kind":"Field","name":{"kind":"Name","value":"t"}},{"kind":"Field","name":{"kind":"Name","value":"totalFees"}},{"kind":"Field","name":{"kind":"Name","value":"traders"}},{"kind":"Field","name":{"kind":"Name","value":"transactions"}},{"kind":"Field","name":{"kind":"Name","value":"volume"}},{"kind":"Field","name":{"kind":"Name","value":"volumeNativeToken"}}]}}]}}]} as unknown as DocumentNode; export const GetCommunityNotesDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetCommunityNotes"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"CommunityNotesInput"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getCommunityNotes"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"count"}},{"kind":"Field","name":{"kind":"Name","value":"cursor"}},{"kind":"Field","name":{"kind":"Name","value":"items"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"contractType"}},{"kind":"Field","name":{"kind":"Name","value":"currentContract"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EnhancedNftContract"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"ercType"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"image"}},{"kind":"Field","name":{"kind":"Name","value":"labels"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"subType"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EnhancedToken"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"currentData"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"moderatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"previousData"}},{"kind":"Field","name":{"kind":"Name","value":"proposalData"}},{"kind":"Field","name":{"kind":"Name","value":"proposalNum"}},{"kind":"Field","name":{"kind":"Name","value":"proposalType"}},{"kind":"Field","name":{"kind":"Name","value":"proposedAt"}},{"kind":"Field","name":{"kind":"Name","value":"sortKey"}},{"kind":"Field","name":{"kind":"Name","value":"status"}}]}}]}}]}}]} as unknown as DocumentNode; -export const GetDetailedPairStatsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetDetailedPairStats"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"bucketCount"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"durations"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"DetailedPairStatsDuration"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"pairAddress"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenPairStatisticsType"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"timestamp"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokenOfInterest"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenOfInterest"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getDetailedPairStats"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"bucketCount"},"value":{"kind":"Variable","name":{"kind":"Name","value":"bucketCount"}}},{"kind":"Argument","name":{"kind":"Name","value":"durations"},"value":{"kind":"Variable","name":{"kind":"Name","value":"durations"}}},{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"pairAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"pairAddress"}}},{"kind":"Argument","name":{"kind":"Name","value":"statsType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}}},{"kind":"Argument","name":{"kind":"Name","value":"timestamp"},"value":{"kind":"Variable","name":{"kind":"Name","value":"timestamp"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokenOfInterest"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokenOfInterest"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bucketCount"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransaction"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"pairAddress"}},{"kind":"Field","name":{"kind":"Name","value":"queryTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"statsType"}},{"kind":"Field","name":{"kind":"Name","value":"stats_day1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_day30"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour4"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour12"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_min5"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_min15"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_week1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tokenOfInterest"}}]}}]}}]} as unknown as DocumentNode; -export const GetDetailedPairsStatsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetDetailedPairsStats"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"GetDetailedPairsStatsInput"}}}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getDetailedPairsStats"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bucketCount"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransaction"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"pairAddress"}},{"kind":"Field","name":{"kind":"Name","value":"queryTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"statsType"}},{"kind":"Field","name":{"kind":"Name","value":"stats_day1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_day30"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour4"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour12"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_min5"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_min15"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_week1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tokenOfInterest"}}]}}]}}]} as unknown as DocumentNode; +export const GetDetailedPairStatsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetDetailedPairStats"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"bucketCount"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"durations"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"DetailedPairStatsDuration"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"pairAddress"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenPairStatisticsType"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"timestamp"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokenOfInterest"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenOfInterest"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getDetailedPairStats"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"bucketCount"},"value":{"kind":"Variable","name":{"kind":"Name","value":"bucketCount"}}},{"kind":"Argument","name":{"kind":"Name","value":"durations"},"value":{"kind":"Variable","name":{"kind":"Name","value":"durations"}}},{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"pairAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"pairAddress"}}},{"kind":"Argument","name":{"kind":"Name","value":"statsType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}}},{"kind":"Argument","name":{"kind":"Name","value":"timestamp"},"value":{"kind":"Variable","name":{"kind":"Name","value":"timestamp"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokenOfInterest"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokenOfInterest"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bucketCount"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransaction"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"virtualPooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"pairAddress"}},{"kind":"Field","name":{"kind":"Name","value":"queryTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"statsType"}},{"kind":"Field","name":{"kind":"Name","value":"stats_day1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_day30"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour4"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour12"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_min5"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_min15"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_week1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tokenOfInterest"}}]}}]}}]} as unknown as DocumentNode; +export const GetDetailedPairsStatsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetDetailedPairsStats"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"GetDetailedPairsStatsInput"}}}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getDetailedPairsStats"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bucketCount"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransaction"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"virtualPooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"pairAddress"}},{"kind":"Field","name":{"kind":"Name","value":"queryTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"statsType"}},{"kind":"Field","name":{"kind":"Name","value":"stats_day1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_day30"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour4"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour12"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_min5"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_min15"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_week1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tokenOfInterest"}}]}}]}}]} as unknown as DocumentNode; export const GetDetailedTokenStatsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetDetailedTokenStats"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"bucketCount"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"durations"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"DetailedTokenStatsDuration"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenPairStatisticsType"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"timestamp"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getDetailedTokenStats"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"bucketCount"},"value":{"kind":"Variable","name":{"kind":"Name","value":"bucketCount"}}},{"kind":"Argument","name":{"kind":"Name","value":"durations"},"value":{"kind":"Variable","name":{"kind":"Name","value":"durations"}}},{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"statsType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}}},{"kind":"Argument","name":{"kind":"Name","value":"timestamp"},"value":{"kind":"Variable","name":{"kind":"Name","value":"timestamp"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokenAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bucketCount"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransactionAt"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"queryTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"statsType"}},{"kind":"Field","name":{"kind":"Name","value":"stats_day1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour4"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_hour12"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"stats_min5"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"duration"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"statsNonCurrency"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"buys"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellers"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sells"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"traders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactions"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"statsUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"close"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"highest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lowest"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"open"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buckets"}},{"kind":"Field","name":{"kind":"Name","value":"change"}},{"kind":"Field","name":{"kind":"Name","value":"currentValue"}},{"kind":"Field","name":{"kind":"Name","value":"previousValue"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"timestamps"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"start"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tokenAddress"}},{"kind":"Field","name":{"kind":"Name","value":"tokenId"}}]}}]}}]} as unknown as DocumentNode; export const GetEventLabelsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetEventLabels"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"cursor"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"direction"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"RankingDirection"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getEventLabels"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"cursor"},"value":{"kind":"Variable","name":{"kind":"Name","value":"cursor"}}},{"kind":"Argument","name":{"kind":"Name","value":"direction"},"value":{"kind":"Variable","name":{"kind":"Name","value":"direction"}}},{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}},{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"cursor"}},{"kind":"Field","name":{"kind":"Name","value":"items"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"FrontRunLabelData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"index"}},{"kind":"Field","alias":{"kind":"Name","value":"token0DrainedAmountFrontRun"},"name":{"kind":"Name","value":"token0DrainedAmount"}},{"kind":"Field","alias":{"kind":"Name","value":"token1DrainedAmountFrontRun"},"name":{"kind":"Name","value":"token1DrainedAmount"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"SandwichedLabelData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0DrainedAmount"}},{"kind":"Field","name":{"kind":"Name","value":"token1DrainedAmount"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"logIndex"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"timestamp"}},{"kind":"Field","name":{"kind":"Name","value":"transactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"transactionIndex"}}]}}]}}]}}]} as unknown as DocumentNode; export const GetExchangesDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetExchanges"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"showNameless"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Boolean"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getExchanges"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"showNameless"},"value":{"kind":"Variable","name":{"kind":"Name","value":"showNameless"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}}]}}]} as unknown as DocumentNode; @@ -16055,8 +16102,8 @@ export const HoldersDocument = {"kind":"Document","definitions":[{"kind":"Operat export const LiquidityLocksDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"LiquidityLocks"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"cursor"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"pairAddress"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"liquidityLocks"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"cursor"},"value":{"kind":"Variable","name":{"kind":"Name","value":"cursor"}}},{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"pairAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"pairAddress"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokenAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"cursor"}},{"kind":"Field","name":{"kind":"Name","value":"items"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"initialAmountToken0"}},{"kind":"Field","name":{"kind":"Name","value":"initialAmountToken1"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityAmount"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityNftData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"nftPositionManagerAddress"}},{"kind":"Field","name":{"kind":"Name","value":"nftTokenId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidityProtocolV2"}},{"kind":"Field","name":{"kind":"Name","value":"lockProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"lockerAddress"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"ownerAddress"}},{"kind":"Field","name":{"kind":"Name","value":"pairAddress"}},{"kind":"Field","name":{"kind":"Name","value":"unlockAt"}}]}},{"kind":"Field","name":{"kind":"Name","value":"pairLiquidityData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pairAddress"}},{"kind":"Field","name":{"kind":"Name","value":"pairId"}},{"kind":"Field","name":{"kind":"Name","value":"totalLiquidity"}}]}}]}}]}}]} as unknown as DocumentNode; export const LiquidityMetadataDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"LiquidityMetadata"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"pairAddress"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"liquidityMetadata"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"pairAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"pairAddress"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"liquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"active"}},{"kind":"Field","name":{"kind":"Name","value":"inactive"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lockedLiquidity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"active"}},{"kind":"Field","name":{"kind":"Name","value":"inactive"}},{"kind":"Field","name":{"kind":"Name","value":"lockBreakdown"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"active"}},{"kind":"Field","name":{"kind":"Name","value":"inactive"}},{"kind":"Field","name":{"kind":"Name","value":"lockProtocol"}}]}}]}}]}}]}}]} as unknown as DocumentNode; export const LiquidityMetadataByTokenDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"LiquidityMetadataByToken"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"liquidityMetadataByToken"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokenAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"lockBreakdown"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amountLockedTokens"}},{"kind":"Field","name":{"kind":"Name","value":"amountLockedTokensShifted"}},{"kind":"Field","name":{"kind":"Name","value":"amountLockedUsd"}},{"kind":"Field","name":{"kind":"Name","value":"lockProtocol"}}]}},{"kind":"Field","name":{"kind":"Name","value":"lockedLiquidityPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"lockedLiquidityUsd"}},{"kind":"Field","name":{"kind":"Name","value":"lockedTokenLiquidity"}},{"kind":"Field","name":{"kind":"Name","value":"lockedTokenLiquidityShifted"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAddress"}},{"kind":"Field","name":{"kind":"Name","value":"totalLiquidityUsd"}},{"kind":"Field","name":{"kind":"Name","value":"totalTokenLiquidity"}},{"kind":"Field","name":{"kind":"Name","value":"totalTokenLiquidityShifted"}}]}}]}}]} as unknown as DocumentNode; -export const ListPairsForTokenDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"ListPairsForToken"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"listPairsForToken"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokenAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}}]}}]}}]} as unknown as DocumentNode; -export const ListPairsWithMetadataForTokenDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"ListPairsWithMetadataForToken"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"listPairsWithMetadataForToken"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokenAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"backingToken"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"exchange"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"quoteToken"}},{"kind":"Field","name":{"kind":"Name","value":"token"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"}}]}}]}}]}}]} as unknown as DocumentNode; +export const ListPairsForTokenDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"ListPairsForToken"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"listPairsForToken"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokenAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"virtualPooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}}]}}]}}]} as unknown as DocumentNode; +export const ListPairsWithMetadataForTokenDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"ListPairsWithMetadataForToken"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"listPairsWithMetadataForToken"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokenAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"results"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"backingToken"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"exchange"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"virtualPooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"quoteToken"}},{"kind":"Field","name":{"kind":"Name","value":"token"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"volume"}}]}}]}}]}}]} as unknown as DocumentNode; export const PairMetadataDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"PairMetadata"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"pairId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"quoteToken"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"QuoteToken"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenPairStatisticsType"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"pairMetadata"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"pairId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"pairId"}}},{"kind":"Argument","name":{"kind":"Name","value":"quoteToken"},"value":{"kind":"Variable","name":{"kind":"Name","value":"quoteToken"}}},{"kind":"Argument","name":{"kind":"Name","value":"statsType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"enhancedToken0"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"enhancedToken1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"exchangeId"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"highPrice1"}},{"kind":"Field","name":{"kind":"Name","value":"highPrice4"}},{"kind":"Field","name":{"kind":"Name","value":"highPrice5m"}},{"kind":"Field","name":{"kind":"Name","value":"highPrice12"}},{"kind":"Field","name":{"kind":"Name","value":"highPrice24"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityToken"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice1"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice4"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice5m"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice12"}},{"kind":"Field","name":{"kind":"Name","value":"lowPrice24"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"nonLiquidityToken"}},{"kind":"Field","name":{"kind":"Name","value":"pairAddress"}},{"kind":"Field","name":{"kind":"Name","value":"price"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange1"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange4"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange12"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange24"}},{"kind":"Field","name":{"kind":"Name","value":"priceNonQuoteToken"}},{"kind":"Field","name":{"kind":"Name","value":"quoteToken"}},{"kind":"Field","name":{"kind":"Name","value":"statsType"}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"labels"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"subType"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"}},{"kind":"Field","name":{"kind":"Name","value":"price"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"labels"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"subType"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"}},{"kind":"Field","name":{"kind":"Name","value":"price"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}}]}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}},{"kind":"Field","name":{"kind":"Name","value":"volume1"}},{"kind":"Field","name":{"kind":"Name","value":"volume4"}},{"kind":"Field","name":{"kind":"Name","value":"volume5m"}},{"kind":"Field","name":{"kind":"Name","value":"volume12"}},{"kind":"Field","name":{"kind":"Name","value":"volume24"}},{"kind":"Field","name":{"kind":"Name","value":"walletActivity"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bundlerCount"}},{"kind":"Field","name":{"kind":"Name","value":"bundlerHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"devHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"insiderCount"}},{"kind":"Field","name":{"kind":"Name","value":"insiderHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"sniperCount"}},{"kind":"Field","name":{"kind":"Name","value":"sniperHeldPercentage"}}]}}]}}]}}]} as unknown as DocumentNode; export const PredictionCategoriesDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"PredictionCategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"predictionCategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}}]}}]}}]} as unknown as DocumentNode; export const PredictionEventBarsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"PredictionEventBars"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"PredictionEventBarsInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"predictionEventBars"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bars"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyVolumeCollateralToken"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"lastEventTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityCollateralToken"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"c"}},{"kind":"Field","name":{"kind":"Name","value":"h"}},{"kind":"Field","name":{"kind":"Name","value":"l"}},{"kind":"Field","name":{"kind":"Name","value":"o"}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidityUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"c"}},{"kind":"Field","name":{"kind":"Name","value":"h"}},{"kind":"Field","name":{"kind":"Name","value":"l"}},{"kind":"Field","name":{"kind":"Name","value":"o"}}]}},{"kind":"Field","name":{"kind":"Name","value":"openInterestCollateralToken"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"c"}},{"kind":"Field","name":{"kind":"Name","value":"h"}},{"kind":"Field","name":{"kind":"Name","value":"l"}},{"kind":"Field","name":{"kind":"Name","value":"o"}}]}},{"kind":"Field","name":{"kind":"Name","value":"openInterestUsd"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"c"}},{"kind":"Field","name":{"kind":"Name","value":"h"}},{"kind":"Field","name":{"kind":"Name","value":"l"}},{"kind":"Field","name":{"kind":"Name","value":"o"}}]}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeCollateralToken"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"t"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeCollateralToken"}},{"kind":"Field","name":{"kind":"Name","value":"totalVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"trades"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTraders"}},{"kind":"Field","name":{"kind":"Name","value":"venueVolumeCollateralToken"}},{"kind":"Field","name":{"kind":"Name","value":"venueVolumeUsd"}},{"kind":"Field","name":{"kind":"Name","value":"volumeCollateralToken"}},{"kind":"Field","name":{"kind":"Name","value":"volumeUsd"}}]}},{"kind":"Field","name":{"kind":"Name","value":"eventId"}},{"kind":"Field","name":{"kind":"Name","value":"predictionEvent"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"categories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"closesAt"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"marketIds"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"opensAt"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"question"}},{"kind":"Field","name":{"kind":"Name","value":"resolution"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"result"}},{"kind":"Field","name":{"kind":"Name","value":"source"}}]}},{"kind":"Field","name":{"kind":"Name","value":"resolvedAt"}},{"kind":"Field","name":{"kind":"Name","value":"resolvesAt"}},{"kind":"Field","name":{"kind":"Name","value":"rulesPrimary"}},{"kind":"Field","name":{"kind":"Name","value":"rulesSecondary"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"tags"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"url"}},{"kind":"Field","name":{"kind":"Name","value":"venueEventId"}},{"kind":"Field","name":{"kind":"Name","value":"venueSeriesId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"predictionMarkets"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"categories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"subcategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"closesAt"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"eventId"}},{"kind":"Field","name":{"kind":"Name","value":"eventLabel"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeAddress"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"observedAt"}},{"kind":"Field","name":{"kind":"Name","value":"opensAt"}},{"kind":"Field","name":{"kind":"Name","value":"outcomeIds"}},{"kind":"Field","name":{"kind":"Name","value":"outcomeLabels"}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"question"}},{"kind":"Field","name":{"kind":"Name","value":"resolution"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"result"}},{"kind":"Field","name":{"kind":"Name","value":"source"}}]}},{"kind":"Field","name":{"kind":"Name","value":"resolvedAt"}},{"kind":"Field","name":{"kind":"Name","value":"resolvesAt"}},{"kind":"Field","name":{"kind":"Name","value":"rules"}},{"kind":"Field","name":{"kind":"Name","value":"rules2"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}},{"kind":"Field","name":{"kind":"Name","value":"venueEventId"}},{"kind":"Field","name":{"kind":"Name","value":"venueMarketId"}},{"kind":"Field","name":{"kind":"Name","value":"venueMarketSlug"}},{"kind":"Field","name":{"kind":"Name","value":"venueOutcomeIds"}},{"kind":"Field","name":{"kind":"Name","value":"winningOutcomeId"}}]}}]}}]}}]} as unknown as DocumentNode; @@ -16087,6 +16134,7 @@ export const OnDetailedTokenStatsUpdatedDocument = {"kind":"Document","definitio export const OnEventLabelCreatedDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"subscription","name":{"kind":"Name","value":"OnEventLabelCreated"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"onEventLabelCreated"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"FrontRunLabelData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"index"}},{"kind":"Field","name":{"kind":"Name","value":"token0DrainedAmount"}},{"kind":"Field","name":{"kind":"Name","value":"token1DrainedAmount"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"SandwichedLabelData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","alias":{"kind":"Name","value":"token0DrainedAmountSandwich"},"name":{"kind":"Name","value":"token0DrainedAmount"}},{"kind":"Field","alias":{"kind":"Name","value":"token1DrainedAmountSandwich"},"name":{"kind":"Name","value":"token1DrainedAmount"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"logIndex"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"timestamp"}},{"kind":"Field","name":{"kind":"Name","value":"transactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"transactionIndex"}}]}}]}}]} as unknown as DocumentNode; export const OnEventsCreatedDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"subscription","name":{"kind":"Name","value":"OnEventsCreated"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"address"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"quoteToken"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"QuoteToken"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"onEventsCreated"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"address"},"value":{"kind":"Variable","name":{"kind":"Name","value":"address"}}},{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}},{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"quoteToken"},"value":{"kind":"Variable","name":{"kind":"Name","value":"quoteToken"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"events"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"baseTokenPrice"}},{"kind":"Field","name":{"kind":"Name","value":"blockHash"}},{"kind":"Field","name":{"kind":"Name","value":"blockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"BurnEventData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount0"}},{"kind":"Field","name":{"kind":"Name","value":"amount0Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"amount1"}},{"kind":"Field","name":{"kind":"Name","value":"amount1Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"tickLower"}},{"kind":"Field","name":{"kind":"Name","value":"tickUpper"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"MintEventData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount0"}},{"kind":"Field","name":{"kind":"Name","value":"amount0Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"amount1"}},{"kind":"Field","name":{"kind":"Name","value":"amount1Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"tickLower"}},{"kind":"Field","name":{"kind":"Name","value":"tickUpper"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PoolBalanceChangedEventData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount0"}},{"kind":"Field","name":{"kind":"Name","value":"amount0Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"amount1"}},{"kind":"Field","name":{"kind":"Name","value":"amount1Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity0"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity1"}},{"kind":"Field","name":{"kind":"Name","value":"protocolFeeAmount0"}},{"kind":"Field","name":{"kind":"Name","value":"protocolFeeAmount1"}},{"kind":"Field","name":{"kind":"Name","value":"sender"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"SwapEventData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount0"}},{"kind":"Field","name":{"kind":"Name","value":"amount0In"}},{"kind":"Field","name":{"kind":"Name","value":"amount0Out"}},{"kind":"Field","name":{"kind":"Name","value":"amount1"}},{"kind":"Field","name":{"kind":"Name","value":"amount1In"}},{"kind":"Field","name":{"kind":"Name","value":"amount1Out"}},{"kind":"Field","name":{"kind":"Name","value":"amountNonLiquidityToken"}},{"kind":"Field","name":{"kind":"Name","value":"priceBaseToken"}},{"kind":"Field","name":{"kind":"Name","value":"priceBaseTokenTotal"}},{"kind":"Field","name":{"kind":"Name","value":"priceUsd"}},{"kind":"Field","name":{"kind":"Name","value":"priceUsdTotal"}},{"kind":"Field","name":{"kind":"Name","value":"tick"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"eventDisplayType"}},{"kind":"Field","name":{"kind":"Name","value":"eventType"}},{"kind":"Field","name":{"kind":"Name","value":"feeData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"baseFeeNativeUnit"}},{"kind":"Field","name":{"kind":"Name","value":"builderTipNativeUnit"}},{"kind":"Field","name":{"kind":"Name","value":"dynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"estimatedPoolFee"}},{"kind":"Field","name":{"kind":"Name","value":"gasUsed"}},{"kind":"Field","name":{"kind":"Name","value":"l1DataFeeNativeUnit"}},{"kind":"Field","name":{"kind":"Name","value":"poolFeeAmountRaw"}},{"kind":"Field","name":{"kind":"Name","value":"poolFeeBps"}},{"kind":"Field","name":{"kind":"Name","value":"poolFeeRateRaw"}},{"kind":"Field","name":{"kind":"Name","value":"priorityFeeNativeUnit"}},{"kind":"Field","name":{"kind":"Name","value":"supplementalFeeData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpAmmCashbackFeeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"cashbackAmountLamports"}},{"kind":"Field","name":{"kind":"Name","value":"cashbackFeeBps"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpCashbackFeeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"cashbackAmountLamports"}},{"kind":"Field","name":{"kind":"Name","value":"cashbackFeeBps"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"txEventCount"}}]}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"labels"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"sandwich"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"sandwichType"}},{"kind":"Field","name":{"kind":"Name","value":"token0DrainedAmount"}},{"kind":"Field","name":{"kind":"Name","value":"token1DrainedAmount"}}]}},{"kind":"Field","name":{"kind":"Name","value":"washtrade"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"label"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidityToken"}},{"kind":"Field","name":{"kind":"Name","value":"logIndex"}},{"kind":"Field","name":{"kind":"Name","value":"maker"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"quoteToken"}},{"kind":"Field","name":{"kind":"Name","value":"timestamp"}},{"kind":"Field","name":{"kind":"Name","value":"token0Address"}},{"kind":"Field","name":{"kind":"Name","value":"token0PoolValueUsd"}},{"kind":"Field","name":{"kind":"Name","value":"token0SwapValueUsd"}},{"kind":"Field","name":{"kind":"Name","value":"token0ValueBase"}},{"kind":"Field","name":{"kind":"Name","value":"token1Address"}},{"kind":"Field","name":{"kind":"Name","value":"token1PoolValueUsd"}},{"kind":"Field","name":{"kind":"Name","value":"token1SwapValueUsd"}},{"kind":"Field","name":{"kind":"Name","value":"token1ValueBase"}},{"kind":"Field","name":{"kind":"Name","value":"transactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"transactionIndex"}},{"kind":"Field","name":{"kind":"Name","value":"walletAge"}},{"kind":"Field","name":{"kind":"Name","value":"walletLabels"}}]}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"quoteToken"}}]}}]}}]} as unknown as DocumentNode; export const OnEventsCreatedByMakerDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"subscription","name":{"kind":"Name","value":"OnEventsCreatedByMaker"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"input"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"OnEventsCreatedByMakerInput"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"onEventsCreatedByMaker"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"input"},"value":{"kind":"Variable","name":{"kind":"Name","value":"input"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"events"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"baseTokenPrice"}},{"kind":"Field","name":{"kind":"Name","value":"blockHash"}},{"kind":"Field","name":{"kind":"Name","value":"blockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"BurnEventData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount0"}},{"kind":"Field","name":{"kind":"Name","value":"amount0Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"amount1"}},{"kind":"Field","name":{"kind":"Name","value":"amount1Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"tickLower"}},{"kind":"Field","name":{"kind":"Name","value":"tickUpper"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"MintEventData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount0"}},{"kind":"Field","name":{"kind":"Name","value":"amount0Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"amount1"}},{"kind":"Field","name":{"kind":"Name","value":"amount1Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"tickLower"}},{"kind":"Field","name":{"kind":"Name","value":"tickUpper"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PoolBalanceChangedEventData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount0"}},{"kind":"Field","name":{"kind":"Name","value":"amount0Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"amount1"}},{"kind":"Field","name":{"kind":"Name","value":"amount1Shifted"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity0"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity1"}},{"kind":"Field","name":{"kind":"Name","value":"protocolFeeAmount0"}},{"kind":"Field","name":{"kind":"Name","value":"protocolFeeAmount1"}},{"kind":"Field","name":{"kind":"Name","value":"sender"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"SwapEventData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"amount0"}},{"kind":"Field","name":{"kind":"Name","value":"amount0In"}},{"kind":"Field","name":{"kind":"Name","value":"amount0Out"}},{"kind":"Field","name":{"kind":"Name","value":"amount1"}},{"kind":"Field","name":{"kind":"Name","value":"amount1In"}},{"kind":"Field","name":{"kind":"Name","value":"amount1Out"}},{"kind":"Field","name":{"kind":"Name","value":"amountNonLiquidityToken"}},{"kind":"Field","name":{"kind":"Name","value":"priceBaseToken"}},{"kind":"Field","name":{"kind":"Name","value":"priceBaseTokenTotal"}},{"kind":"Field","name":{"kind":"Name","value":"priceUsd"}},{"kind":"Field","name":{"kind":"Name","value":"priceUsdTotal"}},{"kind":"Field","name":{"kind":"Name","value":"tick"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"eventDisplayType"}},{"kind":"Field","name":{"kind":"Name","value":"eventType"}},{"kind":"Field","name":{"kind":"Name","value":"feeData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"baseFeeNativeUnit"}},{"kind":"Field","name":{"kind":"Name","value":"builderTipNativeUnit"}},{"kind":"Field","name":{"kind":"Name","value":"dynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"estimatedPoolFee"}},{"kind":"Field","name":{"kind":"Name","value":"gasUsed"}},{"kind":"Field","name":{"kind":"Name","value":"l1DataFeeNativeUnit"}},{"kind":"Field","name":{"kind":"Name","value":"poolFeeAmountRaw"}},{"kind":"Field","name":{"kind":"Name","value":"poolFeeBps"}},{"kind":"Field","name":{"kind":"Name","value":"poolFeeRateRaw"}},{"kind":"Field","name":{"kind":"Name","value":"priorityFeeNativeUnit"}},{"kind":"Field","name":{"kind":"Name","value":"supplementalFeeData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpAmmCashbackFeeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"cashbackAmountLamports"}},{"kind":"Field","name":{"kind":"Name","value":"cashbackFeeBps"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpCashbackFeeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"cashbackAmountLamports"}},{"kind":"Field","name":{"kind":"Name","value":"cashbackFeeBps"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"txEventCount"}}]}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"labels"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"sandwich"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"label"}},{"kind":"Field","name":{"kind":"Name","value":"sandwichType"}},{"kind":"Field","name":{"kind":"Name","value":"token0DrainedAmount"}},{"kind":"Field","name":{"kind":"Name","value":"token1DrainedAmount"}}]}},{"kind":"Field","name":{"kind":"Name","value":"washtrade"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"label"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidityToken"}},{"kind":"Field","name":{"kind":"Name","value":"logIndex"}},{"kind":"Field","name":{"kind":"Name","value":"maker"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"quoteToken"}},{"kind":"Field","name":{"kind":"Name","value":"timestamp"}},{"kind":"Field","name":{"kind":"Name","value":"token0Address"}},{"kind":"Field","name":{"kind":"Name","value":"token0PoolValueUsd"}},{"kind":"Field","name":{"kind":"Name","value":"token0SwapValueUsd"}},{"kind":"Field","name":{"kind":"Name","value":"token0ValueBase"}},{"kind":"Field","name":{"kind":"Name","value":"token1Address"}},{"kind":"Field","name":{"kind":"Name","value":"token1PoolValueUsd"}},{"kind":"Field","name":{"kind":"Name","value":"token1SwapValueUsd"}},{"kind":"Field","name":{"kind":"Name","value":"token1ValueBase"}},{"kind":"Field","name":{"kind":"Name","value":"transactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"transactionIndex"}},{"kind":"Field","name":{"kind":"Name","value":"walletAge"}},{"kind":"Field","name":{"kind":"Name","value":"walletLabels"}}]}},{"kind":"Field","name":{"kind":"Name","value":"makerAddress"}}]}}]}}]} as unknown as DocumentNode; +export const OnFilterTokenUpdatedDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"subscription","name":{"kind":"Name","value":"OnFilterTokenUpdated"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"excludeTokens"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"filters"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenFilters"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"limit"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"offset"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenRanking"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"TokenPairStatisticsType"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokens"}},"type":{"kind":"ListType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"updatePeriod"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"useAggregatedStats"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Boolean"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"onFilterTokenUpdated"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"excludeTokens"},"value":{"kind":"Variable","name":{"kind":"Name","value":"excludeTokens"}}},{"kind":"Argument","name":{"kind":"Name","value":"filters"},"value":{"kind":"Variable","name":{"kind":"Name","value":"filters"}}},{"kind":"Argument","name":{"kind":"Name","value":"limit"},"value":{"kind":"Variable","name":{"kind":"Name","value":"limit"}}},{"kind":"Argument","name":{"kind":"Name","value":"offset"},"value":{"kind":"Variable","name":{"kind":"Name","value":"offset"}}},{"kind":"Argument","name":{"kind":"Name","value":"phrase"},"value":{"kind":"Variable","name":{"kind":"Name","value":"phrase"}}},{"kind":"Argument","name":{"kind":"Name","value":"rankings"},"value":{"kind":"Variable","name":{"kind":"Name","value":"rankings"}}},{"kind":"Argument","name":{"kind":"Name","value":"statsType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"statsType"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokens"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokens"}}},{"kind":"Argument","name":{"kind":"Name","value":"updatePeriod"},"value":{"kind":"Variable","name":{"kind":"Name","value":"updatePeriod"}}},{"kind":"Argument","name":{"kind":"Name","value":"useAggregatedStats"},"value":{"kind":"Variable","name":{"kind":"Name","value":"useAggregatedStats"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"updates"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bundlerCount"}},{"kind":"Field","name":{"kind":"Name","value":"bundlerHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount1"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount4"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount5m"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount12"}},{"kind":"Field","name":{"kind":"Name","value":"buyCount24"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume1"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume4"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume5m"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume12"}},{"kind":"Field","name":{"kind":"Name","value":"buyVolume24"}},{"kind":"Field","name":{"kind":"Name","value":"change1"}},{"kind":"Field","name":{"kind":"Name","value":"change4"}},{"kind":"Field","name":{"kind":"Name","value":"change5m"}},{"kind":"Field","name":{"kind":"Name","value":"change12"}},{"kind":"Field","name":{"kind":"Name","value":"change24"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingMarketCap"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"devHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"high1"}},{"kind":"Field","name":{"kind":"Name","value":"high4"}},{"kind":"Field","name":{"kind":"Name","value":"high5m"}},{"kind":"Field","name":{"kind":"Name","value":"high12"}},{"kind":"Field","name":{"kind":"Name","value":"high24"}},{"kind":"Field","name":{"kind":"Name","value":"holders"}},{"kind":"Field","name":{"kind":"Name","value":"insiderCount"}},{"kind":"Field","name":{"kind":"Name","value":"insiderHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"lastTransaction"}},{"kind":"Field","name":{"kind":"Name","value":"liquidPair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"virtualPooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"liquidPairLiquidity"}},{"kind":"Field","name":{"kind":"Name","value":"liquidPairPriceUSD"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"}},{"kind":"Field","name":{"kind":"Name","value":"low1"}},{"kind":"Field","name":{"kind":"Name","value":"low4"}},{"kind":"Field","name":{"kind":"Name","value":"low5m"}},{"kind":"Field","name":{"kind":"Name","value":"low12"}},{"kind":"Field","name":{"kind":"Name","value":"low24"}},{"kind":"Field","name":{"kind":"Name","value":"marketCap"}},{"kind":"Field","name":{"kind":"Name","value":"pair"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"fee"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}},{"kind":"Field","name":{"kind":"Name","value":"protocol"}},{"kind":"Field","name":{"kind":"Name","value":"protocolData"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ArenaTradeData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"PumpData"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"creator"}},{"kind":"Field","name":{"kind":"Name","value":"type"}}]}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UniswapV4Data"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"isDynamicFee"}},{"kind":"Field","name":{"kind":"Name","value":"isToken0NetworkToken"}},{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"uniswapV4HookAddress"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"tickSpacing"}},{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token0Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"}},{"kind":"Field","name":{"kind":"Name","value":"token1Data"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"virtualPooled"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"token0"}},{"kind":"Field","name":{"kind":"Name","value":"token1"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"potentialScamReasons"}},{"kind":"Field","name":{"kind":"Name","value":"priceUSD"}},{"kind":"Field","name":{"kind":"Name","value":"quoteToken"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount1"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount4"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount5m"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount12"}},{"kind":"Field","name":{"kind":"Name","value":"sellCount24"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume1"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume4"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume5m"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume12"}},{"kind":"Field","name":{"kind":"Name","value":"sellVolume24"}},{"kind":"Field","name":{"kind":"Name","value":"sniperCount"}},{"kind":"Field","name":{"kind":"Name","value":"sniperHeldPercentage"}},{"kind":"Field","name":{"kind":"Name","value":"swapPct1dOldWallet"}},{"kind":"Field","name":{"kind":"Name","value":"swapPct7dOldWallet"}},{"kind":"Field","name":{"kind":"Name","value":"token"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}},{"kind":"Field","name":{"kind":"Name","value":"trendingScore"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount1"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount4"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount5m"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount12"}},{"kind":"Field","name":{"kind":"Name","value":"txnCount24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueBuys24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueSells24"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions1"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions4"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions5m"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions12"}},{"kind":"Field","name":{"kind":"Name","value":"uniqueTransactions24"}},{"kind":"Field","name":{"kind":"Name","value":"volume1"}},{"kind":"Field","name":{"kind":"Name","value":"volume4"}},{"kind":"Field","name":{"kind":"Name","value":"volume5m"}},{"kind":"Field","name":{"kind":"Name","value":"volume12"}},{"kind":"Field","name":{"kind":"Name","value":"volume24"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange1"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange4"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange5m"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange12"}},{"kind":"Field","name":{"kind":"Name","value":"volumeChange24"}},{"kind":"Field","name":{"kind":"Name","value":"walletAgeAvg"}},{"kind":"Field","name":{"kind":"Name","value":"walletAgeStd"}}]}}]}}]}}]} as unknown as DocumentNode; export const OnHoldersUpdatedDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"subscription","name":{"kind":"Name","value":"OnHoldersUpdated"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokenId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"onHoldersUpdated"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"tokenId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokenId"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"balances"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"balance"}},{"kind":"Field","name":{"kind":"Name","value":"balanceUsd"}},{"kind":"Field","name":{"kind":"Name","value":"firstHeldTimestamp"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityUsd"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"shiftedBalance"}},{"kind":"Field","name":{"kind":"Name","value":"token"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"createBlockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"createTransactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"exchanges"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"color"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeVersion"}},{"kind":"Field","name":{"kind":"Name","value":"iconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tradeUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"freezable"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"info"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"circulatingSupply"}},{"kind":"Field","name":{"kind":"Name","value":"cmcId"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"imageBannerUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageLargeUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageSmallUrl"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbHash"}},{"kind":"Field","name":{"kind":"Name","value":"imageThumbUrl"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"videoExternalUrl"}}]}},{"kind":"Field","name":{"kind":"Name","value":"isFreezableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isMintableValid"}},{"kind":"Field","name":{"kind":"Name","value":"isScam"}},{"kind":"Field","name":{"kind":"Name","value":"launchpad"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"completed"}},{"kind":"Field","name":{"kind":"Name","value":"completedAt"}},{"kind":"Field","name":{"kind":"Name","value":"completedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"graduationPercent"}},{"kind":"Field","name":{"kind":"Name","value":"isCashbackEnabled"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadIconUrl"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadName"}},{"kind":"Field","name":{"kind":"Name","value":"launchpadProtocol"}},{"kind":"Field","name":{"kind":"Name","value":"migrated"}},{"kind":"Field","name":{"kind":"Name","value":"migratedAt"}},{"kind":"Field","name":{"kind":"Name","value":"migratedPoolAddress"}},{"kind":"Field","name":{"kind":"Name","value":"migratedSlot"}},{"kind":"Field","name":{"kind":"Name","value":"poolAddress"}}]}},{"kind":"Field","name":{"kind":"Name","value":"mintable"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"socialLinks"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"bitcointalk"}},{"kind":"Field","name":{"kind":"Name","value":"blog"}},{"kind":"Field","name":{"kind":"Name","value":"coingecko"}},{"kind":"Field","name":{"kind":"Name","value":"coinmarketcap"}},{"kind":"Field","name":{"kind":"Name","value":"discord"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"facebook"}},{"kind":"Field","name":{"kind":"Name","value":"github"}},{"kind":"Field","name":{"kind":"Name","value":"instagram"}},{"kind":"Field","name":{"kind":"Name","value":"linkedin"}},{"kind":"Field","name":{"kind":"Name","value":"reddit"}},{"kind":"Field","name":{"kind":"Name","value":"slack"}},{"kind":"Field","name":{"kind":"Name","value":"telegram"}},{"kind":"Field","name":{"kind":"Name","value":"twitch"}},{"kind":"Field","name":{"kind":"Name","value":"twitter"}},{"kind":"Field","name":{"kind":"Name","value":"website"}},{"kind":"Field","name":{"kind":"Name","value":"wechat"}},{"kind":"Field","name":{"kind":"Name","value":"whitepaper"}},{"kind":"Field","name":{"kind":"Name","value":"youtube"}}]}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}},{"kind":"Field","name":{"kind":"Name","value":"top10HoldersPercent"}}]}},{"kind":"Field","name":{"kind":"Name","value":"tokenAddress"}},{"kind":"Field","name":{"kind":"Name","value":"tokenId"}},{"kind":"Field","name":{"kind":"Name","value":"tokenPriceUsd"}},{"kind":"Field","name":{"kind":"Name","value":"walletId"}}]}},{"kind":"Field","name":{"kind":"Name","value":"holders"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAddress"}},{"kind":"Field","name":{"kind":"Name","value":"tokenId"}}]}}]}}]} as unknown as DocumentNode; export const OnLatestPairUpdatedDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"subscription","name":{"kind":"Name","value":"OnLatestPairUpdated"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"onLatestPairUpdated"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}},{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"exchangeHash"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"initialPriceUsd"}},{"kind":"Field","name":{"kind":"Name","value":"liquidAt"}},{"kind":"Field","name":{"kind":"Name","value":"liquidity"}},{"kind":"Field","name":{"kind":"Name","value":"liquidityToken"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"newToken"}},{"kind":"Field","name":{"kind":"Name","value":"nonLiquidityToken"}},{"kind":"Field","name":{"kind":"Name","value":"oldToken"}},{"kind":"Field","name":{"kind":"Name","value":"priceChange"}},{"kind":"Field","name":{"kind":"Name","value":"priceUsd"}},{"kind":"Field","name":{"kind":"Name","value":"token0"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"currentPoolAmount"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"initialPoolAmount"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pairId"}},{"kind":"Field","name":{"kind":"Name","value":"poolVariation"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}}]}},{"kind":"Field","name":{"kind":"Name","value":"token1"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"address"}},{"kind":"Field","name":{"kind":"Name","value":"currentPoolAmount"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"initialPoolAmount"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"pairId"}},{"kind":"Field","name":{"kind":"Name","value":"poolVariation"}},{"kind":"Field","name":{"kind":"Name","value":"symbol"}}]}},{"kind":"Field","name":{"kind":"Name","value":"transactionHash"}}]}}]}}]} as unknown as DocumentNode; export const OnLatestTokensDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"subscription","name":{"kind":"Name","value":"OnLatestTokens"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"Int"}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"onLatestTokens"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}},{"kind":"Argument","name":{"kind":"Name","value":"networkId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"networkId"}}},{"kind":"Argument","name":{"kind":"Name","value":"tokenAddress"},"value":{"kind":"Variable","name":{"kind":"Name","value":"tokenAddress"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"blockHash"}},{"kind":"Field","name":{"kind":"Name","value":"blockNumber"}},{"kind":"Field","name":{"kind":"Name","value":"creatorAddress"}},{"kind":"Field","name":{"kind":"Name","value":"creatorBalance"}},{"kind":"Field","name":{"kind":"Name","value":"decimals"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"networkId"}},{"kind":"Field","name":{"kind":"Name","value":"simulationResults"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"buyGasUsed"}},{"kind":"Field","name":{"kind":"Name","value":"buySuccess"}},{"kind":"Field","name":{"kind":"Name","value":"buyTax"}},{"kind":"Field","name":{"kind":"Name","value":"canRenounceOwnership"}},{"kind":"Field","name":{"kind":"Name","value":"canTransferOwnership"}},{"kind":"Field","name":{"kind":"Name","value":"isOwnerRenounced"}},{"kind":"Field","name":{"kind":"Name","value":"maxBuyAmount"}},{"kind":"Field","name":{"kind":"Name","value":"maxSellAmount"}},{"kind":"Field","name":{"kind":"Name","value":"openTradingCall"}},{"kind":"Field","name":{"kind":"Name","value":"sellGasUsed"}},{"kind":"Field","name":{"kind":"Name","value":"sellSuccess"}},{"kind":"Field","name":{"kind":"Name","value":"sellTax"}}]}},{"kind":"Field","name":{"kind":"Name","value":"timeCreated"}},{"kind":"Field","name":{"kind":"Name","value":"tokenAddress"}},{"kind":"Field","name":{"kind":"Name","value":"tokenName"}},{"kind":"Field","name":{"kind":"Name","value":"tokenSymbol"}},{"kind":"Field","name":{"kind":"Name","value":"totalSupply"}},{"kind":"Field","name":{"kind":"Name","value":"traceIndex"}},{"kind":"Field","name":{"kind":"Name","value":"transactionHash"}},{"kind":"Field","name":{"kind":"Name","value":"transactionIndex"}}]}}]}}]} as unknown as DocumentNode;