diff --git a/bun.lockb b/bun.lockb index 8b7a440..98d0df9 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 485ec71..2ad3105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codex-data/sdk", - "version": "1.0.30", + "version": "1.0.31", "engines": { "node": ">=17.5.0" }, @@ -65,5 +65,8 @@ "merge": "^2.1.1", "prettier": "^3.0.3", "ts-jest": "^29.1.1" + }, + "resolutions": { + "graphql": "^16.9.0" } } diff --git a/src/resources/graphql.schema.json b/src/resources/graphql.schema.json index 61169f2..9df7612 100644 --- a/src/resources/graphql.schema.json +++ b/src/resources/graphql.schema.json @@ -1,13 +1,16 @@ { "__schema": { "queryType": { - "name": "Query" + "name": "Query", + "kind": "OBJECT" }, "mutationType": { - "name": "Mutation" + "name": "Mutation", + "kind": "OBJECT" }, "subscriptionType": { - "name": "Subscription" + "name": "Subscription", + "kind": "OBJECT" }, "types": [ { @@ -2976,7 +2979,7 @@ }, { "name": "expiresIn", - "description": "Number of seconds until the token expires, defaults to 1 hour (3600)", + "description": "Number of milliseconds until the token expires, defaults to 1 hour (3600000)", "type": { "kind": "SCALAR", "name": "Int", @@ -11944,6 +11947,12 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "ClankerV4", + "description": "Protocol name for Clanker V4.", + "isDeprecated": false, + "deprecationReason": null + }, { "name": "EgoTech", "description": "Protocol name for EgoTech.", @@ -30548,7 +30557,7 @@ }, { "name": "launchpadName", - "description": "The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults.", + "description": "The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults.", "type": { "kind": "SCALAR", "name": "String", @@ -30560,7 +30569,7 @@ }, { "name": "launchpadNames", - "description": "A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults.", + "description": "A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults.", "type": { "kind": "LIST", "name": null, @@ -30660,7 +30669,7 @@ }, { "name": "launchpadName", - "description": "The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults.", + "description": "The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults.", "type": { "kind": "SCALAR", "name": "String", @@ -30672,7 +30681,7 @@ }, { "name": "launchpadNames", - "description": "A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults.", + "description": "A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults.", "type": { "kind": "LIST", "name": null, @@ -30854,32 +30863,24 @@ "description": "The contract address for the pair.", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "isDeprecated": true, + "deprecationReason": "pairs are no longer used for pricing" }, { "name": "pairId", "description": "The ID for the pair (`pairAddress`:`networkId`).", "args": [], "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "isDeprecated": true, + "deprecationReason": "pairs are no longer used for pricing" }, { "name": "quoteToken", @@ -30890,8 +30891,8 @@ "name": "QuoteToken", "ofType": null }, - "isDeprecated": false, - "deprecationReason": null + "isDeprecated": true, + "deprecationReason": "pairs are no longer used for pricing" }, { "name": "statsType", @@ -33745,6 +33746,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "priceNonQuoteToken", + "description": "The non-quote token price in USD.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "quoteToken", "description": "The token of interest within the pair. Can be `token0` or `token1`.", @@ -42604,6 +42621,143 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "getTokenBars", + "description": "Returns bar chart data to track price changes over time.", + "args": [ + { + "name": "countback", + "description": "Guarantees number of bars returned is at most this number. Use `countback: 1500` with `from: 0` for maximum results.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "currencyCode", + "description": "The currency to use for the response. Can be `USD` or `TOKEN`. Default is `USD`. Use `currencyCode: TOKEN` for native token pricing.", + "type": { + "kind": "ENUM", + "name": "QuoteCurrency", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "from", + "description": "The unix timestamp for the start of the requested range.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "removeEmptyBars", + "description": "Whether to remove empty bars from the response. This is useful for eliminating gaps in low-activity tokens. Default is `false`.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "removeLeadingNullValues", + "description": "Whether to remove leading null values from the response. Default is `false`. To fetch a token's entire history, set resolution to `1D`, `from` value to `0` and `removeLeadingNullValues` to `true`.", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "resolution", + "description": "The time frame for each candle. Available options are `1S`, `5S`, `15S`, `30S`, `1`, `5`, `15`, `30`, `60`, `240`, `720`, `1D`, `7D`. Resolutions lower than 1 minute are only updated for the last 24 hours due to the volume of data produced.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "statsType", + "description": "The token of interest within the token's top pair. Can be `token0` or `token1`. If omitted, the base token is inferred automatically. You can invert the pair by quoting the other token.", + "type": { + "kind": "ENUM", + "name": "TokenPairStatisticsType", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "symbol", + "description": "The ID of the pair or token (`pairAddress:networkId` or `tokenAddress:networkId`). If a token contract address is provided, the token's top pair is used. For example, `0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1` returns WETH's top pair on Ethereum.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "to", + "description": "The unix timestamp for the end of the requested range.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "OBJECT", + "name": "TokenBarsResponse", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "getTokenEvents", "description": "Returns transactions for a pair.", @@ -46003,7 +46157,7 @@ }, { "name": "onEventsCreated", - "description": "Live-streamed transactions for a token.", + "description": "Live-streamed transactions for a pair.", "args": [ { "name": "address", @@ -48346,6 +48500,366 @@ ], "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "TokenBarsResponse", + "description": "Bar chart data to track price changes over time.", + "isOneOf": null, + "fields": [ + { + "name": "buyVolume", + "description": "The buy volume in USD", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "buyers", + "description": "The number of unique buyers", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "buys", + "description": "The number of buys", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "c", + "description": "The closing price.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "h", + "description": "The high price.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "l", + "description": "The low price.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "liquidity", + "description": "Liquidity in USD", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "o", + "description": "The opening price.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "s", + "description": "The status code for the batch: `ok` for successful data retrieval and `no_data` for empty responses signaling the end of server data.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sellVolume", + "description": "The sell volume in USD", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sellers", + "description": "The number of unique sellers", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sells", + "description": "The number of sells", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "t", + "description": "The timestamp for the bar.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "token", + "description": "The token that is being returned", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "EnhancedToken", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "traders", + "description": "The number of traders", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "transactions", + "description": "The number of transactions", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "volume", + "description": "The volume with higher precision.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "volumeNativeToken", + "description": "The volume in the native token for the network", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "TokenBurnEventData", @@ -49971,7 +50485,7 @@ }, { "name": "launchpadName", - "description": "A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults.", + "description": "A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults.", "type": { "kind": "LIST", "name": null, @@ -53894,7 +54408,7 @@ }, { "name": "tokenBalance", - "description": "The current token balance", + "description": "The token balance in the wallet. This value does not update with every transfer and can be slightly stale. Use tokenBalanceLive for live data.", "args": [], "type": { "kind": "NON_NULL", @@ -53907,6 +54421,30 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "tokenBalanceLive", + "description": "The current token balance in the wallet.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "tokenBalanceLiveUsd", + "description": "The current USD value of the token balance.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -55174,6 +55712,18 @@ "description": null, "isOneOf": null, "fields": [ + { + "name": "isToken0NetworkToken", + "description": "Whether the token is the network token for the Uniswap V4 pool.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "type", "description": null, diff --git a/src/resources/graphql.ts b/src/resources/graphql.ts index 5fb2af8..6880b2c 100644 --- a/src/resources/graphql.ts +++ b/src/resources/graphql.ts @@ -481,7 +481,7 @@ export enum ContractType { export type CreateApiTokensInput = { /** Number of tokens to create, default is 1 */ count?: InputMaybe; - /** Number of seconds until the token expires, defaults to 1 hour (3600) */ + /** Number of milliseconds until the token expires, defaults to 1 hour (3600000) */ expiresIn?: InputMaybe; /** Number of requests allowed per token, represented as a string, default is 5000 */ requestLimit?: InputMaybe; @@ -2017,6 +2017,8 @@ export enum LaunchpadTokenProtocol { BoopFun = 'BoopFun', /** Protocol name for Clanker. */ Clanker = 'Clanker', + /** Protocol name for Clanker V4. */ + ClankerV4 = 'ClankerV4', /** Protocol name for EgoTech. */ EgoTech = 'EgoTech', /** Protocol name for Four.meme. */ @@ -5161,9 +5163,9 @@ export type OnEventsCreatedByMakerInput = { export type OnLaunchpadTokenEventBatchInput = { /** The type of event. */ eventType?: InputMaybe; - /** The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ + /** The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ launchpadName?: InputMaybe; - /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ + /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ launchpadNames?: InputMaybe>; /** The network ID that the token is deployed on. */ networkId?: InputMaybe; @@ -5179,9 +5181,9 @@ export type OnLaunchpadTokenEventInput = { address?: InputMaybe; /** The type of event. */ eventType?: InputMaybe; - /** The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ + /** The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ launchpadName?: InputMaybe; - /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ + /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ launchpadNames?: InputMaybe>; /** The network ID that the token is deployed on. */ networkId?: InputMaybe; @@ -5206,11 +5208,20 @@ export type OnTokenBarsUpdatedResponse = { eventSortKey: Scalars['String']['output']; /** The network ID the pair is deployed on. */ networkId: Scalars['Int']['output']; - /** The contract address for the pair. */ - pairAddress: Scalars['String']['output']; - /** The ID for the pair (`pairAddress`:`networkId`). */ - pairId: Scalars['String']['output']; - /** The quote token within the pair. */ + /** + * The contract address for the pair. + * @deprecated pairs are no longer used for pricing + */ + pairAddress?: Maybe; + /** + * The ID for the pair (`pairAddress`:`networkId`). + * @deprecated pairs are no longer used for pricing + */ + pairId?: Maybe; + /** + * The quote token within the pair. + * @deprecated pairs are no longer used for pricing + */ quoteToken?: Maybe; /** The type of statistics used. Can be `Filtered` or `Unfiltered`. */ statsType: TokenPairStatisticsType; @@ -5695,6 +5706,8 @@ export type PairMetadata = { priceChange12?: Maybe; /** The percent price change in the past 24 hours. Decimal format. */ priceChange24?: Maybe; + /** The non-quote token price in USD. */ + priceNonQuoteToken: Scalars['String']['output']; /** The token of interest within the pair. Can be `token0` or `token1`. */ quoteToken?: Maybe; /** The type of statistics returned. Can be `FILTERED` or `UNFILTERED` */ @@ -6780,6 +6793,8 @@ export type Query = { getPrimePools?: Maybe; /** Returns charting metadata for a given pair. Used for implementing a Trading View datafeed. */ getSymbol?: Maybe; + /** Returns bar chart data to track price changes over time. */ + getTokenBars?: Maybe; /** Returns transactions for a pair. */ getTokenEvents?: Maybe; /** Returns a list of token events for a given maker across all pairs. */ @@ -7193,6 +7208,19 @@ export type QueryGetSymbolArgs = { }; +export type QueryGetTokenBarsArgs = { + countback?: InputMaybe; + currencyCode?: InputMaybe; + from: Scalars['Int']['input']; + removeEmptyBars?: InputMaybe; + removeLeadingNullValues?: InputMaybe; + resolution: Scalars['String']['input']; + statsType?: InputMaybe; + symbol: Scalars['String']['input']; + to: Scalars['Int']['input']; +}; + + export type QueryGetTokenEventsArgs = { cursor?: InputMaybe; direction?: InputMaybe; @@ -7655,7 +7683,7 @@ export type Subscription = { onDetailedStatsUpdated?: Maybe; /** Live-streamed event labels for a token. */ onEventLabelCreated?: Maybe; - /** Live-streamed transactions for a token. */ + /** Live-streamed transactions for a pair. */ onEventsCreated?: Maybe; /** Live-streamed transactions for a maker. */ onEventsCreatedByMaker?: Maybe; @@ -8047,6 +8075,47 @@ export enum SymbolType { Token = 'TOKEN' } +/** Bar chart data to track price changes over time. */ +export type TokenBarsResponse = { + __typename?: 'TokenBarsResponse'; + /** The buy volume in USD */ + buyVolume: Array>; + /** The number of unique buyers */ + buyers: Array>; + /** The number of buys */ + buys: Array>; + /** The closing price. */ + c: Array>; + /** The high price. */ + h: Array>; + /** The low price. */ + l: Array>; + /** Liquidity in USD */ + liquidity: Array>; + /** The opening price. */ + o: Array>; + /** The status code for the batch: `ok` for successful data retrieval and `no_data` for empty responses signaling the end of server data. */ + s: Scalars['String']['output']; + /** The sell volume in USD */ + sellVolume: Array>; + /** The number of unique sellers */ + sellers: Array>; + /** The number of sells */ + sells: Array>; + /** The timestamp for the bar. */ + t: Array; + /** The token that is being returned */ + token: EnhancedToken; + /** The number of traders */ + traders: Array>; + /** The number of transactions */ + transactions: Array>; + /** The volume with higher precision. */ + volume?: Maybe>>; + /** The volume in the native token for the network */ + volumeNativeToken?: Maybe>>; +}; + /** Token burn event data. */ export type TokenBurnEventData = { __typename?: 'TokenBurnEventData'; @@ -8324,7 +8393,7 @@ export type TokenFilters = { launchpadMigrated?: InputMaybe; /** The timestamp when the launchpad was migrated */ launchpadMigratedAt?: InputMaybe; - /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ + /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ launchpadName?: InputMaybe>; /** A list of launchpad protocols. */ launchpadProtocol?: InputMaybe>; @@ -8955,8 +9024,12 @@ export type TokenWalletFilterResult = { tokenAmountSoldAll1y: Scalars['String']['output']; /** Token amount sold all in the past 30 days */ tokenAmountSoldAll30d: Scalars['String']['output']; - /** The current token balance */ + /** The token balance in the wallet. This value does not update with every transfer and can be slightly stale. Use tokenBalanceLive for live data. */ tokenBalance: Scalars['String']['output']; + /** The current token balance in the wallet. */ + tokenBalanceLive?: Maybe; + /** The current USD value of the token balance. */ + tokenBalanceLiveUsd?: Maybe; }; /** A token with metadata. */ @@ -9167,6 +9240,8 @@ export type UnconfirmedSwapEventData = { export type UniswapV4Data = { __typename?: 'UniswapV4Data'; + /** Whether the token is the network token for the Uniswap V4 pool. */ + isToken0NetworkToken?: Maybe; type: Scalars['String']['output']; /** The address of the hook contract for Uniswap V4 pools. */ uniswapV4HookAddress?: Maybe; diff --git a/src/resources/schema.graphql b/src/resources/schema.graphql index 2d3f1e8..97af3f5 100644 --- a/src/resources/schema.graphql +++ b/src/resources/schema.graphql @@ -760,7 +760,7 @@ type Subscription { """The networkId to use when getting all bars per network""" networkId: Int ): OnTokenBarsUpdatedResponse - """Live-streamed transactions for a token.""" + """Live-streamed transactions for a pair.""" onEventsCreated( """The pair contract address.""" address: String @@ -1299,7 +1299,7 @@ input CreateApiTokensInput { count: Int """Number of requests allowed per token, represented as a string, default is 5000""" requestLimit: String - """Number of seconds until the token expires, defaults to 1 hour (3600)""" + """Number of milliseconds until the token expires, defaults to 1 hour (3600000)""" expiresIn: Int } @@ -6195,6 +6195,8 @@ type PairMetadata { statsType: TokenPairStatisticsType! """The quote token price in USD.""" price: String! + """The non-quote token price in USD.""" + priceNonQuoteToken: String! """The percent price change in the past 5 minutes. Decimal format.""" priceChange5m: Float """The percent price change in the past hour. Decimal format.""" @@ -8612,8 +8614,12 @@ type TokenWalletFilterResult { purchasedTokenBalance: String! """The token acquisition cost in USD""" tokenAcquisitionCostUsd: String! - """The current token balance""" + """The token balance in the wallet. This value does not update with every transfer and can be slightly stale. Use tokenBalanceLive for live data.""" tokenBalance: String! + """The current token balance in the wallet.""" + tokenBalanceLive: String + """The current USD value of the token balance.""" + tokenBalanceLiveUsd: String """The token metadata""" token: EnhancedToken! """The scammer score for the wallet.""" @@ -8827,6 +8833,8 @@ type UnconfirmedSwapEventData { type UniswapV4Data { """The address of the hook contract for Uniswap V4 pools.""" uniswapV4HookAddress: String + """Whether the token is the network token for the Uniswap V4 pool.""" + isToken0NetworkToken: Boolean type: String! } diff --git a/src/scripts/generateGraphql.ts b/src/scripts/generateGraphql.ts index 80bb9ce..1dc773f 100644 --- a/src/scripts/generateGraphql.ts +++ b/src/scripts/generateGraphql.ts @@ -50,8 +50,9 @@ export const getLeafType = ( if (type.kind === "UNION") { // Find all the possible types - const possibleTypes = allTypes.find((t) => t.name === type.name) - ?.possibleTypes; + const possibleTypes = allTypes.find( + (t) => t.name === type.name, + )?.possibleTypes; // For each of the possible types, treat it as a sub object with a set of fields const possibleTypeLeaves = possibleTypes diff --git a/src/scripts/generateNetworkConfigs.ts b/src/scripts/generateNetworkConfigs.ts index a700982..750eabb 100644 --- a/src/scripts/generateNetworkConfigs.ts +++ b/src/scripts/generateNetworkConfigs.ts @@ -196,17 +196,15 @@ async function main() { // Create a map of address:networkId -> name const tokenNameMap = new Map( - tokenData.filterTokens.results.map((result) => [ - result.token.id, - result.token.name, - ]), + tokenData.filterTokens.results + .filter((result) => result !== null) + .map((result) => [result.token.id, result.token.name]), ); // Create a map of address:networkId -> decimals const tokenDecimalsMap = new Map( - tokenData.filterTokens.results.map((result) => [ - result.token.id, - result.token.decimals, - ]), + tokenData.filterTokens.results + .filter((result) => result !== null) + .map((result) => [result.token.id, result.token.decimals]), ); // Add baseTokenName to each network config diff --git a/src/sdk/generated/fragment-masking.ts b/src/sdk/generated/fragment-masking.ts index 2ba06f1..aca71b1 100644 --- a/src/sdk/generated/fragment-masking.ts +++ b/src/sdk/generated/fragment-masking.ts @@ -1,3 +1,4 @@ +/* eslint-disable */ import { ResultOf, DocumentTypeDecoration, TypedDocumentNode } from '@graphql-typed-document-node/core'; import { FragmentDefinitionNode } from 'graphql'; import { Incremental } from './graphql'; @@ -19,25 +20,45 @@ export function useFragment( _documentNode: DocumentTypeDecoration, fragmentType: FragmentType> ): TType; +// return nullable if `fragmentType` is undefined +export function useFragment( + _documentNode: DocumentTypeDecoration, + fragmentType: FragmentType> | undefined +): TType | undefined; // return nullable if `fragmentType` is nullable +export function useFragment( + _documentNode: DocumentTypeDecoration, + fragmentType: FragmentType> | null +): TType | null; +// return nullable if `fragmentType` is nullable or undefined export function useFragment( _documentNode: DocumentTypeDecoration, fragmentType: FragmentType> | null | undefined ): TType | null | undefined; // return array of non-nullable if `fragmentType` is array of non-nullable +export function useFragment( + _documentNode: DocumentTypeDecoration, + fragmentType: Array>> +): Array; +// return array of nullable if `fragmentType` is array of nullable +export function useFragment( + _documentNode: DocumentTypeDecoration, + fragmentType: Array>> | null | undefined +): Array | null | undefined; +// return readonly array of non-nullable if `fragmentType` is array of non-nullable export function useFragment( _documentNode: DocumentTypeDecoration, fragmentType: ReadonlyArray>> ): ReadonlyArray; -// return array of nullable if `fragmentType` is array of nullable +// return readonly array of nullable if `fragmentType` is array of nullable export function useFragment( _documentNode: DocumentTypeDecoration, fragmentType: ReadonlyArray>> | null | undefined ): ReadonlyArray | null | undefined; export function useFragment( _documentNode: DocumentTypeDecoration, - fragmentType: FragmentType> | ReadonlyArray>> | null | undefined -): TType | ReadonlyArray | null | undefined { + fragmentType: FragmentType> | Array>> | ReadonlyArray>> | null | undefined +): TType | Array | ReadonlyArray | null | undefined { return fragmentType as any; } diff --git a/src/sdk/generated/gql.ts b/src/sdk/generated/gql.ts index f3954e6..c3afc0d 100644 --- a/src/sdk/generated/gql.ts +++ b/src/sdk/generated/gql.ts @@ -11,8 +11,103 @@ import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/ * 3. It does not support dead code elimination, so it will add unused operations. * * Therefore it is highly recommended to use the babel or swc plugin for production. - */ -const documents = { + * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size + */ +type Documents = { + "mutation BackfillWalletAggregates($input: WalletAggregateBackfillInput!) {\n backfillWalletAggregates(input: $input) {\n status\n walletAddress\n }\n}": typeof types.BackfillWalletAggregatesDocument, + "mutation CreateApiTokens($input: CreateApiTokensInput!) {\n createApiTokens(input: $input) {\n expiresTimeString\n id\n remaining\n requestLimit\n token\n }\n}": typeof types.CreateApiTokensDocument, + "mutation CreateWebhooks($input: CreateWebhooksInput!) {\n createWebhooks(input: $input) {\n nftEventWebhooks {\n alertRecurrence\n bucketId\n bucketSortkey\n callbackUrl\n conditions {\n ... on NftEventWebhookCondition {\n contractAddress {\n eq\n }\n eventType {\n eq\n }\n exchangeAddress {\n eq\n }\n fillSource {\n oneOf\n }\n ignoreTransfers\n individualBaseTokenPrice {\n eq\n gt\n gte\n lt\n lte\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n nftTokenAddress: tokenAddress {\n eq\n }\n tokenId {\n eq\n }\n }\n ... on PriceEventWebhookCondition {\n priceNetworkId: networkId {\n eq\n }\n priceUsd {\n eq\n gt\n gte\n lt\n lte\n }\n priceTokenAddress: tokenAddress {\n eq\n }\n }\n ... on RawTransactionWebhookCondition {\n from {\n eq\n }\n ignoreNftEvents\n ignoreTokenPairEvents\n input {\n contains\n notContains\n }\n networkId {\n oneOf\n }\n to {\n eq\n }\n toOrFrom {\n eq\n }\n }\n ... on TokenPairEventWebhookCondition {\n eventType {\n oneOf\n }\n exchangeAddress {\n eq\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n pairAddress {\n eq\n }\n swapValue {\n eq\n gt\n gte\n lt\n lte\n }\n tokenAddress {\n eq\n }\n }\n }\n created\n groupId\n id\n name\n publishingType\n retrySettings {\n maxRetries\n maxRetryDelay\n maxTimeElapsed\n minRetryDelay\n }\n status\n webhookType\n }\n priceWebhooks {\n alertRecurrence\n bucketId\n bucketSortkey\n callbackUrl\n conditions {\n ... on NftEventWebhookCondition {\n contractAddress {\n eq\n }\n eventType {\n eq\n }\n exchangeAddress {\n eq\n }\n fillSource {\n oneOf\n }\n ignoreTransfers\n individualBaseTokenPrice {\n eq\n gt\n gte\n lt\n lte\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n nftTokenAddress: tokenAddress {\n eq\n }\n tokenId {\n eq\n }\n }\n ... on PriceEventWebhookCondition {\n priceNetworkId: networkId {\n eq\n }\n priceUsd {\n eq\n gt\n gte\n lt\n lte\n }\n priceTokenAddress: tokenAddress {\n eq\n }\n }\n ... on RawTransactionWebhookCondition {\n from {\n eq\n }\n ignoreNftEvents\n ignoreTokenPairEvents\n input {\n contains\n notContains\n }\n networkId {\n oneOf\n }\n to {\n eq\n }\n toOrFrom {\n eq\n }\n }\n ... on TokenPairEventWebhookCondition {\n eventType {\n oneOf\n }\n exchangeAddress {\n eq\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n pairAddress {\n eq\n }\n swapValue {\n eq\n gt\n gte\n lt\n lte\n }\n tokenAddress {\n eq\n }\n }\n }\n created\n groupId\n id\n name\n publishingType\n retrySettings {\n maxRetries\n maxRetryDelay\n maxTimeElapsed\n minRetryDelay\n }\n status\n webhookType\n }\n rawTransactionWebhooks {\n alertRecurrence\n bucketId\n bucketSortkey\n callbackUrl\n conditions {\n ... on NftEventWebhookCondition {\n contractAddress {\n eq\n }\n eventType {\n eq\n }\n exchangeAddress {\n eq\n }\n fillSource {\n oneOf\n }\n ignoreTransfers\n individualBaseTokenPrice {\n eq\n gt\n gte\n lt\n lte\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n tokenAddress {\n eq\n }\n tokenId {\n eq\n }\n }\n ... on PriceEventWebhookCondition {\n priceEventNetworkId: networkId {\n eq\n }\n priceUsd {\n eq\n gt\n gte\n lt\n lte\n }\n priceEventTokenAddress: tokenAddress {\n eq\n }\n }\n ... on RawTransactionWebhookCondition {\n from {\n eq\n }\n ignoreNftEvents\n ignoreTokenPairEvents\n input {\n contains\n notContains\n }\n networkId {\n oneOf\n }\n to {\n eq\n }\n toOrFrom {\n eq\n }\n }\n ... on TokenPairEventWebhookCondition {\n eventType {\n oneOf\n }\n exchangeAddress {\n eq\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n pairAddress {\n eq\n }\n swapValue {\n eq\n gt\n gte\n lt\n lte\n }\n tokenAddress {\n eq\n }\n }\n }\n created\n groupId\n id\n name\n publishingType\n retrySettings {\n maxRetries\n maxRetryDelay\n maxTimeElapsed\n minRetryDelay\n }\n status\n webhookType\n }\n tokenPairEventWebhooks {\n alertRecurrence\n bucketId\n bucketSortkey\n callbackUrl\n conditions {\n ... on NftEventWebhookCondition {\n contractAddress {\n eq\n }\n eventType {\n eq\n }\n exchangeAddress {\n eq\n }\n fillSource {\n oneOf\n }\n ignoreTransfers\n individualBaseTokenPrice {\n eq\n gt\n gte\n lt\n lte\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n tokenAddress {\n eq\n }\n tokenId {\n eq\n }\n }\n ... on PriceEventWebhookCondition {\n priceEventNetworkId: networkId {\n eq\n }\n priceUsd {\n eq\n gt\n gte\n lt\n lte\n }\n priceEventTokenAddress: tokenAddress {\n eq\n }\n }\n ... on RawTransactionWebhookCondition {\n from {\n eq\n }\n ignoreNftEvents\n ignoreTokenPairEvents\n input {\n contains\n notContains\n }\n networkId {\n oneOf\n }\n to {\n eq\n }\n toOrFrom {\n eq\n }\n }\n ... on TokenPairEventWebhookCondition {\n eventType {\n oneOf\n }\n exchangeAddress {\n eq\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n pairAddress {\n eq\n }\n swapValue {\n eq\n gt\n gte\n lt\n lte\n }\n tokenAddress {\n eq\n }\n }\n }\n created\n groupId\n id\n name\n publishingType\n retrySettings {\n maxRetries\n maxRetryDelay\n maxTimeElapsed\n minRetryDelay\n }\n status\n webhookType\n }\n }\n}": typeof types.CreateWebhooksDocument, + "mutation DeleteApiToken($id: String!) {\n deleteApiToken(id: $id)\n}": typeof types.DeleteApiTokenDocument, + "mutation DeleteWebhooks($input: DeleteWebhooksInput!) {\n deleteWebhooks(input: $input) {\n deletedIds\n }\n}": typeof types.DeleteWebhooksDocument, + "query ApiToken($token: String!) {\n apiToken(token: $token) {\n expiresTimeString\n id\n remaining\n requestLimit\n token\n }\n}": typeof types.ApiTokenDocument, + "query ApiTokens {\n apiTokens {\n expiresTimeString\n id\n remaining\n requestLimit\n token\n }\n}": typeof types.ApiTokensDocument, + "query Balances($input: BalancesInput!) {\n balances(input: $input) {\n cursor\n items {\n address\n balance\n balanceUsd\n firstHeldTimestamp\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 }\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 tokenAddress\n tokenId\n tokenPriceUsd\n walletId\n }\n }\n}": typeof types.BalancesDocument, + "query ChartUrls($input: ChartInput!) {\n chartUrls(input: $input) {\n pair {\n url\n }\n }\n}": typeof types.ChartUrlsDocument, + "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 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 FilterNftCollections($collections: [String], $filters: NftCollectionFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [NftCollectionRanking]) {\n filterNftCollections(\n collections: $collections\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n ) {\n count\n offset\n results {\n address\n ercType\n grouping\n id\n imageUrl\n lastEventTimestamp\n name\n networkId\n stats1h {\n endTime\n networkBaseToken {\n average {\n change\n current\n previous\n }\n close {\n change\n current\n previous\n }\n highestSale {\n change\n current\n previous\n }\n lowestSale {\n change\n current\n previous\n }\n open {\n change\n current\n previous\n }\n volume {\n change\n current\n previous\n }\n volumeByFillsource {\n change\n current\n fillsource\n previous\n }\n volumePercentByFillsource {\n change\n current\n fillsource\n previous\n }\n }\n nonCurrency {\n mints {\n change\n current\n previous\n }\n sales {\n change\n current\n previous\n }\n tokensSold {\n change\n current\n previous\n }\n transfers {\n change\n current\n previous\n }\n uniqueBuyers {\n change\n current\n previous\n }\n uniqueMinters {\n change\n current\n previous\n }\n uniqueSalesWallets {\n change\n current\n previous\n }\n uniqueSellers {\n change\n current\n previous\n }\n }\n startTime\n usd {\n average {\n change\n current\n previous\n }\n close {\n change\n current\n previous\n }\n highestSale {\n change\n current\n previous\n }\n lowestSale {\n change\n current\n previous\n }\n open {\n change\n current\n previous\n }\n volume {\n change\n current\n previous\n }\n volumeByFillsource {\n change\n current\n fillsource\n previous\n }\n volumePercentByFillsource {\n change\n current\n fillsource\n previous\n }\n }\n }\n stats4h {\n endTime\n networkBaseToken {\n average {\n change\n current\n previous\n }\n close {\n change\n current\n previous\n }\n highestSale {\n change\n current\n previous\n }\n lowestSale {\n change\n current\n previous\n }\n open {\n change\n current\n previous\n }\n volume {\n change\n current\n previous\n }\n volumeByFillsource {\n change\n current\n fillsource\n previous\n }\n volumePercentByFillsource {\n change\n current\n fillsource\n previous\n }\n }\n nonCurrency {\n mints {\n change\n current\n previous\n }\n sales {\n change\n current\n previous\n }\n tokensSold {\n change\n current\n previous\n }\n transfers {\n change\n current\n previous\n }\n uniqueBuyers {\n change\n current\n previous\n }\n uniqueMinters {\n change\n current\n previous\n }\n uniqueSalesWallets {\n change\n current\n previous\n }\n uniqueSellers {\n change\n current\n previous\n }\n }\n startTime\n usd {\n average {\n change\n current\n previous\n }\n close {\n change\n current\n previous\n }\n highestSale {\n change\n current\n previous\n }\n lowestSale {\n change\n current\n previous\n }\n open {\n change\n current\n previous\n }\n volume {\n change\n current\n previous\n }\n volumeByFillsource {\n change\n current\n fillsource\n previous\n }\n volumePercentByFillsource {\n change\n current\n fillsource\n previous\n }\n }\n }\n stats12h {\n endTime\n networkBaseToken {\n average {\n change\n current\n previous\n }\n close {\n change\n current\n previous\n }\n highestSale {\n change\n current\n previous\n }\n lowestSale {\n change\n current\n previous\n }\n open {\n change\n current\n previous\n }\n volume {\n change\n current\n previous\n }\n volumeByFillsource {\n change\n current\n fillsource\n previous\n }\n volumePercentByFillsource {\n change\n current\n fillsource\n previous\n }\n }\n nonCurrency {\n mints {\n change\n current\n previous\n }\n sales {\n change\n current\n previous\n }\n tokensSold {\n change\n current\n previous\n }\n transfers {\n change\n current\n previous\n }\n uniqueBuyers {\n change\n current\n previous\n }\n uniqueMinters {\n change\n current\n previous\n }\n uniqueSalesWallets {\n change\n current\n previous\n }\n uniqueSellers {\n change\n current\n previous\n }\n }\n startTime\n usd {\n average {\n change\n current\n previous\n }\n close {\n change\n current\n previous\n }\n highestSale {\n change\n current\n previous\n }\n lowestSale {\n change\n current\n previous\n }\n open {\n change\n current\n previous\n }\n volume {\n change\n current\n previous\n }\n volumeByFillsource {\n change\n current\n fillsource\n previous\n }\n volumePercentByFillsource {\n change\n current\n fillsource\n previous\n }\n }\n }\n stats24h {\n endTime\n networkBaseToken {\n average {\n change\n current\n previous\n }\n close {\n change\n current\n previous\n }\n highestSale {\n change\n current\n previous\n }\n lowestSale {\n change\n current\n previous\n }\n open {\n change\n current\n previous\n }\n volume {\n change\n current\n previous\n }\n volumeByFillsource {\n change\n current\n fillsource\n previous\n }\n volumePercentByFillsource {\n change\n current\n fillsource\n previous\n }\n }\n nonCurrency {\n mints {\n change\n current\n previous\n }\n sales {\n change\n current\n previous\n }\n tokensSold {\n change\n current\n previous\n }\n transfers {\n change\n current\n previous\n }\n uniqueBuyers {\n change\n current\n previous\n }\n uniqueMinters {\n change\n current\n previous\n }\n uniqueSalesWallets {\n change\n current\n previous\n }\n uniqueSellers {\n change\n current\n previous\n }\n }\n startTime\n usd {\n average {\n change\n current\n previous\n }\n close {\n change\n current\n previous\n }\n highestSale {\n change\n current\n previous\n }\n lowestSale {\n change\n current\n previous\n }\n open {\n change\n current\n previous\n }\n volume {\n change\n current\n previous\n }\n volumeByFillsource {\n change\n current\n fillsource\n previous\n }\n volumePercentByFillsource {\n change\n current\n fillsource\n previous\n }\n }\n }\n symbol\n timestamp\n totalSupply\n }\n }\n}": typeof types.FilterNftCollectionsDocument, + "query FilterNftParallelAssets($filters: ParallelAssetFilters, $limit: Int, $match: ParallelAssetMatchers, $offset: Int, $phrase: String, $rankings: [ParallelAssetRanking]) {\n filterNftParallelAssets(\n filters: $filters\n limit: $limit\n match: $match\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n ) {\n count\n offset\n results {\n address\n description\n gameData {\n attack\n cardType\n cost\n functionText\n health\n parallel\n passiveAbility\n rarity\n subtype\n }\n id\n lastPriceNetworkBaseToken\n lastPriceUsd\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n metadata {\n artist\n class\n expansion\n flavourText\n parallelId\n paraset\n supply\n }\n name\n networkId\n originalImage\n parallelId\n timestamp\n tokenId\n uri\n }\n }\n}": typeof types.FilterNftParallelAssetsDocument, + "query FilterNftPoolCollections($filters: NftPoolCollectionFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [NftPoolCollectionRanking]) {\n filterNftPoolCollections(\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n ) {\n count\n page\n results {\n balanceNBT\n balanceUSD\n collectionAddress\n ercType\n exchangeAddress\n expenseNBT24\n expenseNBTAll\n expenseUSD24\n expenseUSDAll\n floorNBT\n floorUSD\n highPriceNBT24\n highPriceNBTAll\n highPriceUSD24\n highPriceUSDAll\n id\n imageUrl\n lowPriceNBT24\n lowPriceNBTAll\n lowPriceUSD24\n lowPriceUSDAll\n name\n networkId\n nftBalanceV2\n nftVolume24V2\n nftVolumeAllV2\n nftsBought24V2\n nftsBoughtAllV2\n nftsSold24V2\n nftsSoldAllV2\n offerNBT\n offerUSD\n poolFeesNBT24\n poolFeesNBTAll\n poolFeesUSD24\n poolFeesUSDAll\n protocolFeesNBT24\n protocolFeesNBTAll\n protocolFeesUSD24\n protocolFeesUSDAll\n revenueNBT24\n revenueNBTAll\n revenueUSD24\n revenueUSDAll\n symbol\n timestamp\n totalSupplyV2\n volumeNBT24\n volumeNBTAll\n volumeUSD24\n volumeUSDAll\n }\n }\n}": typeof types.FilterNftPoolCollectionsDocument, + "query FilterNftPools($filters: NftPoolFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [NftPoolRanking]) {\n filterNftPools(\n filters: $filters\n limit: $limit\n offset: $offset\n phrase: $phrase\n rankings: $rankings\n ) {\n count\n page\n results {\n acceptedNftTokenIds\n assetRecipientAddress\n balanceNBT\n balanceT\n balanceUSD\n bondingCurveAddress\n collectionAddress\n collectionName\n collectionSymbol\n delta\n exchangeAddress\n expenseNBT24\n expenseNBTAll\n expenseT24\n expenseTAll\n expenseUSD24\n expenseUSDAll\n feeAmount\n id\n networkId\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftBalanceV2\n nftVolume24V2\n nftVolumeAllV2\n nftsBought24V2\n nftsBoughtAllV2\n nftsSold24V2\n nftsSoldAllV2\n offerNBT\n offerT\n offerUSD\n ownerAddress\n poolAddress\n poolFeesNBT24\n poolFeesNBTAll\n poolFeesT24\n poolFeesTAll\n poolFeesUSD24\n poolFeesUSDAll\n poolNftType\n poolType\n poolVariant\n propertyChecker\n protocolFeesNBT24\n protocolFeesNBTAll\n protocolFeesT24\n protocolFeesTAll\n protocolFeesUSD24\n protocolFeesUSDAll\n revenueNBT24\n revenueNBTAll\n revenueT24\n revenueTAll\n revenueUSD24\n revenueUSDAll\n royalties {\n percent\n recipient\n }\n sellNBT\n sellT\n sellUSD\n spotNBT\n spotT\n timestamp\n tokenAddress\n version\n volumeNBT24\n volumeNBTAll\n volumeT24\n volumeTAll\n volumeUSD24\n volumeUSDAll\n }\n }\n}": typeof types.FilterNftPoolsDocument, + "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 protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on UniswapV4Data {\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 }\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 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 }\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 }\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 }\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 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 }\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 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 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 }\n }\n}": typeof types.FilterTokenWalletsDocument, + "query FilterTokens($excludeTokens: [String], $filters: TokenFilters, $limit: Int, $offset: Int, $phrase: String, $rankings: [TokenRanking], $statsType: TokenPairStatisticsType, $tokens: [String]) {\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 ) {\n count\n page\n results {\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 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 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 protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on UniswapV4Data {\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 }\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 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 }\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 }\n liquidPairLiquidity\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 protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on UniswapV4Data {\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 }\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 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 }\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 }\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 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 }\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 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 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 buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n pair {\n address\n createdAt\n exchangeHash\n fee\n id\n networkId\n pooled {\n token0\n token1\n }\n protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on UniswapV4Data {\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 }\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 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 }\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 }\n s\n sellVolume\n sellers\n sells\n t\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 }\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 }\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 GetDetailedNftStats($bucketCount: Int, $collectionAddress: String!, $durations: [DetailedNftStatsDuration], $grouping: String, $networkId: Int!, $timestamp: Int) {\n getDetailedNftStats(\n bucketCount: $bucketCount\n collectionAddress: $collectionAddress\n durations: $durations\n grouping: $grouping\n networkId: $networkId\n timestamp: $timestamp\n ) {\n collectionAddress\n grouping\n networkId\n stats_day1 {\n duration\n end\n start\n statsNetworkBaseToken {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsNonCurrency {\n mints {\n buckets\n change\n currentValue\n previousValue\n }\n sales {\n buckets\n change\n currentValue\n previousValue\n }\n tokensSold {\n buckets\n change\n currentValue\n previousValue\n }\n transfers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueBuyers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueMinters {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSalesWallets {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSellers {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\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 statsNetworkBaseToken {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsNonCurrency {\n mints {\n buckets\n change\n currentValue\n previousValue\n }\n sales {\n buckets\n change\n currentValue\n previousValue\n }\n tokensSold {\n buckets\n change\n currentValue\n previousValue\n }\n transfers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueBuyers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueMinters {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSalesWallets {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSellers {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\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 statsNetworkBaseToken {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsNonCurrency {\n mints {\n buckets\n change\n currentValue\n previousValue\n }\n sales {\n buckets\n change\n currentValue\n previousValue\n }\n tokensSold {\n buckets\n change\n currentValue\n previousValue\n }\n transfers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueBuyers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueMinters {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSalesWallets {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSellers {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\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 statsNetworkBaseToken {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsNonCurrency {\n mints {\n buckets\n change\n currentValue\n previousValue\n }\n sales {\n buckets\n change\n currentValue\n previousValue\n }\n tokensSold {\n buckets\n change\n currentValue\n previousValue\n }\n transfers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueBuyers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueMinters {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSalesWallets {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSellers {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\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 statsNetworkBaseToken {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsNonCurrency {\n mints {\n buckets\n change\n currentValue\n previousValue\n }\n sales {\n buckets\n change\n currentValue\n previousValue\n }\n tokensSold {\n buckets\n change\n currentValue\n previousValue\n }\n transfers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueBuyers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueMinters {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSalesWallets {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSellers {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\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 statsNetworkBaseToken {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsNonCurrency {\n mints {\n buckets\n change\n currentValue\n previousValue\n }\n sales {\n buckets\n change\n currentValue\n previousValue\n }\n tokensSold {\n buckets\n change\n currentValue\n previousValue\n }\n transfers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueBuyers {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueMinters {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSalesWallets {\n buckets\n change\n currentValue\n previousValue\n }\n uniqueSellers {\n buckets\n change\n currentValue\n previousValue\n }\n }\n statsUsd {\n average {\n buckets\n change\n currentValue\n previousValue\n }\n close {\n buckets\n change\n currentValue\n previousValue\n }\n highestSale {\n buckets\n change\n currentValue\n previousValue\n }\n lowestSale {\n buckets\n change\n currentValue\n previousValue\n }\n open {\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 }\n}": typeof types.GetDetailedNftStatsDocument, + "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 protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on UniswapV4Data {\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 }\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 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 }\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 }\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 protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on UniswapV4Data {\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 }\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 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 }\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 }\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 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, + "query GetNetworkStats($exchangeAddress: String, $networkId: Int!) {\n getNetworkStats(exchangeAddress: $exchangeAddress, networkId: $networkId) {\n liquidity\n transactions1\n transactions4\n transactions5m\n transactions12\n transactions24\n volume1\n volume4\n volume5m\n volume12\n volume24\n volumeChange1\n volumeChange4\n volumeChange5m\n volumeChange12\n volumeChange24\n }\n}": typeof types.GetNetworkStatsDocument, + "query GetNetworkStatus($networkIds: [Int!]!) {\n getNetworkStatus(networkIds: $networkIds) {\n lastProcessedBlock\n lastProcessedTimestamp\n networkId\n networkName\n }\n}": typeof types.GetNetworkStatusDocument, + "query GetNetworks {\n getNetworks {\n id\n name\n networkShortName\n }\n}": typeof types.GetNetworksDocument, + "query GetNftAssets($address: String!, $cursor: String, $fetchMissingAssets: Boolean, $limit: Int, $networkId: Int!, $tokenIds: [String]) {\n getNftAssets(\n address: $address\n cursor: $cursor\n fetchMissingAssets: $fetchMissingAssets\n limit: $limit\n networkId: $networkId\n tokenIds: $tokenIds\n ) {\n cursor\n itemErrors {\n address\n id\n message\n networkId\n status\n tokenId\n }\n items {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n }\n}": typeof types.GetNftAssetsDocument, + "query GetNftCollectionMetadata($address: String, $collectionId: String, $networkId: Int) {\n getNftCollectionMetadata(\n address: $address\n collectionId: $collectionId\n networkId: $networkId\n ) {\n contract {\n address\n description\n ercType\n id\n image\n name\n networkId\n symbol\n totalSupply\n }\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n stats {\n networkBaseTokenPriceStats {\n average\n averageChange\n ceiling\n ceilingChange\n floor\n floorChange\n volume\n volumeByFillsource {\n amount\n change\n fillsource\n }\n volumeChange\n volumePercentByFillsource {\n amount\n change\n fillsource\n }\n }\n tradeCount\n tradeCountChange\n usdPriceStats {\n average\n averageChange\n ceiling\n ceilingChange\n floor\n floorChange\n volume\n volumeByFillsource {\n amount\n change\n fillsource\n }\n volumeChange\n volumePercentByFillsource {\n amount\n change\n fillsource\n }\n }\n window\n }\n }\n}": typeof types.GetNftCollectionMetadataDocument, + "query GetNftContracts($contracts: [NftContractInput]) {\n getNftContracts(contracts: $contracts) {\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}": typeof types.GetNftContractsDocument, + "query GetNftEvents($address: String, $cursor: String, $exchangeAddress: String, $includeTransfers: Boolean, $limit: Int, $networkId: Int!, $poolAddress: String, $timestamp: EventQueryTimestampInput, $tokenId: String) {\n getNftEvents(\n address: $address\n cursor: $cursor\n exchangeAddress: $exchangeAddress\n includeTransfers: $includeTransfers\n limit: $limit\n networkId: $networkId\n poolAddress: $poolAddress\n timestamp: $timestamp\n tokenId: $tokenId\n ) {\n cursor\n items {\n aggregatorAddress\n blockNumber\n contractAddress\n eventType\n exchangeAddress\n fillSource\n id\n individualPriceNetworkBaseToken\n individualPriceUsd\n individualTradePrice\n logIndex\n maker\n networkId\n numberOfTokens\n orderDirection\n paymentTokenAddress\n poolAddress\n priceError\n sortKey\n taker\n timestamp\n tokenId\n totalPriceNetworkBaseToken\n totalPriceUsd\n totalTradePrice\n tradeOffer {\n ... on NftEventNftTradeItem {\n address\n amount\n recipient\n tokenId\n type\n }\n ... on NftEventTokenTradeItem {\n address\n amount\n individualPriceNetworkBaseToken\n individualPriceUsd\n individualTradePrice\n isPrice\n priceError\n recipient\n totalPriceNetworkBaseToken\n totalPriceUsd\n totalTradePrice\n type\n }\n }\n tradeReceived {\n ... on NftEventNftTradeItem {\n address\n amount\n recipient\n tokenId\n type\n }\n ... on NftEventTokenTradeItem {\n address\n amount\n individualPriceNetworkBaseToken\n individualPriceUsd\n individualTradePrice\n isPrice\n priceError\n recipient\n totalPriceNetworkBaseToken\n totalPriceUsd\n totalTradePrice\n type\n }\n }\n transactionHash\n transactionIndex\n }\n }\n}": typeof types.GetNftEventsDocument, + "query GetNftPool($address: String!, $networkId: Int!) {\n getNftPool(address: $address, networkId: $networkId) {\n acceptedNftTokenIds\n assetRecipientAddress\n balanceNBT\n balanceT\n bondingCurveAddress\n bondingCurveType\n collectionAddress\n collectionName\n collectionSymbol\n delta\n exchangeAddress\n fee\n floorNBT\n floorT\n networkId\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftBalanceV2\n nftVolumeAllTimeV2\n offerNBT\n offerT\n owner\n poolAddress\n poolFeesAllTimeNBT\n poolFeesAllTimeT\n poolId\n poolNftType\n poolType\n poolVariant\n propertyChecker\n royalties {\n percent\n recipient\n }\n spotPriceNBT\n spotPriceT\n tokenAddress\n version\n volumeAllTimeNBT\n volumeAllTimeT\n }\n}": typeof types.GetNftPoolDocument, + "query GetNftPoolCollection($collectionAddress: String!, $exchangeAddress: String!, $networkId: Int!) {\n getNftPoolCollection(\n collectionAddress: $collectionAddress\n exchangeAddress: $exchangeAddress\n networkId: $networkId\n ) {\n balanceNBT\n collectionAddress\n collectionId\n collectionSymbol\n exchangeAddress\n exchangeId\n floorNBT\n image\n name\n networkId\n nftBalanceV2\n nftVolumeAllTimeV2\n offerNBT\n poolFeesNBTAll\n poolFeesUSDAll\n protocolFeesNBTAll\n protocolFeesUSDAll\n royaltiesNBTAllEstimate\n royaltiesUSDAllEstimate\n volumeAllTimeNBT\n volumeAllTimeUSD\n }\n}": typeof types.GetNftPoolCollectionDocument, + "query GetNftPoolCollectionsByExchange($cursor: String, $exchangeAddress: String!, $limit: Int, $networkId: Int!) {\n getNftPoolCollectionsByExchange(\n cursor: $cursor\n exchangeAddress: $exchangeAddress\n limit: $limit\n networkId: $networkId\n ) {\n cursor\n items {\n balanceNBT\n collectionAddress\n collectionId\n collectionSymbol\n exchangeAddress\n exchangeId\n floorNBT\n image\n name\n networkId\n nftBalanceV2\n nftVolumeAllTimeV2\n offerNBT\n poolFeesNBTAll\n poolFeesUSDAll\n protocolFeesNBTAll\n protocolFeesUSDAll\n royaltiesNBTAllEstimate\n royaltiesUSDAllEstimate\n volumeAllTimeNBT\n volumeAllTimeUSD\n }\n }\n}": typeof types.GetNftPoolCollectionsByExchangeDocument, + "query GetNftPoolEvents($collectionAddress: String, $cursor: String, $eventTypes: [NftPoolEventType!], $exchangeAddress: String, $limit: Int, $networkId: Int!, $poolAddress: String, $timestamp: EventQueryTimestampInput) {\n getNftPoolEvents(\n collectionAddress: $collectionAddress\n cursor: $cursor\n eventTypes: $eventTypes\n exchangeAddress: $exchangeAddress\n limit: $limit\n networkId: $networkId\n poolAddress: $poolAddress\n timestamp: $timestamp\n ) {\n cursor\n items {\n blockHash\n blockNumber\n collectionAddress\n collectionId\n data {\n ... on NewPoolEventData {\n assetRecipientAddress\n bondingCurveAddress\n bondingCurveType\n buyPriceT\n collectionAddress\n createdAt\n delta\n feeAmountT\n nbtRatio\n networkId\n nftTokenBalance\n ownerAddress\n poolAddress\n sellPriceT\n startPriceT\n tokenAddress\n tokenBalanceT\n type\n usdRatio\n }\n ... on NewPoolEventDataV2 {\n assetRecipientAddress\n bondingCurveAddress\n bondingCurveType\n buyPriceT\n collectionAddress\n createdAt\n delta\n feeAmountT\n nbtRatio\n networkId\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftTokenIds\n nftTokenQuantities\n ownerAddress\n poolAddress\n poolNftType\n propertyChecker\n royalties {\n percent\n recipient\n }\n sellPriceT\n startPriceT\n tokenAddress\n tokenBalanceT\n type\n usdRatio\n }\n ... on NftPoolAssetRecipientUpdateEventData {\n newAssetRecipient\n type\n }\n ... on NftPoolDeltaUpdateEventData {\n newDelta\n type\n }\n ... on NftPoolFeeUpdateEventData {\n nbtRatio\n newFeeT\n type\n usdRatio\n }\n ... on NftPoolNftDepositEventData {\n nftTokenBalance\n nftTokenIds\n tokenBalanceT\n type\n }\n ... on NftPoolNftDepositEventDataV2 {\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftTokenAmounts\n nftTokenIds\n tokenBalanceT\n type\n }\n ... on NftPoolNftWithdrawalEventData {\n nftTokenBalance\n nftTokenIds\n tokenBalanceT\n type\n }\n ... on NftPoolNftWithdrawalEventDataV2 {\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftTokenAmounts\n nftTokenIds\n tokenBalanceT\n type\n }\n ... on NftPoolOwnershipTransferredEventDataV2 {\n newOwner\n type\n }\n ... on NftPoolSpotPriceUpdateEventData {\n nbtRatio\n newBuyPriceT\n newSellPriceT\n newSpotPriceT\n type\n usdRatio\n }\n ... on NftPoolSpotPriceUpdateEventDataV2 {\n nbtRatio\n newBuyPriceT\n newSellPriceT\n newSpotPriceT\n type\n usdRatio\n }\n ... on NftPoolTokenDepositEventData {\n amountT\n nbtRatio\n nftTokenBalance\n tokenBalanceT\n type\n usdRatio\n }\n ... on NftPoolTokenDepositEventDataV2 {\n amountT\n nbtRatio\n tokenBalanceT\n type\n usdRatio\n }\n ... on NftPoolTokenWithdrawalEventData {\n amountT\n nbtRatio\n nftTokenBalance\n tokenBalanceT\n type\n usdRatio\n }\n ... on NftPoolTokenWithdrawalEventDataV2 {\n amountT\n nbtRatio\n tokenBalanceT\n type\n usdRatio\n }\n ... on SwapNftInPoolEventData {\n amountT\n nbtRatio\n newBuyPriceT\n newDelta\n newSellPriceT\n newSpotPriceT\n nftTokenBalance\n nftsTransfered {\n amountT\n nftTokenId\n }\n poolFeeT\n protocolFeeT\n tokenBalanceT\n tokenId\n type\n usdRatio\n }\n ... on SwapNftInPoolEventDataV2 {\n amountT\n nbtRatio\n newBuyPriceT\n newDelta\n newSellPriceT\n newSpotPriceT\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftsTransfered {\n amountT\n nftQuantity\n nftTokenId\n }\n poolFeeT\n protocolFeeT\n tokenBalanceT\n tokenId\n type\n usdRatio\n }\n ... on SwapNftOutPoolEventData {\n amountT\n nbtRatio\n newBuyPriceT\n newDelta\n newSellPriceT\n newSpotPriceT\n nftTokenBalance\n nftsTransfered {\n amountT\n nftTokenId\n }\n poolFeeT\n protocolFeeT\n tokenBalanceT\n tokenId\n type\n usdRatio\n }\n ... on SwapNftOutPoolEventDataV2 {\n amountT\n nbtRatio\n newBuyPriceT\n newDelta\n newSellPriceT\n newSpotPriceT\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftsTransfered {\n amountT\n nftQuantity\n nftTokenId\n }\n poolFeeT\n protocolFeeT\n tokenBalanceT\n tokenId\n type\n usdRatio\n }\n }\n eventType\n exchangeAddress\n id\n logIndex\n maker\n networkId\n poolAddress\n poolType\n timestamp\n tokenAddress\n transactionHash\n transactionIndex\n }\n }\n}": typeof types.GetNftPoolEventsDocument, + "query GetNftPoolStats($collectionAddress: String!, $endTime: Int!, $exchangeAddress: String!, $networkId: Int!, $poolAddress: String, $startTime: Int!) {\n getNftPoolStats(\n collectionAddress: $collectionAddress\n endTime: $endTime\n exchangeAddress: $exchangeAddress\n networkId: $networkId\n poolAddress: $poolAddress\n startTime: $startTime\n ) {\n closeBalanceNBT\n closeNftBalanceV2\n collectionAddress\n endTime\n exchangeAddress\n expenseNBT\n highFloorNBT\n highOfferNBT\n lowFloorNBT\n lowOfferNBT\n networkId\n nftVolumeV2\n nftsBoughtV2\n nftsSoldV2\n openBalanceNBT\n openNftBalanceV2\n poolAddress\n poolFeesNBT\n protocolFeesNBT\n revenueNBT\n startTime\n volumeNBT\n }\n}": typeof types.GetNftPoolStatsDocument, + "query GetNftPoolsByCollectionAndExchange($collectionAddress: String!, $cursor: String, $exchangeAddress: String!, $limit: Int, $networkId: Int!) {\n getNftPoolsByCollectionAndExchange(\n collectionAddress: $collectionAddress\n cursor: $cursor\n exchangeAddress: $exchangeAddress\n limit: $limit\n networkId: $networkId\n ) {\n cursor\n items {\n acceptedNftTokenIds\n assetRecipientAddress\n balanceNBT\n balanceT\n bondingCurveAddress\n bondingCurveType\n collectionAddress\n collectionName\n collectionSymbol\n delta\n exchangeAddress\n fee\n floorNBT\n floorT\n networkId\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftBalanceV2\n nftVolumeAllTimeV2\n offerNBT\n offerT\n owner\n poolAddress\n poolFeesAllTimeNBT\n poolFeesAllTimeT\n poolId\n poolNftType\n poolType\n poolVariant\n propertyChecker\n royalties {\n percent\n recipient\n }\n spotPriceNBT\n spotPriceT\n tokenAddress\n version\n volumeAllTimeNBT\n volumeAllTimeT\n }\n }\n}": typeof types.GetNftPoolsByCollectionAndExchangeDocument, + "query GetNftPoolsByOwner($cursor: String, $exchangeAddress: String, $limit: Int, $networkId: Int!, $ownerAddress: String!) {\n getNftPoolsByOwner(\n cursor: $cursor\n exchangeAddress: $exchangeAddress\n limit: $limit\n networkId: $networkId\n ownerAddress: $ownerAddress\n ) {\n cursor\n items {\n acceptedNftTokenIds\n assetRecipientAddress\n balanceNBT\n balanceT\n bondingCurveAddress\n bondingCurveType\n collectionAddress\n collectionName\n collectionSymbol\n delta\n exchangeAddress\n fee\n floorNBT\n floorT\n networkId\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftBalanceV2\n nftVolumeAllTimeV2\n offerNBT\n offerT\n owner\n poolAddress\n poolFeesAllTimeNBT\n poolFeesAllTimeT\n poolId\n poolNftType\n poolType\n poolVariant\n propertyChecker\n royalties {\n percent\n recipient\n }\n spotPriceNBT\n spotPriceT\n tokenAddress\n version\n volumeAllTimeNBT\n volumeAllTimeT\n }\n }\n}": typeof types.GetNftPoolsByOwnerDocument, + "query GetParallelCardChanges($cursor: String, $limit: Int, $timestamp: ParallelCardChangeQueryTimestampInput, $tokenId: String) {\n getParallelCardChanges(\n cursor: $cursor\n limit: $limit\n timestamp: $timestamp\n tokenId: $tokenId\n ) {\n cursor\n items {\n diff {\n new {\n artist\n attack\n cardType\n class\n cost\n expansion\n flavourText\n functionText\n health\n parallel\n parallelId\n paraset\n passiveAbility\n rarity\n subtype\n supply\n }\n old {\n artist\n attack\n cardType\n class\n cost\n expansion\n flavourText\n functionText\n health\n parallel\n parallelId\n paraset\n passiveAbility\n rarity\n subtype\n supply\n }\n }\n timestamp\n tokenId\n }\n }\n}": typeof types.GetParallelCardChangesDocument, + "query GetPrimePoolAssets($cursor: String, $limit: Int, $networkId: Int!, $poolContractAddress: String, $poolId: String, $walletAddress: String) {\n getPrimePoolAssets(\n cursor: $cursor\n limit: $limit\n networkId: $networkId\n poolContractAddress: $poolContractAddress\n poolId: $poolId\n walletAddress: $walletAddress\n ) {\n cursor\n items {\n amount\n ethRewardDebt\n from\n fromHashKey\n fromSortKey\n id\n networkId\n poolContractAddress\n poolId\n primeRewardDebt\n sortKey\n }\n }\n}": typeof types.GetPrimePoolAssetsDocument, + "query GetPrimePoolEvents($cursor: String, $eventTypes: [PrimePoolEventType], $limit: Int, $networkId: Int!, $poolContractAddress: String, $poolId: String, $walletAddress: String) {\n getPrimePoolEvents(\n cursor: $cursor\n eventTypes: $eventTypes\n limit: $limit\n networkId: $networkId\n poolContractAddress: $poolContractAddress\n poolId: $poolId\n walletAddress: $walletAddress\n ) {\n cursor\n items {\n blockHash\n blockNumber\n data {\n ... on PrimePoolCacheData {\n eventAmount\n totalSupply\n type\n user\n userCachedAmount\n userEthRewardDebt\n userPrimeRewardDebt\n }\n ... on PrimePoolCachingPausedData {\n cachingPaused\n type\n }\n ... on PrimePoolClaimEthData {\n currency\n ethClaimed\n eventAmount\n type\n user\n userEthRewardDebt\n }\n ... on PrimePoolClaimPrimeData {\n currency\n eventAmount\n type\n user\n userPrimeRewardDebt\n }\n ... on PrimePoolEmergencyWithdrawData {\n eventAmount\n totalSupply\n type\n user\n userCachedAmount\n userEthRewardDebt\n userPrimeRewardDebt\n }\n ... on PrimePoolEndTimestampUpdatedEthData {\n currency\n ethEndTimestamp\n ethPerSecond\n ethStartTimestamp\n type\n }\n ... on PrimePoolEndTimestampUpdatedPrimeData {\n currency\n primeEndTimestamp\n primePerSecond\n primeStartTimestamp\n type\n }\n ... on PrimePoolEthRewardsAddedData {\n amount\n totalRewards\n type\n }\n ... on PrimePoolEthRewardsSetData {\n amount\n totalRewards\n type\n }\n ... on PrimePoolLogPoolAdditionData {\n tokenIds\n type\n }\n ... on PrimePoolLogPoolSetAllocPointData {\n allocPoint\n currency\n totalAllocPoint\n type\n }\n ... on PrimePoolLogSetPerSecondData {\n amount\n currency\n endTimestamp\n ethAmountPerSecond\n primeAmountPerSecond\n startTimestamp\n type\n }\n ... on PrimePoolLogUpdatePoolData {\n accPerShare\n currency\n ethAmount\n lastRewardTimestamp\n primeAmount\n supply\n totalSupply\n type\n }\n ... on PrimePoolRewardDecreaseData {\n currency\n eventAmount\n type\n updatedAmount\n }\n ... on PrimePoolRewardIncreaseData {\n currency\n eventAmount\n type\n updatedAmount\n }\n ... on PrimePoolTimeCachePeriodUpdateData {\n currency\n timedCachePeriod\n type\n }\n ... on PrimePoolWithdrawData {\n eventAmount\n totalSupply\n type\n user\n userCachedAmount\n userEthRewardDebt\n userPrimeRewardDebt\n }\n }\n eventType\n from\n fromHashKey\n id\n logIndex\n networkId\n poolContractAddress\n poolId\n poolType\n sortKey\n timestamp\n transactionHash\n transactionIndex\n }\n }\n}": typeof types.GetPrimePoolEventsDocument, + "query GetPrimePools($address: String!, $cursor: String, $limit: Int, $networkId: Int!, $poolIds: [String]) {\n getPrimePools(\n address: $address\n cursor: $cursor\n limit: $limit\n networkId: $networkId\n poolIds: $poolIds\n ) {\n cursor\n items {\n calcData {\n poolAccumulatedEth\n poolAccumulatedPrime\n poolEthAmount\n poolEthPerDay\n poolEthPerSecond\n poolPrimeAmount\n poolPrimePerDay\n poolPrimePerSecond\n shareAccumulatedEth\n shareAccumulatedPrime\n shareEthPerDay\n shareEthPerSecond\n sharePrimePerDay\n sharePrimePerSecond\n }\n chainData {\n cachingPaused\n ethAllocPoint\n ethClaimed\n ethEndTimestamp\n ethLastRewardTimestamp\n ethReward\n ethStartTimestamp\n ethTimedCachePeriod\n ethTotalAllocPoint\n primeAllocPoint\n primeEndTimestamp\n primeLastRewardTimestamp\n primeStartTimestamp\n primeTotalAllocPoint\n }\n createdAt\n discoveryBlockNumber\n discoveryTransactionHash\n id\n networkId\n nftContractAddress\n poolContractAddress\n poolId\n poolType\n tokenIds\n totalSupply\n }\n }\n}": typeof types.GetPrimePoolsDocument, + "query GetSymbol($currencyCode: String, $symbol: String!) {\n getSymbol(currencyCode: $currencyCode, symbol: $symbol) {\n currency_code\n description\n name\n original_currency_code\n pricescale\n supported_resolutions\n ticker\n }\n}": typeof types.GetSymbolDocument, + "query GetTokenEvents($cursor: String, $direction: RankingDirection, $limit: Int, $query: EventsQueryInput!) {\n getTokenEvents(\n cursor: $cursor\n direction: $direction\n limit: $limit\n query: $query\n ) {\n cursor\n items {\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 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 }\n}": typeof types.GetTokenEventsDocument, + "query GetTokenEventsForMaker($cursor: String, $direction: RankingDirection, $limit: Int, $query: MakerEventsQueryInput!) {\n getTokenEventsForMaker(\n cursor: $cursor\n direction: $direction\n limit: $limit\n query: $query\n ) {\n cursor\n items {\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 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 }\n}": typeof types.GetTokenEventsForMakerDocument, + "query GetTokenPrices($inputs: [GetPriceInput]) {\n getTokenPrices(inputs: $inputs) {\n address\n confidence\n networkId\n poolAddress\n priceUsd\n timestamp\n }\n}": typeof types.GetTokenPricesDocument, + "query GetWebhooks($bucketId: String, $bucketSortkey: String, $cursor: String, $limit: Int, $webhookId: String) {\n getWebhooks(\n bucketId: $bucketId\n bucketSortkey: $bucketSortkey\n cursor: $cursor\n limit: $limit\n webhookId: $webhookId\n ) {\n cursor\n items {\n alertRecurrence\n bucketId\n bucketSortkey\n callbackUrl\n conditions {\n ... on NftEventWebhookCondition {\n contractAddress {\n eq\n }\n eventType {\n eq\n }\n exchangeAddress {\n eq\n }\n fillSource {\n oneOf\n }\n ignoreTransfers\n individualBaseTokenPrice {\n eq\n gt\n gte\n lt\n lte\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n tokenAddress {\n eq\n }\n tokenId {\n eq\n }\n }\n ... on PriceEventWebhookCondition {\n priceNetworkId: networkId {\n eq\n }\n priceUsd {\n eq\n gt\n gte\n lt\n lte\n }\n priceTokenAddress: tokenAddress {\n eq\n }\n }\n ... on RawTransactionWebhookCondition {\n from {\n eq\n }\n ignoreNftEvents\n ignoreTokenPairEvents\n input {\n contains\n notContains\n }\n networkId {\n oneOf\n }\n to {\n eq\n }\n toOrFrom {\n eq\n }\n }\n ... on TokenPairEventWebhookCondition {\n eventType {\n oneOf\n }\n exchangeAddress {\n eq\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n pairAddress {\n eq\n }\n swapValue {\n eq\n gt\n gte\n lt\n lte\n }\n tokenAddress {\n eq\n }\n }\n }\n created\n groupId\n id\n name\n publishingType\n retrySettings {\n maxRetries\n maxRetryDelay\n maxTimeElapsed\n minRetryDelay\n }\n status\n webhookType\n }\n }\n}": typeof types.GetWebhooksDocument, + "query Holders($input: HoldersInput!) {\n holders(input: $input) {\n count\n cursor\n items {\n address\n balance\n balanceUsd\n firstHeldTimestamp\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 }\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 tokenAddress\n tokenId\n tokenPriceUsd\n walletId\n }\n status\n top10HoldersPercent\n }\n}": typeof types.HoldersDocument, + "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 }\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 protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on UniswapV4Data {\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 }\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 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 }\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 }\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 }\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 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 protocolData {\n ... on ArenaTradeData {\n tokenId\n type\n }\n ... on UniswapV4Data {\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 }\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 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 }\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 }\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 }\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 volume\n }\n }\n}": typeof types.ListPairsWithMetadataForTokenDocument, + "query NftHolders($input: NftHoldersInput!) {\n nftHolders(input: $input) {\n count\n cursor\n items {\n balance\n collectionId\n walletAddress\n }\n status\n }\n}": typeof types.NftHoldersDocument, + "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 }\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 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 }\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 exchangeId\n fee\n highPrice1\n highPrice1w\n highPrice4\n highPrice5m\n highPrice12\n highPrice24\n id\n liquidity\n liquidityToken\n lowPrice1\n lowPrice1w\n lowPrice4\n lowPrice5m\n lowPrice12\n lowPrice24\n networkId\n nonLiquidityToken\n pairAddress\n price\n priceChange1\n priceChange1w\n priceChange4\n priceChange5m\n priceChange12\n priceChange24\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 volume1\n volume1w\n volume4\n volume5m\n volume12\n volume24\n }\n}": typeof types.PairMetadataDocument, + "query PrimeHolders($cursor: String) {\n primeHolders(cursor: $cursor) {\n count\n cursor\n items {\n address\n balance\n balanceUsd\n firstHeldTimestamp\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 }\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 tokenAddress\n tokenId\n tokenPriceUsd\n walletId\n }\n }\n}": typeof types.PrimeHoldersDocument, + "query SearchNfts($filterWashTrading: Boolean, $include: [NftSearchable!], $limit: Int, $networkFilter: [Int!], $search: String, $window: String) {\n searchNfts(\n filterWashTrading: $filterWashTrading\n include: $include\n limit: $limit\n networkFilter: $networkFilter\n search: $search\n window: $window\n ) {\n hasMore\n items {\n address\n average\n ceiling\n floor\n id\n imageUrl\n name\n networkId\n symbol\n tradeCount\n tradeCountChange\n volume\n volumeChange\n window\n }\n }\n}": typeof types.SearchNftsDocument, + "query Token($input: TokenInput!) {\n token(input: $input) {\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}": typeof types.TokenDocument, + "query TokenLifecycleEvents($cursor: String, $limit: Int, $query: TokenLifecycleEventsQueryInput!) {\n tokenLifecycleEvents(cursor: $cursor, limit: $limit, query: $query) {\n cursor\n items {\n blockHash\n blockNumber\n data {\n ... on TokenBurnEventData {\n amount\n circulatingSupply\n totalSupply\n }\n ... on TokenMintEventData {\n amount\n circulatingSupply\n totalSupply\n }\n }\n eventType\n id\n logIndex\n maker\n networkId\n timestamp\n tokenAddress\n transactionHash\n transactionIndex\n }\n }\n}": typeof types.TokenLifecycleEventsDocument, + "query TokenSparklines($input: TokenSparklineInput!) {\n tokenSparklines(input: $input) {\n attribute\n id\n sparkline {\n timestamp\n value\n }\n }\n}": typeof types.TokenSparklinesDocument, + "query TokenTopTraders($input: TokenTopTradersInput!) {\n tokenTopTraders(input: $input) {\n items {\n amountBoughtUsd\n amountSoldUsd\n buys\n firstTransactionAt\n lastTransactionAt\n networkId\n realizedProfitPercentage\n realizedProfitUsd\n sells\n singleTokenAcquisitionCostUsd\n tokenAddress\n tokenAmountBought\n tokenAmountSold\n tokenBalance\n volumeUsd\n walletAddress\n }\n networkId\n offset\n tokenAddress\n tradingPeriod\n }\n}": typeof types.TokenTopTradersDocument, + "query Tokens($ids: [TokenInput!]) {\n tokens(ids: $ids) {\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}": typeof types.TokensDocument, + "query Top10HoldersPercent($tokenId: String!) {\n top10HoldersPercent(tokenId: $tokenId)\n}": typeof types.Top10HoldersPercentDocument, + "query WalletAggregateBackfillState($input: WalletAggregateBackfillStateInput!) {\n walletAggregateBackfillState(input: $input) {\n status\n walletAddress\n }\n}": typeof types.WalletAggregateBackfillStateDocument, + "query WalletChart($input: WalletChartInput!) {\n walletChart(input: $input) {\n backfillState\n data {\n realizedProfitUsd\n resolution\n swaps\n timestamp\n volumeUsd\n volumeUsdAll\n }\n networkId\n range {\n end\n start\n }\n resolution\n walletAddress\n }\n}": typeof types.WalletChartDocument, + "query WalletNftCollectionAssets($input: WalletNftCollectionAssetsInput!) {\n walletNftCollectionAssets(input: $input) {\n collectionId\n cursor\n items {\n quantity\n tokenId\n }\n walletAddress\n }\n}": typeof types.WalletNftCollectionAssetsDocument, + "query WalletNftCollections($input: WalletNftCollectionsInput!) {\n walletNftCollections(input: $input) {\n cursor\n items {\n collectionId\n quantity\n walletAddress\n }\n }\n}": typeof types.WalletNftCollectionsDocument, + "subscription OnBalanceUpdated($walletAddress: String!) {\n onBalanceUpdated(walletAddress: $walletAddress) {\n address\n balance\n balanceUsd\n firstHeldTimestamp\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 }\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 tokenAddress\n tokenId\n tokenPriceUsd\n walletId\n }\n}": typeof types.OnBalanceUpdatedDocument, + "subscription OnBarsUpdated($pairId: String, $quoteToken: QuoteToken) {\n onBarsUpdated(pairId: $pairId, quoteToken: $quoteToken) {\n aggregates {\n r1 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r1D {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r1S {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r5 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r5S {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r7D {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r15 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r15S {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r30 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r30S {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r60 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r240 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r720 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n }\n eventSortKey\n networkId\n pairAddress\n pairId\n quoteToken\n quoteTokenAddress\n statsType\n timestamp\n }\n}": typeof types.OnBarsUpdatedDocument, + "subscription OnDetailedStatsUpdated($pairId: String, $tokenOfInterest: TokenOfInterest) {\n onDetailedStatsUpdated(pairId: $pairId, tokenOfInterest: $tokenOfInterest) {\n bucketCount\n pairId\n queryTimestamp\n statsType\n stats_day1 {\n buckets {\n end\n start\n }\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n endTimestamp\n sellVolume {\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 timestamp\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n windowSize\n }\n stats_hour1 {\n buckets {\n end\n start\n }\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n endTimestamp\n sellVolume {\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 timestamp\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n windowSize\n }\n stats_hour4 {\n buckets {\n end\n start\n }\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n endTimestamp\n sellVolume {\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 timestamp\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n windowSize\n }\n stats_hour12 {\n buckets {\n end\n start\n }\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n endTimestamp\n sellVolume {\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 timestamp\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n windowSize\n }\n stats_min5 {\n buckets {\n end\n start\n }\n buyVolume {\n buckets\n change\n currentValue\n previousValue\n }\n buyers {\n buckets\n change\n currentValue\n previousValue\n }\n buys {\n buckets\n change\n currentValue\n previousValue\n }\n endTimestamp\n sellVolume {\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 timestamp\n traders {\n buckets\n change\n currentValue\n previousValue\n }\n transactions {\n buckets\n change\n currentValue\n previousValue\n }\n volume {\n buckets\n change\n currentValue\n previousValue\n }\n windowSize\n }\n tokenOfInterest\n }\n}": typeof types.OnDetailedStatsUpdatedDocument, + "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 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 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 OnHoldersUpdated($tokenId: String!) {\n onHoldersUpdated(tokenId: $tokenId) {\n balances {\n address\n balance\n balanceUsd\n firstHeldTimestamp\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 }\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 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, + "subscription OnLaunchpadTokenEvent($input: OnLaunchpadTokenEventInput) {\n onLaunchpadTokenEvent(input: $input) {\n address\n buyCount1\n eventType\n holders\n launchpadName\n liquidity\n marketCap\n networkId\n price\n protocol\n sellCount1\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 transactions1\n volume1\n }\n}": typeof types.OnLaunchpadTokenEventDocument, + "subscription OnLaunchpadTokenEventBatch($input: OnLaunchpadTokenEventBatchInput) {\n onLaunchpadTokenEventBatch(input: $input) {\n address\n buyCount1\n eventType\n holders\n marketCap\n networkId\n price\n protocol\n sellCount1\n launchpadName\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 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 launchpadProtocol\n migrated\n migratedAt\n migratedPoolAddress\n migratedSlot\n name\n launchpadName\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 transactions1\n volume1\n liquidity\n }\n}": typeof types.OnLaunchpadTokenEventBatchDocument, + "subscription OnNftAssetsCreated($address: String, $networkId: Int, $tokenId: String) {\n onNftAssetsCreated(address: $address, networkId: $networkId, tokenId: $tokenId) {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n}": typeof types.OnNftAssetsCreatedDocument, + "subscription OnNftEventsCreated($address: String, $networkId: Int) {\n onNftEventsCreated(address: $address, networkId: $networkId) {\n address\n events {\n aggregatorAddress\n blockNumber\n contractAddress\n eventType\n exchangeAddress\n fillSource\n id\n individualPriceNetworkBaseToken\n individualPriceUsd\n individualTradePrice\n logIndex\n maker\n networkId\n numberOfTokens\n orderDirection\n paymentTokenAddress\n poolAddress\n priceError\n sortKey\n taker\n timestamp\n tokenId\n totalPriceNetworkBaseToken\n totalPriceUsd\n totalTradePrice\n tradeOffer {\n ... on NftEventNftTradeItem {\n address\n amount\n recipient\n tokenId\n type\n }\n ... on NftEventTokenTradeItem {\n address\n amount\n individualPriceNetworkBaseToken\n individualPriceUsd\n individualTradePrice\n isPrice\n priceError\n recipient\n totalPriceNetworkBaseToken\n totalPriceUsd\n totalTradePrice\n type\n }\n }\n tradeReceived {\n ... on NftEventNftTradeItem {\n address\n amount\n recipient\n tokenId\n type\n }\n ... on NftEventTokenTradeItem {\n address\n amount\n individualPriceNetworkBaseToken\n individualPriceUsd\n individualTradePrice\n isPrice\n priceError\n recipient\n totalPriceNetworkBaseToken\n totalPriceUsd\n totalTradePrice\n type\n }\n }\n transactionHash\n transactionIndex\n }\n id\n networkId\n }\n}": typeof types.OnNftEventsCreatedDocument, + "subscription OnNftPoolEventsCreated($collectionAddress: String, $exchangeAddress: String, $networkId: Int, $poolAddress: String) {\n onNftPoolEventsCreated(\n collectionAddress: $collectionAddress\n exchangeAddress: $exchangeAddress\n networkId: $networkId\n poolAddress: $poolAddress\n ) {\n collectionAddress\n events {\n blockHash\n blockNumber\n collectionAddress\n collectionId\n data {\n ... on NewPoolEventData {\n assetRecipientAddress\n bondingCurveAddress\n bondingCurveType\n buyPriceT\n collectionAddress\n createdAt\n delta\n feeAmountT\n nbtRatio\n networkId\n nftTokenBalance\n ownerAddress\n poolAddress\n sellPriceT\n startPriceT\n tokenAddress\n tokenBalanceT\n type\n usdRatio\n }\n ... on NewPoolEventDataV2 {\n assetRecipientAddress\n bondingCurveAddress\n bondingCurveType\n buyPriceT\n collectionAddress\n createdAt\n delta\n feeAmountT\n nbtRatio\n networkId\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftTokenIds\n nftTokenQuantities\n ownerAddress\n poolAddress\n poolNftType\n propertyChecker\n royalties {\n percent\n recipient\n }\n sellPriceT\n startPriceT\n tokenAddress\n tokenBalanceT\n type\n usdRatio\n }\n ... on NftPoolAssetRecipientUpdateEventData {\n newAssetRecipient\n type\n }\n ... on NftPoolDeltaUpdateEventData {\n newDelta\n type\n }\n ... on NftPoolFeeUpdateEventData {\n nbtRatio\n newFeeT\n type\n usdRatio\n }\n ... on NftPoolNftDepositEventData {\n nftTokenBalance\n nftTokenIds\n tokenBalanceT\n type\n }\n ... on NftPoolNftDepositEventDataV2 {\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftTokenAmounts\n nftTokenIds\n tokenBalanceT\n type\n }\n ... on NftPoolNftWithdrawalEventData {\n nftTokenBalance\n nftTokenIds\n tokenBalanceT\n type\n }\n ... on NftPoolNftWithdrawalEventDataV2 {\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftTokenAmounts\n nftTokenIds\n tokenBalanceT\n type\n }\n ... on NftPoolOwnershipTransferredEventDataV2 {\n newOwner\n type\n }\n ... on NftPoolSpotPriceUpdateEventData {\n nbtRatio\n newBuyPriceT\n newSellPriceT\n newSpotPriceT\n type\n usdRatio\n }\n ... on NftPoolSpotPriceUpdateEventDataV2 {\n nbtRatio\n newBuyPriceT\n newSellPriceT\n newSpotPriceT\n type\n usdRatio\n }\n ... on NftPoolTokenDepositEventData {\n amountT\n nbtRatio\n nftTokenBalance\n tokenBalanceT\n type\n usdRatio\n }\n ... on NftPoolTokenDepositEventDataV2 {\n amountT\n nbtRatio\n tokenBalanceT\n type\n usdRatio\n }\n ... on NftPoolTokenWithdrawalEventData {\n amountT\n nbtRatio\n nftTokenBalance\n tokenBalanceT\n type\n usdRatio\n }\n ... on NftPoolTokenWithdrawalEventDataV2 {\n amountT\n nbtRatio\n tokenBalanceT\n type\n usdRatio\n }\n ... on SwapNftInPoolEventData {\n amountT\n nbtRatio\n newBuyPriceT\n newDelta\n newSellPriceT\n newSpotPriceT\n nftTokenBalance\n nftsTransfered {\n amountT\n nftTokenId\n }\n poolFeeT\n protocolFeeT\n tokenBalanceT\n tokenId\n type\n usdRatio\n }\n ... on SwapNftInPoolEventDataV2 {\n amountT\n nbtRatio\n newBuyPriceT\n newDelta\n newSellPriceT\n newSpotPriceT\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftsTransfered {\n amountT\n nftQuantity\n nftTokenId\n }\n poolFeeT\n protocolFeeT\n tokenBalanceT\n tokenId\n type\n usdRatio\n }\n ... on SwapNftOutPoolEventData {\n amountT\n nbtRatio\n newBuyPriceT\n newDelta\n newSellPriceT\n newSpotPriceT\n nftTokenBalance\n nftsTransfered {\n amountT\n nftTokenId\n }\n poolFeeT\n protocolFeeT\n tokenBalanceT\n tokenId\n type\n usdRatio\n }\n ... on SwapNftOutPoolEventDataV2 {\n amountT\n nbtRatio\n newBuyPriceT\n newDelta\n newSellPriceT\n newSpotPriceT\n nftAssets {\n address\n attributes {\n class\n css\n displayType\n maxValue\n name\n value\n valueType\n }\n description\n id\n media {\n image\n processed\n thumbLg\n thumbSm\n }\n name\n networkId\n originalImage\n quantity\n rawAssetData {\n animationUrl\n externalUrl\n imageData\n imageUrl\n }\n tokenId\n uri\n }\n nftsTransfered {\n amountT\n nftQuantity\n nftTokenId\n }\n poolFeeT\n protocolFeeT\n tokenBalanceT\n tokenId\n type\n usdRatio\n }\n }\n eventType\n exchangeAddress\n id\n logIndex\n maker\n networkId\n poolAddress\n poolType\n timestamp\n tokenAddress\n transactionHash\n transactionIndex\n }\n exchangeAddress\n id\n networkId\n poolAddress\n }\n}": typeof types.OnNftPoolEventsCreatedDocument, + "subscription OnPairMetadataUpdated($id: String, $quoteToken: QuoteToken) {\n onPairMetadataUpdated(id: $id, quoteToken: $quoteToken) {\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 }\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 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 }\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 exchangeId\n fee\n highPrice1\n highPrice1w\n highPrice4\n highPrice5m\n highPrice12\n highPrice24\n id\n liquidity\n liquidityToken\n lowPrice1\n lowPrice1w\n lowPrice4\n lowPrice5m\n lowPrice12\n lowPrice24\n networkId\n nonLiquidityToken\n pairAddress\n price\n priceChange1\n priceChange1w\n priceChange4\n priceChange5m\n priceChange12\n priceChange24\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 volume1\n volume1w\n volume4\n volume5m\n volume12\n volume24\n }\n}": typeof types.OnPairMetadataUpdatedDocument, + "subscription OnPriceUpdated($address: String, $networkId: Int, $sourcePairAddress: String) {\n onPriceUpdated(\n address: $address\n networkId: $networkId\n sourcePairAddress: $sourcePairAddress\n ) {\n address\n confidence\n networkId\n poolAddress\n priceUsd\n timestamp\n }\n}": typeof types.OnPriceUpdatedDocument, + "subscription OnPricesUpdated($input: [OnPricesUpdatedInput!]!) {\n onPricesUpdated(input: $input) {\n address\n confidence\n networkId\n poolAddress\n priceUsd\n timestamp\n }\n}": typeof types.OnPricesUpdatedDocument, + "subscription OnTokenBarsUpdated($networkId: Int, $tokenId: String) {\n onTokenBarsUpdated(networkId: $networkId, tokenId: $tokenId) {\n aggregates {\n r1 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r1D {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r1S {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r5 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r5S {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r7D {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r15 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r15S {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r30 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r30S {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r60 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r240 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n r720 {\n t\n token {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n usd {\n buyVolume\n buyers\n buys\n c\n h\n l\n liquidity\n o\n sellVolume\n sellers\n sells\n t\n traders\n transactions\n v\n volume\n volumeNativeToken\n }\n }\n }\n eventSortKey\n networkId\n pairAddress\n pairId\n quoteToken\n statsType\n timestamp\n tokenAddress\n tokenId\n }\n}": typeof types.OnTokenBarsUpdatedDocument, + "subscription OnTokenEventsCreated($input: OnTokenEventsCreatedInput!) {\n onTokenEventsCreated(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 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 }\n}": typeof types.OnTokenEventsCreatedDocument, + "subscription OnTokenLifecycleEventsCreated($address: String, $networkId: Int) {\n onTokenLifecycleEventsCreated(address: $address, networkId: $networkId) {\n events {\n blockHash\n blockNumber\n data {\n ... on TokenBurnEventData {\n amount\n circulatingSupply\n totalSupply\n }\n ... on TokenMintEventData {\n amount\n circulatingSupply\n totalSupply\n }\n }\n eventType\n id\n logIndex\n maker\n networkId\n timestamp\n tokenAddress\n transactionHash\n transactionIndex\n }\n id\n }\n}": typeof types.OnTokenLifecycleEventsCreatedDocument, + "subscription OnUnconfirmedBarsUpdated($pairId: String, $quoteToken: QuoteToken) {\n onUnconfirmedBarsUpdated(pairId: $pairId, quoteToken: $quoteToken) {\n aggregates {\n r1 {\n c\n h\n l\n o\n t\n v\n volume\n }\n r1S {\n c\n h\n l\n o\n t\n v\n volume\n }\n r5 {\n c\n h\n l\n o\n t\n v\n volume\n }\n r5S {\n c\n h\n l\n o\n t\n v\n volume\n }\n r15 {\n c\n h\n l\n o\n t\n v\n volume\n }\n r15S {\n c\n h\n l\n o\n t\n v\n volume\n }\n }\n eventSortKey\n networkId\n pairAddress\n pairId\n quoteToken\n quoteTokenAddress\n timestamp\n }\n}": typeof types.OnUnconfirmedBarsUpdatedDocument, + "subscription OnUnconfirmedEventsCreated($address: String, $id: String, $quoteToken: QuoteToken) {\n onUnconfirmedEventsCreated(address: $address, id: $id, quoteToken: $quoteToken) {\n address\n events {\n address\n blockHash\n blockNumber\n data {\n ... on UnconfirmedLiquidityChangeEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n type\n }\n ... on UnconfirmedSwapEventData {\n amountBaseToken\n amountNonLiquidityToken\n priceBaseToken\n priceBaseTokenTotal\n priceUsd\n priceUsdTotal\n type\n }\n }\n eventDisplayType\n eventType\n id\n logIndex\n maker\n networkId\n quoteToken\n supplementalIndex\n timestamp\n transactionHash\n transactionIndex\n }\n id\n networkId\n quoteToken\n }\n}": typeof types.OnUnconfirmedEventsCreatedDocument, + "subscription OnUnconfirmedEventsCreatedByMaker($input: OnUnconfirmedEventsCreatedByMakerInput!) {\n onUnconfirmedEventsCreatedByMaker(input: $input) {\n events {\n address\n blockHash\n blockNumber\n data {\n ... on UnconfirmedLiquidityChangeEventData {\n amount0\n amount0Shifted\n amount1\n amount1Shifted\n type\n }\n ... on UnconfirmedSwapEventData {\n amountBaseToken\n amountNonLiquidityToken\n priceBaseToken\n priceBaseTokenTotal\n priceUsd\n priceUsdTotal\n type\n }\n }\n eventDisplayType\n eventType\n id\n logIndex\n maker\n networkId\n quoteToken\n supplementalIndex\n timestamp\n transactionHash\n transactionIndex\n }\n makerAddress\n }\n}": typeof types.OnUnconfirmedEventsCreatedByMakerDocument, +}; +const documents: Documents = { "mutation BackfillWalletAggregates($input: WalletAggregateBackfillInput!) {\n backfillWalletAggregates(input: $input) {\n status\n walletAddress\n }\n}": types.BackfillWalletAggregatesDocument, "mutation CreateApiTokens($input: CreateApiTokensInput!) {\n createApiTokens(input: $input) {\n expiresTimeString\n id\n remaining\n requestLimit\n token\n }\n}": types.CreateApiTokensDocument, "mutation CreateWebhooks($input: CreateWebhooksInput!) {\n createWebhooks(input: $input) {\n nftEventWebhooks {\n alertRecurrence\n bucketId\n bucketSortkey\n callbackUrl\n conditions {\n ... on NftEventWebhookCondition {\n contractAddress {\n eq\n }\n eventType {\n eq\n }\n exchangeAddress {\n eq\n }\n fillSource {\n oneOf\n }\n ignoreTransfers\n individualBaseTokenPrice {\n eq\n gt\n gte\n lt\n lte\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n nftTokenAddress: tokenAddress {\n eq\n }\n tokenId {\n eq\n }\n }\n ... on PriceEventWebhookCondition {\n priceNetworkId: networkId {\n eq\n }\n priceUsd {\n eq\n gt\n gte\n lt\n lte\n }\n priceTokenAddress: tokenAddress {\n eq\n }\n }\n ... on RawTransactionWebhookCondition {\n from {\n eq\n }\n ignoreNftEvents\n ignoreTokenPairEvents\n input {\n contains\n notContains\n }\n networkId {\n oneOf\n }\n to {\n eq\n }\n toOrFrom {\n eq\n }\n }\n ... on TokenPairEventWebhookCondition {\n eventType {\n oneOf\n }\n exchangeAddress {\n eq\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n pairAddress {\n eq\n }\n swapValue {\n eq\n gt\n gte\n lt\n lte\n }\n tokenAddress {\n eq\n }\n }\n }\n created\n groupId\n id\n name\n publishingType\n retrySettings {\n maxRetries\n maxRetryDelay\n maxTimeElapsed\n minRetryDelay\n }\n status\n webhookType\n }\n priceWebhooks {\n alertRecurrence\n bucketId\n bucketSortkey\n callbackUrl\n conditions {\n ... on NftEventWebhookCondition {\n contractAddress {\n eq\n }\n eventType {\n eq\n }\n exchangeAddress {\n eq\n }\n fillSource {\n oneOf\n }\n ignoreTransfers\n individualBaseTokenPrice {\n eq\n gt\n gte\n lt\n lte\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n nftTokenAddress: tokenAddress {\n eq\n }\n tokenId {\n eq\n }\n }\n ... on PriceEventWebhookCondition {\n priceNetworkId: networkId {\n eq\n }\n priceUsd {\n eq\n gt\n gte\n lt\n lte\n }\n priceTokenAddress: tokenAddress {\n eq\n }\n }\n ... on RawTransactionWebhookCondition {\n from {\n eq\n }\n ignoreNftEvents\n ignoreTokenPairEvents\n input {\n contains\n notContains\n }\n networkId {\n oneOf\n }\n to {\n eq\n }\n toOrFrom {\n eq\n }\n }\n ... on TokenPairEventWebhookCondition {\n eventType {\n oneOf\n }\n exchangeAddress {\n eq\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n pairAddress {\n eq\n }\n swapValue {\n eq\n gt\n gte\n lt\n lte\n }\n tokenAddress {\n eq\n }\n }\n }\n created\n groupId\n id\n name\n publishingType\n retrySettings {\n maxRetries\n maxRetryDelay\n maxTimeElapsed\n minRetryDelay\n }\n status\n webhookType\n }\n rawTransactionWebhooks {\n alertRecurrence\n bucketId\n bucketSortkey\n callbackUrl\n conditions {\n ... on NftEventWebhookCondition {\n contractAddress {\n eq\n }\n eventType {\n eq\n }\n exchangeAddress {\n eq\n }\n fillSource {\n oneOf\n }\n ignoreTransfers\n individualBaseTokenPrice {\n eq\n gt\n gte\n lt\n lte\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n tokenAddress {\n eq\n }\n tokenId {\n eq\n }\n }\n ... on PriceEventWebhookCondition {\n priceEventNetworkId: networkId {\n eq\n }\n priceUsd {\n eq\n gt\n gte\n lt\n lte\n }\n priceEventTokenAddress: tokenAddress {\n eq\n }\n }\n ... on RawTransactionWebhookCondition {\n from {\n eq\n }\n ignoreNftEvents\n ignoreTokenPairEvents\n input {\n contains\n notContains\n }\n networkId {\n oneOf\n }\n to {\n eq\n }\n toOrFrom {\n eq\n }\n }\n ... on TokenPairEventWebhookCondition {\n eventType {\n oneOf\n }\n exchangeAddress {\n eq\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n pairAddress {\n eq\n }\n swapValue {\n eq\n gt\n gte\n lt\n lte\n }\n tokenAddress {\n eq\n }\n }\n }\n created\n groupId\n id\n name\n publishingType\n retrySettings {\n maxRetries\n maxRetryDelay\n maxTimeElapsed\n minRetryDelay\n }\n status\n webhookType\n }\n tokenPairEventWebhooks {\n alertRecurrence\n bucketId\n bucketSortkey\n callbackUrl\n conditions {\n ... on NftEventWebhookCondition {\n contractAddress {\n eq\n }\n eventType {\n eq\n }\n exchangeAddress {\n eq\n }\n fillSource {\n oneOf\n }\n ignoreTransfers\n individualBaseTokenPrice {\n eq\n gt\n gte\n lt\n lte\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n tokenAddress {\n eq\n }\n tokenId {\n eq\n }\n }\n ... on PriceEventWebhookCondition {\n priceEventNetworkId: networkId {\n eq\n }\n priceUsd {\n eq\n gt\n gte\n lt\n lte\n }\n priceEventTokenAddress: tokenAddress {\n eq\n }\n }\n ... on RawTransactionWebhookCondition {\n from {\n eq\n }\n ignoreNftEvents\n ignoreTokenPairEvents\n input {\n contains\n notContains\n }\n networkId {\n oneOf\n }\n to {\n eq\n }\n toOrFrom {\n eq\n }\n }\n ... on TokenPairEventWebhookCondition {\n eventType {\n oneOf\n }\n exchangeAddress {\n eq\n }\n maker {\n eq\n }\n networkId {\n oneOf\n }\n pairAddress {\n eq\n }\n swapValue {\n eq\n gt\n gte\n lt\n lte\n }\n tokenAddress {\n eq\n }\n }\n }\n created\n groupId\n id\n name\n publishingType\n retrySettings {\n maxRetries\n maxRetryDelay\n maxTimeElapsed\n minRetryDelay\n }\n status\n webhookType\n }\n }\n}": types.CreateWebhooksDocument, diff --git a/src/sdk/generated/graphql.ts b/src/sdk/generated/graphql.ts index a4ba80e..eeb41fd 100644 --- a/src/sdk/generated/graphql.ts +++ b/src/sdk/generated/graphql.ts @@ -483,7 +483,7 @@ export enum ContractType { export type CreateApiTokensInput = { /** Number of tokens to create, default is 1 */ count?: InputMaybe; - /** Number of seconds until the token expires, defaults to 1 hour (3600) */ + /** Number of milliseconds until the token expires, defaults to 1 hour (3600000) */ expiresIn?: InputMaybe; /** Number of requests allowed per token, represented as a string, default is 5000 */ requestLimit?: InputMaybe; @@ -2019,6 +2019,8 @@ export enum LaunchpadTokenProtocol { BoopFun = 'BoopFun', /** Protocol name for Clanker. */ Clanker = 'Clanker', + /** Protocol name for Clanker V4. */ + ClankerV4 = 'ClankerV4', /** Protocol name for EgoTech. */ EgoTech = 'EgoTech', /** Protocol name for Four.meme. */ @@ -5163,9 +5165,9 @@ export type OnEventsCreatedByMakerInput = { export type OnLaunchpadTokenEventBatchInput = { /** The type of event. */ eventType?: InputMaybe; - /** The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ + /** The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ launchpadName?: InputMaybe; - /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ + /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ launchpadNames?: InputMaybe>; /** The network ID that the token is deployed on. */ networkId?: InputMaybe; @@ -5181,9 +5183,9 @@ export type OnLaunchpadTokenEventInput = { address?: InputMaybe; /** The type of event. */ eventType?: InputMaybe; - /** The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ + /** The name of the launchpad. One of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ launchpadName?: InputMaybe; - /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ + /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ launchpadNames?: InputMaybe>; /** The network ID that the token is deployed on. */ networkId?: InputMaybe; @@ -5208,11 +5210,20 @@ export type OnTokenBarsUpdatedResponse = { eventSortKey: Scalars['String']['output']; /** The network ID the pair is deployed on. */ networkId: Scalars['Int']['output']; - /** The contract address for the pair. */ - pairAddress: Scalars['String']['output']; - /** The ID for the pair (`pairAddress`:`networkId`). */ - pairId: Scalars['String']['output']; - /** The quote token within the pair. */ + /** + * The contract address for the pair. + * @deprecated pairs are no longer used for pricing + */ + pairAddress?: Maybe; + /** + * The ID for the pair (`pairAddress`:`networkId`). + * @deprecated pairs are no longer used for pricing + */ + pairId?: Maybe; + /** + * The quote token within the pair. + * @deprecated pairs are no longer used for pricing + */ quoteToken?: Maybe; /** The type of statistics used. Can be `Filtered` or `Unfiltered`. */ statsType: TokenPairStatisticsType; @@ -5697,6 +5708,8 @@ export type PairMetadata = { priceChange12?: Maybe; /** The percent price change in the past 24 hours. Decimal format. */ priceChange24?: Maybe; + /** The non-quote token price in USD. */ + priceNonQuoteToken: Scalars['String']['output']; /** The token of interest within the pair. Can be `token0` or `token1`. */ quoteToken?: Maybe; /** The type of statistics returned. Can be `FILTERED` or `UNFILTERED` */ @@ -6782,6 +6795,8 @@ export type Query = { getPrimePools?: Maybe; /** Returns charting metadata for a given pair. Used for implementing a Trading View datafeed. */ getSymbol?: Maybe; + /** Returns bar chart data to track price changes over time. */ + getTokenBars?: Maybe; /** Returns transactions for a pair. */ getTokenEvents?: Maybe; /** Returns a list of token events for a given maker across all pairs. */ @@ -7195,6 +7210,19 @@ export type QueryGetSymbolArgs = { }; +export type QueryGetTokenBarsArgs = { + countback?: InputMaybe; + currencyCode?: InputMaybe; + from: Scalars['Int']['input']; + removeEmptyBars?: InputMaybe; + removeLeadingNullValues?: InputMaybe; + resolution: Scalars['String']['input']; + statsType?: InputMaybe; + symbol: Scalars['String']['input']; + to: Scalars['Int']['input']; +}; + + export type QueryGetTokenEventsArgs = { cursor?: InputMaybe; direction?: InputMaybe; @@ -7657,7 +7685,7 @@ export type Subscription = { onDetailedStatsUpdated?: Maybe; /** Live-streamed event labels for a token. */ onEventLabelCreated?: Maybe; - /** Live-streamed transactions for a token. */ + /** Live-streamed transactions for a pair. */ onEventsCreated?: Maybe; /** Live-streamed transactions for a maker. */ onEventsCreatedByMaker?: Maybe; @@ -8049,6 +8077,47 @@ export enum SymbolType { Token = 'TOKEN' } +/** Bar chart data to track price changes over time. */ +export type TokenBarsResponse = { + __typename?: 'TokenBarsResponse'; + /** The buy volume in USD */ + buyVolume: Array>; + /** The number of unique buyers */ + buyers: Array>; + /** The number of buys */ + buys: Array>; + /** The closing price. */ + c: Array>; + /** The high price. */ + h: Array>; + /** The low price. */ + l: Array>; + /** Liquidity in USD */ + liquidity: Array>; + /** The opening price. */ + o: Array>; + /** The status code for the batch: `ok` for successful data retrieval and `no_data` for empty responses signaling the end of server data. */ + s: Scalars['String']['output']; + /** The sell volume in USD */ + sellVolume: Array>; + /** The number of unique sellers */ + sellers: Array>; + /** The number of sells */ + sells: Array>; + /** The timestamp for the bar. */ + t: Array; + /** The token that is being returned */ + token: EnhancedToken; + /** The number of traders */ + traders: Array>; + /** The number of transactions */ + transactions: Array>; + /** The volume with higher precision. */ + volume?: Maybe>>; + /** The volume in the native token for the network */ + volumeNativeToken?: Maybe>>; +}; + /** Token burn event data. */ export type TokenBurnEventData = { __typename?: 'TokenBurnEventData'; @@ -8326,7 +8395,7 @@ export type TokenFilters = { launchpadMigrated?: InputMaybe; /** The timestamp when the launchpad was migrated */ launchpadMigratedAt?: InputMaybe; - /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ + /** A list of launchpad names. Any of the following: Pump.fun, Bonk, Baseapp, Zora, Zora Creator, Four.meme, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Vertigo, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults. */ launchpadName?: InputMaybe>; /** A list of launchpad protocols. */ launchpadProtocol?: InputMaybe>; @@ -8957,8 +9026,12 @@ export type TokenWalletFilterResult = { tokenAmountSoldAll1y: Scalars['String']['output']; /** Token amount sold all in the past 30 days */ tokenAmountSoldAll30d: Scalars['String']['output']; - /** The current token balance */ + /** The token balance in the wallet. This value does not update with every transfer and can be slightly stale. Use tokenBalanceLive for live data. */ tokenBalance: Scalars['String']['output']; + /** The current token balance in the wallet. */ + tokenBalanceLive?: Maybe; + /** The current USD value of the token balance. */ + tokenBalanceLiveUsd?: Maybe; }; /** A token with metadata. */ @@ -9169,6 +9242,8 @@ export type UnconfirmedSwapEventData = { export type UniswapV4Data = { __typename?: 'UniswapV4Data'; + /** Whether the token is the network token for the Uniswap V4 pool. */ + isToken0NetworkToken?: Maybe; type: Scalars['String']['output']; /** The address of the hook contract for Uniswap V4 pools. */ uniswapV4HookAddress?: Maybe; @@ -11121,7 +11196,7 @@ export type OnTokenBarsUpdatedSubscriptionVariables = Exact<{ }>; -export type OnTokenBarsUpdatedSubscription = { __typename?: 'Subscription', onTokenBarsUpdated?: { __typename?: 'OnTokenBarsUpdatedResponse', eventSortKey: string, networkId: number, pairAddress: string, pairId: string, quoteToken?: QuoteToken | null, statsType: TokenPairStatisticsType, timestamp: number, tokenAddress: string, tokenId: string, aggregates: { __typename?: 'ResolutionBarData', r1?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r1D?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r1S?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r5?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r5S?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r7D?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r15?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r15S?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r30?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r30S?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r60?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r240?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r720?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null } } | null }; +export type OnTokenBarsUpdatedSubscription = { __typename?: 'Subscription', onTokenBarsUpdated?: { __typename?: 'OnTokenBarsUpdatedResponse', eventSortKey: string, networkId: number, pairAddress?: string | null, pairId?: string | null, quoteToken?: QuoteToken | null, statsType: TokenPairStatisticsType, timestamp: number, tokenAddress: string, tokenId: string, aggregates: { __typename?: 'ResolutionBarData', r1?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r1D?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r1S?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r5?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r5S?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r7D?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r15?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r15S?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r30?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r30S?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r60?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r240?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null, r720?: { __typename?: 'CurrencyBarData', t: number, token: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string }, usd: { __typename?: 'IndividualBarData', buyVolume: string, buyers: number, buys: number, c: number, h: number, l: number, liquidity: string, o: number, sellVolume: string, sellers: number, sells: number, t: number, traders: number, transactions: number, v?: number | null, volume: string, volumeNativeToken: string } } | null } } | null }; export type OnTokenEventsCreatedSubscriptionVariables = Exact<{ input: OnTokenEventsCreatedInput;