{
  "__schema": {
    "description": null,
    "queryType": {
      "name": "Query",
      "kind": "OBJECT"
    },
    "mutationType": {
      "name": "Mutation",
      "kind": "OBJECT"
    },
    "subscriptionType": {
      "name": "Subscription",
      "kind": "OBJECT"
    },
    "types": [
      {
        "kind": "OBJECT",
        "name": "AddEventsByMakerOutput",
        "description": "Response returned by `onEventsCreatedByMaker`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "events",
            "description": "A list of transactions for the maker.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Event",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "makerAddress",
            "description": "The address of the maker.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AddEventsOutput",
        "description": "Response returned by `onEventsCreated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "events",
            "description": "A list of transactions for the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Event",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the event (`address`:`networkId`). For example, `0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID that the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The token of interest within the pair. Can be `token0` or `token1`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AddNftEventsOutput",
        "description": "Response returned by `onNftEventsCreated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "events",
            "description": "A list of NFT transactions streaming real-time.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NftEvent",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The id of the collection (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AddNftPoolEventsOutput",
        "description": "Response returned by `onNftPoolEventsCreated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "collectionAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "events",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NftPoolEvent",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AddPredictionTradeOutput",
        "description": "Payload for `onPredictionTradesCreated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades",
            "description": "The number of trades.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PredictionTrade",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AddTokenEventsOutput",
        "description": "Response returned by `onTokenEventsCreated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "events",
            "description": "A list of transactions for the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Event",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the event (`address`:`networkId`). For example, `0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AddTokenLifecycleEventsOutput",
        "description": "Response returned by `onTokenLifecycleEventsCreated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "events",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "TokenLifecycleEvent",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AddUnconfirmedEventsByMakerOutput",
        "description": "Response returned by deprecated `onUnconfirmedEventsCreatedByMaker`. Prefer `onEventsCreatedByMaker(commitmentLevel: [Processed])`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "events",
            "description": "A list of transactions for the maker.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "UnconfirmedEvent",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "makerAddress",
            "description": "The wallet address of the maker.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AddUnconfirmedEventsOutput",
        "description": "Response returned by deprecated `onUnconfirmedEventsCreated`. Prefer `onEventsCreated(commitmentLevel: [Processed])`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "events",
            "description": "A list of transactions for the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "UnconfirmedEvent",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the event (`address`:`networkId`). For example, `0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID that the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The token of interest within the pair. Can be `token0` or `token1`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "AlertRecurrence",
        "description": "The recurrence of the webhook. Can be `INDEFINITE` or `ONCE`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "INDEFINITE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ONCE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ApiToken",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "expiresTimeString",
            "description": "ISO time string for the expiry of the token",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "Unique identifier for the token",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "remaining",
            "description": "Approximate number of remaining resolutions before this token is rate limited",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "requestLimit",
            "description": "Number of root fields this api token is allowed to resolve before it's rate limited",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token",
            "description": "JWT to be passed into the Authorization header for API requests",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AptosNetworkConfig",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "baseTokenAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "color",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairQuoteToken",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "QuoteToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "enabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "explorer",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ExplorerConfig",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mainnet",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkIconUrl",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkShortName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkType",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NetworkConfigType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newTokensEnabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stableCoinAddresses",
            "description": null,
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wrappedBaseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ArenaTradeData",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "tokenId",
            "description": "Protocol specific token ID",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Asset",
        "description": "A Grid asset — a canonical representation of an on-chain token or instrument.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "assetDeployments",
            "description": "Deployments of this asset across chains.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "AssetDeployment",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "A description of the asset.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "icon",
            "description": "The asset icon URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The Grid asset ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The asset name.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rootId",
            "description": "The Grid root ID for the parent organization.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The asset status.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ticker",
            "description": "The asset ticker symbol.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The asset type (e.g. `token`, `stablecoin`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "AssetDeployment",
        "description": "A deployment of a Grid asset on a specific chain.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the deployment.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "assetId",
            "description": "The Grid asset ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The deployment ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the asset is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rootId",
            "description": "The Grid root ID for the parent organization.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "standard",
            "description": "The token standard (e.g. `ERC20`, `SPL`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token",
            "description": "The enhanced token this deployment represents.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Balance",
        "description": "Wallet balance of a token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The wallet address.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balance",
            "description": "The balance held by the wallet.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceUsd",
            "description": "The balance held by the wallet in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstHeldTimestamp",
            "description": "The time that this address first held a token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": "The liquidity of the token in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The wallet network.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "shiftedBalance",
            "description": "The balance held by the wallet, adjusted by the number of decimals in the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token",
            "description": "Metadata for the token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The contract address of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The ID of the token (`tokenAddress:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenPriceUsd",
            "description": "The token price in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletId",
            "description": "The ID of the wallet (`walletAddress:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "BalancesInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filterToken",
            "description": "Optional token specifically request the balance for. Only works with `walletId`.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use tokens list instead"
          },
          {
            "name": "includeNative",
            "description": "Whether to include native network balances in the response (ID will be native:&lt;networkId&gt;). Requires a list of `networks`. Does not apply when using `tokens`.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "The maximum number of holdings to return. Does not apply when using `tokens`.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networks",
            "description": "The network IDs to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "removeScams",
            "description": "Whether to remove scam tokens from the response.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sortBy",
            "description": "The attribute to sort the list on. Defaults to BALANCE (raw token amount).",
            "type": {
              "kind": "ENUM",
              "name": "BalancesSortAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sortDirection",
            "description": "The direction to sort the list. Defaults to DESC (highest value first).",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokens",
            "description": "The token IDs (`address:networkId`) or addresses to request the balance for. Requires a list of `networks` if only passing addresses. Include native network balances using `native` as the token address. Only applied when using `walletAddress` (not `walletId`). Max 200 tokens.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The wallet address to filter by.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletId",
            "description": "The ID of the wallet (`walletAddress:networkId`).",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use walletAddress and networkId instead"
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "BalancesResponse",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list of token balances that a wallet has.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Balance",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "BalancesSortAttribute",
        "description": "The attribute to sort balances by.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BALANCE",
            "description": "Sort by raw token balance amount (default).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "USD_VALUE",
            "description": "Sort by USD value (descending).",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "BarCommitmentLevel",
        "description": "The commitment level of a streamed bar update for Solana subscriptions.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Confirmed",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Processed",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "BarsResponse",
        "description": "Bar chart data to track price changes over time.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "averageCostPerTrade",
            "description": "Average total fee cost per transaction in USD (totalFees / transactions). Null when there are no transactions.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseFees",
            "description": "The aggregate base fees (gas) in USD",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips",
            "description": "The aggregate builder tips (MEV) in USD",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "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": "feeRegimeClassification",
            "description": "Dominant fee component: gas-dominated (gas &gt;50% of fees), mev-dominated (tips &gt;20%), or pool-fee-dominated. Null when no fees.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeToVolumeRatio",
            "description": "Ratio of total fees to volume (totalFees / volume). Null when volume is zero.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gasPerVolume",
            "description": "Gas cost per dollar of volume ((baseFees + priorityFees + l1DataFees) / volume). Null when volume is zero.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "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": "l1DataFees",
            "description": "The aggregate L1 data posting fees in USD (L2 rollups only)",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "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": "mevRiskLevel",
            "description": "MEV risk level for this bar: low (&lt;3% builder tips), medium (3-30%), or high (&gt;30%). Null for pre-genesis bars.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mevToTotalFeesRatio",
            "description": "Ratio of builder tips (MEV) to total fees (builderTips / totalFees). Null when totalFees is zero.",
            "args": [],
            "type": {
              "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": "pair",
            "description": "The pair that is being returned",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Pair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees",
            "description": "The aggregate pool/DEX fees in USD",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees",
            "description": "The aggregate priority fees in USD",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "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": "sandwichRate",
            "description": "Rate of sandwich attacks per transaction (sandwichedEventCount / transactions). Null when no transaction data.",
            "args": [],
            "type": {
              "kind": "LIST",
              "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": "totalFees",
            "description": "The total fees in USD (sum of poolFees + baseFees + priorityFees + builderTips + l1DataFees)",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "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": "v",
            "description": "The volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                }
              }
            },
            "isDeprecated": true,
            "deprecationReason": "Use volume field instead"
          },
          {
            "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": "Block",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "blockNumber",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hash",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "BlocksInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "blockNumbers",
            "description": null,
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": null,
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamps",
            "description": null,
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "BondingCurveType",
        "description": "The mathematical formula that defines how the prices of NFTs change after each buy or sell within a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "EXPONENTIAL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GDA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LINEAR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "XYK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "Boolean",
        "description": "The `Boolean` scalar type represents `true` or `false`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "BucketKeyInput",
        "description": "A bucket identifier for grouping and querying webhooks. Provide both fields together so bucket-based queries work correctly.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "bucketId",
            "description": "The bucket ID for the webhook.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketSortKey",
            "description": "The bucket sort key for the webhook.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "BurnEventData",
        "description": "Event data for a token burn event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount0",
            "description": "The amount of `token0` removed from the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount0Shifted",
            "description": "The amount of `token0` removed from the pair, adjusted by the number of decimals in the token. For example, if `amount0` is in WEI, `amount0Shifted` will be in ETH.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount1",
            "description": "The amount of `token1` removed from the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount1Shifted",
            "description": "The amount of `token1` removed from the pair, adjusted by the number of decimals in the token. For example, USDC `amount1Shifted` will be by 6 decimals.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tickLower",
            "description": "The lower tick boundary of the position. Only applicable for UniswapV3 events.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tickUpper",
            "description": "The upper tick boundary of the position. Only applicable for UniswapV3 events.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of token event, `Burn`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ChartImageOptions",
        "description": "Input options for the chart image.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "expirationSeconds",
            "description": "The expiry time of the image in seconds. Max: 172800 (2 days). Default: 900 (15 minutes).",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "height",
            "description": "The height of the image in pixels. Max: 1200. Default: 450.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "width",
            "description": "The width of the image in pixels. Max: 1200. Default: 800.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ChartInput",
        "description": "Input type of `chartUrls`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "pair",
            "description": "The input required to fetch a pair chart.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "PairChartInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ChartTheme",
        "description": "The color theme of the chart.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "DARK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LIGHT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ChartUrl",
        "description": "The chart url.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "url",
            "description": "The chart url.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ChartUrlsResponse",
        "description": "The response type for a chart url query.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "pair",
            "description": "The pair chart url.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ChartUrl",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "CommunityNote",
        "description": "Community gathered proposals for an asset.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the contract.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "contractType",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ContractType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currentContract",
            "description": null,
            "args": [],
            "type": {
              "kind": "UNION",
              "name": "EnhancedContract",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currentData",
            "description": "The contract after the community note was applied.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the contract (`address:id`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "moderatedAt",
            "description": "The unix timestamp of when the community note was moderated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the contract is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previousData",
            "description": "The contract before the community note was applied.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "JSON",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "proposalData",
            "description": "The data of the community note.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "JSON",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "proposalNum",
            "description": "The ordinal number of the community note.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "proposalType",
            "description": "The type of the community note.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "CommunityNoteType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "proposedAt",
            "description": "The unix timestamp of when the community note was created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sortKey",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The status of the community note.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ContractProposalStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "CommunityNoteType",
        "description": "Type of the community gathered note.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ATTRIBUTE",
            "description": "An contract attribute change.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOGO",
            "description": "A logo change.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SCAM",
            "description": "A scam report.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CommunityNotesFilter",
        "description": "Filters for community notes.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The contract address of the contract.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "contractType",
            "description": null,
            "type": {
              "kind": "ENUM",
              "name": "ContractType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the contract is deployed on.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "proposalType",
            "description": "The type of the proposal.",
            "type": {
              "kind": "ENUM",
              "name": "CommunityNoteType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CommunityNotesInput",
        "description": "Input type of `getCommunityNotes`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "cursor",
            "description": "The cursor to use for pagination.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filter",
            "description": "A set of filters to apply",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CommunityNotesFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "The maximum number of community notes to return.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "CommunityNotesResponse",
        "description": "Community notes data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The number of community notes returned.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list of community notes matching the filter parameters.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "CommunityNote",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ComparisonOperator",
        "description": "Comparison operators.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "eq",
            "description": "Equal to.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gt",
            "description": "Greater than.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gte",
            "description": "Greater than or equal to.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lt",
            "description": "Less than.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lte",
            "description": "Less than or equal to.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ComparisonOperatorInput",
        "description": "Input for comparison operators.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "eq",
            "description": "Equal to.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gt",
            "description": "Greater than.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gte",
            "description": "Greater than or equal.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lt",
            "description": "Less than.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lte",
            "description": "Less than or equal.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ContractLabel",
        "description": "Metadata for a contract label.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "createdAt",
            "description": "The unix timestamp for when the contract label was created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subType",
            "description": "The contract label sub-type. Can be `Generic`, `HighTax`, `HoneyPot` or `Imitator`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ContractLabelSubType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The contract label type. Can be `Scam`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ContractLabelType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ContractLabelSubType",
        "description": "The contract label sub-type.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Generic",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HighTax",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HoneyPot",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Imitator",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ContractLabelType",
        "description": "The contract label type.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Scam",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Verified",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ContractProposalStatus",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ACCEPTED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PENDING",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REJECTED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REVERTED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ContractType",
        "description": "Type of the contract.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "NFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOKEN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WALLET",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateApiTokensInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "count",
            "description": "Number of tokens to create, default is 1",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expiresIn",
            "description": "Number of milliseconds until the token expires, defaults to 1 hour (3600000)",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "requestLimit",
            "description": "Number of requests allowed per token, represented as a string, default is 5000",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateMarketCapWebhookArgs",
        "description": "Input for creating a market cap webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "alertRecurrence",
            "description": "The recurrence of the webhook. Can be `INDEFINITE` or `ONCE`.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AlertRecurrence",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketId",
            "description": "Deprecated. Use `bucketKey.bucketId` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketId instead."
          },
          {
            "name": "bucketKey",
            "description": "An optional bucket key for grouping and querying webhooks. Prefer this over the deprecated flat bucket fields.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "BucketKeyInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketSortkey",
            "description": "Deprecated. Use `bucketKey.bucketSortKey` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketSortKey instead."
          },
          {
            "name": "callbackUrl",
            "description": "The url to which the webhook message should be sent.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "conditions",
            "description": "The conditions which must be met in order for the webhook to send a message.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "MarketCapEventWebhookConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deduplicate",
            "description": "If enabled, new webhooks won't be created if a webhook with the same parameters already exists. If callbackUrl, conditions, publishingType, and alertRecurrence all match, then we return the existing webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "groupId",
            "description": "A webhook group ID (max 64 characters). Can be used to group webhooks so that their messages are kept in order as a group rather than by individual webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "GroupId is deprecated and will be removed in the future. Messages will be grouped by webhookId"
          },
          {
            "name": "name",
            "description": "The name of the webhook (max 128 characters).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "publishingType",
            "description": "The type of publishing for the webhook. If not set, it defaults to `SINGLE`.",
            "type": {
              "kind": "ENUM",
              "name": "PublishingType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "retrySettings",
            "description": "The settings for retrying failed webhook messages.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RetrySettingsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "securityToken",
            "description": "A string value to hash along with `deduplicationId` using SHA-256. Included in the webhook message for added security.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateMarketCapWebhooksInput",
        "description": "Input for creating market cap webhooks.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "webhooks",
            "description": "A list of market cap webhooks to create.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "CreateMarketCapWebhookArgs",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateNftEventWebhookArgs",
        "description": "Input for creating an NFT event webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "alertRecurrence",
            "description": "The recurrence of the webhook. Can be `INDEFINITE` or `ONCE`.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AlertRecurrence",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketId",
            "description": "Deprecated. Use `bucketKey.bucketId` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketId instead."
          },
          {
            "name": "bucketKey",
            "description": "An optional bucket key for grouping and querying webhooks. Prefer this over the deprecated flat bucket fields.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "BucketKeyInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketSortkey",
            "description": "Deprecated. Use `bucketKey.bucketSortKey` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketSortKey instead."
          },
          {
            "name": "callbackUrl",
            "description": "The url to which the webhook message should be sent.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "conditions",
            "description": "The conditions which must be met in order for the webhook to send a message.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "NftEventWebhookConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deduplicate",
            "description": "If enabled, new webhooks won't be created if a webhook with the same parameters already exists. If callbackUrl, conditions, publishingType, and alertRecurrence all match, then we return the existing webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "groupId",
            "description": "A webhook group ID (max 64 characters). Can be used to group webhooks so that their messages are kept in order as a group rather than by individual webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "GroupId is deprecated and will be removed in the future. Messages will be grouped by webhookId"
          },
          {
            "name": "name",
            "description": "The name of the webhook (max 128 characters).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "publishingType",
            "description": "The type of publishing for the webhook. If not set, it defaults to `SINGLE`.",
            "type": {
              "kind": "ENUM",
              "name": "PublishingType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "retrySettings",
            "description": "The settings for retrying failed webhook messages.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RetrySettingsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "securityToken",
            "description": "A string value to hash along with `deduplicationId` using SHA-256. Included in the webhook message for added security.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateNftEventWebhooksInput",
        "description": "Input for creating NFT event webhooks.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "webhooks",
            "description": "A list of NFT event webhooks to create.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "CreateNftEventWebhookArgs",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreatePredictionTradeWebhookArgs",
        "description": "Input for creating a prediction trade webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "alertRecurrence",
            "description": "The recurrence of the webhook. Can be `INDEFINITE` or `ONCE`.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AlertRecurrence",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketKey",
            "description": "An optional bucket key for grouping and querying webhooks. Prefer this over the deprecated flat bucket fields.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "BucketKeyInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "callbackUrl",
            "description": "The url to which the webhook message should be sent.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "conditions",
            "description": "The conditions which must be met in order for the webhook to send a message.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "PredictionTradeWebhookConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the webhook (max 128 characters).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "retrySettings",
            "description": "The settings for retrying failed webhook messages.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RetrySettingsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "securityToken",
            "description": "A string value to hash along with `deduplicationId` using SHA-256. Included in the webhook message for added security.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreatePredictionTradeWebhooksInput",
        "description": "Input for creating prediction trade webhooks.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "webhooks",
            "description": "A list of prediction trade webhooks to create.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "CreatePredictionTradeWebhookArgs",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreatePriceWebhookArgs",
        "description": "Input for creating a price webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "alertRecurrence",
            "description": "The recurrence of the webhook. Can be `INDEFINITE` or `ONCE`.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AlertRecurrence",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketId",
            "description": "Deprecated. Use `bucketKey.bucketId` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketId instead."
          },
          {
            "name": "bucketKey",
            "description": "An optional bucket key for grouping and querying webhooks. Prefer this over the deprecated flat bucket fields.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "BucketKeyInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketSortkey",
            "description": "Deprecated. Use `bucketKey.bucketSortKey` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketSortKey instead."
          },
          {
            "name": "callbackUrl",
            "description": "The url to which the webhook message should be sent.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "conditions",
            "description": "The conditions which must be met in order for the webhook to send a message.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "PriceEventWebhookConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deduplicate",
            "description": "If enabled, new webhooks won't be created if a webhook with the same parameters already exists. If callbackUrl, conditions, publishingType, and alertRecurrence all match, then we return the existing webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "groupId",
            "description": "A webhook group ID (max 64 characters). Can be used to group webhooks so that their messages are kept in order as a group rather than by individual webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "GroupId is deprecated and will be removed in the future. Messages will be grouped by webhookId"
          },
          {
            "name": "name",
            "description": "The name of the webhook (max 128 characters).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "publishingType",
            "description": "The type of publishing for the webhook. If not set, it defaults to `SINGLE`.",
            "type": {
              "kind": "ENUM",
              "name": "PublishingType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "retrySettings",
            "description": "The settings for retrying failed webhook messages.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RetrySettingsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "securityToken",
            "description": "A string value to hash along with `deduplicationId` using SHA-256. Included in the webhook message for added security.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreatePriceWebhooksInput",
        "description": "Input for creating price webhooks.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "webhooks",
            "description": "A list of price webhooks to create.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "CreatePriceWebhookArgs",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateRawTransactionWebhookArgs",
        "description": "Input for creating a Raw Transaction webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "alertRecurrence",
            "description": "The recurrence of the webhook. Can be `INDEFINITE` or `ONCE`.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AlertRecurrence",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketId",
            "description": "Deprecated. Use `bucketKey.bucketId` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketId instead."
          },
          {
            "name": "bucketKey",
            "description": "An optional bucket key for grouping and querying webhooks. Prefer this over the deprecated flat bucket fields.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "BucketKeyInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketSortkey",
            "description": "Deprecated. Use `bucketKey.bucketSortKey` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketSortKey instead."
          },
          {
            "name": "callbackUrl",
            "description": "The url to which the webhook message should be sent.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "conditions",
            "description": "The conditions which must be met in order for the webhook to send a message.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "RawTransactionWebhookConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deduplicate",
            "description": "If enabled, new webhooks won't be created if a webhook with the same parameters already exists. If callbackUrl, conditions, publishingType, and alertRecurrence all match, then we return the existing webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "groupId",
            "description": "A webhook group ID (max 64 characters). Can be used to group webhooks so that their messages are kept in order as a group rather than by individual webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "GroupId is deprecated and will be removed in the future. Messages will be grouped by webhookId"
          },
          {
            "name": "name",
            "description": "The name of the webhook (max 128 characters).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "publishingType",
            "description": "The type of publishing for the webhook. If not set, it defaults to `SINGLE`.",
            "type": {
              "kind": "ENUM",
              "name": "PublishingType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "retrySettings",
            "description": "The settings for retrying failed webhook messages.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RetrySettingsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "securityToken",
            "description": "A string value to hash along with `deduplicationId` using SHA-256. Included in the webhook message for added security.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateRawTransactionWebhooksInput",
        "description": "Input for creating Raw Transaction webhooks.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "webhooks",
            "description": "A list of Raw Transaction webhooks to create.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "CreateRawTransactionWebhookArgs",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateTokenPairEventWebhookArgs",
        "description": "Input for creating a token pair event webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "alertRecurrence",
            "description": "The recurrence of the webhook. Can be `INDEFINITE` or `ONCE`.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AlertRecurrence",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketId",
            "description": "Deprecated. Use `bucketKey.bucketId` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketId instead."
          },
          {
            "name": "bucketKey",
            "description": "An optional bucket key for grouping and querying webhooks. Prefer this over the deprecated flat bucket fields.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "BucketKeyInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketSortkey",
            "description": "Deprecated. Use `bucketKey.bucketSortKey` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketSortKey instead."
          },
          {
            "name": "callbackUrl",
            "description": "The url to which the webhook message should be sent.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "conditions",
            "description": "The conditions which must be met in order for the webhook to send a message.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "TokenPairEventWebhookConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deduplicate",
            "description": "If enabled, new webhooks won't be created if a webhook with the same parameters already exists. If callbackUrl, conditions, publishingType, and alertRecurrence all match, then we return the existing webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "groupId",
            "description": "A webhook group ID (max 64 characters). Can be used to group webhooks so that their messages are kept in order as a group rather than by individual webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "GroupId is deprecated and will be removed in the future. Messages will be grouped by webhookId"
          },
          {
            "name": "name",
            "description": "The name of the webhook (max 128 characters).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "publishingType",
            "description": "The type of publishing for the webhook. If not set, it defaults to `SINGLE`.",
            "type": {
              "kind": "ENUM",
              "name": "PublishingType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "retrySettings",
            "description": "The settings for retrying failed webhook messages.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RetrySettingsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "securityToken",
            "description": "A string value to hash along with `deduplicationId` using SHA-256. Included in the webhook message for added security.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateTokenPairEventWebhooksInput",
        "description": "Input for creating token pair event webhooks.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "webhooks",
            "description": "A list of token pair event webhooks to create.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "CreateTokenPairEventWebhookArgs",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateTokenPriceEventWebhookArgs",
        "description": "Input for creating a token price event webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "alertRecurrence",
            "description": "The recurrence of the webhook. Can be `INDEFINITE` or `ONCE`.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AlertRecurrence",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketId",
            "description": "Deprecated. Use `bucketKey.bucketId` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketId instead."
          },
          {
            "name": "bucketKey",
            "description": "An optional bucket key for grouping and querying webhooks. Prefer this over the deprecated flat bucket fields.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "BucketKeyInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketSortkey",
            "description": "Deprecated. Use `bucketKey.bucketSortKey` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketSortKey instead."
          },
          {
            "name": "callbackUrl",
            "description": "The url to which the webhook message should be sent.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "conditions",
            "description": "The conditions which must be met in order for the webhook to send a message.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "TokenPriceEventWebhookConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deduplicate",
            "description": "If enabled, new webhooks won't be created if a webhook with the same parameters already exists. If callbackUrl, conditions, publishingType, and alertRecurrence all match, then we return the existing webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the webhook (max 128 characters).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "publishingType",
            "description": "The type of publishing for the webhook. If not set, it defaults to `SINGLE`.",
            "type": {
              "kind": "ENUM",
              "name": "PublishingType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "retrySettings",
            "description": "The settings for retrying failed webhook messages.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RetrySettingsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "securityToken",
            "description": "A string value to hash along with `deduplicationId` using SHA-256. Included in the webhook message for added security.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateTokenPriceEventWebhooksInput",
        "description": "Input for creating token price event webhooks.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "webhooks",
            "description": "A list of token price event webhooks to create.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "CreateTokenPriceEventWebhookArgs",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateTokenTransferEventWebhookArgs",
        "description": "Input for creating a token transfer event webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "alertRecurrence",
            "description": "The recurrence of the webhook. Can be `INDEFINITE` or `ONCE`.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AlertRecurrence",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketId",
            "description": "Deprecated. Use `bucketKey.bucketId` instead. Existing webhofoks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketId instead."
          },
          {
            "name": "bucketKey",
            "description": "An optional bucket key for grouping and querying webhooks. Prefer this over the deprecated flat bucket fields.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "BucketKeyInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketSortkey",
            "description": "Deprecated. Use `bucketKey.bucketSortKey` instead. Existing webhooks created with `bucketId` and `bucketSortkey` will continue to work.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use bucketKey.bucketSortKey instead."
          },
          {
            "name": "callbackUrl",
            "description": "The url to which the webhook message should be sent.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "conditions",
            "description": "The conditions which must be met in order for the webhook to send a message.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "TokenTransferEventWebhookConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deduplicate",
            "description": "If enabled, new webhooks won't be created if a webhook with the same parameters already exists. If callbackUrl, conditions, publishingType, and alertRecurrence all match, then we return the existing webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the webhook (max 128 characters).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "publishingType",
            "description": "The type of publishing for the webhook. If not set, it defaults to `SINGLE`.",
            "type": {
              "kind": "ENUM",
              "name": "PublishingType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "retrySettings",
            "description": "The settings for retrying failed webhook messages.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "RetrySettingsInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "securityToken",
            "description": "A string value to hash along with `deduplicationId` using SHA-256. Included in the webhook message for added security.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateTokenTransferEventWebhooksInput",
        "description": "Input for creating token transfer event webhooks.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "webhooks",
            "description": "A list of token transfer event webhooks to create.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "CreateTokenTransferEventWebhookArgs",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "CreateWebhooksInput",
        "description": "Input for creating webhooks.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "marketCapWebhooksInput",
            "description": "Input for creating market cap webhooks.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CreateMarketCapWebhooksInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftEventWebhooksInput",
            "description": "Input for creating NFT event webhooks.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CreateNftEventWebhooksInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionTradeWebhooksInput",
            "description": "Input for creating prediction trade webhooks.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CreatePredictionTradeWebhooksInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceWebhooksInput",
            "description": "Input for creating price webhooks.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CreatePriceWebhooksInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use tokenPriceEventWebhooksInput instead."
          },
          {
            "name": "rawTransactionWebhooksInput",
            "description": "Input for creating raw transaction webhooks.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CreateRawTransactionWebhooksInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenPairEventWebhooksInput",
            "description": "Input for creating token pair event webhooks.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CreateTokenPairEventWebhooksInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenPriceEventWebhooksInput",
            "description": "Input for creating token price event webhooks.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CreateTokenPriceEventWebhooksInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenTransferEventWebhooksInput",
            "description": "Input for creating token transfer event webhooks.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "CreateTokenTransferEventWebhooksInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "CreateWebhooksOutput",
        "description": "Result returned by `createWebhooks`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "marketCapWebhooks",
            "description": "The list of market cap event webhooks that were created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Webhook",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftEventWebhooks",
            "description": "The list of NFT event webhooks that were created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Webhook",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionTradeWebhooks",
            "description": "The list of prediction trade webhooks that were created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Webhook",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceWebhooks",
            "description": "The list of price webhooks that were created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Webhook",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rawTransactionWebhooks",
            "description": "The list of raw transaction webhooks that were created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Webhook",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenPairEventWebhooks",
            "description": "The list of token pair event webhooks that were created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Webhook",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenPriceEventWebhooks",
            "description": "The list of token price event webhooks that were created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Webhook",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenTransferEventWebhooks",
            "description": "The list of token transfer event webhooks that were created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Webhook",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "CurrencyBarData",
        "description": "Price data for a bar at a specific resolution.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "t",
            "description": "The timestamp for the bar.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token",
            "description": "Bar chart data in the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "IndividualBarData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usd",
            "description": "Bar chart data in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "IndividualBarData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "CurrencyOHLC",
        "description": "OHLC (Open/High/Low/Close) values for a currency pair.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "close",
            "description": "Closing value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high",
            "description": "High value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low",
            "description": "Low value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "open",
            "description": "Opening value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "CurrencyValuePair",
        "description": "A currency value pair containing both USD and collateral token values.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "ct",
            "description": "Value in collateral token units.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usd",
            "description": "Value in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "DeleteWebhooksInput",
        "description": "Input for deleting webhooks.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "webhookIds",
            "description": "A list of webhook IDs to delete.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DeleteWebhooksOutput",
        "description": "Result returned by `deleteWebhooks`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "deletedIds",
            "description": "The list of webhook IDs that were deleted.",
            "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": "DetailedNftStats",
        "description": "Detailed stats for an NFT collection.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "collectionAddress",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "grouping",
            "description": "The marketplace address or `all`. Can be used to get marketplace-specific metrics.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_day1",
            "description": "The breakdown of stats over a 24 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedNftStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_day30",
            "description": "The breakdown of stats over a 30 day window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedNftStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour1",
            "description": "The breakdown of stats over an hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedNftStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour4",
            "description": "The breakdown of stats over a 4 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedNftStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour12",
            "description": "The breakdown of stats over a 12 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedNftStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_week1",
            "description": "The breakdown of stats over a 7 day window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedNftStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedNftStatsBucketTimestamp",
        "description": "The start/end timestamp for a given bucket within the window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "end",
            "description": "The unix timestamp for the end of the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": "The unix timestamp for the start of the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "DetailedNftStatsDuration",
        "description": "The duration used to request detailed NFT stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "day1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "day30",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedNftStatsNumberMetrics",
        "description": "Number metrics for detailed NFT stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buckets",
            "description": "The list of aggregated values for each bucket.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change",
            "description": "The percent change between the `currentValue` and `previousValue`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currentValue",
            "description": "The total value for the most recent duration.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previousValue",
            "description": "The total value for the previous duration.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedNftStatsStringMetrics",
        "description": "String metrics for detailed NFT stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buckets",
            "description": "The list of aggregated values for each bucket.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change",
            "description": "The percent change between the `currentValue` and `previousValue`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currentValue",
            "description": "The total value for the most recent duration.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previousValue",
            "description": "The total value for the previous duration.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedPairStats",
        "description": "Detailed stats for a token within a pair.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "bucketCount",
            "description": "Number of aggregated buckets specified in input",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransaction",
            "description": "The unix timestamp for the last transaction to happen on the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the pair is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pair",
            "description": null,
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Pair",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The contract address of the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "queryTimestamp",
            "description": "The timestamp specified as input to the query",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsType",
            "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TokenPairStatisticsType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_day1",
            "description": "The breakdown of stats over a 24 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedPairStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_day30",
            "description": "The breakdown of stats over a 30 day window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedPairStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour1",
            "description": "The breakdown of stats over an hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedPairStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour4",
            "description": "The breakdown of stats over a 4 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedPairStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour12",
            "description": "The breakdown of stats over a 12 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedPairStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_min5",
            "description": "The breakdown of stats over a 5 minute window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedPairStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_min15",
            "description": "The breakdown of stats over a 15 minute window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedPairStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_week1",
            "description": "The breakdown of stats over a 7 day window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedPairStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenOfInterest",
            "description": "The token of interest used to calculate token-specific stats.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "TokenOfInterest",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedPairStatsBucketTimestamp",
        "description": "The start/end timestamp for a given bucket within the window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "end",
            "description": "The unix timestamp for the start of the bucket.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": "The unix timestamp for the start of the bucket.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "DetailedPairStatsDuration",
        "description": "The duration used to request detailed pair stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "day1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "day30",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min5",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min15",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedPairStatsNumberMetrics",
        "description": "Number metrics for detailed pair stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buckets",
            "description": "The list of aggregated values for each bucket.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change",
            "description": "The percent change between the `currentValue` and `previousValue`. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currentValue",
            "description": "The total value for the most recent duration.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previousValue",
            "description": "The total value for the previous duration.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedPairStatsStringMetrics",
        "description": "String metrics for detailed pair stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buckets",
            "description": "The list of aggregated values for each bucket.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change",
            "description": "The percent change between the `currentValue` and `previousValue`. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currentValue",
            "description": "The total value for the most recent duration.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previousValue",
            "description": "The total value for the previous duration.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedPredictionEventStats",
        "description": "Response returned by `detailedPredictionEventStats`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "allTimeStats",
            "description": "All-time aggregate stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionEventAllTimeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The timestamp of the last transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lifecycle",
            "description": "Lifecycle metadata.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionLifecycleStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionEvent",
            "description": "The prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionEvent",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionMarkets",
            "description": "The prediction markets.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionMarket",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScores",
            "description": "Relevance scores across time windows.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedPredictionStatsScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsDay1",
            "description": "Stats for the 1-day window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour1",
            "description": "Stats for the 1-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour4",
            "description": "Stats for the 4-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour12",
            "description": "Stats for the 12-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsMin5",
            "description": "Stats for the 5-minute window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsWeek1",
            "description": "Stats for the 1-week window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScores",
            "description": "Trending scores across time windows.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedPredictionStatsScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "DetailedPredictionEventStatsInput",
        "description": "Input type of `detailedPredictionEventStats`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "bucketCount",
            "description": "The number of stat buckets to return.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "durations",
            "description": "The stat durations to include.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionStatsDuration",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedPredictionMarketStats",
        "description": "Response returned by `detailedPredictionMarketStats`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "allTimeStats",
            "description": "All-time aggregate stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionMarketAllTimeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScores",
            "description": "Competitive scores across time windows.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedPredictionStatsScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The timestamp of the last transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lifecycle",
            "description": "Lifecycle metadata.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionLifecycleStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionEvent",
            "description": "The prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionEvent",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionMarket",
            "description": "The prediction market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionMarket",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScores",
            "description": "Relevance scores across time windows.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedPredictionStatsScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsDay1",
            "description": "Stats for the 1-day window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour1",
            "description": "Stats for the 1-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour4",
            "description": "Stats for the 4-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour12",
            "description": "Stats for the 12-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsMin5",
            "description": "Stats for the 5-minute window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsWeek1",
            "description": "Stats for the 1-week window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScores",
            "description": "Trending scores across time windows.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedPredictionStatsScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "DetailedPredictionMarketStatsInput",
        "description": "Input type of `detailedPredictionMarketStats`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "bucketCount",
            "description": "The number of stat buckets to return.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "durations",
            "description": "The stat durations to include.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionStatsDuration",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedPredictionStatsScores",
        "description": "Scores across multiple time windows for a prediction entity.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "score1",
            "description": "The score1.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "score1w",
            "description": "The score1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "score4",
            "description": "The score4.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "score5m",
            "description": "The score5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "score12",
            "description": "The score12.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "score24",
            "description": "The score24.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedPredictionTraderStats",
        "description": "Response returned by `detailedPredictionTraderStats`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "allTimeStats",
            "description": "All-time aggregate stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionTraderAllTimeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The timestamp of the last transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsDay1",
            "description": "Stats for the 1-day window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionTraderStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsDay30",
            "description": "Stats for the Day30 window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionTraderStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour1",
            "description": "Stats for the 1-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionTraderStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour4",
            "description": "Stats for the 4-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionTraderStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour12",
            "description": "Stats for the 12-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionTraderStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsWeek1",
            "description": "Stats for the 1-week window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionTraderStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trader",
            "description": "The trader.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionTrader",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The ID of the prediction trader.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "DetailedPredictionTraderStatsInput",
        "description": "Input type of `detailedPredictionTraderStats`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "durations",
            "description": "The stat durations to include.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionTraderStatsDuration",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The ID of the prediction trader.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedStats",
        "description": "Detailed stats for a token within a pair.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "pairId",
            "description": "The ID of the pair (`pairAddress:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsType",
            "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TokenPairStatisticsType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_day1",
            "description": "The breakdown of stats over a 24 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour1",
            "description": "The breakdown of stats over an hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour4",
            "description": "The breakdown of stats over a 4 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour12",
            "description": "The breakdown of stats over a 12 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_min5",
            "description": "The breakdown of stats over a 5 minute window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenOfInterest",
            "description": "The token of interest used to calculate token-specific stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TokenOfInterest",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedStatsBucketTimestamp",
        "description": "The start/end timestamp for a given bucket within the window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "end",
            "description": "The unix timestamp for the start of the bucket.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": "The unix timestamp for the start of the bucket.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedStatsNumberMetrics",
        "description": "Number metrics for detailed stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buckets",
            "description": "The list of aggregated values for each bucket.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change",
            "description": "The percent change between the `currentValue` and `previousValue`. Decimal format.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currentValue",
            "description": "The total value for the most recent window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previousValue",
            "description": "The total value for the previous window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedStatsStringMetrics",
        "description": "String metrics for detailed stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buckets",
            "description": "The list of aggregated values for each bucket.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change",
            "description": "The percent change between the `currentValue` and `previousValue`. Decimal format.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currentValue",
            "description": "The total value for the most recent window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previousValue",
            "description": "The total value for the previous window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "DetailedStatsWindowSize",
        "description": "The window size used to request detailed stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "day1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min5",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedSubscriptionPredictionEventStats",
        "description": "Payload for `onDetailedPredictionEventStatsUpdated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "allTimeStats",
            "description": "All-time aggregate stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionEventAllTimeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The timestamp of the last transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lifecycle",
            "description": "Lifecycle metadata.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionLifecycleStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScores",
            "description": "Relevance scores across time windows.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedPredictionStatsScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsDay1",
            "description": "Stats for the 1-day window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour1",
            "description": "Stats for the 1-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour4",
            "description": "Stats for the 4-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour12",
            "description": "Stats for the 12-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsMin5",
            "description": "Stats for the 5-minute window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsWeek1",
            "description": "Stats for the 1-week window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScores",
            "description": "Trending scores across time windows.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedPredictionStatsScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedSubscriptionPredictionMarketStats",
        "description": "Payload for `onDetailedPredictionMarketStatsUpdated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "allTimeStats",
            "description": "All-time aggregate stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionMarketAllTimeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScores",
            "description": "Competitive scores across time windows.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedPredictionStatsScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The timestamp of the last transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lifecycle",
            "description": "Lifecycle metadata.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionLifecycleStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScores",
            "description": "Relevance scores across time windows.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedPredictionStatsScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsDay1",
            "description": "Stats for the 1-day window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour1",
            "description": "Stats for the 1-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour4",
            "description": "Stats for the 4-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsHour12",
            "description": "Stats for the 12-hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsMin5",
            "description": "Stats for the 5-minute window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsWeek1",
            "description": "Stats for the 1-week window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedWindowedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScores",
            "description": "Trending scores across time windows.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedPredictionStatsScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedTokenStats",
        "description": "Detailed stats for a token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "bucketCount",
            "description": "Number of aggregated buckets specified in input",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The unix timestamp for the last event to happen on the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "queryTimestamp",
            "description": "The timestamp specified as input to the query",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsType",
            "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TokenPairStatisticsType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_day1",
            "description": "The breakdown of stats over a 24 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedTokenStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour1",
            "description": "The breakdown of stats over an hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedTokenStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour4",
            "description": "The breakdown of stats over a 4 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedTokenStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_hour12",
            "description": "The breakdown of stats over a 12 hour window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedTokenStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats_min5",
            "description": "The breakdown of stats over a 5 minute window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedDetailedTokenStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The contract address of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The ID of the token (`tokenAddress:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "DetailedTokenStatsDuration",
        "description": "The duration used to request detailed token stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "day1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "day30",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min5",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min15",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "DetailedWalletStats",
        "description": "The detailed stats for a wallet.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "botScore",
            "description": "The likelihood of the wallet being a bot",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "labels",
            "description": "The labels associated with the wallet",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The last transaction timestamp",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkBreakdown",
            "description": "The network breakdown",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NetworkBreakdown",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkSpecificStats",
            "description": "The network specific stats",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NetworkWalletStats",
                  "ofType": null
                }
              }
            },
            "isDeprecated": true,
            "deprecationReason": "Use networkBreakdown instead"
          },
          {
            "name": "scammerScore",
            "description": "The likelihood of the wallet being a scammer",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsDay1",
            "description": "The stats for the last day",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedWalletStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsDay30",
            "description": "The stats for the last 30 days",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedWalletStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsWeek1",
            "description": "The stats for the last week",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedWalletStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsYear1",
            "description": "The stats for the last year",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedWalletStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wallet",
            "description": "The wallet record",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Wallet",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The wallet address",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "DetailedWalletStatsInput",
        "description": "The input for detailed wallet stats.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "includeNetworkBreakdown",
            "description": "Whether to include network breakdown stats",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The timestamp to get stats for",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The wallet address",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "EnhancedContract",
        "description": "Metadata for a contract.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "EnhancedNftContract",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "EnhancedToken",
            "ofType": null
          }
        ]
      },
      {
        "kind": "OBJECT",
        "name": "EnhancedNftContract",
        "description": "Metadata for an NFT collection.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "The description of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ercType",
            "description": "The token standard. Can be a variation of `ERC-721` or `ERC-1155`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT collection (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "image",
            "description": "The URL for an image of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "labels",
            "description": "A list of labels for the NFT collection.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ContractLabel",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "socialLinks",
            "description": "Community gathered links for the socials of this NFT collection.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "SocialLinks",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "symbol",
            "description": "The symbol of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total supply of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EnhancedToken",
        "description": "Metadata for a token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "asset",
            "description": "The Grid asset associated with this token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Asset",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bluechipRating",
            "description": "The Grid bluechip rating for this token (e.g. `A+`, `B-`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "circulatingSupply",
            "description": "The circulating supply of the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use the TokenInfo type"
          },
          {
            "name": "cmcId",
            "description": "The token ID on CoinMarketCap.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createBlockNumber",
            "description": "The block height the token was created at.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createTransactionHash",
            "description": "The transaction hash of the token's creation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The unix timestamp for the creation of the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "creatorAddress",
            "description": "The token creator's wallet address.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "decimals",
            "description": "The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchanges",
            "description": "A list of exchanges where the token has been traded.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Exchange",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "explorerData",
            "description": "Information about the token from 3rd party sources.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ExplorerTokenData",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use the TokenInfo type"
          },
          {
            "name": "freezable",
            "description": "Returns freeze authority address if token is freezable. If null, verify against isFreezableValid.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gridAssetId",
            "description": "The Grid asset ID, if this token is linked to a Grid asset.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the token (`address:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageLargeUrl",
            "description": "The large token logo URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use the TokenInfo type"
          },
          {
            "name": "imageSmallUrl",
            "description": "The small token logo URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use the TokenInfo type"
          },
          {
            "name": "imageThumbUrl",
            "description": "The thumbnail token logo URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use the TokenInfo type"
          },
          {
            "name": "info",
            "description": "More metadata about the token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "TokenInfo",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isFreezableValid",
            "description": "Determines if freezable is a valid address or null value for the authority, or if the freezable state has not yet been determined.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isMintableValid",
            "description": "Determines if mintable is a valid address or null value for the authority, or if the mintable state has not yet been determined.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isScam",
            "description": "Whether the token has been flagged as a scam.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpad",
            "description": "The launchpad data for the token, if applicable.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "LaunchpadData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mintable",
            "description": "Returns mint authority address if token is mintable. If null, verify against isMintableValid.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The token name. For example, `ApeCoin`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "organization",
            "description": "The Grid organization associated with this token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Organization",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pooled",
            "description": "The amount of this token in the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Pooled can be found on the pair instead"
          },
          {
            "name": "profanity",
            "description": "Whether the token name or symbol contains profanity.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "socialLinks",
            "description": "Community gathered links for the socials of this token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "SocialLinks",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "symbol",
            "description": "The token symbol. For example, `APE`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "top10HoldersPercent",
            "description": "The percentage of total supply held by the top 10 holders (excluding exchanges/pairs).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total supply of the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use the TokenInfo type"
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EnhancedWindowedPredictionEventStats",
        "description": "Enhanced stats for a prediction event over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "allTimeStats",
            "description": "All-time aggregate stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionAllTimeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buySell",
            "description": "Buy/sell breakdown (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedPredictionEventBuySellStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "core",
            "description": "Core stats (always present).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionEventCoreStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end",
            "description": "Window end timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "Timestamp of last transaction in window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "Liquidity stats (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedPredictionEventLiquidityStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterest",
            "description": "Open interest stats (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedPredictionEventOpenInterestStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scores",
            "description": "Scores for this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionEventWindowScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": "Window start timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsChange",
            "description": "Change stats for this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionEventChangeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders",
            "description": "Unique trader stats (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedPredictionEventUniqueTraderStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EnhancedWindowedPredictionMarketStats",
        "description": "Enhanced stats for a prediction market over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "allTimeStats",
            "description": "All-time aggregate stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionAllTimeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "core",
            "description": "Core stats (always present).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionMarketCoreStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end",
            "description": "Window end timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "Timestamp of last transaction in window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "Liquidity stats (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedPredictionMarketLiquidityStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterest",
            "description": "Open interest stats (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedPredictionMarketOpenInterestStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0Stats",
            "description": "Outcome 0 stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EnhancedWindowedPredictionOutcomeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1Stats",
            "description": "Outcome 1 stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EnhancedWindowedPredictionOutcomeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scores",
            "description": "Scores for this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionMarketWindowScores",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": "Window start timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsChange",
            "description": "Change stats for this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionMarketChangeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders",
            "description": "Unique trader stats (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedPredictionMarketUniqueTraderStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EnhancedWindowedPredictionOutcomeStats",
        "description": "Enhanced stats for a single outcome over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buySell",
            "description": "Buy/sell breakdown (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedPredictionOutcomeBuySellStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "core",
            "description": "Core stats (always present).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionOutcomeCoreStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "depth",
            "description": "Depth stats (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedPredictionOutcomeDepthStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "Liquidity stats (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedPredictionOutcomeLiquidityStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "orderbook",
            "description": "Orderbook stats (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedPredictionOutcomeOrderbookStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsChange",
            "description": "Change stats for this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionOutcomeChangeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EnhancedWindowedPredictionTraderStats",
        "description": "Enhanced stats for a prediction trader over a time window, including scores.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "end",
            "description": "The end.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The timestamp of the last transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": "The start.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsChange",
            "description": "Change stats for this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionTraderChangeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsCurrency",
            "description": "Currency stats for this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionTraderCurrencyStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsNonCurrency",
            "description": "Non-currency stats for this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedPredictionTraderNonCurrencyStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Event",
        "description": "A token transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the token's top pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseTokenPrice",
            "description": "The price of the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blockHash",
            "description": "The hash of the block where the transaction occurred.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blockNumber",
            "description": "The block number for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "commitmentLevel",
            "description": "The commitment level of the event within the live stream.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EventCommitmentLevel",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "data",
            "description": "The event-specific data for the transaction. Can be `BurnEventData` or `MintEventData` or `SwapEventData`.",
            "args": [],
            "type": {
              "kind": "UNION",
              "name": "EventData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventDisplayType",
            "description": "A more specific breakdown of `eventType`. Splits `Swap` into `Buy` or `Sell`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "EventDisplayType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The type of transaction event. Can be `Burn`, `Mint`, `Swap`, `Sync`, `Collect`, or `CollectProtocol`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeData",
            "description": "Fee breakdown for this event.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EventFeeData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the event (`address:networkId`). For example, `0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "labels",
            "description": "Labels attributed to the event.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "LabelsForEvent",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityToken",
            "description": "The contract address of the token with higher liquidity in the token's top pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "logIndex",
            "description": "The index of the log in the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The wallet address that performed the transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID that the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The token of interest within the token's top pair. Can be `token0` or `token1`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supplementalIndex",
            "description": "An optional unique identifier describing where the event appears within the transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for when the transaction occurred.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token0Address",
            "description": "The address of the event's token0.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token0PoolValueUsd",
            "description": "The updated price of `token0` in USD, calculated after the transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token0SwapValueUsd",
            "description": "The price of `token0` paid/received in USD, including any fees.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token0ValueBase",
            "description": "The price of `token0` paid/received in the network's base token, including fees.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1Address",
            "description": "The address of the event's token1.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1PoolValueUsd",
            "description": "The updated price of `token1` in USD, calculated after the transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1SwapValueUsd",
            "description": "The price of `token1` paid/received in USD, including any fees.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1ValueBase",
            "description": "The price of `token1` paid/received in the network's base token, including fees.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionHash",
            "description": "The unique hash for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionIndex",
            "description": "The index of the transaction within the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAge",
            "description": "The age of the wallet in seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletLabels",
            "description": "Labels attributed to the wallet.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "EventCommitmentLevel",
        "description": "The commitment level of a streamed event for Solana subscriptions.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Confirmed",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Processed",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EventConnection",
        "description": "Response returned by `getTokenEvents`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination. If non-null, more results are available; pages may be empty due to filtering.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of transactions for a token's top pair.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Event",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "EventData",
        "description": "Event-specific data for a token transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "BurnEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "MintEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PoolBalanceChangedEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "SwapEventData",
            "ofType": null
          }
        ]
      },
      {
        "kind": "ENUM",
        "name": "EventDisplayType",
        "description": "A more specific breakdown of `EventType`. Splits `Swap` into `Buy` and `Sell`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Burn",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Buy",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Collect",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CollectProtocol",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Mint",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Sell",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Sync",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EventFeeData",
        "description": "Fee breakdown for a single event. All wei-denominated fields are in the network's native token smallest unit.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "baseFeeNativeUnit",
            "description": "Base fee portion of gas cost in native token smallest unit (wei for EVM, lamports for Solana). baseFeePerGas * gasUsed on EVM, 5000 lamports * signatures on Solana.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTipNativeUnit",
            "description": "Direct payment to the block builder in native token smallest unit. Sum of ETH transfers to block.coinbase on EVM, or Jito tip on Solana.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "dynamicFee",
            "description": "True when the pool fee is dynamic (e.g. UniswapV4 hooks, AlgebraIntegral plugins).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "estimatedPoolFee",
            "description": "True when poolFeeBps is a protocol-level estimate rather than an exact per-pool or per-swap value (e.g. MintClub averaged mint/burn royalties).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gasUsed",
            "description": "Gas units consumed by the transaction (EVM gas units or Solana compute units).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFeeNativeUnit",
            "description": "L1 data posting fee in native token smallest unit (L2 rollups only: Base, Optimism, etc.).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeeAmountRaw",
            "description": "Pool fee absolute amount in the fee token's smallest unit.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeeBps",
            "description": "Pool fee rate normalized to basis points (1 bps = 0.01%).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeeRateRaw",
            "description": "Pool fee rate in the protocol's native encoding.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFeeNativeUnit",
            "description": "Priority fee / gas tip in native token smallest unit. (effectiveGasPrice - baseFeePerGas) * gasUsed on EVM, meta.fee - baseFee on Solana.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supplementalFeeData",
            "description": "Protocol-specific supplemental fee data (e.g. Pump cashback).",
            "args": [],
            "type": {
              "kind": "UNION",
              "name": "SupplementalFeeData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txEventCount",
            "description": "Number of DEX events in this transaction. Used to pro-rate transaction-level fees per event.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EventLabel",
        "description": "Metadata for an event label.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "data",
            "description": "Specific data for the event label type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "UNION",
                "name": "EventLabelData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the pair (`address:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "label",
            "description": "The event label type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EventLabelType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "logIndex",
            "description": "The index of the log in the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the pair is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionHash",
            "description": "The unique hash for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionIndex",
            "description": "The index of the transaction within the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EventLabelConnection",
        "description": "Response returned by `getEventLabels`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "The cursor to use for pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of event labels for a pair.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EventLabel",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "EventLabelData",
        "description": "Specific data for an event label.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "FrontRunLabelData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "SandwichedLabelData",
            "ofType": null
          }
        ]
      },
      {
        "kind": "ENUM",
        "name": "EventLabelType",
        "description": "The event label type.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "FrontRun",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Sandwiched",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "EventQueryTimestampInput",
        "description": "Input type of `EventQueryTimestamp`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "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": "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
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "EventType",
        "description": "The event type for a token transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Burn",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Collect",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CollectProtocol",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LiquidityLock",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Mint",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PoolBalanceChanged",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Swap",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Sync",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "EventsQueryInput",
        "description": "Input type of `EventsQuery`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The pair contract address to filter by. If you pass a token address in here, it will instead find the top pair for that token and use that.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountNonLiquidityToken",
            "description": "The amount of `quoteToken` involved in the swap.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventDisplayType",
            "description": "The list of event display types to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EventDisplayType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The specific event type to filter by.",
            "type": {
              "kind": "ENUM",
              "name": "EventType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The specific wallet address to filter by.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID to filter by.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceBaseToken",
            "description": "The price per `quoteToken` at the time of the swap in the network's base token.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceBaseTokenTotal",
            "description": "The total amount of `quoteToken` involved in the swap in the network's base token (`amountNonLiquidityToken` x `priceBaseToken`).",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsd",
            "description": "The price per `quoteToken` at the time of the swap in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsdTotal",
            "description": "The total amount of `quoteToken` involved in the swap in USD (`amountNonLiquidityToken` x `priceUsd`).",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The token of interest. Can be `token0` or `token1`.",
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "symbolType",
            "description": "Specify the type of symbol you want to fetch values for (TOKEN | POOL)",
            "type": {
              "kind": "ENUM",
              "name": "SymbolType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The time range to filter by.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "EventQueryTimestampInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "EvmNetworkConfig",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "baseTokenAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "color",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairQuoteToken",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "QuoteToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "enabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "explorer",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ExplorerConfig",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mainnet",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkIconUrl",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkShortName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkType",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NetworkConfigType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newTokensEnabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stableCoinAddresses",
            "description": null,
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wrappedBaseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Exchange",
        "description": "Metadata for a decentralized exchange.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the exchange.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "color",
            "description": "The hex string for the exchange color.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeVersion",
            "description": "The version of the exchange, if applicable.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "iconUrl",
            "description": "The exchange logo URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the exchange (`address:id`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the exchange.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the exchange is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradeUrl",
            "description": "The URL for the exchange.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ExchangeFilterConnection",
        "description": "Response returned by `filterExchanges`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The number of exchanges returned.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Where in the list the server started when returning items.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of exchanges matching the filter parameters.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ExchangeFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ExchangeFilterResult",
        "description": "An exchange matching a set of filter parameters.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "dailyActiveUsers",
            "description": "The total unique daily active users.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchange",
            "description": "Exchange metadata.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "FilterExchange",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "monthlyActiveUsers",
            "description": "The total unique monthly active users (30 days).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount1",
            "description": "The number of transactions on the exchange in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount4",
            "description": "The number of transactions on the exchange in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount12",
            "description": "The number of transactions on the exchange in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount24",
            "description": "The number of transactions on the exchange in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT1",
            "description": "The trade volume in the network's base token in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT4",
            "description": "The trade volume in the network's base token in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT12",
            "description": "The trade volume in the network's base token in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT24",
            "description": "The trade volume in the network's base token in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD1",
            "description": "The trade volume in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD4",
            "description": "The trade volume in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD12",
            "description": "The trade volume in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": "The trade volume in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ExchangeFilters",
        "description": "Input type of `ExchangeFilters`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The list of exchange contract addresses to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "dailyActiveUsers",
            "description": "The total unique daily active users.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "monthlyActiveUsers",
            "description": "The total unique monthly active users (30 days).",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "network",
            "description": "The list of network IDs to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount1",
            "description": "The number of transactions on the exchange in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount4",
            "description": "The number of transactions on the exchange in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount12",
            "description": "The number of transactions on the exchange in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount24",
            "description": "The number of transactions on the exchange in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "verified",
            "description": "Scope to only verified exchanges",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT1",
            "description": "The trade volume in the network's base token in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT4",
            "description": "The trade volume in the network's base token in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT12",
            "description": "The trade volume in the network's base token in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT24",
            "description": "The trade volume in the network's base token in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD1",
            "description": "The trade volume in USD in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD4",
            "description": "The trade volume in USD in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD12",
            "description": "The trade volume in USD in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": "The trade volume in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ExchangeRanking",
        "description": "Input type of `ExchangeRanking`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank exchanges by.",
            "type": {
              "kind": "ENUM",
              "name": "ExchangeRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction to apply to the ranking attribute.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ExchangeRankingAttribute",
        "description": "The attribute used to rank exchanges.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "dailyActiveUsers",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "monthlyActiveUsers",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ExplorerConfig",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "checksummed",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "icon",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "url",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ExplorerTokenData",
        "description": "Third party token data sourced from off chain.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "blueCheckmark",
            "description": "Whether the token has been verified on CoinGecko.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "A description of the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "divisor",
            "description": "The precision to which the token can be divided.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the token (`address:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenPriceUSD",
            "description": "The token price in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenType",
            "description": "The token type.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "FillsourceStatsFilter",
        "description": "Filter for fillsource based NFT stats.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "change",
            "description": "The percent change between the `current` and `previous`.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current",
            "description": "The total value for the current window.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fillsource",
            "description": "The fillsource to target for the current window.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previous",
            "description": "The total value for the previous window.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FilterExchange",
        "description": "Metadata for an exchange.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The address for the exchange factory contract.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeVersion",
            "description": "The version of the exchange. For example, `3` for UniswapV3.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "iconUrl",
            "description": "The URL for the exchange's icon.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the exchange (`address:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the exchange.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the factory is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradeUrl",
            "description": "The URL for the exchange's trading platform.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "FilterNetworkWalletsInput",
        "description": "The input for filtering wallets for a network.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "excludeLabels",
            "description": "Exclude wallets with these labels. See [`WalletLabel`](/api-reference/enums/walletlabel) for possible values.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filters",
            "description": "A set of filters to apply.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletNetworkFilters",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "includeLabels",
            "description": "Include wallets with these labels. See [`WalletLabel`](/api-reference/enums/walletlabel) for possible values.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "The maximum number of wallets to return.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID to filter wallets for",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Where in the list the server should start when returning items. Use `count`+`offset` from the previous query to request the next page of results.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rankings",
            "description": "A list of ranking attributes to apply.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "WalletNetworkRanking",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wallets",
            "description": "A list of wallet addresses to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FilterTokenUpdates",
        "description": "Response returned by `onFilterTokensUpdated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "updates",
            "description": "The list of updated token results matching the subscription parameters.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "TokenFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "FilterTokenWalletsInput",
        "description": "The input for filtering wallets for a token.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "excludeLabels",
            "description": "Exclude wallets with these labels. See [`WalletLabel`](/api-reference/enums/walletlabel) for possible values.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filters",
            "description": "A set of filters to apply",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilters",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use filtersV2 instead"
          },
          {
            "name": "filtersV2",
            "description": "A set of filters to apply",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFiltersV2",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "includeLabels",
            "description": "Include wallets with these labels. See [`WalletLabel`](/api-reference/enums/walletlabel) for possible values.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "The maximum number of wallets to return",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID to filter wallets for",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Where in the list the server should start when returning items",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "phrase",
            "description": "A phrase to search for in token symbol and name",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rankings",
            "description": "A list of ranking attributes to apply",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "WalletTokenRanking",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The ID of the token to filter wallets for",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use tokenIds instead"
          },
          {
            "name": "tokenIds",
            "description": "The IDs of the tokens to filter wallets for. Maximum 50 tokenIds. If you provide more than one tokenId, you must also provide at least one walletAddress in the wallets list.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The wallet address to filter wallets for",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use wallets instead"
          },
          {
            "name": "wallets",
            "description": "A list of wallet addresses to filter wallets for",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FilterTrader",
        "description": "Trader metadata within a trader-market filter result.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "alias",
            "description": "The trader alias.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "labels",
            "description": "Labels applied to this entity.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "linkedAddresses",
            "description": "The linked addresses.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primaryAddress",
            "description": "The primary address.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "profileImageUrl",
            "description": "The profile image url.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "profileUrl",
            "description": "The profile url.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueTraderId",
            "description": "The venue trader id.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FilterTraderMarket",
        "description": "Market metadata within a trader-market filter result.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "closesAt",
            "description": "The timestamp when this entity closes.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventLabel",
            "description": "The parent event label.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageThumbUrl",
            "description": "URL of the thumbnail image.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "label",
            "description": "The display label.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0Label",
            "description": "Outcome 0 label.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1Label",
            "description": "Outcome 1 label.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "question",
            "description": "The question or title.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvedAt",
            "description": "The actual resolution timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The current status.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionEventStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueMarketId",
            "description": "The venue-specific market ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "FilterWalletsInput",
        "description": "The input for filtering wallets.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "excludeLabels",
            "description": "Exclude wallets with these labels. See [`WalletLabel`](/api-reference/enums/walletlabel) for possible values.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filters",
            "description": "A set of filters to apply.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletFilters",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "includeLabels",
            "description": "Include wallets with these labels. See [`WalletLabel`](/api-reference/enums/walletlabel) for possible values.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "The maximum number of wallets to return.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Where in the list the server should start when returning items. Use `count`+`offset` from the previous query to request the next page of results.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "phrase",
            "description": "A phrase to search for. Matches wallet address, display name, or social usernames (Twitter, Discord, Telegram, Farcaster, GitHub).",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rankings",
            "description": "A list of ranking attributes to apply.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "WalletRanking",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wallets",
            "description": "A list of wallet addresses to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "Float",
        "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "FrontRunLabelData",
        "description": "Metadata for a front-run label.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "index",
            "description": "The index of the front-run label. Can be 0 or 1.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token0DrainedAmount",
            "description": "The amount of `token0` drained in the attack.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1DrainedAmount",
            "description": "The amount of `token1` drained in the attack.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "GetDetailedPairsStatsInput",
        "description": "Input type of `getDetailedPairsStats`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "bucketCount",
            "description": "The number of aggregated values to receive. Note: Each duration has predetermined bucket sizes. The first n-1 buckets are historical. The last bucket is a snapshot of current data. duration `day1`: 6 buckets (4 hours each) plus 1 partial bucket duration `hour12`: 12 buckets (1 hour each) plus 1 partial bucket duration `hour4`: 8 buckets (30 min each) plus 1 partial bucket duration `hour1`: 12 buckets (5 min each) plus 1 partial bucket duration `min5`: 5 buckets (1 min each) plus 1 partial bucket For example, requesting 11 buckets for a `min5` duration will return the last 10 minutes worth of data plus a snapshot for the current minute.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "durations",
            "description": "The list of durations to get detailed pair stats for.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "DetailedPairStatsDuration",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the pair is deployed on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The contract address of the pair.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsType",
            "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`.",
            "type": {
              "kind": "ENUM",
              "name": "TokenPairStatisticsType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the stats. Defaults to current.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenOfInterest",
            "description": "The token of interest used to calculate token-specific stats for the pair. Can be `token0` or `token1`.",
            "type": {
              "kind": "ENUM",
              "name": "TokenOfInterest",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "GetNetworkStatsResponse",
        "description": "Response returned by `getNetworkStats`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "liquidity",
            "description": "The network liquidity in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactions1",
            "description": "The unique number of transactions in the past hour.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactions4",
            "description": "The unique number of transactions in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactions5m",
            "description": "The unique number of transactions in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactions12",
            "description": "The unique number of transactions in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactions24",
            "description": "The unique number of transactions in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume1",
            "description": "The network trade volume in USD over the past hour.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume4",
            "description": "The network trade volume in USD over the past 4 hours.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume5m",
            "description": "The network trade volume in USD over the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume12",
            "description": "The network trade volume in USD over the past 12 hours.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume24",
            "description": "The network trade volume in USD over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1",
            "description": "The network trade volume change over the last hour",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4",
            "description": "The network trade volume change over the last 4 hours",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": "The network trade volume change over the last 5 minutes",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12",
            "description": "The network trade volume change over the last 12 hours",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24",
            "description": "The network trade volume change over the last 24 hours",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "GetNftPoolCollectionsResponse",
        "description": "Response returned by `getNftPoolCollectionsByExchange`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of NFT collections.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftPoolCollectionResponse",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "GetNftPoolsResponse",
        "description": "Response returned by `getNftPoolsByCollectionAndExchange` and `getNftPoolsByOwner`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of NFT pools.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NftPoolResponse",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "GetPriceInput",
        "description": "Input type of `getTokenPrices`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The contract address of the token.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blockNumber",
            "description": "The block number for the price. It must be provided in addition to the timestamp to get a per block breakdown at a specific timestamp.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxDeviations",
            "description": "The maximum number of deviations from the token's Liquidity-Weighted Mean Price. This is used to mitigate low liquidity pairs producing prices that are not representative of reality. Default is `1`.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "This isn't taken into account anymore."
          },
          {
            "name": "networkId",
            "description": "The network ID the token is deployed on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolAddress",
            "description": "The address of the pool, when omitted the top pool is used.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the price.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "GetTokensInfoInput",
        "description": "Input type of `getTokensInfo`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The contract address of the token.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the token is deployed on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "GetWebhooksResponse",
        "description": "Response returned by `getWebhooks`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of webhooks belonging to a user.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Webhook",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "GraphQlNftPoolVariant",
        "description": "The pool variant.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ERC20",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NATIVE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "HoldersInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filterContracts",
            "description": "When true, filters out known LP pairs and burn addresses. Defaults to false.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "The maximum number of holders to return. Default is 50, maximum is 200.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sort",
            "description": "The attribute to sort the list on",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "HoldersInputSort",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The ID of the token (`tokenAddress:networkId`).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "HoldersInputSort",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to sort the list on",
            "type": {
              "kind": "ENUM",
              "name": "HoldersSortAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction to apply to the ranking attribute.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "HoldersResponse",
        "description": "Response returned by `holders`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The unique count of holders for the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list of wallets holding the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Balance",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Status of holder. Disabled if on unsupported network or there is insufficient holder data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "HoldersStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "top10HoldersPercent",
            "description": "What percentage of the total supply do the top 10 holders hold.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "HoldersSortAttribute",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BALANCE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DATE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "HoldersStatus",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "DISABLED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ENABLED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "HoldersUpdate",
        "description": "Response returned by `onHoldersUpdated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "balances",
            "description": "The list of wallets holding the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Balance",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "holders",
            "description": "The number of different wallets holding the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID that the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token's contract address.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The ID of the token (`tokenAddress:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "ID",
        "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "IndividualBarData",
        "description": "Bar chart data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "baseFees",
            "description": "The USD value of base fees (gas) paid",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips",
            "description": "The USD value of builder tips (MEV) paid",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume",
            "description": "The buy volume in USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "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": "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": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "c",
            "description": "The closing price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "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": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l",
            "description": "The low price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFees",
            "description": "The USD value of L1 data posting fees (L2 rollups only)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "Liquidity in USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "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": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees",
            "description": "The USD value of pool fees collected",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees",
            "description": "The USD value of priority fees (tips) paid",
            "args": [],
            "type": {
              "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": "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": "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": "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": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traders",
            "description": "The number of traders",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "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": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "v",
            "description": "The volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "The volume with higher precision.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNativeToken",
            "description": "The volume in the network's base token",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "Int",
        "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "IntEqualsCondition",
        "description": "Integer equals condition.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "eq",
            "description": "The integer to equal.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "IntEqualsConditionInput",
        "description": "Input for integer equals condition.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "eq",
            "description": "The integer to equal.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "JSON",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LabelsForEvent",
        "description": "Event labels. Can be `sandwich` or `washtrade`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "sandwich",
            "description": null,
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "SandwichLabelForEvent",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "washtrade",
            "description": null,
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WashtradeLabelForEvent",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LatestToken",
        "description": "Metadata for a newly created token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "blockHash",
            "description": "The unique hash for the token contract's creation block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blockNumber",
            "description": "The block number of the token contract's creation.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "creatorAddress",
            "description": "The address of the token creator.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "creatorBalance",
            "description": "The token creator's network token balance.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "decimals",
            "description": "The token's number of decimals.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The id of the new token. (tokenAddress:networkId)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "simulationResults",
            "description": "Simulated token contract results, if available.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "LatestTokenSimResults",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timeCreated",
            "description": "The unix timestamp for the creation of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The contract address of the new token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenName",
            "description": "The name of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenSymbol",
            "description": "The symbol of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total supply of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traceIndex",
            "description": "The index of the trace within the token contract's creation transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionHash",
            "description": "The unique hash for the token contract's creation transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionIndex",
            "description": "The index of the transaction within the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LatestTokenConnection",
        "description": "Response returned by `getLatestTokens`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "items",
            "description": "A list of newly created tokens.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "LatestToken",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LatestTokenSimResults",
        "description": "Metadata for a newly created token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buyGasUsed",
            "description": "Gas used for a buy transaction during simulation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buySuccess",
            "description": "Whether or not a token was able to be succesfully bought during simulation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyTax",
            "description": "Tax paid for a buy transaction during simulation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "canRenounceOwnership",
            "description": "Whether or not the contract ownership was able to be renounced during simulation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "canTransferOwnership",
            "description": "Whether or not the contract ownership was able to be transferred during simulation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isOwnerRenounced",
            "description": "Whether or not the contract ownership is already renounced during simulation (owner is 0x0).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxBuyAmount",
            "description": "The maximum token amount an address can buy during simulation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxSellAmount",
            "description": "The maximum token amount an address can sell during simulation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openTradingCall",
            "description": "If a call was found to trigger liquidity & trading, this is the call name.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellGasUsed",
            "description": "Gas used for a sell transaction during simulation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellSuccess",
            "description": "Whether or not a token was able to be succesfully sold during simulation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellTax",
            "description": "Tax paid for a sell transaction during simulation.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LaunchpadData",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "category",
            "description": "The token category assigned by the launchpad (Scale/Creator only). Values include platform, meme, utility, etc.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "completed",
            "description": "Indicates if the launchpad is completed.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "completedAt",
            "description": "The unix timestamp when the launchpad was completed.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "completedSlot",
            "description": "The slot number when the launchpad was completed.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "graduationPercent",
            "description": "The percentage of the pool that was sold to the public.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isCashbackEnabled",
            "description": "Whether cashback is enabled for this launchpad token (Pump V1/V2 only).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadIconUrl",
            "description": "The icon URL of the launchpad.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadName",
            "description": "The name of the launchpad.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadProtocol",
            "description": "The launchpad protocol.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "migrated",
            "description": "Indicates if the launchpad was migrated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "migratedAt",
            "description": "The unix timestamp when the launchpad was migrated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "migratedPoolAddress",
            "description": "The pool address after the launchpad was migrated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "migratedSlot",
            "description": "The slot number when the launchpad was migrated.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the launchpad.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use launchpadName instead"
          },
          {
            "name": "poolAddress",
            "description": "The address of the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LaunchpadTokenEventOutput",
        "description": "Response returned by `onLaunchpadTokenEvent`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bundlerCount",
            "description": "The number of bundlers that bought the token",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bundlerHeldPercentage",
            "description": "The percentage of the token that is held by bundlers",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount1",
            "description": "The number of buys in the last hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "devHeldPercentage",
            "description": "The percentage of the token that is held by developers",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The type of event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "LaunchpadTokenEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "holders",
            "description": "The number of holders.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "insiderCount",
            "description": "The number of insiders that bought the token",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "insiderHeldPercentage",
            "description": "The percentage of the token that is held by insiders",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadName",
            "description": "The name of the launchpad.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "The liquidity of the token's top pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketCap",
            "description": "The market cap of the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID that the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price",
            "description": "The price of the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The protocol of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount1",
            "description": "The number of sells in the last hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sniperCount",
            "description": "The number of snipers that bought the token",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sniperHeldPercentage",
            "description": "The percentage of the token that is held by snipers",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token",
            "description": "Metadata for the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EnhancedToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "top10HoldersPercent",
            "description": "The percentage of total supply held by the top 10 holders.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactions1",
            "description": "The number of transactions in the last hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume1",
            "description": "The volume of the token in the last hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "LaunchpadTokenEventType",
        "description": "The type of event. Note that associated statistics such as `buyCount1`, `price`, etc. are only available for `Updated` events.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Completed",
            "description": "The token has been completed",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Created",
            "description": "The token has been created with metadata",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Deployed",
            "description": "The token has been discovered",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Migrated",
            "description": "The token has been migrated",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UnconfirmedDeployed",
            "description": "The token has been discovered (not finalized)",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UnconfirmedMetadata",
            "description": "The token's metadata has been processed (not finalized)",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Updated",
            "description": "The token's statistics have been updated",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "LaunchpadTokenProtocol",
        "description": "The protocol of the token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ArenaTrade",
            "description": "Protocol name for ArenaTrade.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Baseapp",
            "description": "Protocol name for Baseapp.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BaseappCreator",
            "description": "Protocol Name for Baseapp Creator",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BonadFun",
            "description": "Protocol name for BONAD.fun.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BoopFun",
            "description": "Protocol name for boop.fun.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Clanker",
            "description": "Protocol name for Clanker.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ClankerV4",
            "description": "Protocol name for Clanker V4.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Doppler",
            "description": "Protocol name for Doppler.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EgoTech",
            "description": "Protocol name for EgoTech.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Flaunch",
            "description": "Protocol name for Flaunch.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FourMeme",
            "description": "Protocol name for Four.meme.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HeavenAMM",
            "description": "Protocol name for Heaven.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Kumbaya",
            "description": "Protocol name for Kumbaya.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Liquid",
            "description": "Protocol name for Liquid.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MeteoraDBC",
            "description": "Protocol name for MeteoraDBC.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Moonit",
            "description": "Protocol name for Moonit (formerly Moonshot).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NadFun",
            "description": "Protocol name for NadFun.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Printr",
            "description": "Protocol name for Printr (EVM only - Printr tokens on Solana should be queried with launchpadName as Printr uses MeteoraDBC on Solana).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Pump",
            "description": "Protocol name for Pump.fun.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PumpMayhem",
            "description": "Protocol Name for Pump Mayhem",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Rainbow",
            "description": "Protocol name for Rainbow.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RaydiumLaunchpad",
            "description": "Protocol name for LaunchLab and Bonk.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TokenMillEVM",
            "description": "Protocol name for TokenMill V2 (EVM).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TokenMillV2",
            "description": "Protocol name for TokenMill V2 (SVM).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Vertigo",
            "description": "Protocol name for Vertigo.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Virtuals",
            "description": "Protocol name for Virtuals.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZoraCreatorV4",
            "description": "Protocol name for ZoraCreator.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZoraV4",
            "description": "Protocol name for Zora.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LiquidityData",
        "description": "Data about liquidity in a pair.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "active",
            "description": "The active liquidity in the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "inactive",
            "description": "The inactive liquidity in the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LiquidityLock",
        "description": "A record of locked liquidity.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "createdAt",
            "description": "The unix timestamp for when the lock was created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "initialAmountToken0",
            "description": "The inital amount of token0 locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "initialAmountToken1",
            "description": "The inital amount of token1 locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityAmount",
            "description": "The amount of liquidity locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityNftData",
            "description": "If the liquidity position is represented by an NFT, this will contain the NFT data.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "LiquidityNftData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityProtocol",
            "description": "The protocol that created the pair",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "LiquidityProtocol",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "Use liquidityProtocolV2 instead"
          },
          {
            "name": "liquidityProtocolV2",
            "description": "The protocol that created the pair",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockProtocol",
            "description": "The protocol with which the liquidity is locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "LiquidityLockProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockerAddress",
            "description": "The address of the locker contract.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the pair is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ownerAddress",
            "description": "The wallet address of the owner.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The pair address.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "unlockAt",
            "description": "The unix timestamp for when the lock expires.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LiquidityLockBreakdownForToken",
        "description": "A breakdown of how much and where liquidity is locked.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountLockedTokens",
            "description": "The amount of tokens locked in the protocol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountLockedTokensShifted",
            "description": "The amount of tokens locked in the protocol shifted by number of decimals the token has.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountLockedUsd",
            "description": "The amount of liquidity locked in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockProtocol",
            "description": "The protocol with which the liquidity is locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "LiquidityLockProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LiquidityLockConnection",
        "description": "Response returned by `liquidityLocks`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of liquidity locks.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "LiquidityLock",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairLiquidityData",
            "description": "Liquidity data for each unique pair in the locks.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PairLiquidityData",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "LiquidityLockProtocol",
        "description": "Protocols that can lock liquidity.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BASECAMP_V1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BITBOND",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BURN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "METEORA_DAMM_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNCX_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNCX_V3",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LiquidityMetadata",
        "description": "Metadata about a pair's liquidity. Includes locked liquidity data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "liquidity",
            "description": "Data about unlocked liquidity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "LiquidityData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockedLiquidity",
            "description": "Data about locked liquidity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "LockedLiquidityData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LiquidityMetadataByToken",
        "description": "Metadata about a token's liquidity. Includes locked liquidity data for up to 100 pairs that the token is in.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "lockBreakdown",
            "description": "A breakdown of how much and where liquidity is locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "LiquidityLockBreakdownForToken",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockedLiquidityPercentage",
            "description": "The percentage of liquidity that is locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockedLiquidityUsd",
            "description": "The locked liquidity in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockedTokenLiquidity",
            "description": "The locked amount of tokens in pairs.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockedTokenLiquidityShifted",
            "description": "The locked amount of tokens in pairs shifted by number of decimals the token has.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The address of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalLiquidityUsd",
            "description": "The total liquidity in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalTokenLiquidity",
            "description": "The total amount of tokens in pairs.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalTokenLiquidityShifted",
            "description": "The total amount of tokens in pairs shifted by number of decimals the token has.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LiquidityNftData",
        "description": "Liquidity NFT position data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "nftPositionManagerAddress",
            "description": "The address of the nft position manager contract.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenId",
            "description": "The tokenId of the liquidity position nft.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "LiquidityProtocol",
        "description": "Protocols that create trading pairs.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "PUMP_V1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RAYDIUM_V4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNISWAP_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNISWAP_V3",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "USE_LIQUIDITY_PROTOCOL_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ListPairsForTokenResponse",
        "description": "Response returned by `listPairsWithMetadataForToken`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "results",
            "description": "A list of pairs containing a given token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "ListPairsForTokenValue",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ListPairsForTokenValue",
        "description": "Metadata for a pair containing a given token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "backingToken",
            "description": "Metadata for token with lower liquidity within the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EnhancedToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchange",
            "description": "Exchange metadata for the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Exchange",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "The total liquidity in the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pair",
            "description": "Metadata for the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Pair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The token of interest within the pair. Can be `token0` or `token1`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token",
            "description": "Metadata for token with higher liquidity within the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EnhancedToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "The volume for the pair in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LockBreakdown",
        "description": "Breakdown of how much and where liquidity is locked.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "active",
            "description": "The amount of active liquidity locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "inactive",
            "description": "The amount of inactive liquidity locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockProtocol",
            "description": "The protocol with which the liquidity is locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "LiquidityLockProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "LockedLiquidityData",
        "description": "Data about locked liquidity.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "active",
            "description": "The amount of active liquidity locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "inactive",
            "description": "The amount of inactive liquidity locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockBreakdown",
            "description": "A breakdown of how much and where liquidity is locked.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "LockBreakdown",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "MakerEventConnection",
        "description": "Response returned by `getTokenEventsForMaker`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination. If non-null, more results are available; pages may be empty due to filtering.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of transactions for a token's top pair.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Event",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "MakerEventsQueryInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "eventType",
            "description": "The specific event type to filter by.",
            "type": {
              "kind": "ENUM",
              "name": "EventType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The specific wallet address to filter by.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID to filter by.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsdTotal",
            "description": "The total amount of `quoteToken` involved in the swap in USD (`amountNonLiquidityToken` x `priceUsd`).",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The time range to filter by.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "EventQueryTimestampInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token involved in the event.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "MarketCapEventWebhookCondition",
        "description": "Webhook conditions for a market cap event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "circulatingMarketCapUsd",
            "description": "The circulating market cap condition that must be met in order for the webhook to send.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ComparisonOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fdvMarketCapUsd",
            "description": "The market cap condition that must be met in order for the webhook to send.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ComparisonOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": "The liquidity condition (for the source pair) that must be met in order for the webhook to send.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ComparisonOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the webhook is listening on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "IntEqualsCondition",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The pair contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "StringEqualsCondition",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "The volume condition (for the source pair) that must be met in order for the webhook to send.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ComparisonOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "MarketCapEventWebhookConditionInput",
        "description": "Input conditions for a market cap event webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "circulatingMarketCapUsd",
            "description": "The circulating market cap conditions to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ComparisonOperatorInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fdvMarketCapUsd",
            "description": "The price conditions to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ComparisonOperatorInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": "The liquidity conditions to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ComparisonOperatorInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID to listen on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "IntEqualsConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The contract address of the pair to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The contract address of the token to listen for.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "StringEqualsConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "The volume conditions to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ComparisonOperatorInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "MetadataResponse",
        "description": "The status for a network supported on Defined.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "lastProcessedBlock",
            "description": "The last processed block on the network.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastProcessedTimestamp",
            "description": "The unix timestamp for the last processed block on the network.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkName",
            "description": "The name of the network.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "MintEventData",
        "description": "Event data for a token mint event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount0",
            "description": "The amount of `token0` added to the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount0Shifted",
            "description": "The amount of `token0` added to the pair, adjusted by the number of decimals in the token. For example, if `amount0` is in WEI, `amount0Shifted` will be in ETH.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount1",
            "description": "The amount of `token1` added to the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount1Shifted",
            "description": "The amount of `token1` added to the pair, adjusted by the number of decimals in the token. For example, USDC `amount1Shifted` will be by 6 decimals.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tickLower",
            "description": "The lower tick boundary of the position. Only applicable for UniswapV3 events.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tickUpper",
            "description": "The upper tick boundary of the position. Only applicable for UniswapV3 events.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of token event, `Mint`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Mutation",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "backfillWalletAggregates",
            "description": "Backfill wallet aggregates (trading stats) for a given wallet. This is the data used in the filterWallet/filterTokenWallets and detailedWalletStats queries.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "WalletAggregateBackfillInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WalletAggregateBackfillStateResponse",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createApiTokens",
            "description": "Create a new set of short-lived api access tokens",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "CreateApiTokensInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "ApiToken",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createWebhooks",
            "description": "Create price, raw transaction, token/pair event, and NFT event webhooks.",
            "args": [
              {
                "name": "input",
                "description": "input: Input for creating webhooks.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "CreateWebhooksInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CreateWebhooksOutput",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deleteApiToken",
            "description": "Delete a single short-lived api access token by id",
            "args": [
              {
                "name": "id",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deleteWebhooks",
            "description": "Delete multiple webhooks.",
            "args": [
              {
                "name": "input",
                "description": "input: Input for deleting webhooks.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "DeleteWebhooksInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DeleteWebhooksOutput",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "refreshBalances",
            "description": null,
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "RefreshBalancesInput",
                        "ofType": null
                      }
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Balance",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Network",
        "description": "A network supported on Defined.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "id",
            "description": "The network ID. For example, `42161` for `arbitrum`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the network. For example, `arbitrum`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkShortName",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NetworkBreakdown",
        "description": "A breakdown of the wallet's activity by network.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "nativeTokenBalance",
            "description": "The native token balance",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsDay1",
            "description": "The stats for the last day",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedWalletStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsDay30",
            "description": "The stats for the last 30 days",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedWalletStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsWeek1",
            "description": "The stats for the last week",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedWalletStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsYear1",
            "description": "The stats for the last year",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WindowedWalletStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "NetworkConfig",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "AptosNetworkConfig",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "EvmNetworkConfig",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "SolanaNetworkConfig",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "StarknetNetworkConfig",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "SuiNetworkConfig",
            "ofType": null
          }
        ]
      },
      {
        "kind": "INTERFACE",
        "name": "NetworkConfigBase",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "baseTokenAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "color",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairQuoteToken",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "QuoteToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "enabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "explorer",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ExplorerConfig",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mainnet",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkIconUrl",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkShortName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkType",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NetworkConfigType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newTokensEnabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stableCoinAddresses",
            "description": null,
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wrappedBaseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": []
      },
      {
        "kind": "ENUM",
        "name": "NetworkConfigType",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "APTOS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EVM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SOLANA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "STARKNET",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SUI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NetworkWalletFilterConnection",
        "description": "A connection of wallets matching a filter on a specific network.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The number of wallets returned.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Where in the list the server started when returning items.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of wallets matching the filter parameters.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "NetworkWalletFilterResult",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NetworkWalletFilterResult",
        "description": "A wallet matching a filter on a specific network.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The wallet address",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1d",
            "description": "Average profit in USD per trade in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1w",
            "description": "Average profit in USD per trade in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1y",
            "description": "Average profit in USD per trade in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade30d",
            "description": "Average profit in USD per trade in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1d",
            "description": "Average swap amount in USD in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1w",
            "description": "Average swap amount in USD in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1y",
            "description": "Average swap amount in USD in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd30d",
            "description": "Average swap amount in USD in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "backfillState",
            "description": "The backfill state of the wallet.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "WalletAggregateBackfillState",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "botScore",
            "description": "The bot score for the wallet.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTransactionAt",
            "description": "The unix timestamp for the first transaction from this wallet",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "labels",
            "description": "The labels associated with the wallet",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The unix timestamp for the last transaction from this wallet",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nativeTokenBalance",
            "description": "The native token balance of the wallet",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID of the wallet",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1d",
            "description": "Realized profit percentage in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": "Realized profit percentage in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1y",
            "description": "Realized profit percentage in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage30d",
            "description": "Realized profit percentage in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1d",
            "description": "Realized profit in USD in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1w",
            "description": "Realized profit in USD in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1y",
            "description": "Realized profit in USD in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd30d",
            "description": "Realized profit in USD in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scammerScore",
            "description": "The scammer score for the wallet.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1d",
            "description": "Number of swaps in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1w",
            "description": "Number of swaps in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1y",
            "description": "Number of swaps in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps30d",
            "description": "Number of swaps in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1d",
            "description": "Total number of swaps in the past day including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1w",
            "description": "Total number of swaps in the past week including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1y",
            "description": "Total number of swaps in the past year including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll30d",
            "description": "Total number of swaps in the past 30 days including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1d",
            "description": "Number of unique tokens traded in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1w",
            "description": "Number of unique tokens traded in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1y",
            "description": "Number of unique tokens traded in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens30d",
            "description": "Number of unique tokens traded in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1d",
            "description": "Volume in USD in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": "Volume in USD in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1y",
            "description": "Volume in USD in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd30d",
            "description": "Volume in USD in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1d",
            "description": "Total volume in USD in the past day including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1w",
            "description": "Total volume in USD in the past week including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1y",
            "description": "Total volume in USD in the past year including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll30d",
            "description": "Total volume in USD in the past 30 days including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wallet",
            "description": "The wallet identity and profile data",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Wallet",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1d",
            "description": "Win rate in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1w",
            "description": "Win rate in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1y",
            "description": "Win rate in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate30d",
            "description": "Win rate in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NetworkWalletStats",
        "description": "Native token balance for a wallet on a network.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "nativeTokenBalance",
            "description": "The native token balance",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NewPoolEventData",
        "description": "Event data for creating a new NFT pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "assetRecipientAddress",
            "description": "The wallet address that will receive the tokens or NFT sent to the pair during swaps.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bondingCurveAddress",
            "description": "The contract address of the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bondingCurveType",
            "description": "The bonding curve type that defines how the prices of NFTs change after each buy or sell within a pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "BondingCurveType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyPriceT",
            "description": "The initial price at which the pool is willing to buy an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionAddress",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The unix timestamp for the time the pool was created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "delta",
            "description": "The initial delta used in the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeAmountT",
            "description": "The pool fee amount in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenBalance",
            "description": "The number of NFTs in the contract after the block has processed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ownerAddress",
            "description": "The wallet address of the pool owner.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolAddress",
            "description": "The contract address of the NFT pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellPriceT",
            "description": "The initial price at which the pool is willing to sell an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "startPriceT",
            "description": "The initial spot price in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The contract address of the liquidity token of the pool (usually WETH).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `NEW_POOL`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NewPoolEventDataV2",
        "description": "Event data for creating a new NFT pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "assetRecipientAddress",
            "description": "The wallet address that will receive the tokens or NFT sent to the pair during swaps.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bondingCurveAddress",
            "description": "The contract address of the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bondingCurveType",
            "description": "The bonding curve type that defines how the prices of NFTs change after each buy or sell within a pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "BondingCurveType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyPriceT",
            "description": "The initial price at which the pool is willing to buy an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionAddress",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The unix timestamp for the time the pool was created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "delta",
            "description": "The initial delta used in the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeAmountT",
            "description": "The pool fee amount in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftAssets",
            "description": "*New Param*: The list of NFT assets withdrawn. More extensive info than nftTokenIds.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftAsset",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenIds",
            "description": "The list of NFT token IDs initially deposited.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenQuantities",
            "description": "The amount of each NFT token initially deposited.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ownerAddress",
            "description": "The wallet address of the pool owner.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolAddress",
            "description": "The contract address of the NFT pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolNftType",
            "description": "The type of NFT in the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PoolNftType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "propertyChecker",
            "description": "The property checker contract address for the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "royalties",
            "description": "The list of royalties for the pool. Only applicable for `SUDOSWAP_V2` pools.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftPoolRoyalty",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellPriceT",
            "description": "The initial price at which the pool is willing to sell an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "startPriceT",
            "description": "The initial spot price in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The contract address of the liquidity token of the pool (usually WETH).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `NEW_POOL`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftAsset",
        "description": "An NFT asset.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "attributes",
            "description": "The attributes for the NFT asset.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "NftAssetAttribute",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "The description of the NFT asset.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT asset (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "media",
            "description": "The NFT asset media.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftAssetMedia",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the NFT asset.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "originalImage",
            "description": "The source image URI linked by smart contract metadata.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quantity",
            "description": "The number of NFT assets with the same NFT token ID. Only applicable for ERC1155 tokens.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rawAssetData",
            "description": "Raw NFT metadata from the smart contract.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RawNftAssetData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The token ID of the NFT asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uri",
            "description": "The URI provided by the smart contract. Typically JSON that contains metadata.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftAssetAttribute",
        "description": "Attributes for an NFT asset.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "class",
            "description": "Suggested class name to use for css styling. An optional attribute of ERC-1155 assets.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "css",
            "description": "Suggested CSS styling. An optional attribute of ERC-1155 assets.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "displayType",
            "description": "The attribute display type. Can be `Trait`, `Stat`, `Ranking`, `BoostNumber`, `BoostPercentage` or `Date`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftAssetAttributeDisplayType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxValue",
            "description": "The max value, if applicable.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the attribute.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "value",
            "description": "The value of the attribute.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "valueType",
            "description": "The type for the `value` field. Can be `String`, `Number` or `Array`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftAssetAttributeType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftAssetAttributeDisplayType",
        "description": "The display type for the NFT asset attribute.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BoostNumber",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BoostPercentage",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Date",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Ranking",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Stat",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Trait",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftAssetAttributeType",
        "description": "The type for the NFT asset attribute `value` field.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Array",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Number",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "String",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftAssetError",
        "description": "An NFT asset error.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT asset (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "message",
            "description": "The message of the asset error.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The status of the asset error.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftAssetErrorStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The token ID of the NFT asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftAssetErrorStatus",
        "description": "The status of an NFT asset error.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "INDEXING_IN_PROGRESS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NOT_FOUND",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftAssetMedia",
        "description": "NFT asset media.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "image",
            "description": "The URL for a full size image of the NFT asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "processed",
            "description": "Whether the NFT asset media has finished processing.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "thumbLg",
            "description": "The URL for large generated thumbnail of the NFT asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "thumbSm",
            "description": "The URL for small generated thumbnail of the NFT asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftAssetsConnection",
        "description": "Response returned by `getNftAssets`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "itemErrors",
            "description": "A list of errors encountered while fetching the NFT assets. Errors correspond to null values in `items` by array index.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftAssetError",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of NFT assets.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftAsset",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftBalance",
        "description": "Wallet balance of an Nft Collection.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "balance",
            "description": "The number of items held by the wallet.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionId",
            "description": "The ID of the collection (`collectionAddress:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The address of the wallet.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftCollectionCurrencyStats",
        "description": "Price stats for an NFT collection over a time frame. Either in USD or the network's base token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "average",
            "description": "The average sale price in the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "close",
            "description": "The closing price for the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highestSale",
            "description": "The highest sale price in the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowestSale",
            "description": "The lowest sale price in the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "open",
            "description": "The opening price for the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "The volume over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeByFillsource",
            "description": "The volume partitioned by fillsource over the time frame",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftFillsourceStatsStringMetrics",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumePercentByFillsource",
            "description": "The percentages of total volume partitioned by fillsource over the time frame",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftFillsourceStatsNumberMetrics",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftCollectionFillsourceNumberStat",
        "description": "Stat and change for a string based fillsource amount.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": "The amount of the stat traded in the current time frame.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change",
            "description": "The change in fillsource volume between the previous and current time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fillsource",
            "description": "The marketplace that filled the NFT order volume. (ex. OPENSEA, BLUR, etc.)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftCollectionFillsourceStringStat",
        "description": "Stat and change for a string based fillsource amount.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": "The amount of the stat traded in the current time frame.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change",
            "description": "The change in fillsource volume between the previous and current time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fillsource",
            "description": "The marketplace that filled the NFT order volume. (ex. OPENSEA, BLUR, etc.)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftCollectionFilterConnection",
        "description": "Response returned by `filterNftCollections`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The number of NFT collections returned.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Where in the list the server started when returning items.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of NFT collections matching the filter parameters.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftCollectionFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftCollectionFilterResult",
        "description": "An NFT collection matching a set of filter parameters.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ercType",
            "description": "The token standard. Can be a variation of `ERC-721` or `ERC-1155`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "grouping",
            "description": "The marketplace address or `all`. Can be used to get marketplace-specific metrics.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT collection (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageUrl",
            "description": "The image URL for the collection or one of the assets within the collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastEventTimestamp",
            "description": "The unix timestamp for the last event.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1h",
            "description": "Stats for the past hour.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsWindowWithChange",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4h",
            "description": "Stats for the past 4 hours.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsWindowWithChange",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12h",
            "description": "Stats for the past 12 hours.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsWindowWithChange",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24h",
            "description": "Stats for the past 24 hours.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsWindowWithChange",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "symbol",
            "description": "The symbol of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp indicating the last time the data was updated. Updates daily.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total supply of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftCollectionFilters",
        "description": "Input filters for `filterNftCollections`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "ercType",
            "description": "The list of token standards to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftContractErcType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastEventTimestamp",
            "description": "The unix timestamp for the last event.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "network",
            "description": "The list of network IDs to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1h",
            "description": "Stats for the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftStatsWindowFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4h",
            "description": "Stats for the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftStatsWindowFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12h",
            "description": "Stats for the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftStatsWindowFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24h",
            "description": "Stats for the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftStatsWindowFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total supply of the NFT collection.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftCollectionMetadataResponse",
        "description": "Response returned by `getNftCollectionMetadata`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "contract",
            "description": "Metadata for the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftContract",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT collection (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "media",
            "description": "The media for one of the assets within the NFT collection.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftAssetMedia",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats",
            "description": "A list of stats for the NFT collection across different time frames.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftCollectionWindowStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftCollectionNonCurrencyStats",
        "description": "Numerical stats for an NFT collection over a time frame.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "mints",
            "description": "The number of mints over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sales",
            "description": "The number of sales over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokensSold",
            "description": "The number of tokens sold over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transfers",
            "description": "The number of transfers over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuyers",
            "description": "The number of unique buyers over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMinters",
            "description": "The number of unique minters over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSalesWallets",
            "description": "The number of unique wallets (buyers or sellers) over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSellers",
            "description": "The number of unique sellers over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftCollectionPriceStats",
        "description": "Price stats for an NFT collection over a time frame. Either in USD or the network's base token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "average",
            "description": "The average sale price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageChange",
            "description": "The change in average price between the previous and current time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ceiling",
            "description": "The highest sale price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ceilingChange",
            "description": "The change in ceiling price between the previous and current time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floor",
            "description": "The lowest sale price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floorChange",
            "description": "The change in floor price between the previous and current time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "The trade volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeByFillsource",
            "description": "The volume partitioned by fillsource over the time frame",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftCollectionFillsourceStringStat",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange",
            "description": "The change in volume between the previous and current time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumePercentByFillsource",
            "description": "The percentages of total volume partitioned by fillsource over the time frame",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftCollectionFillsourceNumberStat",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftCollectionRanking",
        "description": "Input type of `NftCollectionRanking`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank NFT collections by.",
            "type": {
              "kind": "ENUM",
              "name": "NftCollectionRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction to apply to the ranking attribute.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftCollectionRankingAttribute",
        "description": "The attribute used to rank NFT collections.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "lastEventTimestamp",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenAverageChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenAverageCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenAveragePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenCloseChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenCloseCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenClosePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenHighestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenHighestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenHighestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenLowestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenLowestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenLowestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenOpenChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenOpenCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenOpenPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceBlendChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceBlendCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceBlendPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceBlurChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceBlurCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceBlurPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceBlurV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceBlurV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceBlurV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceCryptopunksChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceCryptopunksCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceCryptopunksPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceGemChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceGemCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceGemPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceLooksrareChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceLooksrareCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceLooksrarePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceLooksrareV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceLooksrareV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceLooksrareV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceOpenseaChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceOpenseaCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceOpenseaPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceOpenseaProChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceOpenseaProCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceOpenseaProPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceSeaportChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceSeaportCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceSeaportPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceSudoswapChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceSudoswapCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceSudoswapPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceSudoswapV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceSudoswapV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceSudoswapV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceX2Y2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceX2Y2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeByFillsourceX2Y2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumeCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNetworkBaseTokenVolumePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyMintsChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyMintsCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyMintsPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencySalesChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencySalesCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencySalesPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyTokensSoldChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyTokensSoldCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyTokensSoldPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyTransfersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyTransfersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyTransfersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueBuyersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueBuyersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueBuyersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueMintersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueMintersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueMintersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueSalesWalletsChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueSalesWalletsCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueSalesWalletsPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueSellersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueSellersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hNonCurrencyUniqueSellersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdAverageChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdAverageCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdAveragePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdCloseChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdCloseCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdClosePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdHighestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdHighestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdHighestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdLowestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdLowestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdLowestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdOpenChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdOpenCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdOpenPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceBlendChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceBlendCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceBlendPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceBlurChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceBlurCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceBlurPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceBlurV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceBlurV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceBlurV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceCryptopunksChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceCryptopunksCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceCryptopunksPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceGemChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceGemCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceGemPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceLooksrareChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceLooksrareCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceLooksrarePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceLooksrareV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceLooksrareV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceLooksrareV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceOpenseaChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceOpenseaCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceOpenseaPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceOpenseaProChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceOpenseaProCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceOpenseaProPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceSeaportChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceSeaportCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceSeaportPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceSudoswapChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceSudoswapCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceSudoswapPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceSudoswapV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceSudoswapV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceSudoswapV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceX2Y2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceX2Y2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeByFillsourceX2Y2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumeCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats1hUsdVolumePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenAverageChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenAverageCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenAveragePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenCloseChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenCloseCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenClosePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenHighestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenHighestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenHighestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenLowestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenLowestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenLowestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenOpenChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenOpenCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenOpenPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceBlendChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceBlendCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceBlendPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceBlurChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceBlurCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceBlurPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceBlurV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceBlurV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceBlurV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceCryptopunksChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceCryptopunksCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceCryptopunksPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceGemChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceGemCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceGemPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceLooksrareChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceLooksrareCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceLooksrarePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceLooksrareV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceLooksrareV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceLooksrareV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceOpenseaChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceOpenseaCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceOpenseaPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceOpenseaProChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceOpenseaProCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceOpenseaProPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceSeaportChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceSeaportCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceSeaportPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceSudoswapChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceSudoswapCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceSudoswapPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceSudoswapV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceSudoswapV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceSudoswapV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceX2Y2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceX2Y2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeByFillsourceX2Y2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumeCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNetworkBaseTokenVolumePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyMintsChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyMintsCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyMintsPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencySalesChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencySalesCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencySalesPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyTokensSoldChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyTokensSoldCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyTokensSoldPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyTransfersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyTransfersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyTransfersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueBuyersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueBuyersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueBuyersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueMintersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueMintersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueMintersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueSalesWalletsChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueSalesWalletsCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueSalesWalletsPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueSellersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueSellersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hNonCurrencyUniqueSellersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdAverageChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdAverageCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdAveragePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdCloseChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdCloseCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdClosePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdHighestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdHighestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdHighestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdLowestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdLowestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdLowestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdOpenChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdOpenCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdOpenPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceBlendChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceBlendCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceBlendPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceBlurChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceBlurCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceBlurPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceBlurV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceBlurV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceBlurV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceCryptopunksChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceCryptopunksCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceCryptopunksPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceGemChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceGemCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceGemPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceLooksrareChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceLooksrareCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceLooksrarePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceLooksrareV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceLooksrareV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceLooksrareV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceOpenseaChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceOpenseaCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceOpenseaPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceOpenseaProChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceOpenseaProCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceOpenseaProPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceSeaportChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceSeaportCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceSeaportPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceSudoswapChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceSudoswapCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceSudoswapPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceSudoswapV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceSudoswapV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceSudoswapV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceX2Y2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceX2Y2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeByFillsourceX2Y2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumeCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats4hUsdVolumePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenAverageChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenAverageCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenAveragePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenCloseChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenCloseCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenClosePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenHighestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenHighestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenHighestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenLowestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenLowestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenLowestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenOpenChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenOpenCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenOpenPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceBlendChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceBlendCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceBlendPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceBlurChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceBlurCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceBlurPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceBlurV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceBlurV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceBlurV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceCryptopunksChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceCryptopunksCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceCryptopunksPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceGemChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceGemCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceGemPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceLooksrareChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceLooksrareCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceLooksrarePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceLooksrareV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceLooksrareV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceLooksrareV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceOpenseaChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceOpenseaCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceOpenseaPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceOpenseaProChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceOpenseaProCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceOpenseaProPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceSeaportChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceSeaportCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceSeaportPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceSudoswapChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceSudoswapCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceSudoswapPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceSudoswapV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceSudoswapV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceSudoswapV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceX2Y2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceX2Y2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeByFillsourceX2Y2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumeCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNetworkBaseTokenVolumePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyMintsChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyMintsCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyMintsPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencySalesChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencySalesCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencySalesPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyTokensSoldChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyTokensSoldCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyTokensSoldPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyTransfersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyTransfersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyTransfersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueBuyersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueBuyersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueBuyersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueMintersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueMintersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueMintersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueSalesWalletsChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueSalesWalletsCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueSalesWalletsPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueSellersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueSellersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hNonCurrencyUniqueSellersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdAverageChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdAverageCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdAveragePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdCloseChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdCloseCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdClosePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdHighestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdHighestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdHighestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdLowestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdLowestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdLowestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdOpenChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdOpenCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdOpenPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceBlendChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceBlendCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceBlendPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceBlurChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceBlurCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceBlurPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceBlurV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceBlurV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceBlurV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceCryptopunksChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceCryptopunksCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceCryptopunksPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceGemChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceGemCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceGemPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceLooksrareChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceLooksrareCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceLooksrarePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceLooksrareV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceLooksrareV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceLooksrareV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceOpenseaChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceOpenseaCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceOpenseaPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceOpenseaProChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceOpenseaProCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceOpenseaProPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceSeaportChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceSeaportCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceSeaportPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceSudoswapChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceSudoswapCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceSudoswapPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceSudoswapV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceSudoswapV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceSudoswapV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceX2Y2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceX2Y2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeByFillsourceX2Y2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumeCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats12hUsdVolumePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenAverageChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenAverageCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenAveragePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenCloseChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenCloseCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenClosePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenHighestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenHighestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenHighestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenLowestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenLowestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenLowestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenOpenChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenOpenCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenOpenPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceBlendChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceBlendCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceBlendPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceBlurChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceBlurCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceBlurPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceBlurV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceBlurV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceBlurV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceCryptopunksChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceCryptopunksCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceCryptopunksPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceGemChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceGemCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceGemPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceLooksrareChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceLooksrareCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceLooksrarePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceLooksrareV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceLooksrareV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceLooksrareV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceOpenseaChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceOpenseaCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceOpenseaPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceOpenseaProChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceOpenseaProCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceOpenseaProPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceSeaportChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceSeaportCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceSeaportPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceSudoswapChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceSudoswapCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceSudoswapPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceSudoswapV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceSudoswapV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceSudoswapV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceX2Y2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceX2Y2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeByFillsourceX2Y2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumeCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNetworkBaseTokenVolumePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyMintsChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyMintsCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyMintsPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencySalesChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencySalesCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencySalesPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyTokensSoldChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyTokensSoldCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyTokensSoldPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyTransfersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyTransfersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyTransfersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueBuyersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueBuyersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueBuyersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueMintersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueMintersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueMintersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueSalesWalletsChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueSalesWalletsCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueSalesWalletsPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueSellersChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueSellersCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hNonCurrencyUniqueSellersPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdAverageChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdAverageCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdAveragePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdCloseChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdCloseCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdClosePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdHighestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdHighestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdHighestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdLowestSaleChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdLowestSaleCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdLowestSalePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdOpenChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdOpenCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdOpenPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceBlendChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceBlendCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceBlendPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceBlurChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceBlurCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceBlurPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceBlurV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceBlurV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceBlurV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceCryptopunksChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceCryptopunksCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceCryptopunksPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceGemChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceGemCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceGemPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceLooksrareChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceLooksrareCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceLooksrarePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceLooksrareV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceLooksrareV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceLooksrareV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceOpenseaChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceOpenseaCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceOpenseaPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceOpenseaProChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceOpenseaProCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceOpenseaProPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceSeaportChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceSeaportCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceSeaportPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceSudoswapChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceSudoswapCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceSudoswapPrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceSudoswapV2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceSudoswapV2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceSudoswapV2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceX2Y2Change",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceX2Y2Current",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeByFillsourceX2Y2Previous",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeChange",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumeCurrent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stats24hUsdVolumePrevious",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftCollectionWindowStats",
        "description": "Stats for an NFT collection for a time frame.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "networkBaseTokenPriceStats",
            "description": "The price stats for the NFT collection in the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftCollectionPriceStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradeCount",
            "description": "The trade count over the `window`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradeCountChange",
            "description": "The change in trade count between the previous and current `window`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdPriceStats",
            "description": "The price stats for the NFT collection in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftCollectionPriceStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "window",
            "description": "The time frame used to calculate the stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftCollectionsLeaderboardDuration",
        "description": "The duration used to rank NFTs.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "day1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "day30",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min15",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftCollectionsLeaderboardMetric",
        "description": "The attribute used to rank NFT collections.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "buyers",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyersGain",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mints",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mintsGain",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sales",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "salesGain",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellers",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellersGain",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokensSold",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokensSoldGain",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeBase",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeBaseGain",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdGain",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftContract",
        "description": "Metadata for an NFT collection.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "The description of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ercType",
            "description": "The token standard. Can be a variation of `ERC-721` or `ERC-1155`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT collection (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "image",
            "description": "The URL for an image of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "symbol",
            "description": "The symbol for the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total supply of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftContractErcType",
        "description": "Token standards.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ERC721",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ERC721Enumerable",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ERC721Metadata",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ERC1155",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ERC1155Metadata",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Unsupported",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftContractInput",
        "description": "Input type of `getNftContracts`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The NFT contract address.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftEvent",
        "description": "An NFT collection transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "aggregatorAddress",
            "description": "The contract address of the marketplace aggregator that routed the transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseTokenAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "No longer supported"
          },
          {
            "name": "baseTokenPrice",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "No longer supported"
          },
          {
            "name": "blockNumber",
            "description": "The block number for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "contractAddress",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The event type of the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The NFT marketplace address of the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fillSource",
            "description": "The name of the marketplace that processed the transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT event (`contractAddress`:`tokenId`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "individualBaseTokenPrice",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "No longer supported"
          },
          {
            "name": "individualNetworkBaseTokenPrice",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "No longer supported"
          },
          {
            "name": "individualPrice",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Some events may lack this value - use the nullable individualTradePrice. individualPrice will return null values as an empty string."
          },
          {
            "name": "individualPriceNetworkBaseToken",
            "description": "The price of each individual NFT in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "individualPriceUsd",
            "description": "The price of each individual NFT in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "individualTokenPrice",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Some events may lack this value - use the nullable individualTradePrice. individualTokenPrice will return null values as an empty string."
          },
          {
            "name": "individualTradePrice",
            "description": "The price of each individual NFT in the purchasing token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "logIndex",
            "description": "The index of the log in the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The wallet address of the buyer.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkBaseTokenPrice",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "No longer supported"
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "numberOfTokens",
            "description": "The number of assets involved in the transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "orderDirection",
            "description": "The direction of the order. One of 'BUY', 'SELL', or 'OFFER_ACCEPTED'.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "NftEventOrderDirection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "paymentTokenAddress",
            "description": "The contract address of the purchasing token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolAddress",
            "description": "The contract address of the NFT pool, if applicable.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceError",
            "description": "The reason for the price error, if applicable. Can be `NO_TOKEN_DATA`, `NO_TOKEN_PRICE`, or `LOW_LIQUIDITY_PAIR`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sortKey",
            "description": "The sortKey for the event (`blockNumber`#`transactionIndex`#`logIndex` (+ #`marketplaceEventLogIndex` if applicable), zero padded). For example, `0000000016414564#00000224#00000413#00000414`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "taker",
            "description": "The wallet address of the seller.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The token ID of the NFT asset involved in the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenPrice",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "Some events may lack this value - use the nullable totalTradePrice. tokenPrice will return null values as an empty string."
          },
          {
            "name": "totalPrice",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "Some events may lack this value - use the nullable totalTradePrice. totalPrice will return null values as an empty string."
          },
          {
            "name": "totalPriceNetworkBaseToken",
            "description": "The total trade price for the transaction in the network's base token. (The transaction can include more than 1 token).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalPriceUsd",
            "description": "The total trade price for the transaction in USD. (The transaction can include more than 1 token).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalTradePrice",
            "description": "The total trade price for the transaction in the purchasing token. (The transaction can include more than 1 token).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradeOffer",
            "description": "The tokens/NFTs that were offered to make this transaction occur.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "UNION",
                  "name": "NftEventTradeItem",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradeReceived",
            "description": "The tokens/NFTs that were received in this transaction.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "UNION",
                  "name": "NftEventTradeItem",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionHash",
            "description": "The unique hash for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionIndex",
            "description": "The index of the transaction within the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftEventFillSourceCondition",
        "description": "NFT marketplaces for a webhook to listen on.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "oneOf",
            "description": "The list of NFT marketplaces.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "WebhookNftEventFillSource",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftEventFillSourceConditionInput",
        "description": "Input for NFT event fill source condition.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "oneOf",
            "description": "The list of NFT marketplace to equal.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "WebhookNftEventFillSource",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftEventNftTradeItem",
        "description": "Details for an NFT offered or received as part of an nft trade.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address for the NFT.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount",
            "description": "The number of tokens transferred. (Always 1 for ERC721 NFTs)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "recipient",
            "description": "The recipient of the NFT.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The token ID of the exchanged NFT",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of item involved in the trade. (Always NFT)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftEventTradeItemType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftEventOrderDirection",
        "description": "The direction of the nft sale event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BUY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OFFER_ACCEPTED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SELL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftEventTokenTradeItem",
        "description": "Details for a token(s) offered or received as part of an nft trade.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address for the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount",
            "description": "The number of tokens transferred.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "individualPriceNetworkBaseToken",
            "description": "The price of each individual NFT in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "individualPriceUsd",
            "description": "The price of each individual NFT in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "individualTradePrice",
            "description": "The price of each individual NFT in the purchasing token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isPrice",
            "description": "Whether this should be summed to calculate the price of the NFT received in the base event. Tokens that are payment fees or involved with other sales in the transaction are often represented in sales and would have a value of `false`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceError",
            "description": "The reason for the price error, if applicable. Can be `NO_TOKEN_DATA`, `NO_TOKEN_PRICE`, or `LOW_LIQUIDITY_PAIR`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "recipient",
            "description": "The recipient of the tokens.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalPriceNetworkBaseToken",
            "description": "The total trade price for the transaction in the network's base token. (The transaction can include more than 1 token).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalPriceUsd",
            "description": "The total trade price for the transaction in USD. (The transaction can include more than 1 token).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalTradePrice",
            "description": "The total trade price for the transaction in the purchasing token. (The transaction can include more than 1 token).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of item involved in the trade. (Always TOKEN)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftEventTradeItemType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "NftEventTradeItem",
        "description": "An item that was either offered or received as part of an NFT trade.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "NftEventNftTradeItem",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftEventTokenTradeItem",
            "ofType": null
          }
        ]
      },
      {
        "kind": "INTERFACE",
        "name": "NftEventTradeItemBase",
        "description": "Fields that are common in all items offered or received as part of an nft trade.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address for the item.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount",
            "description": "The number of items transferred.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "recipient",
            "description": "The recipient of the items.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of item involved in the trade. (NFT or TOKEN)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftEventTradeItemType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": []
      },
      {
        "kind": "ENUM",
        "name": "NftEventTradeItemType",
        "description": "The type of item involved in the trade.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "NFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOKEN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftEventTypeCondition",
        "description": "An NFT event type for a webhook to listen for.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "eq",
            "description": "The NFT event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "WebhookNftEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftEventTypeConditionInput",
        "description": "Input for NFT event type.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "eq",
            "description": "The NFT event type to equal.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "WebhookNftEventType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftEventWebhookCondition",
        "description": "Webhook conditions for an NFT event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "contractAddress",
            "description": "The NFT collection contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The NFT event type the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftEventTypeCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The exchange contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fillSource",
            "description": "The NFT marketplaces the webhook is listening on.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftEventFillSourceCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ignoreTransfers",
            "description": "Option to ignore all nft transfer events",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "individualBaseTokenPrice",
            "description": "The base token price the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ComparisonOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The maker wallet address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The list of network IDs the webhook is listening on.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OneOfNumberCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The token ID the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftEventWebhookConditionInput",
        "description": "Input conditions for an NFT event webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "contractAddress",
            "description": "The NFT collection contract address to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The NFT event type to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftEventTypeConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The exchange contract address to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fillSource",
            "description": "The NFT marketplaces to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftEventFillSourceConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ignoreTransfers",
            "description": "Option to ignore all nft transfer events",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The maker wallet address to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "A list of network IDs to listen on.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "OneOfNumberConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The token ID to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftEventsConnection",
        "description": "Response returned by `getNftEvents`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of transactions for an NFT collection.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftEvent",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftExchange",
        "description": "NFT marketplaces.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ALTO",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BITKEEP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BLEND",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BLUR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BLURV2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CRYPTOPUNKS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "JOEPEGS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOOKSRARE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOOKSRAREV2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MINTED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OPENSEA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PLAYDAPP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PROVENANT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "QUIXOTIC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SEAPORT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "STRATOS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SUDOSWAPAMMV2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SUDOSWAPV2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOFUNFT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TREASURE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "X2Y2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZEROEXV3",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ZEROEXV4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftFillsourceStatsNumberMetrics",
        "description": "Number metrics for NFT fillsource stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "change",
            "description": "The percent change between the `current` and `previous`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current",
            "description": "The total value for the current window.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fillsource",
            "description": "Marketplace that filled the NFT order volume. (ex. OPENSEA, BLUR, etc.)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previous",
            "description": "The total value for the previous window.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftFillsourceStatsStringMetrics",
        "description": "String metrics for NFT stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "change",
            "description": "The percent change between the `current` and `previous`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current",
            "description": "The total value for the current window.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fillsource",
            "description": "Marketplace that filled the NFT order volume. (ex. OPENSEA, BLUR, etc.)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previous",
            "description": "The total value for the previous window.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftHoldersInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "collectionAddress",
            "description": "The address of the collection contract.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the collection is deployed on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftHoldersResponse",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "the unique count of holders for the collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list wallets for a collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "NftBalance",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Status of holder. Disabled if on unsupported network or there is insufficient holder data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "HoldersStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolAssetRecipientUpdateEventData",
        "description": "Event data for updating the asset recipient of a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "newAssetRecipient",
            "description": "The updated wallet address that will receive the tokens or NFT sent to the pair during swaps.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `ASSET_RECIPIENT_CHANGE`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolCollectionFilterConnection",
        "description": "Response returned by `filterNftPoolCollections`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The number of NFT collections returned.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "page",
            "description": "Where in the list the server started when returning items.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of NFT collections matching the filter parameters.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftPoolCollectionFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolCollectionFilterResult",
        "description": "An NFT pool collection.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "balanceNBT",
            "description": "The total liquidity of the collection in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceUSD",
            "description": "The total liquidity of the collection in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionAddress",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ercType",
            "description": "The token standard. Can be a variation of `ERC-721` or `ERC-1155`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The contract address of the NFT AMM marketplace.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBT24",
            "description": "The total sell volume of the collection in the network's base token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBTAll",
            "description": "The total sell volume of the collection in the network's base token over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSD24",
            "description": "The total sell volume of the collection in USD over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSDAll",
            "description": "The total sell volume of the collection in USD over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floorNBT",
            "description": "The lowest price at which any of the collection's pools are willing to sell an NFT in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floorUSD",
            "description": "The lowest price at which any of the collection's pools are willing to sell an NFT in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceNBT24",
            "description": "The highest sale price within the collection in the network's base token in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceNBTAll",
            "description": "The highest sale price within the collection in the network's base token in the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUSD24",
            "description": "The highest sale price within the collection in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUSDAll",
            "description": "The highest sale price within the collection in USD in the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT collection (`collectionAddress`:`exchangeAddress`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageUrl",
            "description": "The image URL for the collection or one of the assets within the collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceNBT24",
            "description": "The lowest sale price within the collection in the network's base token in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceNBTAll",
            "description": "The lowest sale price within the collection in the network's base token in the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUSD24",
            "description": "The lowest sale price within the collection in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUSDAll",
            "description": "The lowest sale price within the collection in USD in the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftBalance",
            "description": "The number of NFTs in all of the collection's pools.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftBalance is changing from Int to String - use nftBalanceV2 instead."
          },
          {
            "name": "nftBalanceV2",
            "description": "The number of NFTs in all of the collection's pools.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolume24",
            "description": "The number of NFTs bought and sold in any of the collection's pools over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftVolume24 is changing from Int to String - use nftVolume24V2 instead."
          },
          {
            "name": "nftVolume24V2",
            "description": "The number of NFTs bought and sold in any of the collection's pools over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolumeAll",
            "description": "The number of NFTs bought or sold in any of the collection's pools over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftVolumeAll is changing from Int to String - use nftVolumeAllV2 instead."
          },
          {
            "name": "nftVolumeAllV2",
            "description": "The number of NFTs bought or sold in any of the collection's pools over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBought24",
            "description": "The number of NFTs bought in any of the collection's pools over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftsBought24 is changing from Int to String - use nftsBought24V2 instead."
          },
          {
            "name": "nftsBought24V2",
            "description": "The number of NFTs bought in any of the collection's pools over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBoughtAll",
            "description": "The number of NFTs bought in any of the collection's pools over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftsBoughtAll is changing from Int to String - use nftsBoughtAllV2 instead."
          },
          {
            "name": "nftsBoughtAllV2",
            "description": "The number of NFTs bought in any of the collection's pools over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSold24",
            "description": "The number of NFTs sold in any of the collection's pools over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftsSold24 is changing from Int to String - use nftsSold24V2 instead."
          },
          {
            "name": "nftsSold24V2",
            "description": "The number of NFTs sold in any of the collection's pools over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSoldAll",
            "description": "The number of NFTs sold in any of the collection's pools over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftsSoldAll is changing from Int to String - use nftsSoldAllV2 instead."
          },
          {
            "name": "nftsSoldAllV2",
            "description": "The number of NFTs sold in any of the collection's pools over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerNBT",
            "description": "The highest price at which any of the collection's pools are willing to buy an NFT in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerUSD",
            "description": "The highest price at which any of the collection's pools are willing to buy an NFT in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBT24",
            "description": "The sum of pool fees generated by the collection in the network's base token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBTAll",
            "description": "The sum of pool fees generated by the collection in the network's base token over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSD24",
            "description": "The sum of pool fees generated by the collection in USD over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSDAll",
            "description": "The sum of pool fees generated by the collection in USD over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBT24",
            "description": "The sum of protocol fees generated by the collection in the network's base token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBTAll",
            "description": "The sum of protocol fees generated by the collection in the network's base token over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSD24",
            "description": "The sum of protocol fees generated by the collection in USD over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSDAll",
            "description": "The sum of protocol fees generated by the collection in USD over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBT24",
            "description": "The total buy volume of the collection in the network's base token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBTAll",
            "description": "The total buy volume of the collection in the network's base token over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSD24",
            "description": "The total buy volume of the collection in USD over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSDAll",
            "description": "The total buy volume of the collection in USD over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "symbol",
            "description": "The symbol for the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp indicating the last time the data was updated. Updates every 2 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total supply of the collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "totalSupply is changing from Int to String - use totalSupplyV2 instead."
          },
          {
            "name": "totalSupplyV2",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT24",
            "description": "The total volume of the collection in the network's base token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBTAll",
            "description": "The total volume of the collection in the network's base token over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": "The total volume of the collection in USD over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSDAll",
            "description": "The total volume of the collection in USD over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftPoolCollectionFilters",
        "description": "Input type of `NftPoolCollectionFilters`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "balanceNBT",
            "description": "The total liquidity of the collection in the network's base token.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceUSD",
            "description": "The total liquidity of the collection in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ercType",
            "description": "The list of token standards to filter by. Can be a variation of `ERC-721` or `ERC-1155`.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchange",
            "description": "The list of NFT AMM marketplace addresses to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBT24",
            "description": "The total sell volume of the collection in the network's base token over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBTAll",
            "description": "The total sell volume of the collection in the network's base token over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSD24",
            "description": "The total sell volume of the collection in USD over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSDAll",
            "description": "The total sell volume of the collection in USD over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floorNBT",
            "description": "The lowest price at which any of the collection's pools are willing to sell an NFT in the network's base token.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floorUSD",
            "description": "The lowest price at which any of the collection's pools are willing to sell an NFT in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceNBT24",
            "description": "The highest sale price within the collection in the network's base token in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceNBTAll",
            "description": "The highest sale price within the collection in the network's base token in the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUSD24",
            "description": "The highest sale price within the collection in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUSDAll",
            "description": "The highest sale price within the collection in USD in the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceNBT24",
            "description": "The lowest sale price within the collection in the network's base token in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceNBTAll",
            "description": "The lowest sale price within the collection in the network's base token in the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUSD24",
            "description": "The lowest sale price within the collection in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUSDAll",
            "description": "The lowest sale price within the collection in USD in the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "network",
            "description": "The list of network IDs to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftBalance",
            "description": "The number of NFTs in all of the collection's pools.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolume24",
            "description": "The number of NFTs bought in any of the collection's pools over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolumeAll",
            "description": "The number of NFTs bought or sold in any of the collection's pools over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBought24",
            "description": "The number of NFTs bought in any of the collection's pools over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBoughtAll",
            "description": "The number of NFTs bought in any of the collection's pools over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSold24",
            "description": "The number of NFTs sold in any of the collection's pools over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSoldAll",
            "description": "The number of NFTs sold in any of the collection's pools over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerNBT",
            "description": "The highest price at which any of the collection's pools are willing to buy an NFT in the network's base token.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerUSD",
            "description": "The highest price at which any of the collection's pools are willing to buy an NFT in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBT24",
            "description": "The sum of pool fees generated by the collection in the network's base token over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBTAll",
            "description": "The sum of pool fees generated by the collection in the network's base token over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSD24",
            "description": "The sum of pool fees generated by the collection in USD over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSDAll",
            "description": "The sum of pool fees generated by the collection in USD over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBT24",
            "description": "The sum of protocol fees generated by the collection in the network's base token over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBTAll",
            "description": "The sum of protocol fees generated by the collection in the network's base token over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSD24",
            "description": "The sum of protocol fees generated by the collection in USD over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSDAll",
            "description": "The sum of protocol fees generated by the collection in USD over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBT24",
            "description": "The total buy volume of the collection in the network's base token over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBTAll",
            "description": "The total buy volume of the collection in the network's base token over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSD24",
            "description": "The total buy volume of the collection in USD over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSDAll",
            "description": "The total buy volume of the collection in USD over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total supply of the collection.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT24",
            "description": "The total volume of the collection in the network's base token over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBTAll",
            "description": "The total volume of the collection in the network's base token over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": "The total volume of the collection in USD over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSDAll",
            "description": "The total volume of the collection in USD over the collection's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftPoolCollectionRanking",
        "description": "Input type of `NftPoolCollectionRanking`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank NFT collections by.",
            "type": {
              "kind": "ENUM",
              "name": "NftPoolCollectionRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction to apply to the ranking attribute.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftPoolCollectionRankingAttribute",
        "description": "The attribute used to rank NFT collections.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "balanceNBT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceUSD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floorNBT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floorUSD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftBalance",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolume24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolumeAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBought24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBoughtAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSold24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSoldAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerNBT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerUSD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolCollectionResponse",
        "description": "An NFT collection in an NFT pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "balanceNBT",
            "description": "The total liquidity of the collection in the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionAddress",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionId",
            "description": "The ID of the NFT collection (`collectionAddress`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionSymbol",
            "description": "The symbol of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The contract address of the NFT AMM marketplace.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeId",
            "description": "The ID of the exchange (`exchangeAddress`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floorNBT",
            "description": "The lowest price at which any of the NFT collection's pools are willing to sell an NFT in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "image",
            "description": "An image associated with the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "media",
            "description": "The media for one of the assets within the NFT collection.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftAssetMedia",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use `image` from `NftContract` instead."
          },
          {
            "name": "name",
            "description": "The name of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftBalance",
            "description": "The current number of NFTs in all the NFT collection's pools.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "nftBalance is changing from Int to String - use nftBalanceV2 instead."
          },
          {
            "name": "nftBalanceV2",
            "description": "The current number of NFTs in all the NFT collection's pools.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolumeAllTime",
            "description": "The total number of NFTs bought and sold over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftVolumeAllTime is changing from Int to String - use nftVolumeAllTimeV2 instead."
          },
          {
            "name": "nftVolumeAllTimeV2",
            "description": "The total number of NFTs bought and sold over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerNBT",
            "description": "The highest price at which any of the NFT collection's pools are willing to buy an NFT in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBTAll",
            "description": "The sum of pool fees generated by the collection in the network's base token over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSDAll",
            "description": "The sum of pool fees generated by the collection in USD over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBTAll",
            "description": "The sum of protocol fees generated by the collection in the network's base token over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSDAll",
            "description": "The sum of protocol fees generated by the collection in USD over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "royaltiesNBTAllEstimate",
            "description": "As estimated sum in the network's base token of the collection's royalties paid to creators by pool swaps over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "royaltiesUSDAllEstimate",
            "description": "An estimated sum in USD of the collection's royalties paid to creators by pool swaps over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeAllTimeNBT",
            "description": "The total volume of the collection in the network's base token over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeAllTimeUSD",
            "description": "The total volume of the collection in USD over the collection's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftPoolContractVersion",
        "description": "The NFT pool contract version.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "SUDOSWAP_V1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SUDOSWAP_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolDeltaUpdateEventData",
        "description": "Event data for updating the delta of a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "newDelta",
            "description": "The updated delta used in the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `DELTA_UPDATE`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolEvent",
        "description": "An NFT pool transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "blockHash",
            "description": "The hash of the block where the transaction occurred.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blockNumber",
            "description": "The block number for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionAddress",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionId",
            "description": "The ID of the NFT collection (`collectionAddress`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "data",
            "description": "The event-specific data for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "UNION",
                "name": "NftPoolEventData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The event type of the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The contract address of the NFT AMM marketplace.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT pool (`poolAddress`:`networkId`). For example, `0xdbea289dcc10eed8431e78753414a3d81b8e7201:1`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "logIndex",
            "description": "The index of the log in the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The wallet address that transacted.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolAddress",
            "description": "The contract address of the NFT pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolType",
            "description": "The type of liquidity pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The contract address of the liquidity token of the pool (usually WETH).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionHash",
            "description": "The unique hash for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionIndex",
            "description": "The index of the transaction within the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "NftPoolEventData",
        "description": "Event-specific data for an NFT pool transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "NewPoolEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NewPoolEventDataV2",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolAssetRecipientUpdateEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolDeltaUpdateEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolFeeUpdateEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolNftDepositEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolNftDepositEventDataV2",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolNftWithdrawalEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolNftWithdrawalEventDataV2",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolOwnershipTransferredEventDataV2",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolSpotPriceUpdateEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolSpotPriceUpdateEventDataV2",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolTokenDepositEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolTokenDepositEventDataV2",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolTokenWithdrawalEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftPoolTokenWithdrawalEventDataV2",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "SwapNftInPoolEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "SwapNftInPoolEventDataV2",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "SwapNftOutPoolEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "SwapNftOutPoolEventDataV2",
            "ofType": null
          }
        ]
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolEventNftTransfer",
        "description": "Metadata for an NFT transfer.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountT",
            "description": "The value of the NFT at the time of transfer.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenId",
            "description": "The NFT token ID involved in the transfer.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolEventNftTransferV2",
        "description": "Metadata for an NFT transfer.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountT",
            "description": "The value of the token at the time of transfer.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftQuantity",
            "description": "The number of tokens involved in the transfer.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenId",
            "description": "The NFT token ID involved in the transfer.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenQuantity",
            "description": "The number of tokens involved in the transfer.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "nftTokenQuantity is no longer supported - use nftQuantity instead."
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftPoolEventType",
        "description": "The type of an NFT pool event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ASSET_RECIPIENT_CHANGE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DELTA_UPDATE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FEE_UPDATE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEW_POOL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEW_POOL_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NFT_DEPOSIT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NFT_DEPOSIT_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NFT_WITHDRAWAL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NFT_WITHDRAWAL_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OWNERSHIP_TRANSFERRED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SPOT_PRICE_UPDATE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SPOT_PRICE_UPDATE_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SWAP_NFT_IN_POOL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SWAP_NFT_IN_POOL_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SWAP_NFT_OUT_POOL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SWAP_NFT_OUT_POOL_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOKEN_DEPOSIT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOKEN_DEPOSIT_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOKEN_WITHDRAWAL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOKEN_WITHDRAWAL_V2",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolEventsResponse",
        "description": "Response returned by `getNftPoolEvents`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of transactions for an NFT pool.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftPoolEvent",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolFeeUpdateEventData",
        "description": "Event data for updating the fee of a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newFeeT",
            "description": "The updated pool fee in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `FEE_UPDATE`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolFilterConnection",
        "description": "Response returned by `filterNftPools`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The number of NFT pools returned.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "page",
            "description": "Where in the list the server started when returning items.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of NFT pools matching the filter parameters.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftPoolFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolFilterResult",
        "description": "An NFT pool matching a set of filter parameters.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "acceptedNftTokenIds",
            "description": "For ERC1155 pools, the list of NFT token IDs that are accepted by the pool.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "assetRecipientAddress",
            "description": "The wallet address that will receive the tokens or NFT sent to the pair during swaps.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceNBT",
            "description": "The current pool liquidity in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceT",
            "description": "The current value of the collection in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceUSD",
            "description": "The current pool liquidity in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bondingCurveAddress",
            "description": "The contract address of the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionAddress",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionName",
            "description": "The name of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionSymbol",
            "description": "The symbol of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "delta",
            "description": "The delta used in the pool's bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The contract address of the NFT AMM marketplace.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBT24",
            "description": "The total sell volume of the pool in the network's base token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBTAll",
            "description": "The total sell volume of the pool in the network's base token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseT24",
            "description": "The total sell volume of the pool in the pool's liquidity token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseTAll",
            "description": "The total sell volume of the pool in the pool's liquidity token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSD24",
            "description": "The total sell volume of the pool in USD over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSDAll",
            "description": "The total sell volume of the pool in USD over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeAmount",
            "description": "The fee amount for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT pool (`poolAddress`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftAssets",
            "description": "The list of NFT assets in the pool.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftAsset",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftBalance",
            "description": "The current number of NFTs in the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftBalance is changing from Int to String - use nftBalanceV2 instead."
          },
          {
            "name": "nftBalanceV2",
            "description": "The current number of NFTs in the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolume24",
            "description": "The total number of NFTs bought and sold over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftVolume24 is changing from Int to String - use nftVolume24V2 instead."
          },
          {
            "name": "nftVolume24V2",
            "description": "The total number of NFTs bought and sold over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolumeAll",
            "description": "The total number of NFTs bought and sold over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftVolumeAll is changing from Int to String - use nftVolumeAllV2 instead."
          },
          {
            "name": "nftVolumeAllV2",
            "description": "The total number of NFTs bought and sold over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBought24",
            "description": "The total number of NFTs bought by the pool over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftsBought24 is changing from Int to String - use nftsBought24V2 instead."
          },
          {
            "name": "nftsBought24V2",
            "description": "The total number of NFTs bought by the pool over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBoughtAll",
            "description": "The total number of NFTs bought over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftsBoughtAll is changing from Int to String - use nftsBoughtAllV2 instead."
          },
          {
            "name": "nftsBoughtAllV2",
            "description": "The total number of NFTs bought over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSold24",
            "description": "The total number of NFTs sold by the pool over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftsSold24 is changing from Int to String - use nftsSold24V2 instead."
          },
          {
            "name": "nftsSold24V2",
            "description": "The total number of NFTs sold by the pool over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSoldAll",
            "description": "The total number of NFTs sold over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftsSoldAll is changing from Int to String - use nftsSoldAllV2 instead."
          },
          {
            "name": "nftsSoldAllV2",
            "description": "The total number of NFTs sold over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerNBT",
            "description": "The current price at which the pool is willing to buy an NFT in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerT",
            "description": "The current price at which the pool is willing to buy an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerUSD",
            "description": "The current price at which the pool is willing to buy an NFT in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ownerAddress",
            "description": "The wallet address of the pool owner.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolAddress",
            "description": "The contract address of the NFT pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBT24",
            "description": "The sum of pool fees generated by the pool in the network's base token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBTAll",
            "description": "The sum of pool fees generated by the pool in the network's base token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesT24",
            "description": "The sum of pool fees generated by the pool in the pool's liquidity token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesTAll",
            "description": "The sum of pool fees generated by the pool in the pool's liquidity token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSD24",
            "description": "The sum of pool fees generated by the pool in USD over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSDAll",
            "description": "The sum of pool fees generated by the pool in USD over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolNftType",
            "description": "The type of NFT in the pool.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "PoolNftType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolType",
            "description": "The type of liquidity pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolVariant",
            "description": "The pool variant. Can be `ERC20` or `NATIVE`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "GraphQlNftPoolVariant",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "propertyChecker",
            "description": "The property checker contract address for the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBT24",
            "description": "The sum of protocol fees generated by the pool in the network's base token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBTAll",
            "description": "The sum of protocol fees generated by the pool in the network's base token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesT24",
            "description": "The sum of protocol fees generated by the pool in the pool's liquidity token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesTAll",
            "description": "The sum of protocol fees generated by the pool in the pool's liquidity token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSD24",
            "description": "The sum of protocol fees generated by the pool in USD over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSDAll",
            "description": "The sum of protocol fees generated by the pool in USD over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBT24",
            "description": "The total buy volume of the pool in the network's base token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBTAll",
            "description": "The total buy volume of the pool in the network's base token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueT24",
            "description": "The total buy volume of the pool in the pool's liquidity token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueTAll",
            "description": "The total buy volume of the pool in the pool's liquidity token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSD24",
            "description": "The total buy volume of the pool in USD over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSDAll",
            "description": "The total buy volume of the pool in USD over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "royalties",
            "description": "The list of royalties for the pool. Only applicable for `SUDOSWAP_V2` pools.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftPoolRoyalty",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellNBT",
            "description": "The current price at which the pool is willing to sell an NFT.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellT",
            "description": "The current price at which the pool is willing to sell an NFT in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellUSD",
            "description": "The current price at which the pool is willing to sell an NFT in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spotNBT",
            "description": "The current spot price for the pool in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spotT",
            "description": "The current spot price for the pool in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp indicating the last time the data was updated. Updates every 2 hours.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The contract address of the liquidity token of the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "version",
            "description": "The NFT pool contract version. Can be `SUDOSWAP_V1` or `SUDOSWAP_V2`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "NftPoolContractVersion",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT24",
            "description": "The total volume of the pool in the network's base token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBTAll",
            "description": "The total volume of the pool in the network's base token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeT24",
            "description": "The total volume of the pool in the pool's liquidity token over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeTAll",
            "description": "The total volume of the pool in the pool's liquidity token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": "The total volume of the pool in USD over the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSDAll",
            "description": "The total volume of the pool in USD over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftPoolFilters",
        "description": "Input type of `NftPoolFilters`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "acceptedNftTokenIds",
            "description": "For ERC1155 pools, the list of NFT token IDs that are accepted by the pool.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceNBT",
            "description": "The pool liquidity in the network's base token.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceUSD",
            "description": "The pool liquidity in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionAddress",
            "description": "The contract address of the NFT collection.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The list of NFT AMM marketplace addresses to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBT24",
            "description": "The total sell volume of the pool in the network's base token over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBTAll",
            "description": "The total sell volume of the pool in the network's base token over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSD24",
            "description": "The total sell volume of the pool in USD over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSDAll",
            "description": "The total sell volume of the pool in USD over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "network",
            "description": "The list of network IDs to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftBalance",
            "description": "The number of NFTs in the pool.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolume24",
            "description": "The number of NFTs bought or sold over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolumeAll",
            "description": "The number of NFTs bought or sold over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBought24",
            "description": "The number of NFTs bought over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBoughtAll",
            "description": "The number of NFTs bought over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSold24",
            "description": "The number of NFTs sold over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSoldAll",
            "description": "The number of NFTs sold over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerNBT",
            "description": "The price at which the pool is willing to buy an NFT in the network's base token.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerUSD",
            "description": "The price at which the pool is willing to buy an NFT in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ownerAddress",
            "description": "The wallet address of the pool owner.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBT24",
            "description": "The sum of fees generated by the pool in the network's base token in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBTAll",
            "description": "The sum of fees generated by the pool in the network's base token over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSD24",
            "description": "The sum of fees generated by the pool in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSDAll",
            "description": "The sum of fees generated by the pool in USD over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBT24",
            "description": "The sum of protocol fees generated by the pool in the network's base token over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBTAll",
            "description": "The sum of protocol fees generated by the pool in the network's base token over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSD24",
            "description": "The sum of protocol fees generated by the pool in USD over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSDAll",
            "description": "The sum of protocol fees generated by the pool in USD over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBT24",
            "description": "The total buy volume of the pool in the network's base token over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBTAll",
            "description": "The total buy volume of the pool in the network's base token over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSD24",
            "description": "The total buy volume of the pool in USD over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSDAll",
            "description": "The total buy volume of the pool in USD over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellNBT",
            "description": "The current sell price of the pool in the network's base token.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellUSD",
            "description": "The current sell price of the pool in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT24",
            "description": "The total volume of the pool in the network's base token over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBTAll",
            "description": "The total volume of the pool in the network's base token over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": "The total volume of the pool in USD over the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSDAll",
            "description": "The total volume of the pool in USD over the pool's lifetime.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NftPoolNumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolNftDepositEventData",
        "description": "Event data for depositing an NFT into a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "nftTokenBalance",
            "description": "The number of NFTs in the contract after the block has processed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenIds",
            "description": "The list of NFT token IDs deposited.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `NFT_DEPOSIT`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolNftDepositEventDataV2",
        "description": "Event data for depositing an NFT into a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "nftAssets",
            "description": "*New Param*: The list of NFT assets withdrawn. More extensive info than nftTokenIds.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftAsset",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenAmounts",
            "description": "The amount of each NFT token deposited.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenIds",
            "description": "The list of NFT token IDs deposited.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `NFT_DEPOSIT`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolNftWithdrawalEventData",
        "description": "Event data for withdrawing an NFT from a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "nftTokenBalance",
            "description": "The number of NFTs in the contract after the block has processed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenIds",
            "description": "The NFT token IDs withdrawn.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `NFT_WITHDRAWAL`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolNftWithdrawalEventDataV2",
        "description": "Event data for withdrawing an NFT from a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "nftAssets",
            "description": "*New Param*: The list of NFT assets withdrawn. More extensive info than nftTokenIds.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftAsset",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenAmounts",
            "description": "The amount of each NFT token withdrawn.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenIds",
            "description": "The list of NFT token IDs withdrawn.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `NFT_WITHDRAWAL`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftPoolNumberFilter",
        "description": "Input type of `NftPoolNumberFilter`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "gt",
            "description": "Greater than.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gte",
            "description": "Greater than or equal to.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lt",
            "description": "Less than.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lte",
            "description": "Less than or equal to.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolOwnershipTransferredEventDataV2",
        "description": "Event data for transferring ownership of a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "newOwner",
            "description": "The new owner of the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `OWNERSHIP_TRANSFERRED`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftPoolRanking",
        "description": "Input type of `NftPoolRanking`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank NFT pools by.",
            "type": {
              "kind": "ENUM",
              "name": "NftPoolRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction to apply to the ranking attribute.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftPoolRankingAttribute",
        "description": "The attribute used to rank NFT pools.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "balanceNBT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceUSD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftBalance",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolume24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolumeAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBought24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBoughtAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSold24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSoldAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerNBT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerUSD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellNBT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellUSD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSDAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolResponse",
        "description": "An NFT pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "acceptedNftTokenIds",
            "description": "For ERC1155 pools, the list of NFT token IDs that are accepted by the pool.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "assetRecipientAddress",
            "description": "The wallet address that will receive the tokens or NFT sent to the pair during swaps.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceNBT",
            "description": "The current pool liquidity in the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balanceT",
            "description": "The current pool liquidity in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bondingCurveAddress",
            "description": "The contract address of the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bondingCurveType",
            "description": "The bonding curve type that defines how the prices of NFTs change after each buy or sell within a pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "BondingCurveType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionAddress",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionName",
            "description": "The contract name of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionSymbol",
            "description": "The symbol of the NFT collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "delta",
            "description": "The current delta used in the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The contract address of the NFT AMM marketplace.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fee",
            "description": "The current fee for pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floorNBT",
            "description": "The current price at which the pool is willing to sell an NFT in the network's base token. Only applicable for `SELL` and `BUY_AND_SELL` pool types.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floorT",
            "description": "The current price at which the pool is willing to sell an NFT in the pool's liquidity token. Only applicable for `SELL` and `BUY_AND_SELL` pool types.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftAssets",
            "description": "The list of NFT assets in the pool.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftAsset",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftBalance",
            "description": "The current number of NFTs in the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "nftBalance is changing from Int to String - use nftBalanceV2 instead."
          },
          {
            "name": "nftBalanceV2",
            "description": "The current number of NFTs in the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolumeAllTime",
            "description": "The total number of NFTs bought and sold over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "nftVolumeAllTime is changing from Int to String - use nftVolumeAllTimeV2 instead."
          },
          {
            "name": "nftVolumeAllTimeV2",
            "description": "The total number of NFTs bought and sold over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerNBT",
            "description": "The current price at which the pool is willing to buy an NFT in the network's base token. Only applicable for `BUY` and `BUY_AND_SELL` pool types.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offerT",
            "description": "The current price at which the pool is willing to buy an NFT in the pool's liquidity token. Only applicable for `BUY` and `BUY_AND_SELL` pool types.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "owner",
            "description": "The wallet address of the pool owner.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolAddress",
            "description": "The contract address of the NFT pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesAllTimeNBT",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesAllTimeT",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolId",
            "description": "The ID of the NFT pool (`poolAddress`:`networkId`). For example, `0xdbea289dcc10eed8431e78753414a3d81b8e7201:1`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolNftType",
            "description": "The type of NFT in the pool.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "PoolNftType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolType",
            "description": "The type of liquidity pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolVariant",
            "description": "The pool variant. Can be `ERC20` or `NATIVE`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "GraphQlNftPoolVariant",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "propertyChecker",
            "description": "The property checker contract address for the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "royalties",
            "description": "The list of royalties for the pool. Only applicable for `SUDOSWAP_V2` pools.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftPoolRoyalty",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spotPriceNBT",
            "description": "The spot price in the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spotPriceT",
            "description": "The instantaneous price for selling 1 NFT to the pool in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The contract address of the liquidity token of the pool (usually WETH).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "version",
            "description": "The NFT pool contract version. Can be `SUDOSWAP_V1` or `SUDOSWAP_V2`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "NftPoolContractVersion",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeAllTimeNBT",
            "description": "The total volume of the pool in the network's base token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeAllTimeT",
            "description": "The total volume of the pool in the pool's liquidity token over the pool's lifetime.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolRoyalty",
        "description": "The royalty for a SUDOSWAP_V2 pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "percent",
            "description": "The royalty percent.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "recipient",
            "description": "The wallet address of recipient.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolSpotPriceUpdateEventData",
        "description": "Event data for updating the spot price of a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newBuyPriceT",
            "description": "The updated price at which the pool is willing to buy an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSellPriceT",
            "description": "The updated price at which the pool is willing to sell an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSpotPriceT",
            "description": "The updated spot price in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `SPOT_PRICE_UPDATE`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolSpotPriceUpdateEventDataV2",
        "description": "Event data for updating the spot price of a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newBuyPriceT",
            "description": "The updated price at which the pool is willing to buy an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSellPriceT",
            "description": "The updated price at which the pool is willing to sell an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSpotPriceT",
            "description": "The updated spot price in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `SPOT_PRICE_UPDATE`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolStatsResponse",
        "description": "Stats for an NFT pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "closeBalanceNBT",
            "description": "The pool liquidity in the network's base token at the end of the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "closeNftBalanceV2",
            "description": "The number of NFTs in the pool at the end of the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collectionAddress",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "endTime",
            "description": "The unix timestamp for the end of the time frame.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The contract address of the NFT AMM marketplace.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expenseNBT",
            "description": "The total sell volume of the pool in the network's base token over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highFloorNBT",
            "description": "The highest price at which the pool was willing to sell an NFT in the network's base token over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highOfferNBT",
            "description": "The highest price at which the pool was willing to buy an NFT in the network's base token over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowFloorNBT",
            "description": "The lowest price at which the pool was willing to sell an NFT in the network's base token over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowOfferNBT",
            "description": "The lowest price at which the pool was willing to buy an NFT in the network's base token over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftVolumeV2",
            "description": "The total number of NFTs bought and sold over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsBoughtV2",
            "description": "The total number of NFTs bought over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsSoldV2",
            "description": "The total number of NFTs sold over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openBalanceNBT",
            "description": "The pool liquidity in the network's base token at the start of the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openNftBalanceV2",
            "description": "The number of NFTs in the pool at the start of the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolAddress",
            "description": "The contract address of the NFT pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeesNBT",
            "description": "The sum of pool fees generated by the pool in the network's base token over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeesNBT",
            "description": "The sum of protocol fees generated by the pool in the network's base token over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "revenueNBT",
            "description": "The total buy volume of the pool in the network's base token over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "startTime",
            "description": "The unix timestamp for the start of the time frame.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeNBT",
            "description": "The total volume of the pool in the network's base token over the time frame.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolTokenDepositEventData",
        "description": "Event data for depositing a token into a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountT",
            "description": "The total value of token deposited in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenBalance",
            "description": "The number of NFTs in the contract after the block has processed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `TOKEN_DEPOSIT`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolTokenDepositEventDataV2",
        "description": "Event data for depositing a token into a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountT",
            "description": "The total value of token deposited in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `TOKEN_DEPOSIT`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolTokenWithdrawalEventData",
        "description": "Event data for withdrawing a token from a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountT",
            "description": "The total value of token withdrawn in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenBalance",
            "description": "The number of NFTs in the contract after the block has processed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `TOKEN_WITHDRAWAL`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftPoolTokenWithdrawalEventDataV2",
        "description": "Event data for withdrawing a token from a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountT",
            "description": "The total value of token withdrawn in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `TOKEN_WITHDRAWAL`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftPoolType",
        "description": "The pool type selected by the pool creator.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BUY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BUY_AND_SELL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SELL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftSearchResponse",
        "description": "Response returned by `searchNfts`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "hasMore",
            "description": "The number of additional results found.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of NFT collections matching a given query string.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftSearchResponseCollection",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftSearchResponseCollection",
        "description": "An NFT collection matching a given query string.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "average",
            "description": "The average sale price over the `window`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ceiling",
            "description": "The highest sale price over the `window`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "floor",
            "description": "The lowest sale price over the `window`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT collection (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageUrl",
            "description": "The image URL for the collection or one of the assets within the collection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the NFT collection. For example, `Bored Ape Yacht Club`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "symbol",
            "description": "The symbol of the NFT collection. For example, `BAYC`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradeCount",
            "description": "The trade count over the `window`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradeCountChange",
            "description": "The change in trade count between the previous and current `window`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "The trade volume in USD over the `window`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange",
            "description": "The change in volume between the previous and current `window`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "window",
            "description": "The time frame used for calculating stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "NftSearchable",
        "description": "The level of NFTs to search.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Asset",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Collection",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftStatsNumberMetrics",
        "description": "Number metrics for NFT stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "change",
            "description": "The percent change between the `current` and `previous`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current",
            "description": "The total value for the current window.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previous",
            "description": "The total value for the previous window.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftStatsStringMetrics",
        "description": "String metrics for NFT stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "change",
            "description": "The percent change between the `current` and `previous`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current",
            "description": "The total value for the current window.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previous",
            "description": "The total value for the previous window.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NftStatsWindowFilter",
        "description": "NFT stats for a given time frame.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "networkBaseToken",
            "description": "The currency stats in the network's base token, such as volume.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "statsCurrency",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nonCurrency",
            "description": "The numerical stats, such as number of sales.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "statsNonCurrency",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usd",
            "description": "The currency stats in USD, such as volume.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "statsCurrency",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "NftStatsWindowWithChange",
        "description": "NFT stats over a time frame.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "endTime",
            "description": "The unix timestamp for the end of the window.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkBaseToken",
            "description": "The currency stats in the network's base token, such as volume.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftCollectionCurrencyStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nonCurrency",
            "description": "The numerical stats, such as number of sales.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftCollectionNonCurrencyStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "startTime",
            "description": "The unix timestamp for the start of the window.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usd",
            "description": "The currency stats in USD, such as volume.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftCollectionCurrencyStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "NumberFilter",
        "description": "A numeric range filter with optional upper and lower bounds.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "gt",
            "description": "Greater than.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gte",
            "description": "Greater than or equal to.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lt",
            "description": "Less than.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lte",
            "description": "Less than or equal to.",
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OnBarsUpdatedResponse",
        "description": "Response returned by `onBarsUpdated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "aggregates",
            "description": "Price data broken down by resolution. For processed updates, this is a confirmed-shaped compatibility projection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ResolutionBarData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "commitmentLevel",
            "description": "The commitment level of the bar update within the live stream.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "BarCommitmentLevel",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventSortKey",
            "description": "The sortKey for the bar (`blockNumber`#`transactionIndex`#`logIndex`, zero padded). For example, `0000000016414564#00000224#00000413`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the pair is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The contract address for the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairId",
            "description": "The ID for the pair (`pairAddress`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The quote token within the pair.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteTokenAddress",
            "description": "The address of the token being quoted",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsType",
            "description": "The type of statistics used. Can be `FILTERED` or `UNFILTERED`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TokenPairStatisticsType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the new bar.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OnEventsCreatedByMakerInput",
        "description": "Input for `onEventsCreatedByMaker`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "makerAddress",
            "description": "The wallet address of the maker.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OnLaunchpadTokenEventBatchInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "eventType",
            "description": "The type of event.",
            "type": {
              "kind": "ENUM",
              "name": "LaunchpadTokenEventType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadName",
            "description": "The name of the launchpad. One of the following: Pump.fun, Pump Mayhem, Bonk, BONAD.fun, Nad.Fun, Baseapp, Baseapp Creator, Zora, Zora Creator, Four.meme, Four.meme Fair, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Zora Solana, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults, OpenGameProtocol, AMERICA.fun, Kumbaya, Printr, Bankr, Liquid, Noice, Flaunch, Coinbarrel, Blowfish, MeMoo, Metaplex, Scale.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadNames",
            "description": "A list of launchpad names. Any of the following: Pump.fun, Pump Mayhem, Bonk, BONAD.fun, Nad.Fun, Baseapp, Baseapp Creator, Zora, Zora Creator, Four.meme, Four.meme Fair, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Zora Solana, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults, OpenGameProtocol, AMERICA.fun, Kumbaya, Printr, Bankr, Liquid, Noice, Flaunch, Coinbarrel, Blowfish, MeMoo, Metaplex, Scale.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID that the token is deployed on.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The launchpad protocol.",
            "type": {
              "kind": "ENUM",
              "name": "LaunchpadTokenProtocol",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocols",
            "description": "A list of launchpad protocols.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "LaunchpadTokenProtocol",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OnLaunchpadTokenEventInput",
        "description": "Input for `onLaunchpadTokenEvent`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The contract address of the token. Requires `networkId`.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The type of event.",
            "type": {
              "kind": "ENUM",
              "name": "LaunchpadTokenEventType",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadName",
            "description": "The name of the launchpad. One of the following: Pump.fun, Pump Mayhem, Bonk, BONAD.fun, Nad.Fun, Baseapp, Baseapp Creator, Zora, Zora Creator, Four.meme, Four.meme Fair, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Zora Solana, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults, OpenGameProtocol, AMERICA.fun, Kumbaya, Printr, Bankr, Liquid, Noice, Flaunch, Coinbarrel, Blowfish, MeMoo, Metaplex, Scale.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadNames",
            "description": "A list of launchpad names. Any of the following: Pump.fun, Pump Mayhem, Bonk, BONAD.fun, Nad.Fun, Baseapp, Baseapp Creator, Zora, Zora Creator, Four.meme, Four.meme Fair, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Zora Solana, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults, OpenGameProtocol, AMERICA.fun, Kumbaya, Printr, Bankr, Liquid, Noice, Flaunch, Coinbarrel, Blowfish, MeMoo, Metaplex, Scale.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID that the token is deployed on.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The launchpad protocol.",
            "type": {
              "kind": "ENUM",
              "name": "LaunchpadTokenProtocol",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocols",
            "description": "A list of launchpad protocols.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "LaunchpadTokenProtocol",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OnPredictionEventBarsUpdatedResponse",
        "description": "Payload for `onPredictionEventBarsUpdated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "bars",
            "description": "The bar data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionEventResolutionBarData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OnPredictionMarketBarsUpdatedResponse",
        "description": "Payload for `onPredictionMarketBarsUpdated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "bars",
            "description": "The bar data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionMarketResolutionBarData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OnPredictionTradesCreatedInput",
        "description": "Input for `onPredictionTradesCreated`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The ID of the prediction trader.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OnPricesUpdatedInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The token contract address.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the token is deployed on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sourcePairAddress",
            "description": "The pair contract address from which to get pricing. Defaults to the top pair for the token.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OnTokenBarsUpdatedResponse",
        "description": "Response returned by `onBarsUpdated`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "aggregates",
            "description": "Price data broken down by resolution.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ResolutionBarData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventSortKey",
            "description": "The sortKey for the bar (`blockNumber`#`transactionIndex`#`logIndex`, zero padded). For example, `0000000016414564#00000224#00000413`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the pair is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The contract address for the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "pairs are no longer used for pricing"
          },
          {
            "name": "pairId",
            "description": "The ID for the pair (`pairAddress`:`networkId`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "pairs are no longer used for pricing"
          },
          {
            "name": "quoteToken",
            "description": "The quote token within the pair.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "pairs are no longer used for pricing"
          },
          {
            "name": "statsType",
            "description": "The type of statistics used. Only `FILTERED`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TokenPairStatisticsType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the new bar.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The address of the token being quoted",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The address of the token being quoted",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OnTokenEventsCreatedInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "networkId",
            "description": "The network ID to filter by.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token address to filter by. Required unless you are on an enterprise plan including EventFeed features.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OnUnconfirmedBarsUpdated",
        "description": "Response returned by deprecated `onUnconfirmedBarsUpdated`. Prefer `onBarsUpdated(commitmentLevel: [Processed])`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "aggregates",
            "description": "Price data broken down by resolution.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "UnconfirmedResolutionBarData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventSortKey",
            "description": "The sortKey for the bar (`blockNumber`#`transactionIndex`#`logIndex`, zero padded). For example, `0000000016414564#00000224#00000413`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the pair is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The contract address for the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairId",
            "description": "The ID for the pair (`pairAddress`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The quote token within the pair.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteTokenAddress",
            "description": "The address of the token being quoted",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the new bar.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OnUnconfirmedEventsCreatedByMakerInput",
        "description": "Input for deprecated `onUnconfirmedEventsCreatedByMaker`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "makerAddress",
            "description": "The wallet address of the maker.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OneOfNumberCondition",
        "description": "Integer list condition.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "oneOf",
            "description": "The list of integers.",
            "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
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OneOfNumberConditionInput",
        "description": "Input for integer list condition.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "oneOf",
            "description": "The list of integers.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OneOfTokenTransferDirectionCondition",
        "description": "Token transfer direction list condition.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "oneOf",
            "description": "The list of transfer directions.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "TokenTransferDirection",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "OneOfTokenTransferDirectionConditionInput",
        "description": "Input for token transfer direction list condition.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "oneOf",
            "description": "The list of transfer directions to listen for.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "TokenTransferDirection",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Organization",
        "description": "A Grid organization — the entity behind one or more on-chain assets.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "assets",
            "description": "Assets managed by this organization.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Asset",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "descriptionLong",
            "description": "A detailed description of the organization.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "descriptionShort",
            "description": "A short description of the organization.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "foundingDate",
            "description": "The founding date of the organization.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "header",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "icon",
            "description": "The organization's icon URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "logo",
            "description": "The organization's logo URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The organization name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rootId",
            "description": "The Grid root ID for the organization.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sector",
            "description": "The sector the organization operates in.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "socials",
            "description": "Social links for the organization.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "OrganizationSocial",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tagLine",
            "description": "The organization's tagline.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of organization (e.g. `protocol`, `company`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "urls",
            "description": "URLs associated with the organization.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "OrganizationUrl",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OrganizationSocial",
        "description": "A social link associated with a Grid organization.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "type",
            "description": "The type of social link (e.g. `twitter`, `discord`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "url",
            "description": "The social URL.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OrganizationUrl",
        "description": "A URL associated with a Grid organization.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "type",
            "description": "The type of URL (e.g. `website`, `docs`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "url",
            "description": "The URL.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OutcomeBuySellVolumeStats",
        "description": "Buy/sell volume breakdown including shares.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "ct",
            "description": "Volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "shares",
            "description": "Volume in shares.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usd",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "OutcomeVolumeStats",
        "description": "Volume breakdown including shares for an outcome.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "ct",
            "description": "Volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "shares",
            "description": "Volume in shares.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usd",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Pair",
        "description": "Metadata for a token pair.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The unix timestamp for the creation of the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeHash",
            "description": "The address for the exchange factory contract.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fee",
            "description": "The exchange fee for swaps.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID for the pair (`address:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the pair is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pooled",
            "description": "The pooled amounts of each token in the pair.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PooledTokenValues",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The protocol of the pair. E.g. UniswapV4, RaydiumV4, PumpV1, etc.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolCustomData",
            "description": "The per-protocol data for the pair, if applicable",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PairProtocolCustomData",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use protocolData instead"
          },
          {
            "name": "protocolData",
            "description": "Custom data for the pair, only certain protocols have this. (uniswapv4, arenatrade for example)",
            "args": [],
            "type": {
              "kind": "UNION",
              "name": "ProtocolData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tickSpacing",
            "description": "The amount of required tick separation. Only applicable for pairs on UniswapV3.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token0",
            "description": "The contract address of `token0`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token0Data",
            "description": "Metadata for the first token in the pair.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1",
            "description": "The contract address of `token1`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1Data",
            "description": "Metadata for the second token in the pair.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "virtualPooled",
            "description": "The virtual pooled amounts of each token in the pair.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PooledTokenValues",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PairChartInput",
        "description": "Input type of `PairChartInput`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "chartSettings",
            "description": "Settings that pertain to the chart.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "PairChartSettings",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageOptions",
            "description": "Options that pertain to the image itself.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ChartImageOptions",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PairChartSettings",
        "description": "Input options for the chart.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "from",
            "description": "The unix timestamp for the start of the requested range.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the pair is deployed on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The contract address of the pair.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The token of interest within the token's top pair. Can be `token0` or `token1`.",
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "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`.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "theme",
            "description": "The color theme of the chart.",
            "type": {
              "kind": "ENUM",
              "name": "ChartTheme",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "to",
            "description": "The unix timestamp for the end of the requested range.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PairFilterConnection",
        "description": "Response returned by `filterPairs`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The number of pairs returned.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Where in the list the server started when returning items.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of pairs matching the filter parameters.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PairFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PairFilterMatchTokens",
        "description": "Input type of `PairFilterMatchTokens`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "token0",
            "description": "The contract address of `token0` to filter by.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1",
            "description": "The contract address of `token1` to filter by.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PairFilterResult",
        "description": "A pair matching a set of filter parameters.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buyCount1",
            "description": "The number of buys in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount4",
            "description": "The number of buys in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount12",
            "description": "The number of buys in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount24",
            "description": "The number of buys in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD1",
            "description": "The buy volume in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD4",
            "description": "The buy volume in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD12",
            "description": "The buy volume in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD24",
            "description": "The buy volume in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The unix timestamp for the creation of the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchange",
            "description": "Exchange metadata for the pair.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "FilterExchange",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice1",
            "description": "The highest price in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice4",
            "description": "The highest price in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice12",
            "description": "The highest price in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice24",
            "description": "The highest price in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransaction",
            "description": "The unix timestamp for the last transaction to happen on the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "Amount of liquidity in the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityToken",
            "description": "The token with higher liquidity in the pair. Can be `token0` or `token1`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockedLiquidityPercentage",
            "description": "The locked liquidity percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice1",
            "description": "The lowest price in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice4",
            "description": "The lowest price in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice12",
            "description": "The lowest price in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice24",
            "description": "The lowest price in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketCap",
            "description": "The fully diluted market cap.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pair",
            "description": "Metadata for the pair.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Pair",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "potentialScamReasons",
            "description": "The reasons the token has been flagged as a potential scam.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PotentialScamReason",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price",
            "description": "The token price in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1",
            "description": "The percent price change in the past hour. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange4",
            "description": "The percent price change in the past 4 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange12",
            "description": "The percent price change in the past 12 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange24",
            "description": "The percent price change in the past 24 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceScale",
            "description": "10^n, where n is the number of decimal places the price has. Max 16. Used for TradingView settings.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The token of interest. Can be `token0` or `token1`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount1",
            "description": "The number of sells in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount4",
            "description": "The number of sells in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount12",
            "description": "The number of sells in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount24",
            "description": "The number of sells in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD1",
            "description": "The sell volume in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD4",
            "description": "The sell volume in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD12",
            "description": "The sell volume in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD24",
            "description": "The sell volume in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct1dOldWallet",
            "description": "The percentage of wallets that are less than 1d old that have traded in the last 24h",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct7dOldWallet",
            "description": "The percentage of wallets that are less than 7d old that have traded in the last 24h",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token0",
            "description": "Metadata for the first token in the pair.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1",
            "description": "Metadata for the second token in the pair.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount1",
            "description": "The number of transactions in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount4",
            "description": "The number of transactions in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount12",
            "description": "The number of transactions in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount24",
            "description": "The number of transactions in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys1",
            "description": "The unique number of buys in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys4",
            "description": "The unique number of buys in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys12",
            "description": "The unique number of buys in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys24",
            "description": "The unique number of buys in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells1",
            "description": "The unique number of sells in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells4",
            "description": "The unique number of sells in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells12",
            "description": "The unique number of sells in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells24",
            "description": "The unique number of sells in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions1",
            "description": "The unique number of transactions in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions4",
            "description": "The unique number of transactions in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions12",
            "description": "The unique number of transactions in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions24",
            "description": "The unique number of transactions in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1",
            "description": "The percent volume change in the past hour. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4",
            "description": "The percent volume change in the past 4 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12",
            "description": "The percent volume change in the past 12 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24",
            "description": "The percent volume change in the past 24 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD1",
            "description": "The trade volume in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD4",
            "description": "The trade volume in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD12",
            "description": "The trade volume in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": "The trade volume in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeAvg",
            "description": "The average age of the wallets that traded in the last 24h",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeStd",
            "description": "The standard deviation of age of the wallets that traded in the last 24h",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PairFilters",
        "description": "Input type of `PairFilters`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "buyCount1",
            "description": "The number of buys in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount4",
            "description": "The number of buys in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount12",
            "description": "The number of buys in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount24",
            "description": "The number of buys in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD1",
            "description": "The buy volume in USD in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD4",
            "description": "The buy volume in USD in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD12",
            "description": "The buy volume in USD in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD24",
            "description": "The buy volume in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The unix timestamp for the creation of the pair.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The list of exchange contract addresses to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice1",
            "description": "The highest price in USD in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice4",
            "description": "The highest price in USD in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice12",
            "description": "The highest price in USD in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice24",
            "description": "The highest price in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hookAddress",
            "description": "The address of the hook contract for applicable protocols.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isTestnet",
            "description": "Whether to filter for pairs on testnet networks. Use `true` for testnet pairs only, `false` for mainnet pairs only and `undefined` (default) for both.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransaction",
            "description": "The unix timestamp for the last transaction to happen on the pair.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "The amount of liquidity in the pair.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockedLiquidityPercentage",
            "description": "The percent amount of liquidity that is locked",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice1",
            "description": "The lowest price in USD in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice4",
            "description": "The lowest price in USD in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice12",
            "description": "The lowest price in USD in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice24",
            "description": "The lowest price in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "network",
            "description": "The list of network IDs to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "potentialScam",
            "description": "Filter potential Scams",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price",
            "description": "The token price in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1",
            "description": "The percent price change in the past hour. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange4",
            "description": "The percent price change in the past 4 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange12",
            "description": "The percent price change in the past 12 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange24",
            "description": "The percent price change in the past 24 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount1",
            "description": "The number of sells in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount4",
            "description": "The number of sells in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount12",
            "description": "The number of sells in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount24",
            "description": "The number of sells in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD1",
            "description": "The sell volume in USD in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD4",
            "description": "The sell volume in USD in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD12",
            "description": "The sell volume in USD in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD24",
            "description": "The sell volume in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct1dOldWallet",
            "description": "The percentage of wallets that are less than 1d old that have traded in the last 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct7dOldWallet",
            "description": "The percentage of wallets that are less than 7d old that have traded in the last 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The list of token contract addresses to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingIgnored",
            "description": "Whether to ignore pairs/tokens not relevant to trending",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount1",
            "description": "The number of transactions in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount4",
            "description": "The number of transactions in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount12",
            "description": "The number of transactions in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount24",
            "description": "The number of transactions in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys1",
            "description": "The unique number of buys in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys4",
            "description": "The unique number of buys in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys12",
            "description": "The unique number of buys in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys24",
            "description": "The unique number of buys in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells1",
            "description": "The unique number of sells in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells4",
            "description": "The unique number of sells in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells12",
            "description": "The unique number of sells in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells24",
            "description": "The unique number of sells in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions1",
            "description": "The unique number of transactions in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions4",
            "description": "The unique number of transactions in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions12",
            "description": "The unique number of transactions in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions24",
            "description": "The unique number of transactions in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1",
            "description": "The percent volume change in the past hour. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4",
            "description": "The percent volume change in the past 4 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12",
            "description": "The percent volume change in the past 12 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24",
            "description": "The percent volume change in the past 24 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD1",
            "description": "The trade volume in USD in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD4",
            "description": "The trade volume in USD in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD12",
            "description": "The trade volume in USD in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": "The trade volume in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeAvg",
            "description": "The average age of the wallets that traded in the last 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeStd",
            "description": "The standard deviation of age of the wallets that traded in the last 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PairLiquidityData",
        "description": "Liquidity data for a specific pair.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "networkId",
            "description": "The network ID the pair is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The address of the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairId",
            "description": "The ID of the pair (`address:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalLiquidity",
            "description": "The total liquidity in the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PairMetadata",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "createdAt",
            "description": "The unix timestamp for the creation of the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "enhancedToken0",
            "description": "Token metadata for the first token in the pair.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "enhancedToken1",
            "description": "Token metadata for the second token in the pair.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeId",
            "description": "The exchange contract ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fee",
            "description": "The exchange fee for swaps.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice1",
            "description": "The highest price in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice1w",
            "description": "The highest price in USD in the past week.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Inaccurate"
          },
          {
            "name": "highPrice4",
            "description": "The highest price in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice5m",
            "description": "The highest price in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice12",
            "description": "The highest price in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice24",
            "description": "The highest price in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID for the pair (`address:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "The total liquidity in the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityToken",
            "description": "The token with higher liquidity within the pair. Can be `token0` or `token1`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice1",
            "description": "The lowest price in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice1w",
            "description": "The lowest price in USD in the past week.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Inaccurate"
          },
          {
            "name": "lowPrice4",
            "description": "The lowest price in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice5m",
            "description": "The lowest price in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice12",
            "description": "The lowest price in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice24",
            "description": "The lowest price in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the pair is deployed on.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nonLiquidityToken",
            "description": "The token with lower liquidity within the pair. Can be `token0` or `token1`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The contract address of the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price",
            "description": "The quote token price in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1",
            "description": "The percent price change in the past hour. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1w",
            "description": "The percent price change in the past week. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Inaccurate"
          },
          {
            "name": "priceChange4",
            "description": "The percent price change in the past 4 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange5m",
            "description": "The percent price change in the past 5 minutes. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange12",
            "description": "The percent price change in the past 12 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange24",
            "description": "The percent price change in the past 24 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "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`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsType",
            "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TokenPairStatisticsType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tickSpacing",
            "description": "The amount of required tick separation. Only applicable for pairs on UniswapV3.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token0",
            "description": "Pair metadata for the first token in the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PairMetadataToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1",
            "description": "Pair metadata for the second token in the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PairMetadataToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "top10HoldersPercent",
            "description": "The percentage of total supply held by the top 10 holders.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume1",
            "description": "The trade volume in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume1w",
            "description": "The trade trade volume in USD in the past week.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Inaccurate"
          },
          {
            "name": "volume4",
            "description": "The trade volume in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume5m",
            "description": "The trade volume in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume12",
            "description": "The trade volume in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume24",
            "description": "The trade volume in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletActivity",
            "description": "Wallet pattern data for the quote token, if available. Only populated for launchpad tokens.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "TokenWalletActivity",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PairMetadataToken",
        "description": "Metadata for a token in a pair.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "decimals",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "labels",
            "description": null,
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ContractLabel",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pooled",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "symbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PairProtocolCustomData",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "uniswapV4HookAddress",
            "description": "The address of the hook contract for Uniswap V4 pools.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PairRanking",
        "description": "Input type of `PairRanking`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank pairs by.",
            "type": {
              "kind": "ENUM",
              "name": "PairRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction to apply to the ranking attribute.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PairRankingAttribute",
        "description": "The attribute used to rank tokens.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "buyCount1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPrice24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransaction",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lockedLiquidityPercentage",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPrice24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketCap",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct1dOldWallet",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct7dOldWallet",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeAvg",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeStd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ParallelAssetFilterConnection",
        "description": "Response returned by `filterNftParallelAssets`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The number of Parallel assets returned.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Where in the list the server started when returning items.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of Parallel assets matching the filter parameters.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ParallelAssetFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ParallelAssetFilterResult",
        "description": "A Parallel asset matching a set of filter parameters.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the NFT collection.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "The description of the NFT asset.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gameData",
            "description": "The game data for the NFT asset.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ParallelAssetGameData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the NFT asset (`address`:`tokenId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastPriceNetworkBaseToken",
            "description": "The last sale price in the network's base token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastPriceUsd",
            "description": "The last sale price in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "media",
            "description": "The NFT asset media.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "NftAssetMedia",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "metadata",
            "description": "Metadata for the NFT asset.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ParallelAssetMetadata",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the NFT asset.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the NFT collection is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "originalImage",
            "description": "The source image URI linked by smart contract metadata.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parallelId",
            "description": "The internal Parallel ID of the NFT asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the last trade.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The token ID of the NFT asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uri",
            "description": "The URI provided by the smart contract. Typically JSON that contains metadata.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ParallelAssetFilters",
        "description": "Input type of `ParallelAssetFilters`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attack",
            "description": "The damage dealt when engaged in combat.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cost",
            "description": "The energy used to play in-game.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "health",
            "description": "The possible damage received before being destroyed.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastPriceNetworkBaseToken",
            "description": "The last sale price in the network's base token.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastPriceUsd",
            "description": "The last sale price in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supply",
            "description": "The total supply of this individual asset.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ParallelAssetGameData",
        "description": "Game data for a Parallel asset.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "attack",
            "description": "The damage dealt when engaged in combat.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cardType",
            "description": "The card type. Can be `Effect`, `Relic`, `Unit`, `Upgrade` or `Paragon`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cost",
            "description": "The energy used to play in-game.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "functionText",
            "description": "The description of the card's in-game abilities.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "health",
            "description": "The possible damage received before being destroyed.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parallel",
            "description": "The Parallel the asset belongs to.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "passiveAbility",
            "description": "The description of the card's passive ability.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rarity",
            "description": "The rarity of the asset. Can be `Common`, `Uncommon`, `Rare`, `Legendary`, or `Prime`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subtype",
            "description": "The card subtype. Can be `Pirate`, `Vehicle` or `Clone`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ParallelAssetMatcherCardType",
        "description": "The Parallel asset card type.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Effect",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Paragon",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Relic",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Unit",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Upgrade",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ParallelAssetMatcherClass",
        "description": "The Parallel asset class.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ArtCard",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Asset",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CardBack",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Masterpiece",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ParallelAssetMatcherParallel",
        "description": "The Parallel stream of evolution.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Augencore",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Earthen",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Kathari",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Marcolian",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Shroud",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Universal",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UnknownOrigins",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ParallelAssetMatcherRarity",
        "description": "The Parallel asset rarity.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Common",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Legendary",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Prime",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Rare",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Uncommon",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ParallelAssetMatcherSubtype",
        "description": "The Parallel asset subtype.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "Clone",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Pirate",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "Vehicle",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ParallelAssetMatchers",
        "description": "Input type of `ParallelAssetMatchers`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "cardType",
            "description": "The card type. Can be `Effect`, `Relic`, `Unit`, `Upgrade` or `Paragon`.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ParallelAssetMatcherCardType",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "class",
            "description": "The card class. Can be `Art Card`, `Asset`, `Card Back`, `FE`, `Masterpiece`, `PL`, or `SE`.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ParallelAssetMatcherClass",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expansion",
            "description": "The expansion used for naming base and expansion sets.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parallel",
            "description": "The Parallel the asset belongs to.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ParallelAssetMatcherParallel",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "paraset",
            "description": "The paraset the asset belongs to.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rarity",
            "description": "The list of rarities. Can be `Common`, `Uncommon`, `Rare`, `Legendary`, or `Prime`.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ParallelAssetMatcherRarity",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subtype",
            "description": "The card subtype. Can be `Pirate`, `Vehicle` or `Clone`.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "ParallelAssetMatcherSubtype",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": null,
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ParallelAssetMetadata",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "artist",
            "description": "The artist name.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "class",
            "description": "The card class. Can be `Art Card`, `Asset`, `Card Back`, `FE`, `Masterpiece`, `PL`, or `SE`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expansion",
            "description": "The expansion used for naming base and expansion sets.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "flavourText",
            "description": "The asset description, sourced off-chain. Usually equal to the asset's on-chain `description`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parallelId",
            "description": "The ID used to match other cards with the same name but different class.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "paraset",
            "description": "The paraset the asset belongs to.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supply",
            "description": "The total supply of this individual asset.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ParallelAssetRanking",
        "description": "Input type of `ParallelAssetRanking`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank Parallel assets by.",
            "type": {
              "kind": "ENUM",
              "name": "ParallelAssetRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction to apply to the ranking attribute.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "ParallelAssetRankingAttribute",
        "description": "Attribute used to rank Parallel assets.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "attack",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cost",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "health",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastPriceNetworkBaseToken",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastPriceUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supply",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ParallelCardChange",
        "description": "Tracked changes made to a Parallel card.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "diff",
            "description": "The Parallel card metadata before and after the card change.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ParallelCardChangeDiff",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the card change.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The token ID of the Parallel asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ParallelCardChangeDiff",
        "description": "Parallel card metadata before and after a card change.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "new",
            "description": "Metadata for a Parallel card after the card change.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ParallelCardChangeFields",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "old",
            "description": "Metadata for a Parallel card before the card change.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ParallelCardChangeFields",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ParallelCardChangeFields",
        "description": "Metadata for a Parallel card.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "artist",
            "description": "The artist name.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "attack",
            "description": "The damage dealt when engaged in combat.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cardType",
            "description": "The card type. Can be `Effect`, `Relic`, `Unit`, `Upgrade` or `Paragon`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "class",
            "description": "The card class. Can be `Art Card`, `Asset`, `Card Back`, `FE`, `Masterpiece`, `PL`, or `SE`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cost",
            "description": "The energy used to play in-game.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expansion",
            "description": "The expansion used for naming base and expansion sets.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "flavourText",
            "description": "The asset description, sourced off-chain. Usually equal to the asset's on-chain `description`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "functionText",
            "description": "The description of the card's in-game abilities.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "health",
            "description": "The possible damage received before being destroyed.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parallel",
            "description": "The Parallel the asset belongs to.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "parallelId",
            "description": "The ID used to match other cards with the same name but different class.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "paraset",
            "description": "The paraset the asset belongs to.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "passiveAbility",
            "description": "The description of the card's passive ability.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rarity",
            "description": "The rarity of the asset. Can be `Common`, `Uncommon`, `Rare`, `Legendary`, or `Prime`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subtype",
            "description": "The card subtype. Can be `Pirate`, `Vehicle` or `Clone`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supply",
            "description": "The total supply of this individual asset.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "ParallelCardChangeQueryTimestampInput",
        "description": "Input type of `ParallelCardChangeQueryTimestamp.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "from",
            "description": "The unix timestamp for the start of the requested range.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "to",
            "description": "The unix timestamp for the end of the requested range.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ParallelCardChangesConnection",
        "description": "Response returned by `getParallelCardChanges`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of tracked changes made to a Parallel card.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ParallelCardChange",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PoolBalanceChangedEventData",
        "description": "Event data for a BalancerV2 Pool Balance Changed event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount0",
            "description": "The amount of `token0` added or removed from the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount0Shifted",
            "description": "The amount of `token0` added or removed from the pair, adjusted by the number of decimals in the token. For example, if `amount0` is in WEI, `amount0Shifted` will be in ETH.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount1",
            "description": "The amount of `token1` added or from the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount1Shifted",
            "description": "The amount of `token1` added or removed from the pair, adjusted by the number of decimals in the token. For example, USDC `amount1Shifted` will be by 6 decimals.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity0",
            "description": "The amount of token0 now in the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity1",
            "description": "The amount of token1 now in the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeeAmount0",
            "description": "The amount of token0 captured by the protocol.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeeAmount1",
            "description": "The amount of token1 captured by the protocol.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sender",
            "description": "The address of account that added or removed liquidity.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token0",
            "description": "The address of `token0` in the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1",
            "description": "The address of `token1` in the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of token event, `Burn`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PoolNftType",
        "description": "The type of NFT in the pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ERC721ERC20",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ERC721ETH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ERC1155ERC20",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ERC1155ETH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PooledTokenValues",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "token0",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PotentialScamReason",
        "description": "The reason a token has been flagged as a potential scam.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "AbnormalBuyerRatio",
            "description": "The token has an abnormal buyer ratio.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LiquidityRugPull",
            "description": "The token has experienced a significant drop in liquidity.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MinimumLiquidity",
            "description": "The token does not meet the minimum liquidity threshold.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SuspiciousWalletActivity",
            "description": "The token has suspicious wallet activity.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionCategory",
        "description": "A prediction category with optional nested subcategories.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "name",
            "description": "The display name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "slug",
            "description": "The URL slug.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subcategories",
            "description": "Nested subcategories (2nd level).",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PredictionSubcategory",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "PredictionCollateral",
        "description": "Collateral backing a prediction market, either on-chain token or fiat.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "PredictionCollateralFiat",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PredictionCollateralToken",
            "ofType": null
          }
        ]
      },
      {
        "kind": "OBJECT",
        "name": "PredictionCollateralFiat",
        "description": "Fiat currency used as collateral for a prediction market.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "symbol",
            "description": "The token or currency symbol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionCollateralToken",
        "description": "On-chain token used as collateral for a prediction market.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "networkId",
            "description": "The network ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "symbol",
            "description": "The token or currency symbol.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token contract address.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEvent",
        "description": "A prediction event containing one or more markets.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "categories",
            "description": "Categories associated with this entity.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PredictionCategory",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "closesAt",
            "description": "The timestamp when this entity closes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The creation timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageLargeUrl",
            "description": "URL of the large image.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageSmallUrl",
            "description": "URL of the small image.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageThumbUrl",
            "description": "URL of the thumbnail image.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketIds",
            "description": "Associated market IDs.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "opensAt",
            "description": "The timestamp when this entity opens.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "question",
            "description": "The question or title.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolution",
            "description": "The resolution details.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionResolution",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvedAt",
            "description": "The actual resolution timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvesAt",
            "description": "The expected resolution timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rulesPrimary",
            "description": "Primary rules text.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rulesSecondary",
            "description": "Secondary rules text.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The current status.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionEventStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Tags associated with this entity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "updatedAt",
            "description": "The last update timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "url",
            "description": "The external URL.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueEventId",
            "description": "The venue-specific event ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueSeriesId",
            "description": "The venue-specific series ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEventAllTimeStats",
        "description": "All-time aggregate stats for a prediction event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "venueVolume",
            "description": "Venue-specific volume (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyValuePair",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "Total volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEventBar",
        "description": "Bar data for a prediction event at a single point in time.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buyVolumeCollateralToken",
            "description": "Buy volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd",
            "description": "Buy volume in USD. Null if protocol doesn't provide directional data.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastEventTimestamp",
            "description": "The last event timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityCollateralToken",
            "description": "Liquidity OHLC in collateral token (nullable for old aggregates)",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": "Liquidity in USD. Null if protocol doesn't provide liquidity data.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestCollateralToken",
            "description": "Open interest OHLC in collateral token (nullable for old aggregates)",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestUsd",
            "description": "Open interest in USD. Null if protocol doesn't provide open interest data.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeCollateralToken",
            "description": "Sell volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd",
            "description": "Sell volume in USD. Null if protocol doesn't provide directional data.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "t",
            "description": "The unix timestamp for this bar.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeCollateralToken",
            "description": "Total volume in collateral token (nullable for old aggregates)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeUsd",
            "description": "The total volume usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades",
            "description": "The number of trades.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders",
            "description": "The number of unique traders. Null if protocol doesn't track unique traders.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeCollateralToken",
            "description": "Venue volume in collateral token (nullable for old aggregates)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeUsd",
            "description": "The venue volume usd. Null if protocol doesn't provide venue volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCollateralToken",
            "description": "Volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEventBarOhlc",
        "description": "OHLC price data for a prediction event bar.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "c",
            "description": "The close value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "h",
            "description": "The high value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l",
            "description": "The low value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "o",
            "description": "The open value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionEventBarsInput",
        "description": "Input type of `predictionEventBars`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "countback",
            "description": "Number of bars to return counting back from `to`.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "from",
            "description": "The start timestamp (unix seconds).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "removeEmptyBars",
            "description": "Whether to omit bars with no activity.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolution",
            "description": "The resolution details.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionEventBarsResolution",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "to",
            "description": "The end timestamp (unix seconds).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionEventBarsResolution",
        "description": "The time resolution for prediction event bar data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "day1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min5",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min15",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min30",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEventBarsResponse",
        "description": "Response returned by `predictionEventBars`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "bars",
            "description": "The bar data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionEventBar",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionEvent",
            "description": "The prediction event.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEvent",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionMarkets",
            "description": "The prediction markets.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionMarket",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEventFilterConnection",
        "description": "Response returned by `filterPredictionEvents`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "Total number of matching results.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "page",
            "description": "The current page number.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of results.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionEventFilterResult",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEventFilterResult",
        "description": "A prediction event matching a set of filter parameters.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "age",
            "description": "The age.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "categories",
            "description": "Categories associated with this entity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "closesAt",
            "description": "The timestamp when this entity closes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The creation timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "event",
            "description": "Simplified event data from search index. Use predictionEvent for full event details.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "SearchPredictionEvent",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expectedLifespan",
            "description": "The expected lifespan.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The timestamp of the last transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityCT",
            "description": "Liquidity in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": "Liquidity in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketCount",
            "description": "Data for marketCount.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "markets",
            "description": "Data for markets.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionEventFilterResultMarket",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestCT",
            "description": "Open interest in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestUsd",
            "description": "Open interest in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "opensAt",
            "description": "The timestamp when this entity opens.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionEvent",
            "description": "Full prediction event loaded from database. May be null if event no longer exists.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEvent",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relatedEventIds",
            "description": "The related event ids.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1h",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1w",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore4h",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore5m",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore12h",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore24h",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolutionSource",
            "description": "The resolution source.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvedAt",
            "description": "The actual resolution timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvesAt",
            "description": "The expected resolution timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The current status.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionEventStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "topMarkets",
            "description": "The top markets for this event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionEventTopMarket",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1h",
            "description": "The trades1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1w",
            "description": "The trades1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades4h",
            "description": "The trades4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades5m",
            "description": "The trades5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades12h",
            "description": "The trades12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades24h",
            "description": "The trades24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1h",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1w",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore4h",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore5m",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore12h",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore24h",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1h",
            "description": "The unique traders1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1w",
            "description": "The unique traders1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders4h",
            "description": "The unique traders4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders5m",
            "description": "The unique traders5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders12h",
            "description": "The unique traders12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders24h",
            "description": "The unique traders24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeCT",
            "description": "The venue volume ct.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeUsd",
            "description": "The venue volume usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCTAll",
            "description": "Volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd4h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd5m",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd12h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd24h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEventFilterResultMarket",
        "description": "Summary market data within a prediction event filter result.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "label",
            "description": "The display label.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionEventFilters",
        "description": "Filters for prediction events.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "age",
            "description": "The age.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "categories",
            "description": "Categories associated with this entity. Mutually exclusive with excludeCategories and hasCategories.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "closesAt",
            "description": "The timestamp when this entity closes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The creation timestamp.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "excludeCategories",
            "description": "Exclude events with these categories. Mutually exclusive with categories and hasCategories.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expectedLifespan",
            "description": "The expected lifespan.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasCategories",
            "description": "Filter by whether the event has any categories. Mutually exclusive with categories and excludeCategories.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The timestamp of the last transaction.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityCT",
            "description": "Liquidity in collateral token units.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1w",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange4h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange5m",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange12h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange24h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": "Liquidity in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketCount",
            "description": "Data for marketCount.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestCT",
            "description": "Open interest in collateral token units.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1w",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange4h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange5m",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange12h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange24h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestUsd",
            "description": "Open interest in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "opensAt",
            "description": "The timestamp when this entity opens.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionProtocol",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1h",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1w",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore4h",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore5m",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore12h",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore24h",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolutionSource",
            "description": "The resolution source.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvedAt",
            "description": "The actual resolution timestamp.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvesAt",
            "description": "The expected resolution timestamp.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The current status.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionEventStatus",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1h",
            "description": "The trades1h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1w",
            "description": "The trades1w.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades4h",
            "description": "The trades4h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades5m",
            "description": "The trades5m.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades12h",
            "description": "The trades12h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades24h",
            "description": "The trades24h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1w",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange4h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange5m",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange12h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange24h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1h",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1w",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore4h",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore5m",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore12h",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore24h",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1h",
            "description": "The unique traders1h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1w",
            "description": "The unique traders1w.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders4h",
            "description": "The unique traders4h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders5m",
            "description": "The unique traders5m.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders12h",
            "description": "The unique traders12h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders24h",
            "description": "The unique traders24h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1w",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange4h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange5m",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange12h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange24h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueSeriesId",
            "description": "The venue-specific series ID.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeCT",
            "description": "The venue volume ct.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeUsd",
            "description": "The venue volume usd.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCTAll",
            "description": "Volume in collateral token units.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1w",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1h",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd4h",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd5m",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd12h",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd24h",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionEventMarketSort",
        "description": "Sort order for markets within a prediction event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "NONE",
            "description": "No sorting - return markets in original order",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SMART",
            "description": "Smart sorting based on market label patterns (dates, prices, etc.) - default",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionEventRanking",
        "description": "A ranking to apply when sorting prediction events.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank by.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionEventRankingAttribute",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The sort direction.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionEventRankingAttribute",
        "description": "The attribute used to rank prediction events.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "age",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "closesAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expectedLifespan",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketCount",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "opensAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "phraseScore",
            "description": "Score from phrase matching (for search queries)",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvedAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvesAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEventResolutionBarData",
        "description": "Multi-resolution bar data for a prediction event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "day1",
            "description": "Data for the 1-day resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": "Data for the 1-hour resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": "Data for the 4-hour resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour12",
            "description": "Data for the 12-hour resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min1",
            "description": "Data for the 1-minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min5",
            "description": "Data for the 5-minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min15",
            "description": "Data for the 15-minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min30",
            "description": "Data for the 30-minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": "Data for the 1-week resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionEventStatus",
        "description": "The lifecycle status of a prediction event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "CANCELLED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OPEN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PENDING",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RESOLVED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SUSPENDED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEventTopMarket",
        "description": "A top market for a prediction event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "label",
            "description": "The label.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The unique identifier of the market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0AskCT",
            "description": "The ask CT of the outcome 0.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0AskUSD",
            "description": "The ask USD of the outcome 0.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0BidCT",
            "description": "The bid CT of the outcome 0.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0BidUSD",
            "description": "The bid USD of the outcome 0.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0Label",
            "description": "The label of the outcome 0.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1AskCT",
            "description": "The ask CT of the outcome 1.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1AskUSD",
            "description": "The ask USD of the outcome 1.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1BidCT",
            "description": "The bid CT of the outcome 1.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1BidUSD",
            "description": "The bid USD of the outcome 1.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1Label",
            "description": "The label of the outcome 1.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCT1d",
            "description": "The volume CT of the market in the last 1 day.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCT1w",
            "description": "The volume CT of the market in the last 1 week.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCTAll",
            "description": "The volume CT of the market in all time.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD1d",
            "description": "The volume USD of the market in the last 1 day.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSD1w",
            "description": "The volume USD of the market in the last 1 week.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUSDAll",
            "description": "The volume USD of the market in all time.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionEventTopMarketsBarsInput",
        "description": "Input type of `predictionEventTopMarketsBars`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "countback",
            "description": "Number of bars to fetch backwards from 'to' (alternative to 'from')",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The event ID to fetch top markets for",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "from",
            "description": "Unix timestamp (seconds) for the start of the range",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "Maximum number of markets to return (default 5, max 10)",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketIds",
            "description": "Explicit list of market IDs to fetch (overrides ranking if provided)",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rankBy",
            "description": "Market-level attribute to rank by (use this OR rankByOutcome + rankByOutcomeAttribute)",
            "type": {
              "kind": "ENUM",
              "name": "PredictionMarketRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rankByOutcome",
            "description": "Which outcome to rank by (use with rankByOutcomeAttribute)",
            "type": {
              "kind": "ENUM",
              "name": "PredictionOutcomeIndex",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rankByOutcomeAttribute",
            "description": "Outcome-level attribute to rank by (requires rankByOutcome)",
            "type": {
              "kind": "ENUM",
              "name": "PredictionOutcomeRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rankDirection",
            "description": "Direction to rank (DESC = highest first)",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "removeEmptyBars",
            "description": "Whether to remove empty bars from the response",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolution",
            "description": "Resolution for the bars (e.g., min1, min5, hour1, day1)",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionMarketBarsResolution",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "to",
            "description": "Unix timestamp (seconds) for the end of the range",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "useLeaderboard",
            "description": "Use pre-computed leaderboard ranking (overrides rankBy options when true)",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEventTopMarketsBarsResponse",
        "description": "Response returned by `predictionEventTopMarketsBars`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketBars",
            "description": "Array of market bars (max 10)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionMarketBarsResponse",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionEvent",
            "description": "The parent prediction event",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEvent",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionEventWindowScores",
        "description": "Trending, relevance, and competitive scores for an event window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "competitive",
            "description": "The competitive score.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevance",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trending",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionLifecycleStats",
        "description": "Lifecycle metadata for a prediction entity including status and timing.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "ageSeconds",
            "description": "The age seconds.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expectedLifespanSeconds",
            "description": "The expected lifespan seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isResolved",
            "description": "The is resolved.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timeToResolutionSeconds",
            "description": "The time to resolution seconds.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winningOutcomeId",
            "description": "The ID of the winning outcome.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionMarket",
        "description": "A prediction market with outcomes, pricing, and metadata.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "categories",
            "description": "Categories associated with this entity.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PredictionCategory",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "closesAt",
            "description": "The timestamp when this entity closes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The creation timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventLabel",
            "description": "The parent event label.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The exchange contract address.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageLargeUrl",
            "description": "URL of the large image.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageSmallUrl",
            "description": "URL of the small image.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageThumbUrl",
            "description": "URL of the thumbnail image.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "label",
            "description": "The display label.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "observedAt",
            "description": "The last observation timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "opensAt",
            "description": "The timestamp when this entity opens.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomeIds",
            "description": "Internal outcome IDs.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomeLabels",
            "description": "Labels for each outcome.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "question",
            "description": "The question or title.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolution",
            "description": "The resolution details.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionResolution",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvedAt",
            "description": "The actual resolution timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvesAt",
            "description": "The expected resolution timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rules",
            "description": "Primary rules text.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "rules2",
            "description": "Secondary rules text.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "updatedAt",
            "description": "The last update timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueEventId",
            "description": "The venue-specific event ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueMarketId",
            "description": "The venue-specific market ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueMarketSlug",
            "description": "The venue-specific market slug.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueOutcomeIds",
            "description": "Venue-specific outcome IDs.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winningOutcomeId",
            "description": "The ID of the winning outcome.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionMarketAllTimeStats",
        "description": "All-time aggregate stats for a prediction market.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "venueVolume",
            "description": "Venue-specific volume (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyValuePair",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "Total volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionMarketBar",
        "description": "Bar data for a prediction market at a single point in time.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "allTimeVolumeCollateralToken",
            "description": "The all time volume collateral token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "allTimeVolumeUsd",
            "description": "The all time volume usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastEventTimestamp",
            "description": "The last event timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestUsd",
            "description": "Open interest in USD.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0",
            "description": "Outcome 0 data.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionOutcomeBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1",
            "description": "Outcome 1 data.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionOutcomeBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "t",
            "description": "The unix timestamp for this bar.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades",
            "description": "The number of trades.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders",
            "description": "The number of unique traders.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCollateralToken",
            "description": "Volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares",
            "description": "Volume in shares.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionMarketBarOhlc",
        "description": "OHLC price data for a prediction market bar.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "c",
            "description": "The close value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "h",
            "description": "The high value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l",
            "description": "The low value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "o",
            "description": "The open value.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionMarketBarsInput",
        "description": "Input type of `predictionMarketBars`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "countback",
            "description": "Number of bars to return counting back from `to`.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "from",
            "description": "The start timestamp (unix seconds).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "removeEmptyBars",
            "description": "Whether to omit bars with no activity.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolution",
            "description": "The resolution details.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionMarketBarsResolution",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "to",
            "description": "The end timestamp (unix seconds).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionMarketBarsResolution",
        "description": "The time resolution for prediction market bar data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "day1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min5",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min15",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min30",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionMarketBarsResponse",
        "description": "Response returned by `predictionMarketBars`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "bars",
            "description": "The bar data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionMarketBar",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionEvent",
            "description": "The prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionEvent",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionMarket",
            "description": "The prediction market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionMarket",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionMarketFilterConnection",
        "description": "Response returned by `filterPredictionMarkets`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "Total number of matching results.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "page",
            "description": "The current page number.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of results.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionMarketFilterResult",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionMarketFilterResult",
        "description": "A prediction market matching a set of filter parameters.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "age",
            "description": "The age.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd1h",
            "description": "The avg trade size usd1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd1w",
            "description": "The avg trade size usd1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd4h",
            "description": "The avg trade size usd4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd5m",
            "description": "The avg trade size usd5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd12h",
            "description": "The avg trade size usd12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd24h",
            "description": "The avg trade size usd24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "categories",
            "description": "Categories associated with this entity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "closesAt",
            "description": "The timestamp when this entity closes.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore1h",
            "description": "The competitive score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore1w",
            "description": "The competitive score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore4h",
            "description": "The competitive score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore5m",
            "description": "The competitive score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore12h",
            "description": "The competitive score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore24h",
            "description": "The competitive score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventLabel",
            "description": "The parent event label.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expectedLifespan",
            "description": "The expected lifespan.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "impliedProbabilitySum",
            "description": "The implied probability sum.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The timestamp of the last transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityAsymmetry",
            "description": "The liquidity asymmetry.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityCT",
            "description": "Liquidity in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": "Liquidity in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "market",
            "description": "Simplified market data from search index. Use predictionMarket for full market details.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "SearchPredictionMarket",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange1h",
            "description": "The max price range1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange1w",
            "description": "The max price range1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange4h",
            "description": "The max price range4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange5m",
            "description": "The max price range5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange12h",
            "description": "The max price range12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange24h",
            "description": "The max price range24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestCT",
            "description": "Open interest in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestUsd",
            "description": "Open interest in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "opensAt",
            "description": "The timestamp when this entity opens.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0",
            "description": "Outcome 0 data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionOutcomeFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1",
            "description": "Outcome 1 data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionOutcomeFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionMarket",
            "description": "Full prediction market loaded from database. May be null if market no longer exists.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarket",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceCompetitiveness",
            "description": "The price competitiveness.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1h",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1w",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore4h",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore5m",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore12h",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore24h",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolutionSource",
            "description": "The resolution source.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvesAt",
            "description": "The expected resolution timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The current status.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionEventStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1h",
            "description": "The trades1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1w",
            "description": "The trades1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades4h",
            "description": "The trades4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades5m",
            "description": "The trades5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades12h",
            "description": "The trades12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades24h",
            "description": "The trades24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1h",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1w",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore4h",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore5m",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore12h",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore24h",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1h",
            "description": "The unique traders1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1w",
            "description": "The unique traders1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders4h",
            "description": "The unique traders4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders5m",
            "description": "The unique traders5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders12h",
            "description": "The unique traders12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders24h",
            "description": "The unique traders24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeCT",
            "description": "The venue volume ct.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeUsd",
            "description": "The venue volume usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCTAll",
            "description": "Volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeImbalance24h",
            "description": "The volume imbalance24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd4h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd5m",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd12h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd24h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winningOutcomeId",
            "description": "The ID of the winning outcome.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionMarketFilters",
        "description": "Filters for prediction markets.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "age",
            "description": "The age.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd1h",
            "description": "The avg trade size usd1h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd1w",
            "description": "The avg trade size usd1w.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd4h",
            "description": "The avg trade size usd4h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd5m",
            "description": "The avg trade size usd5m.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd12h",
            "description": "The avg trade size usd12h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd24h",
            "description": "The avg trade size usd24h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "categories",
            "description": "Categories associated with this entity. Mutually exclusive with excludeCategories and hasCategories.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "closesAt",
            "description": "The timestamp when this entity closes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore1h",
            "description": "The competitive score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore1w",
            "description": "The competitive score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore4h",
            "description": "The competitive score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore5m",
            "description": "The competitive score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore12h",
            "description": "The competitive score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore24h",
            "description": "The competitive score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The timestamp when this entity was created.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "excludeCategories",
            "description": "Exclude markets with these categories. Mutually exclusive with categories and hasCategories.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expectedLifespan",
            "description": "The expected lifespan.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasCategories",
            "description": "Filter by whether the market has any categories. Mutually exclusive with categories and excludeCategories.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "impliedProbabilitySum",
            "description": "The implied probability sum.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The timestamp of the last transaction.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityAsymmetry",
            "description": "The liquidity asymmetry.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityCT",
            "description": "Liquidity in collateral token units.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1w",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange4h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange5m",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange12h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange24h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": "Liquidity in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange1h",
            "description": "The max price range1h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange1w",
            "description": "The max price range1w.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange4h",
            "description": "The max price range4h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange5m",
            "description": "The max price range5m.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange12h",
            "description": "The max price range12h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange24h",
            "description": "The max price range24h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestCT",
            "description": "Open interest in collateral token units.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1w",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange4h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange5m",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange12h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange24h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestUsd",
            "description": "Open interest in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "opensAt",
            "description": "The timestamp when this entity opens.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0",
            "description": "Filter on outcome0 properties. All conditions must be met (AND logic).",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "PredictionOutcomeFilters",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1",
            "description": "Filter on outcome1 properties. All conditions must be met (AND logic).",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "PredictionOutcomeFilters",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomeOr",
            "description": "Filter where ANY outcome matches the conditions (OR logic). Useful for finding markets where either outcome meets criteria.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "PredictionOutcomeFilters",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceCompetitiveness",
            "description": "The price competitiveness.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionProtocol",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1h",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1w",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore4h",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore5m",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore12h",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore24h",
            "description": "The relevance score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolutionSource",
            "description": "The resolution source.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvesAt",
            "description": "The expected resolution timestamp.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The current status.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionEventStatus",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1h",
            "description": "The trades1h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1w",
            "description": "The trades1w.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades4h",
            "description": "The trades4h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades5m",
            "description": "The trades5m.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades12h",
            "description": "The trades12h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades24h",
            "description": "The trades24h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1w",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange4h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange5m",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange12h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange24h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1h",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1w",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore4h",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore5m",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore12h",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore24h",
            "description": "The trending score.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1h",
            "description": "The unique traders1h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1w",
            "description": "The unique traders1w.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders4h",
            "description": "The unique traders4h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders5m",
            "description": "The unique traders5m.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders12h",
            "description": "The unique traders12h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders24h",
            "description": "The unique traders24h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1w",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange4h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange5m",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange12h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange24h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeCT",
            "description": "The venue volume ct.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeUsd",
            "description": "The venue volume usd.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCTAll",
            "description": "Volume in collateral token units.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1w",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24h",
            "description": "The percentage change.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeImbalance24h",
            "description": "The volume imbalance24h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1h",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd4h",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd5m",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd12h",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd24h",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll",
            "description": "Volume in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionMarketOutcomePrice",
        "description": "Price data for a single outcome within a prediction market.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "bestAskCT",
            "description": "The best ask in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bestAskUsd",
            "description": "The best ask in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bestBidCT",
            "description": "The best bid in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bestBidUsd",
            "description": "The best bid in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTradePriceCT",
            "description": "The last trade price in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTradePriceUsd",
            "description": "The last trade price in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomeId",
            "description": "The ID of the outcome.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spreadCT",
            "description": "The spread in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spreadUsd",
            "description": "The spread in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The timestamp of the price data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionMarketPrice",
        "description": "Price data for a prediction market.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomes",
            "description": "The prices for the outcomes.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionMarketOutcomePrice",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The timestamp of the price data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionMarketPriceInput",
        "description": "Input for fetching prediction market price data.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The timestamp (unix seconds). If not provided, the latest price will be returned.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionMarketRanking",
        "description": "A ranking to apply when sorting prediction markets.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "Market-level attribute to rank by (use this OR outcome + outcomeAttribute)",
            "type": {
              "kind": "ENUM",
              "name": "PredictionMarketRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The sort direction.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome",
            "description": "Which outcome to rank by (required when using outcomeAttribute)",
            "type": {
              "kind": "ENUM",
              "name": "PredictionOutcomeIndex",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomeAttribute",
            "description": "Outcome-level attribute to rank by (requires outcome to be set)",
            "type": {
              "kind": "ENUM",
              "name": "PredictionOutcomeRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionMarketRankingAttribute",
        "description": "The attribute used to rank prediction markets.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "age",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgTradeSizeUsd24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "closesAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "competitiveScore24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "expectedLifespan",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "impliedProbabilitySum",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityAsymmetry",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxPriceRange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "opensAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "phraseScore",
            "description": "Score from phrase matching (for search queries)",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceCompetitiveness",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevanceScore24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvesAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTraders24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueVolumeUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCTAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeImbalance24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionMarketResolutionBarData",
        "description": "Multi-resolution bar data for a prediction market.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "day1",
            "description": "Data for the 1-day resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": "Data for the 1-hour resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": "Data for the 4-hour resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour12",
            "description": "Data for the 12-hour resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min1",
            "description": "Data for the 1-minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min5",
            "description": "Data for the 5-minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min15",
            "description": "Data for the 15-minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min30",
            "description": "Data for the 30-minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": "Data for the 1-week resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBar",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionMarketWindowScores",
        "description": "Trending, relevance, and competitive scores for a market window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "competitive",
            "description": "The competitive score.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "relevance",
            "description": "The relevance score.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trending",
            "description": "The trending score.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionMarketsInput",
        "description": "Input type of `predictionMarkets`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "marketIds",
            "description": "Associated market IDs.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionOutcomeBar",
        "description": "Bar data for a single outcome within a prediction market.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "askCollateralToken",
            "description": "The ask collateral token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "askUsd",
            "description": "The ask usd.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bidCollateralToken",
            "description": "The bid collateral token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bidUsd",
            "description": "The bid usd.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeCollateralToken",
            "description": "Buy volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeShares",
            "description": "Buy volume in shares.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd",
            "description": "Buy volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys",
            "description": "The number of buys.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityCollateralToken",
            "description": "The liquidity collateral token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": "Liquidity in USD.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceCollateralToken",
            "description": "The price collateral token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsd",
            "description": "The price usd.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeCollateralToken",
            "description": "Sell volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeShares",
            "description": "Sell volume in shares.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd",
            "description": "Sell volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells",
            "description": "The number of sells.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades",
            "description": "The number of trades.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentAskDepthCollateralToken",
            "description": "The two percent ask depth collateral token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentAskDepthUsd",
            "description": "The two percent ask depth usd.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentBidDepthCollateralToken",
            "description": "The two percent bid depth collateral token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentBidDepthUsd",
            "description": "The two percent bid depth usd.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarOhlc",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueOutcomeId",
            "description": "The venue-specific outcome ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCollateralToken",
            "description": "Volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares",
            "description": "Volume in shares.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionOutcomeFilterResult",
        "description": "A prediction outcome matching a set of filter parameters.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "bestAskCT",
            "description": "The best ask ct.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bestAskUsd",
            "description": "The best ask usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bestBidCT",
            "description": "The best bid ct.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bestBidUsd",
            "description": "The best bid usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd1h",
            "description": "Buy volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd1w",
            "description": "Buy volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd4h",
            "description": "Buy volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd5m",
            "description": "Buy volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd12h",
            "description": "Buy volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd24h",
            "description": "Buy volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1h",
            "description": "The buys1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1w",
            "description": "The buys1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys4h",
            "description": "The buys4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys5m",
            "description": "The buys5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys12h",
            "description": "The buys12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys24h",
            "description": "The buys24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The exchange contract address.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd1h",
            "description": "The high price usd1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd1w",
            "description": "The high price usd1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd4h",
            "description": "The high price usd4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd5m",
            "description": "The high price usd5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd12h",
            "description": "The high price usd12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd24h",
            "description": "The high price usd24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isWinner",
            "description": "The is winner.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "label",
            "description": "The display label.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastPriceCT",
            "description": "The last price ct.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastPriceUsd",
            "description": "The last price usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityCT",
            "description": "Liquidity in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": "Liquidity in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd1h",
            "description": "The low price usd1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd1w",
            "description": "The low price usd1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd4h",
            "description": "The low price usd4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd5m",
            "description": "The low price usd5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd12h",
            "description": "The low price usd12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd24h",
            "description": "The low price usd24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange1h",
            "description": "The price range1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange1w",
            "description": "The price range1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange4h",
            "description": "The price range4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange5m",
            "description": "The price range5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange12h",
            "description": "The price range12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange24h",
            "description": "The price range24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd1h",
            "description": "Sell volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd1w",
            "description": "Sell volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd4h",
            "description": "Sell volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd5m",
            "description": "Sell volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd12h",
            "description": "Sell volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd24h",
            "description": "Sell volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1h",
            "description": "The sells1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1w",
            "description": "The sells1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells4h",
            "description": "The sells4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells5m",
            "description": "The sells5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells12h",
            "description": "The sells12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells24h",
            "description": "The sells24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spreadCT",
            "description": "The spread ct.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spreadUsd",
            "description": "The spread usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Tags associated with this entity.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token contract address.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1h",
            "description": "The trades1h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1w",
            "description": "The trades1w.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades4h",
            "description": "The trades4h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades5m",
            "description": "The trades5m.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades12h",
            "description": "The trades12h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades24h",
            "description": "The trades24h.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentAskDepthCT",
            "description": "The two percent ask depth ct.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentAskDepthUsd",
            "description": "The two percent ask depth usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentBidDepthCT",
            "description": "The two percent bid depth ct.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentBidDepthUsd",
            "description": "The two percent bid depth usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueOutcomeId",
            "description": "The venue-specific outcome ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1w",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24h",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares1h",
            "description": "Volume in shares.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares1w",
            "description": "Volume in shares.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares4h",
            "description": "Volume in shares.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares5m",
            "description": "Volume in shares.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares12h",
            "description": "Volume in shares.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares24h",
            "description": "Volume in shares.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd4h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd5m",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd12h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd24h",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionOutcomeFilters",
        "description": "Filters for prediction outcomes within a market.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "bestAskUsd",
            "description": "Best ask price in USD",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bestBidUsd",
            "description": "Best bid price in USD",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastPriceUsd",
            "description": "Last traded price in USD",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1h",
            "description": "Price change percentage in the last 1 hour",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1w",
            "description": "Price change percentage in the last week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange4h",
            "description": "Price change percentage in the last 4 hours",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange5m",
            "description": "Price change percentage in the last 5 minutes",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange12h",
            "description": "Price change percentage in the last 12 hours",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange24h",
            "description": "Price change percentage in the last 24 hours",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spreadUsd",
            "description": "Spread in USD (difference between best ask and best bid)",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1h",
            "description": "Number of trades in the last 1 hour",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1w",
            "description": "Number of trades in the last week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades4h",
            "description": "Number of trades in the last 4 hours",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades5m",
            "description": "Number of trades in the last 5 minutes",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades12h",
            "description": "Number of trades in the last 12 hours",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades24h",
            "description": "Number of trades in the last 24 hours",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionOutcomeIndex",
        "description": "The index of an outcome within a prediction market.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "outcome0",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionOutcomeRankingAttribute",
        "description": "The attribute used to rank prediction outcomes.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "bestAskCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bestAskUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bestBidCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bestBidUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highPriceUsd24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastPriceCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastPriceUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowPriceUsd24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spreadCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "spreadUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentAskDepthCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentAskDepthUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentBidDepthCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twoPercentBidDepthUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeShares24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd4h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd12h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd24h",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionProtocol",
        "description": "The prediction protocol or venue.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "KALSHI",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "POLYMARKET",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionResolution",
        "description": "Resolution details for a settled prediction market or event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "result",
            "description": "The resolution result.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "source",
            "description": "The resolution source.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionStatsDuration",
        "description": "The duration used to request windowed prediction stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "day1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min5",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionSubSubcategory",
        "description": "A prediction sub-subcategory (3rd level, terminal).",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "name",
            "description": "The display name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "slug",
            "description": "The URL slug.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionSubcategory",
        "description": "A prediction subcategory (2nd level).",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "name",
            "description": "The display name.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "slug",
            "description": "The URL slug.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subcategories",
            "description": "Nested subcategories (3rd level).",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "PredictionSubSubcategory",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTokenBalance",
        "description": "A wallet's token balance for a prediction market.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": "The token amount.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionTrader",
            "description": "The associated prediction trader.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionTrader",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The wallet address.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTokenHoldersConnection",
        "description": "A paginated list of prediction token holders.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "Cursor for pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list of items.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionTokenBalance",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "total",
            "description": "The total number of items.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTokenHoldersInput",
        "description": "Input type of `predictionTokenHolders`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "cursor",
            "description": "Cursor for pagination.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "Maximum number of results to return.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The token ID.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTrade",
        "description": "A single prediction trade.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": "The token amount.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountCollateral",
            "description": "The amount collateral.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountUsd",
            "description": "The amount usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blockNumber",
            "description": "The block number.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The exchange contract address.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The maker.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomeId",
            "description": "The ID of the prediction outcome.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomeIndex",
            "description": "The outcome index.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomeLabel",
            "description": "The label of the outcome.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionMarket",
            "description": "The prediction market.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarket",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceCollateral",
            "description": "The price collateral.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsd",
            "description": "The price usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sortKey",
            "description": "The sort key.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradeType",
            "description": "The type of trade.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionTradeType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The ID of the prediction trader.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionHash",
            "description": "The transaction hash.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionId",
            "description": "The transaction id.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionTradeEventType",
        "description": "Prediction trade event types.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BUY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BUY_COUNTERPARTY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PAYOUT_REDEMPTION",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SELL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SELL_COUNTERPARTY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRADE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTradeEventTypeCondition",
        "description": "Prediction trade event type condition.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "oneOf",
            "description": "The list of prediction trade event types.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "PredictionTradeEventType",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTradeEventTypeConditionInput",
        "description": "Input for prediction trade event type condition.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "oneOf",
            "description": "The list of prediction trade event types to match.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "PredictionTradeEventType",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionTradeType",
        "description": "The type of a prediction trade.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BUY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BUY_COUNTERPARTY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PAYOUT_REDEMPTION",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SELL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SELL_COUNTERPARTY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRADE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTradeWebhookCondition",
        "description": "Webhook conditions for a prediction trade event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountToken",
            "description": "The amount of tokens/shares traded condition.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ComparisonOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The event ID the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The trade event types the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionTradeEventTypeCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The market ID the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradeValueUsd",
            "description": "The trade value in USD condition.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ComparisonOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The trader ID the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTradeWebhookConditionInput",
        "description": "Input conditions for a prediction trade webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "amountToken",
            "description": "The amount of tokens/shares traded condition.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ComparisonOperatorInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The event ID to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The trade event types to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "PredictionTradeEventTypeConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The market ID to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradeValueUsd",
            "description": "The trade value in USD condition.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ComparisonOperatorInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The trader ID to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTrader",
        "description": "A prediction trader with aggregate stats and metadata.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "activeMarketsCount",
            "description": "The active markets count.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "alias",
            "description": "The trader alias.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "allTimeProfitCT",
            "description": "The all time profit ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "allTimeProfitUsd",
            "description": "The all time profit usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestLossCT",
            "description": "The biggest loss ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestLossUsd",
            "description": "The biggest loss usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestWinCT",
            "description": "The biggest win ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestWinUsd",
            "description": "The biggest win usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The creation timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTradeTimestamp",
            "description": "The timestamp of the first trade.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "labels",
            "description": "Labels applied to this entity.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTradeTimestamp",
            "description": "The timestamp of the last trade.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "linkedAddresses",
            "description": "The linked addresses.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primaryAddress",
            "description": "The primary address.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "profileImageUrl",
            "description": "The profile image url.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "profileUrl",
            "description": "The profile url.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalTradesCount",
            "description": "The total trades count.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeCT",
            "description": "The total volume ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeUsd",
            "description": "The total volume usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "updatedAt",
            "description": "The last update timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueTraderId",
            "description": "The venue trader id.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderBar",
        "description": "Bar data for a prediction trader at a single point in time.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buyVolumeCT",
            "description": "Buy volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd",
            "description": "Buy volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys",
            "description": "The number of buys.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cumulativeRealizedPnlCT",
            "description": "The cumulative realized pnl ct.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cumulativeRealizedPnlUsd",
            "description": "The cumulative realized pnl usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "losses",
            "description": "The losses.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlCT",
            "description": "The realized pnl ct.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd",
            "description": "The realized pnl usd.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeCT",
            "description": "Sell volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd",
            "description": "Sell volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells",
            "description": "The number of sells.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "t",
            "description": "The unix timestamp for this bar.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades",
            "description": "The number of trades.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMarkets",
            "description": "The number of unique markets.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCT",
            "description": "Volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wins",
            "description": "The wins.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTraderBarsInput",
        "description": "Input type of `predictionTraderBars`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "countback",
            "description": "Number of bars to return counting back from `to`.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "from",
            "description": "The start timestamp (unix seconds).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "removeEmptyBars",
            "description": "Whether to omit bars with no activity.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolution",
            "description": "The resolution details.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionTraderBarsResolution",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "to",
            "description": "The end timestamp (unix seconds).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The ID of the prediction trader.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionTraderBarsResolution",
        "description": "The time resolution for prediction trader bar data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "day1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderBarsResponse",
        "description": "Response returned by `predictionTraderBars`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "bars",
            "description": "The bar data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionTraderBar",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trader",
            "description": "The trader.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionTrader",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The ID of the prediction trader.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderFilterConnection",
        "description": "Response returned by `filterPredictionTraders`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "Total number of matching results.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "page",
            "description": "The current page number.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of results.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionTraderFilterResult",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderFilterResult",
        "description": "A prediction trader matching a set of filter parameters.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "activeMarketsCount",
            "description": "Active markets count",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1m",
            "description": "Average profit USD per trade 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1w",
            "description": "Average profit USD per trade 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade12h",
            "description": "Average profit USD per trade 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade24h",
            "description": "Average profit USD per trade 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1m",
            "description": "Average swap amount USD 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1w",
            "description": "Average swap amount USD 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd12h",
            "description": "Average swap amount USD 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd24h",
            "description": "Average swap amount USD 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestLossCT",
            "description": "Biggest loss CT",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestLossUsd",
            "description": "Biggest loss USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestWinCT",
            "description": "Biggest win CT",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestWinUsd",
            "description": "Biggest win USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd1m",
            "description": "Buy volume USD 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd1w",
            "description": "Buy volume USD 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd12h",
            "description": "Buy volume USD 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd24h",
            "description": "Buy volume USD 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1m",
            "description": "Buys 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1w",
            "description": "Buys 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys12h",
            "description": "Buys 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys24h",
            "description": "Buys 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTradeTimestamp",
            "description": "First trade timestamp",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heldTokenAcquisitionCostCT",
            "description": "Held token acquisition cost CT",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heldTokenAcquisitionCostUsd",
            "description": "Held token acquisition cost USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTradeTimestamp",
            "description": "Last trade timestamp",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "losses1m",
            "description": "Losses 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "losses1w",
            "description": "Losses 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "losses12h",
            "description": "Losses 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "losses24h",
            "description": "Losses 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pnlPerVolumeAll",
            "description": "All-time PnL per volume",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionTrader",
            "description": "Full trader entity (loaded via DataLoader)",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionTrader",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "profitPerTradeUsdAll",
            "description": "Profit per trade USD all-time",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlCT1m",
            "description": "Realized PnL CT 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlCT1w",
            "description": "Realized PnL CT 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlCT12h",
            "description": "Realized PnL CT 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlCT24h",
            "description": "Realized PnL CT 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlChange1m",
            "description": "Realized PnL change 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlChange1w",
            "description": "Realized PnL change 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlChange12h",
            "description": "Realized PnL change 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlChange24h",
            "description": "Realized PnL change 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd1m",
            "description": "Realized PnL USD 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd1w",
            "description": "Realized PnL USD 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd12h",
            "description": "Realized PnL USD 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd24h",
            "description": "Realized PnL USD 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1m",
            "description": "Realized profit percentage 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": "Realized profit percentage 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage12h",
            "description": "Realized profit percentage 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage24h",
            "description": "Realized profit percentage 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd1m",
            "description": "Sell volume USD 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd1w",
            "description": "Sell volume USD 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd12h",
            "description": "Sell volume USD 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd24h",
            "description": "Sell volume USD 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1m",
            "description": "Sells 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1w",
            "description": "Sells 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells12h",
            "description": "Sells 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells24h",
            "description": "Sells 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalProfitCTAll",
            "description": "All-time total profit CT",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalProfitUsdAll",
            "description": "All-time total profit USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalTradesAll",
            "description": "All-time total trades",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeCTAll",
            "description": "All-time total volume CT",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeUsdAll",
            "description": "All-time total volume USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trader",
            "description": "Minimal trader info embedded in the result",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "FilterTrader",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1m",
            "description": "Trades 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1w",
            "description": "Trades 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades12h",
            "description": "Trades 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades24h",
            "description": "Trades 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMarkets1m",
            "description": "Unique markets 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMarkets1w",
            "description": "Unique markets 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMarkets12h",
            "description": "Unique markets 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMarkets24h",
            "description": "Unique markets 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCT1m",
            "description": "Volume CT 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCT1w",
            "description": "Volume CT 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCT12h",
            "description": "Volume CT 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCT24h",
            "description": "Volume CT 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1m",
            "description": "Volume change 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1w",
            "description": "Volume change 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12h",
            "description": "Volume change 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24h",
            "description": "Volume change 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumePerTradeUsdAll",
            "description": "Volume per trade USD all-time",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1m",
            "description": "Volume USD 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": "Volume USD 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd12h",
            "description": "Volume USD 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd24h",
            "description": "Volume USD 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1m",
            "description": "Win rate 1m (0-1)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1w",
            "description": "Win rate 1w (0-1)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate12h",
            "description": "Win rate 12h (0-1)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate24h",
            "description": "Win rate 24h (0-1)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wins1m",
            "description": "Wins 1m",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wins1w",
            "description": "Wins 1w",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wins12h",
            "description": "Wins 12h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wins24h",
            "description": "Wins 24h",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTraderFilters",
        "description": "Filters for prediction traders.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "activeMarketsCount",
            "description": "Filter by active markets count",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1m",
            "description": "Filter by average profit USD per trade 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1w",
            "description": "Filter by average profit USD per trade 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade12h",
            "description": "Filter by average profit USD per trade 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade24h",
            "description": "Filter by average profit USD per trade 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1m",
            "description": "Filter by average swap amount USD 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1w",
            "description": "Filter by average swap amount USD 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd12h",
            "description": "Filter by average swap amount USD 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd24h",
            "description": "Filter by average swap amount USD 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestLossCT",
            "description": "Filter by biggest loss CT",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestLossUsd",
            "description": "Filter by biggest loss USD",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestWinCT",
            "description": "Filter by biggest win CT",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "biggestWinUsd",
            "description": "Filter by biggest win USD",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTradeTimestamp",
            "description": "Filter by first trade timestamp",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heldTokenAcquisitionCostCT",
            "description": "Filter by held token acquisition cost CT",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heldTokenAcquisitionCostUsd",
            "description": "Filter by held token acquisition cost USD",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "labels",
            "description": "Filter by labels",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTradeTimestamp",
            "description": "Filter by last trade timestamp",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "losses1m",
            "description": "Filter by losses 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "losses1w",
            "description": "Filter by losses 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "losses12h",
            "description": "Filter by losses 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "losses24h",
            "description": "Filter by losses 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pnlPerVolumeAll",
            "description": "Filter by all-time PnL per volume",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "profitPerTradeUsdAll",
            "description": "Filter by profit per trade USD all-time",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "Filter by protocol (e.g., POLYMARKET, KALSHI)",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionProtocol",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlChange1m",
            "description": "Filter by realized PnL change 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlChange1w",
            "description": "Filter by realized PnL change 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlChange12h",
            "description": "Filter by realized PnL change 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlChange24h",
            "description": "Filter by realized PnL change 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd1m",
            "description": "Filter by realized PnL USD 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd1w",
            "description": "Filter by realized PnL USD 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd12h",
            "description": "Filter by realized PnL USD 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd24h",
            "description": "Filter by realized PnL USD 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1m",
            "description": "Filter by realized profit percentage 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": "Filter by realized profit percentage 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage12h",
            "description": "Filter by realized profit percentage 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage24h",
            "description": "Filter by realized profit percentage 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "Filter by timestamp",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalProfitCTAll",
            "description": "Filter by all-time total profit CT",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalProfitUsdAll",
            "description": "Filter by all-time total profit USD",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalTradesAll",
            "description": "Filter by all-time total trades",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeCTAll",
            "description": "Filter by all-time total volume CT",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeUsdAll",
            "description": "Filter by all-time total volume USD",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1m",
            "description": "Filter by trades 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades1w",
            "description": "Filter by trades 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades12h",
            "description": "Filter by trades 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades24h",
            "description": "Filter by trades 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMarkets1m",
            "description": "Filter by unique markets 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMarkets1w",
            "description": "Filter by unique markets 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMarkets12h",
            "description": "Filter by unique markets 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMarkets24h",
            "description": "Filter by unique markets 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1m",
            "description": "Filter by volume change 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1w",
            "description": "Filter by volume change 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12h",
            "description": "Filter by volume change 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24h",
            "description": "Filter by volume change 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumePerTradeUsdAll",
            "description": "Filter by volume per trade USD all-time",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1m",
            "description": "Filter by volume USD 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": "Filter by volume USD 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd12h",
            "description": "Filter by volume USD 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd24h",
            "description": "Filter by volume USD 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1m",
            "description": "Filter by win rate 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1w",
            "description": "Filter by win rate 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate12h",
            "description": "Filter by win rate 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate24h",
            "description": "Filter by win rate 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wins1m",
            "description": "Filter by wins 1m",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wins1w",
            "description": "Filter by wins 1w",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wins12h",
            "description": "Filter by wins 12h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wins24h",
            "description": "Filter by wins 24h",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderHolding",
        "description": "A trader's token holding for a prediction outcome.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": "The token balance amount.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "market",
            "description": "The prediction market this holding belongs to.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarket",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomeIndex",
            "description": "The outcome index within the market (0 or 1).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The token ID (venue outcome ID).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The trader ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueTraderId",
            "description": "The venue trader ID (wallet address).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderHoldingsConnection",
        "description": "A paginated list of trader holdings.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "Cursor for pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list of holdings.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionTraderHolding",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTraderHoldingsInput",
        "description": "Input for `predictionTraderHoldings` query.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "cursor",
            "description": "Cursor for pagination.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "Maximum number of results to return.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The trader ID (format: {walletAddress}:{protocol}, e.g. 0x123...abc:Polymarket)",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderMarketFilterConnection",
        "description": "Response returned by `filterPredictionTraderMarkets`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "Total number of matching results.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "page",
            "description": "The current page number.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of results.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionTraderMarketFilterResult",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderMarketFilterResult",
        "description": "A trader-market record matching a set of filter parameters.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTradeTimestamp",
            "description": "The timestamp of the first trade.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasOpenPosition",
            "description": "Whether the trader has an open position.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTradeTimestamp",
            "description": "The timestamp of the last trade.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "market",
            "description": "Minimal market info embedded in the result",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "FilterTraderMarket",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0",
            "description": "Outcome 0 data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionTraderOutcomeFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1",
            "description": "Outcome 1 data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionTraderOutcomeFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pnlPerVolumeMarket",
            "description": "The pnl per volume market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionMarket",
            "description": "Full market entity (loaded via DataLoader)",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarket",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionTrader",
            "description": "Full trader entity (loaded via DataLoader)",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionTrader",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "profitPerTradeUsd",
            "description": "The profit per trade usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalBuys",
            "description": "The total buys.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalCostBasisCT",
            "description": "The total cost basis ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalCostBasisUsd",
            "description": "The total cost basis usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalRealizedPnlCT",
            "description": "The total realized pnl ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalRealizedPnlUsd",
            "description": "The total realized pnl usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSells",
            "description": "The total sells.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSharesHeld",
            "description": "The total shares held.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalTrades",
            "description": "The total trades.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeCT",
            "description": "The total volume ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeShares",
            "description": "The total volume shares.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeUsd",
            "description": "The total volume usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trader",
            "description": "Minimal trader info embedded in the result",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "FilterTrader",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The ID of the prediction trader.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winningOutcomeId",
            "description": "The ID of the winning outcome.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTraderMarketFilters",
        "description": "Filters for trader-market records.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "firstTradeTimestamp",
            "description": "The timestamp of the first trade.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasOpenPosition",
            "description": "Filter by whether trader has an open position",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTradeTimestamp",
            "description": "The timestamp of the last trade.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0Buys",
            "description": "Outcome 0 buys.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0CostBasisUsd",
            "description": "Outcome 0 cost basis usd.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0PnlStatus",
            "description": "Filter by outcome 0 PnL status",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionTraderMarketPnlStatus",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0RealizedPnlUsd",
            "description": "Outcome 0 realized pnl usd.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0Sells",
            "description": "Outcome 0 sells.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0SharesHeld",
            "description": "Outcome 0 shares held.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1Buys",
            "description": "Outcome 1 buys.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1CostBasisUsd",
            "description": "Outcome 1 cost basis usd.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1PnlStatus",
            "description": "Filter by outcome 1 PnL status",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionTraderMarketPnlStatus",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1RealizedPnlUsd",
            "description": "Outcome 1 realized pnl usd.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1Sells",
            "description": "Outcome 1 sells.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1SharesHeld",
            "description": "Outcome 1 shares held.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pnlPerVolumeMarket",
            "description": "The pnl per volume market.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "profitPerTradeUsd",
            "description": "The profit per trade usd.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "Filter by prediction protocol",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionProtocol",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "Filter by market status",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "ENUM",
                  "name": "PredictionEventStatus",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalBuys",
            "description": "The total buys.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalCostBasisCT",
            "description": "The total cost basis ct.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalCostBasisUsd",
            "description": "The total cost basis usd.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalRealizedPnlCT",
            "description": "The total realized pnl ct.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalRealizedPnlUsd",
            "description": "The total realized pnl usd.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSells",
            "description": "The total sells.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSharesHeld",
            "description": "The total shares held.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalTrades",
            "description": "The total trades.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeCT",
            "description": "The total volume ct.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeShares",
            "description": "The total volume shares.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeUsd",
            "description": "The total volume usd.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionTraderMarketPnlStatus",
        "description": "The PnL status of a trader position in a market.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "LOSS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NEUTRAL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WIN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTraderMarketRanking",
        "description": "A ranking to apply when sorting trader-market records.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank by.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionTraderMarketRankingAttribute",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The sort direction.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionTraderMarketRankingAttribute",
        "description": "The attribute used to rank trader-market records.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "firstTradeTimestamp",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTradeTimestamp",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0Buys",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0CostBasisUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0RealizedPnlUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0Sells",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0SharesHeld",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1Buys",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1CostBasisUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1RealizedPnlUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1Sells",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1SharesHeld",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pnlPerVolumeMarket",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "profitPerTradeUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalBuys",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalCostBasisCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalCostBasisUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalRealizedPnlCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalRealizedPnlUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSells",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSharesHeld",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalTrades",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeCT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeShares",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeUsd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderMarketStats",
        "description": "Per-market stats for a trader.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "createdAt",
            "description": "The creation timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasOpenPosition",
            "description": "Whether the trader has an open position.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome0Stats",
            "description": "Outcome 0 stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionTraderOutcomeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcome1Stats",
            "description": "Outcome 1 stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionTraderOutcomeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionMarket",
            "description": "The prediction market.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarket",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The ID of the prediction trader.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "updatedAt",
            "description": "The last update timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderMarketsStatsConnection",
        "description": "Response returned by `predictionTraderMarketsStats`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "Cursor for pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list of items.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionTraderMarketStats",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTraderMarketsStatsInput",
        "description": "Input type of `predictionTraderMarketsStats`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "cursor",
            "description": "Cursor for pagination.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "Maximum number of results to return.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketIds",
            "description": "Associated market IDs.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The ID of the prediction trader.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderOutcomeFilterResult",
        "description": "Per-outcome stats within a trader-market filter result.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "avgEntryPriceCT",
            "description": "The avg entry price ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgEntryPriceUsd",
            "description": "The avg entry price usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeCT",
            "description": "Buy volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeShares",
            "description": "Buy volume in shares.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd",
            "description": "Buy volume in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys",
            "description": "The number of buys.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "costBasisCT",
            "description": "The cost basis ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "costBasisUsd",
            "description": "The cost basis usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTradeTimestamp",
            "description": "The timestamp of the first trade.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isWinningOutcome",
            "description": "The is winning outcome.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTradeTimestamp",
            "description": "The timestamp of the last trade.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomeId",
            "description": "The ID of the prediction outcome.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pnlStatus",
            "description": "The pnl status.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionTraderMarketPnlStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlCT",
            "description": "The realized pnl ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd",
            "description": "The realized pnl usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeCT",
            "description": "Sell volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeShares",
            "description": "Sell volume in shares.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd",
            "description": "Sell volume in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells",
            "description": "The number of sells.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sharesHeld",
            "description": "The shares held.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTraderOutcomeStats",
        "description": "Per-outcome stats for a trader within a specific market.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "avgEntryPriceCT",
            "description": "The avg entry price ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avgEntryPriceUsd",
            "description": "The avg entry price usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeCT",
            "description": "Buy volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeShares",
            "description": "Buy volume in shares.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd",
            "description": "Buy volume in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys",
            "description": "The number of buys.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "costBasisCT",
            "description": "The cost basis ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "costBasisUsd",
            "description": "The cost basis usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTradeTimestamp",
            "description": "The timestamp of the first trade.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTradeTimestamp",
            "description": "The timestamp of the last trade.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "outcomeId",
            "description": "The ID of the prediction outcome.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pnlStatus",
            "description": "The pnl status.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionTraderMarketPnlStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlCT",
            "description": "The realized pnl ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd",
            "description": "The realized pnl usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeCT",
            "description": "Sell volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeShares",
            "description": "Sell volume in shares.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd",
            "description": "Sell volume in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells",
            "description": "The number of sells.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sharesHeld",
            "description": "The shares held.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTraderRanking",
        "description": "A ranking to apply when sorting prediction traders.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank by.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionTraderRankingAttribute",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The sort direction.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionTraderRankingAttribute",
        "description": "The attribute used to rank prediction traders.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ACTIVE_MARKETS_COUNT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AVERAGE_PROFIT_USD_PER_TRADE_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AVERAGE_PROFIT_USD_PER_TRADE_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AVERAGE_PROFIT_USD_PER_TRADE_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AVERAGE_PROFIT_USD_PER_TRADE_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AVERAGE_SWAP_AMOUNT_USD_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AVERAGE_SWAP_AMOUNT_USD_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AVERAGE_SWAP_AMOUNT_USD_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "AVERAGE_SWAP_AMOUNT_USD_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BIGGEST_LOSS_CT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BIGGEST_LOSS_USD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BIGGEST_WIN_CT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BIGGEST_WIN_USD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FIRST_TRADE_TIMESTAMP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HELD_TOKEN_ACQUISITION_COST_CT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "HELD_TOKEN_ACQUISITION_COST_USD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LAST_TRADE_TIMESTAMP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOSSES_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOSSES_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOSSES_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOSSES_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PNL_PER_VOLUME_ALL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PROFIT_PER_TRADE_USD_ALL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PNL_CHANGE_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PNL_CHANGE_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PNL_CHANGE_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PNL_CHANGE_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PNL_USD_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PNL_USD_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PNL_USD_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PNL_USD_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PROFIT_PERCENTAGE_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PROFIT_PERCENTAGE_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PROFIT_PERCENTAGE_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REALIZED_PROFIT_PERCENTAGE_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TIMESTAMP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOTAL_PROFIT_CT_ALL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOTAL_PROFIT_USD_ALL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOTAL_TRADES_ALL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOTAL_VOLUME_CT_ALL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOTAL_VOLUME_USD_ALL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRADES_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRADES_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRADES_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRADES_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNIQUE_MARKETS_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNIQUE_MARKETS_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNIQUE_MARKETS_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNIQUE_MARKETS_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VOLUME_CHANGE_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VOLUME_CHANGE_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VOLUME_CHANGE_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VOLUME_CHANGE_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VOLUME_PER_TRADE_USD_ALL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VOLUME_USD_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VOLUME_USD_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VOLUME_USD_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VOLUME_USD_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WINS_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WINS_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WINS_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WINS_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WIN_RATE_1M",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WIN_RATE_1W",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WIN_RATE_12H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WIN_RATE_24H",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PredictionTraderStatsDuration",
        "description": "The duration used to request windowed trader stats.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "day1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "day30",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hour12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTradersInput",
        "description": "Input type of `predictionTraders`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "traderIds",
            "description": "The trader ids.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PredictionTradesConnection",
        "description": "A paginated list of prediction trades.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "Cursor for pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list of items.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionTrade",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PredictionTradesInput",
        "description": "Input type of `predictionTrades`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "cursor",
            "description": "Cursor for pagination.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "limit",
            "description": "Maximum number of results to return.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketId",
            "description": "The ID of the prediction market.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traderId",
            "description": "The ID of the prediction trader.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Price",
        "description": "Real-time or historical prices for a token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blockNumber",
            "description": "The pool that emitted the swap generating this price",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "confidence",
            "description": "Ratio of how confident we are in the price",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Pricing no longer based on specific pools"
          },
          {
            "name": "networkId",
            "description": "The network ID the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolAddress",
            "description": "The pool that emitted the swap generating this price",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Pricing no longer based on specific pools"
          },
          {
            "name": "priceUsd",
            "description": "The token price in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the price.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PriceEventWebhookCondition",
        "description": "Webhook conditions for a price event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "liquidityUsd",
            "description": "The liquidity condition (for the source pair) that must be met in order for the webhook to send.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ComparisonOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the webhook is listening on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "IntEqualsCondition",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The pair contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsd",
            "description": "The price condition that must be met in order for the webhook to send.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ComparisonOperator",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "StringEqualsCondition",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "The volume condition (for the source pair) that must be met in order for the webhook to send.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ComparisonOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PriceEventWebhookConditionInput",
        "description": "Input conditions for a price event webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "liquidityUsd",
            "description": "The liquidity conditions to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ComparisonOperatorInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID to listen on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "IntEqualsConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The contract address of the pair to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsd",
            "description": "The price conditions to listen for.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "ComparisonOperatorInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The contract address of the token to listen for.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "StringEqualsConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "The volume conditions to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ComparisonOperatorInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PriceOHLC",
        "description": "OHLC (Open/High/Low/Close) values for prices.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "close",
            "description": "Closing price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PriceValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high",
            "description": "High price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PriceValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low",
            "description": "Low price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PriceValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "open",
            "description": "Opening price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PriceValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PriceValuePair",
        "description": "A price value pair containing both USD and collateral token prices.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "ct",
            "description": "Price in collateral token units.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usd",
            "description": "Price in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePool",
        "description": "An Echelon Prime Pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "calcData",
            "description": "Values calculated by Defined using on-chain data.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PrimePoolCalcData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chainData",
            "description": "Values obtained directly from the chain.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "PrimePoolChainData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "When the pool was created by Defined.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "discoveryBlockNumber",
            "description": "The block number for when Defined discovered this pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "discoveryTransactionHash",
            "description": "The transaction hash of when Defined discovered this pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the contract-level Prime Pool (poolContractAddress:networkId). For example, `0x89bb49d06610b4b18e355504551809be5177f3d0:1`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the Prime Pool is deployed on.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftContractAddress",
            "description": "The contract address for the tokens cached ib the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolContractAddress",
            "description": "The contract address for the Prime Pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolId",
            "description": "The ID of the pool within the contract.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolType",
            "description": "The type of pool for this Prime Pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenIds",
            "description": "The Parallel tokenIds required to cache in the pool.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The # of cached sets in the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolAsset",
        "description": "A cached Prime pool asset.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": "The number of cached Prime pool assets of this type by this owner.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethRewardDebt",
            "description": "The amount of ETH the user is not eligible for either from having already harvesting or from not caching in the past.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "from",
            "description": "The owner wallet address of the cached Prime pool asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fromHashKey",
            "description": "The owner wallet address of the cached Prime pool asset, and network ID (from:networkId).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fromSortKey",
            "description": "The Prime pool ID and Prime pool contract address (poolId:poolContractAddress).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The Prime pool asset ID (poolContractAddress:poolId:networkId)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID of the cached Prime pool asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolContractAddress",
            "description": "THe contract address of the Prime pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolId",
            "description": "The Prime pool ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primeRewardDebt",
            "description": "The amount of PRIME the user is not eligible for either from having already harvesting or from not caching in the past.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sortKey",
            "description": "The owner wallet address of the cached Prime pool asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolAssetConnection",
        "description": "Response returned by `getPrimePoolAssets`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "The cursor to use for pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list of cached Prime pool assets returned by the query.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PrimePoolAsset",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolCacheData",
        "description": "Event-specific data for a Prime pool Cache transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "eventAmount",
            "description": "The amount of Prime pool asset(s) cached.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total supply of assets cached in this Prime pool, including the amount cached in this transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "user",
            "description": "The owner wallet address of the cached Prime pool asset(s).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userCachedAmount",
            "description": "The total number of Prime pool asset(s) cached in this pool by this owner.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userEthRewardDebt",
            "description": "The amount of ETH the user is not eligible for either from having already harvesting or from not caching in the past.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userPrimeRewardDebt",
            "description": "The amount of PRIME the user is not eligible for either from having already harvesting or from not caching in the past.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolCachingPausedData",
        "description": "Event-specific data for a Prime pool CachingPaused transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cachingPaused",
            "description": "The state of caching paused set on the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolCalcData",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "poolAccumulatedEth",
            "description": "The amount of accumulated ETH rewards in total for the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolAccumulatedPrime",
            "description": "The amount of accumulated PRIME rewards in total for the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolEthAmount",
            "description": "The amount of ETH for the pool to pay out as caching rewards.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolEthPerDay",
            "description": "The amount of ETH paid out daily by the pool as caching rewards.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolEthPerSecond",
            "description": "The amount of ETH paid out per second by the pool as caching rewards.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolPrimeAmount",
            "description": "The amount of PRIME for the pool to pay out as caching rewards.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolPrimePerDay",
            "description": "The amount of PRIME paid out daily by the pool as caching rewards.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolPrimePerSecond",
            "description": "The amount of PRIME paid out per second by the pool as caching rewards.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "shareAccumulatedEth",
            "description": "The amount of accumulated ETH rewards per share for the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "shareAccumulatedPrime",
            "description": "The amount of accumulated PRIME rewards per share for the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "shareEthPerDay",
            "description": "The amount of ETH paid out daily by the pool, per share of the pool's total cached supply.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "shareEthPerSecond",
            "description": "The amount of ETH paid out per second by the pool, per share of the pool's total cached supply.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sharePrimePerDay",
            "description": "The amount of PRIME paid out daily by the pool, per share of the pool's total cached supply.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sharePrimePerSecond",
            "description": "The amount of PRIME paid out per second by the pool, per share of the pool's total cached supply.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolChainData",
        "description": "Values obtained directly from the chain.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cachingPaused",
            "description": "Whether caching is paused for this pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethAllocPoint",
            "description": "The pool's allocation of the contract's per-second ETH rewards.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethClaimed",
            "description": "How much ETH has been claimed for this pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethEndTimestamp",
            "description": "Caching ETH rewards period end timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethLastRewardTimestamp",
            "description": "Last timestamp at which ETH rewards were assigned.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethReward",
            "description": "How much ETH reward has been accrued for this pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethStartTimestamp",
            "description": "Caching ETH rewards period start timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethTimedCachePeriod",
            "description": "Minimum number of timed cache seconds per ETH.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethTotalAllocPoint",
            "description": "Total share points of the contract's per-second ETH rewards to the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primeAllocPoint",
            "description": "The pool's allocation of the contract's per second PRIME rewards.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primeEndTimestamp",
            "description": "Caching rewards period end timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primeLastRewardTimestamp",
            "description": "Last timestamp at which PRIME rewards were assigned.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primeStartTimestamp",
            "description": "Caching rewards period start timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primeTotalAllocPoint",
            "description": "Total share points of the contract's per second PRIME rewards to the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolClaimEthData",
        "description": "Event-specific data for a Prime pool ClaimEth transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "currency",
            "description": "The currency type of the event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolCurrency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethClaimed",
            "description": "The total amount of ETH claimed for a pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventAmount",
            "description": "The amount of ETH claimed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "user",
            "description": "The wallet address claiming ETH rewards.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userEthRewardDebt",
            "description": "The amount of ETH the user is not eligible for either from having already harvesting or from not caching in the past.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolClaimPrimeData",
        "description": "Event-specific data for a Prime pool ClaimPrime transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "currency",
            "description": "The currency type of the event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolCurrency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventAmount",
            "description": "The amount of PRIME claimed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "user",
            "description": "The wallet address claiming PRIME rewards.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userPrimeRewardDebt",
            "description": "The total amount of PRIME claimed for a pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolConnection",
        "description": "Response returned by `getPrimePools`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of prime pools.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PrimePool",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PrimePoolCurrency",
        "description": "Currency types for Prime pool events.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ETH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PRIME",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolEmergencyWithdrawData",
        "description": "Event-specific data for a Prime pool EmergencyWithdraw transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "eventAmount",
            "description": "The amount of Prime pool asset(s) emergency withdrawn.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total supply of assets cached in this Prime pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "user",
            "description": "The wallet address emergency withdrawing from the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userCachedAmount",
            "description": "The updated total number of Prime pool asset(s) cached in this pool by this owner.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userEthRewardDebt",
            "description": "The amount of ETH the user is not eligible for either from having already harvesting or from not caching in the past.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userPrimeRewardDebt",
            "description": "The amount of PRIME the user is not eligible for either from having already harvesting or from not caching in the past.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolEndTimestampUpdatedEthData",
        "description": "Event-specific data for a Prime pool EndTimestampUpdatedEth transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "currency",
            "description": "The currency type of the event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolCurrency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethEndTimestamp",
            "description": "The updated ETH reward end timestamp for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethPerSecond",
            "description": "The updated reward per second for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethStartTimestamp",
            "description": "The updated ETH reward start timestamp for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolEndTimestampUpdatedPrimeData",
        "description": "Event-specific data for a Prime pool EndTimestampUpdatedPrime transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "currency",
            "description": "The currency type of the event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolCurrency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primeEndTimestamp",
            "description": "The updated PRIME reward end timestamp for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primePerSecond",
            "description": "The updated reward per second for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primeStartTimestamp",
            "description": "The updated PRIME reward start timestamp for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolEthRewardsAddedData",
        "description": "Event-specific data for a Prime pool LogUpdatePool transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": "The amount of ETH rewards added to the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalRewards",
            "description": "The total ETH rewards for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolEthRewardsSetData",
        "description": "Event-specific data for a Prime pool EthRewardsSet transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": "The amount of ETH rewards set for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalRewards",
            "description": "The total ETH rewards for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolEvent",
        "description": "A Prime pool event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "blockHash",
            "description": "The blockHash of the Prime pool event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blockNumber",
            "description": "The blockNumber of the Prime pool event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "data",
            "description": "The event data for the Prime pool event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "UNION",
                "name": "PrimePoolEventData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "from",
            "description": "The Prime pool event's calling address.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fromHashKey",
            "description": "The Prime pool event's calling address, and network ID (from:networkId).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The Prime pool event ID (poolContractAddress:poolId:networkId)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "logIndex",
            "description": "The logIndex of the Prime pool event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID of the Prime pool event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolContractAddress",
            "description": "The Prime pool contract address.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolId",
            "description": "The Prime pool ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolType",
            "description": "The Prime pool type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sortKey",
            "description": "The sort key of the Prime pool event (blockNumber:transactionIndex:logIndex).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The timestamp of the Prime pool event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionHash",
            "description": "The transactionHash of the Prime pool event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionIndex",
            "description": "The transactionIndex of the Prime pool event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolEventConnection",
        "description": "Response returned by `getPrimePoolEvents`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "The cursor to use for pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list of Prime pool events returned by the query.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PrimePoolEvent",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "PrimePoolEventData",
        "description": "Event-specific data for a Prime pool transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "PrimePoolCacheData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolCachingPausedData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolClaimEthData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolClaimPrimeData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolEmergencyWithdrawData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolEndTimestampUpdatedEthData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolEndTimestampUpdatedPrimeData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolEthRewardsAddedData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolEthRewardsSetData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolLogPoolAdditionData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolLogPoolSetAllocPointData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolLogSetPerSecondData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolLogUpdatePoolData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolRewardDecreaseData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolRewardIncreaseData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolTimeCachePeriodUpdateData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PrimePoolWithdrawData",
            "ofType": null
          }
        ]
      },
      {
        "kind": "ENUM",
        "name": "PrimePoolEventType",
        "description": "A Prime pool event type.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "CACHE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CACHING_PAUSED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "CLAIM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "EMERGENCY_WITHDRAW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "END_TIMESTAMP_UPDATED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ETH_REWARDS_ADDED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ETH_REWARDS_SET",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOG_POOL_ADDITION",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOG_POOL_SET_ALLOC_POINT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOG_SET_PER_SECOND",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LOG_UPDATE_POOL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "POOL_DISCOVERED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REWARD_DECREASE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "REWARD_INCREASE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TIME_CACHE_PERIOD_UPDATED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WITHDRAW",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "PrimePoolInput",
        "description": "Input Type of `PrimePoolQuery`",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The address of the pool contract.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network that the pool is deployed on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolIds",
            "description": "Optional list of pool ids to fetch.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolLogPoolAdditionData",
        "description": "Event-specific data for a Prime pool LogPoolAddition (new Prime pool) transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "tokenIds",
            "description": "The token ID's added to the new Prime pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolLogPoolSetAllocPointData",
        "description": "Event-specific data for a Prime pool LogPoolSetAllocPoint transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "allocPoint",
            "description": "The updated alloc point for the pool (the pool's share of the contract's total rewards).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currency",
            "description": "The currency type of the event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolCurrency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalAllocPoint",
            "description": "The updated total alloc point for the pool (the sum of all pools' alloc points).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolLogSetPerSecondData",
        "description": "Event-specific data for a Prime pool LogSetPerSecond transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": "The updated reward per second for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currency",
            "description": "The currency type of the event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolCurrency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "endTimestamp",
            "description": "The updated reward end timestamp for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethAmountPerSecond",
            "description": "The updated ETH reward per second for the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primeAmountPerSecond",
            "description": "The updated PRIME reward per second for the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "startTimestamp",
            "description": "The updated reward start timestamp for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolLogUpdatePoolData",
        "description": "Event-specific data for a Prime pool LogUpdatePool transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "accPerShare",
            "description": "The amount of accumulated rewards per share.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "currency",
            "description": "The currency type of the event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolCurrency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethAmount",
            "description": "The ETH amount of the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastRewardTimestamp",
            "description": "The timestamp at which rewards were last assigned.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "primeAmount",
            "description": "The PRIME amount of the pool.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supply",
            "description": "The total amount of assets cached in the pool (emitted by the event, before the transaction).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total amount of assets cached in the pool (queried from the pool after the transaction).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolRewardDecreaseData",
        "description": "Event-specific data for a Prime pool RewardDecrease transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "currency",
            "description": "The currency type of the event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolCurrency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventAmount",
            "description": "The amount of rewards decreased.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "updatedAmount",
            "description": "The updated total rewards for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolRewardIncreaseData",
        "description": "Event-specific data for a Prime pool RewardIncrease transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "currency",
            "description": "The currency type of the event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolCurrency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventAmount",
            "description": "The amount of rewards increased.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "updatedAmount",
            "description": "The updated total rewards for the pool.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolTimeCachePeriodUpdateData",
        "description": "Event-specific data for a Prime pool TimeCachePeriodUpdate transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "currency",
            "description": "The currency type of the event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolCurrency",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timedCachePeriod",
            "description": "The minimum number of timed cache seconds per ETH reward.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "PrimePoolType",
        "description": "The type of Prime pool caching contract.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ETH_AND_PRIME_REWARDS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PRIME_REWARDS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TIMED_CACHE_ETH_AND_PRIME_REWARDS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PrimePoolWithdrawData",
        "description": "Event-specific data for a Prime pool Withdraw transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "eventAmount",
            "description": "The amount of assets withdrawn.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The updated total assets for the pool after the withdrawal.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The Prime pool event type.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PrimePoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "user",
            "description": "The address of the wallet who withdrew.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userCachedAmount",
            "description": "The amount of cached asset the user has in the pool, following the withdrawal.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userEthRewardDebt",
            "description": "The amount of ETH the user is not eligible for either from having already harvesting or from not caching in the past.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "userPrimeRewardDebt",
            "description": "The amount of PRIME the user is not eligible for either from having already harvesting or from not caching in the past.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "ProtocolData",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "ArenaTradeData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PumpData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "UniswapV4Data",
            "ofType": null
          }
        ]
      },
      {
        "kind": "ENUM",
        "name": "PublishingType",
        "description": "The type of publishing for the webhook. If not set, it defaults to `SINGLE`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BATCH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SINGLE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PumpAmmCashbackFeeData",
        "description": "Cashback fee data for Pump AMM swaps.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cashbackAmountLamports",
            "description": "Cashback amount in lamports.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cashbackFeeBps",
            "description": "Cashback fee rate in basis points.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Discriminant for the SupplementalFeeData union.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PumpCashbackFeeData",
        "description": "Cashback fee data for Pump V1 swaps.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cashbackAmountLamports",
            "description": "Cashback amount in lamports.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cashbackFeeBps",
            "description": "Cashback fee rate in basis points.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "Discriminant for the SupplementalFeeData union.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "PumpData",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "creator",
            "description": "Creator from create instruction data",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Query",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "apiToken",
            "description": "Get the active short-lived api token for this api key by the short-lived token",
            "args": [
              {
                "name": "token",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ApiToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "apiTokens",
            "description": "Get all active short-lived api tokens for this api key",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "ApiToken",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "balances",
            "description": "Returns list of token balances that a wallet has.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "BalancesInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "BalancesResponse",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blocks",
            "description": "Returns block data for the input blockNumbers or timestamps, maximum 25 inputs.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "BlocksInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Block",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "chartUrls",
            "description": "Returns a URL for a pair chart.",
            "args": [
              {
                "name": "input",
                "description": "Input required to fetch a pair chart.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ChartInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "ChartUrlsResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "detailedPredictionEventStats",
            "description": "Returns windowed and all-time stats for a prediction event.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters used to select an event and stat windows.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "DetailedPredictionEventStatsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "detailedPredictionMarketStats",
            "description": "Returns windowed and all-time stats for a prediction market.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters used to select a market and stat windows.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "DetailedPredictionMarketStatsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "detailedPredictionTraderStats",
            "description": "Returns windowed and all-time stats for a prediction trader.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters used to select a trader and stat windows.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "DetailedPredictionTraderStatsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPredictionTraderStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "detailedWalletStats",
            "description": "Returns detailed stats for a wallet.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "DetailedWalletStatsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedWalletStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filterExchanges",
            "description": "Returns a list of exchanges based on a variety of filters.",
            "args": [
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "ExchangeFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of exchanges to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items. Use `count`+`offset` from the previous query to request the next page of results.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": "A phrase to search for. Can match an exchange address or ID (`address:networkId`), or partially match an exchange name.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ExchangeRanking",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "ExchangeFilterConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filterNetworkWallets",
            "description": "Returns a list of wallets with stats narrowed down to a specific network.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "FilterNetworkWalletsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NetworkWalletFilterConnection",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "Use filterWallets instead"
          },
          {
            "name": "filterNftCollections",
            "description": "Returns a list of NFT collection based on a variety of filters.",
            "args": [
              {
                "name": "collections",
                "description": "A list of collection contract addresses or IDs (`address`:`networkId`) to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "NftCollectionFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of NFT collections to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items. Use `count`+`offset` from the previous query to request the next page of results.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": "A phrase to search for. Can match a collection contract address or ID (`address`:`networkId`).",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "NftCollectionRanking",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftCollectionFilterConnection",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "filterNftParallelAssets",
            "description": "Returns a list of Parallel assets based on a variety of filters.",
            "args": [
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "ParallelAssetFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of Parallel assets to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "match",
                "description": "A set of parameters to match.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "ParallelAssetMatchers",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items. Use `count`+`offset` from the previous query to request the next page of results.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": "A phrase to search for. Can match a Parallel asset ID (`address`:`tokenId`) or partially match a name.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "ParallelAssetRanking",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "ParallelAssetFilterConnection",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "filterNftPoolCollections",
            "description": "Returns a list of NFT collections based on a variety of filters.",
            "args": [
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "NftPoolCollectionFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of NFT collections to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items. Use `count`+`page` from the previous query to request the next page of results.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": "A phrase to search for. Can partially match an NFT collection name.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "NftPoolCollectionRanking",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftPoolCollectionFilterConnection",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "filterNftPools",
            "description": "Returns a list of NFT pools based on a variety of filters.",
            "args": [
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "NftPoolFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of NFT pools to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items. Use `count`+`page` from the previous query to request the next page of results.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": null,
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "NftPoolRanking",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftPoolFilterConnection",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "filterPairs",
            "description": "Returns a list of pairs based on a variety of filters.",
            "args": [
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "PairFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of pairs to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "matchTokens",
                "description": "A set of token contract addresses that make up a pair. Can be used in place of a pair contract address.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "PairFilterMatchTokens",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items. Use `count`+`offset` from the previous query to request the next page of results.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "pairs",
                "description": "A list of pair or token contract addresses or IDs (`address:networkId`) to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": "A phrase to search for. Can match a token or pair contract address or ID (`address:networkId`), or partially match a token name or symbol.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PairRanking",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "statsType",
                "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`. Default is `UNFILTERED`.",
                "type": {
                  "kind": "ENUM",
                  "name": "TokenPairStatisticsType",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PairFilterConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filterPredictionEvents",
            "description": "Filters prediction events using optional text, IDs, and ranking criteria.",
            "args": [
              {
                "name": "eventIds",
                "description": "A list of event IDs to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "excludeEventIds",
                "description": "A list of event IDs to exclude from results.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "PredictionEventFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of events to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "marketSort",
                "description": "Sort order for markets within each returned event. Defaults to SMART.",
                "type": {
                  "kind": "ENUM",
                  "name": "PredictionEventMarketSort",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": "A phrase to search for. Can match event question, tags, or description.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "PredictionEventRanking",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventFilterConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filterPredictionMarkets",
            "description": "Filters prediction markets using optional text, IDs, event constraints, and ranking criteria.",
            "args": [
              {
                "name": "eventIds",
                "description": "A list of event IDs to filter markets by (returns markets belonging to these events).",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "excludeEventIds",
                "description": "A list of event IDs to exclude (excludes markets belonging to these events).",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "excludeMarketIds",
                "description": "A list of market IDs to exclude from results.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "PredictionMarketFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of markets to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "marketIds",
                "description": "A list of market IDs to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": "A phrase to search for. Can match market label, outcome labels, or event label.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "PredictionMarketRanking",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketFilterConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filterPredictionTraderMarkets",
            "description": "Filters trader-market records using trader, market, event, and ranking criteria.",
            "args": [
              {
                "name": "eventIds",
                "description": "A list of event IDs to filter by (returns records for markets in these events).",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "excludeEventIds",
                "description": "A list of event IDs to exclude.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "excludeMarketIds",
                "description": "A list of market IDs to exclude from results.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "excludeTraderIds",
                "description": "A list of trader IDs to exclude from results.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "PredictionTraderMarketFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of results to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "marketIds",
                "description": "A list of market IDs to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": "A phrase to search for. Can match trader alias, market label, or event label.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "PredictionTraderMarketRanking",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "traderIds",
                "description": "A list of trader IDs to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionTraderMarketFilterConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filterPredictionTraders",
            "description": "Filters prediction traders using optional text, IDs, and ranking criteria.",
            "args": [
              {
                "name": "excludeTraderIds",
                "description": "A list of trader IDs to exclude from results.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "PredictionTraderFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of results to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": "A phrase to search for. Can match trader alias, address, or venue ID.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "PredictionTraderRanking",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "traderIds",
                "description": "A list of trader IDs to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "String",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionTraderFilterConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filterTokenWallets",
            "description": "Returns a list of wallets with stats narrowed down to a specific token.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "FilterTokenWalletsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "TokenWalletFilterConnection",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filterTokens",
            "description": "Returns a list of tokens based on a variety of filters.",
            "args": [
              {
                "name": "excludeTokens",
                "description": "A list of token IDs (`address:networkId`) to exclude from results",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "TokenFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of tokens to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items. Use `count`+`page` from the previous query to request the next page of results.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": "A phrase to search for. Can match a token or pair contract address or partially match a token's name or symbol.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "TokenRanking",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "statsType",
                "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`. Default is `UNFILTERED`.",
                "type": {
                  "kind": "ENUM",
                  "name": "TokenPairStatisticsType",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokens",
                "description": "A list of token IDs (`address:networkId`) or addresses. Can be left blank to discover new tokens.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "useAggregatedStats",
                "description": "Flag to use aggregated token stats. Default is `false`.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "TokenFilterConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "filterWallets",
            "description": "Returns a list of wallets based on a variety of filters.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "FilterWalletsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WalletFilterConnection",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getBars",
            "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": "SCALAR",
                  "name": "String",
                  "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": "quoteToken",
                "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": "QuoteToken",
                  "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 type of statistics returned. Can be `FILTERED` or `UNFILTERED`. Default is `UNFILTERED`.",
                "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": "symbolType",
                "description": "Specify the type of symbol you want to fetch values for. Can be `TOKEN` or `POOL`.",
                "type": {
                  "kind": "ENUM",
                  "name": "SymbolType",
                  "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": "BarsResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getCommunityNotes",
            "description": "Returns community gathered notes.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "CommunityNotesInput",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CommunityNotesResponse",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getDetailedNftStats",
            "description": "Returns bucketed stats for a given NFT collection.",
            "args": [
              {
                "name": "bucketCount",
                "description": "The number of aggregated values to receive. Note: Each duration has predetermined bucket sizes. The first n-1 buckets are historical. The last bucket is a snapshot of current data. duration `day1`: 6 buckets (4 hours each) plus 1 partial bucket duration `hour12`: 12 buckets (1 hour each) plus 1 partial bucket duration `hour4`: 8 buckets (30 min each) plus 1 partial bucket duration `hour1`: 12 buckets (5 min each) plus 1 partial bucket duration `min5`: 5 buckets (1 min each) plus 1 partial bucket For example, requesting 11 buckets for a `min5` duration will return the last 10 minutes worth of data plus a snapshot for the current minute.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "collectionAddress",
                "description": "The contract address of the NFT collection.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "durations",
                "description": "The list of durations to get detailed pair stats for.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "DetailedNftStatsDuration",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "grouping",
                "description": "The marketplace address to filter by. Can be used to get marketplace-specific metrics, otherwise uses all.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "timestamp",
                "description": "The unix timestamp for the stats. Defaults to current.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStats",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getDetailedPairStats",
            "description": "Returns bucketed stats for a given token within a pair.",
            "args": [
              {
                "name": "bucketCount",
                "description": "The number of aggregated values to receive. Note: Each duration has predetermined bucket sizes. The first n-1 buckets are historical. The last bucket is a snapshot of current data. duration `day1`: 6 buckets (4 hours each) plus 1 partial bucket duration `hour12`: 12 buckets (1 hour each) plus 1 partial bucket duration `hour4`: 8 buckets (30 min each) plus 1 partial bucket duration `hour1`: 12 buckets (5 min each) plus 1 partial bucket duration `min5`: 5 buckets (1 min each) plus 1 partial bucket For example, requesting 11 buckets for a `min5` duration will return the last 10 minutes worth of data plus a snapshot for the current minute.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "durations",
                "description": "The list of durations to get detailed pair stats for.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "DetailedPairStatsDuration",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the pair is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "pairAddress",
                "description": "The contract address of the pair.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "statsType",
                "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`. Default is `UNFILTERED`.",
                "type": {
                  "kind": "ENUM",
                  "name": "TokenPairStatisticsType",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "timestamp",
                "description": "The unix timestamp for the stats. Defaults to current.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenOfInterest",
                "description": "The token of interest used to calculate token-specific stats for the pair. Can be `token0` or `token1`.",
                "type": {
                  "kind": "ENUM",
                  "name": "TokenOfInterest",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getDetailedPairsStats",
            "description": "Returns bucketed stats for a given token within a list of pairs.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "GetDetailedPairsStatsInput",
                        "ofType": null
                      }
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedPairStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getDetailedStats",
            "description": "Returns bucketed stats for a given token within a pair.",
            "args": [
              {
                "name": "bucketCount",
                "description": "The number of aggregated values to receive. Note: Each duration has predetermined bucket sizes. The first n-1 buckets are historical. The last bucket is a snapshot of current data. duration `day1`: 6 buckets (4 hours each) plus 1 partial bucket duration `hour12`: 12 buckets (1 hour each) plus 1 partial bucket duration `hour4`: 8 buckets (30 min each) plus 1 partial bucket duration `hour1`: 12 buckets (5 min each) plus 1 partial bucket duration `min5`: 5 buckets (1 min each) plus 1 partial bucket For example, requesting 11 buckets for a `min5` duration will return the last 10 minutes worth of data plus a snapshot for the current minute.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "pairId",
                "description": "The ID of the pair (`address:networkId`).",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "statsType",
                "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`. Default is `UNFILTERED`.",
                "type": {
                  "kind": "ENUM",
                  "name": "TokenPairStatisticsType",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "timestamp",
                "description": "The unix timestamp for the stats. Defaults to current.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenOfInterest",
                "description": "The token of interest used to calculate token-specific stats for the pair. Can be `token0` or `token1`.",
                "type": {
                  "kind": "ENUM",
                  "name": "TokenOfInterest",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "windowSizes",
                "description": "The list of window sizes to get detailed stats for.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "DetailedStatsWindowSize",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedStats",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use `getDetailedPairStats` instead, it has more resolutions and better support"
          },
          {
            "name": "getDetailedTokenStats",
            "description": "Returns bucketed stats for a given token.",
            "args": [
              {
                "name": "bucketCount",
                "description": "The number of aggregated values to receive. Note: Each duration has predetermined bucket sizes. The first n-1 buckets are historical. The last bucket is a snapshot of current data. duration `day1`: 6 buckets (4 hours each) plus 1 partial bucket duration `hour12`: 12 buckets (1 hour each) plus 1 partial bucket duration `hour4`: 8 buckets (30 min each) plus 1 partial bucket duration `hour1`: 12 buckets (5 min each) plus 1 partial bucket duration `min5`: 5 buckets (1 min each) plus 1 partial bucket For example, requesting 11 buckets for a `min5` duration will return the last 10 minutes worth of data plus a snapshot for the current minute.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "durations",
                "description": "The list of durations to get detailed token stats for.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "DetailedTokenStatsDuration",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the token is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "statsType",
                "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`. Default is `UNFILTERED`.",
                "type": {
                  "kind": "ENUM",
                  "name": "TokenPairStatisticsType",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "timestamp",
                "description": "The unix timestamp for the stats. Defaults to current.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenAddress",
                "description": "The contract address of the token.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedTokenStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getEventLabels",
            "description": "Returns a list of event labels for a pair.",
            "args": [
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "direction",
                "description": "The order to receive the token event labels. Can be `DESC` (default) or `ASC`.",
                "type": {
                  "kind": "ENUM",
                  "name": "RankingDirection",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "id",
                "description": "The ID of the pair (`address:networkId`).",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of event labels to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "EventLabelConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getExchanges",
            "description": "Returns a list of decentralized exchange metadata.",
            "args": [
              {
                "name": "showNameless",
                "description": "Get exchanges with missing fields. Default is `false`.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Exchange",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getLatestTokens",
            "description": "Returns a list of latest tokens.",
            "args": [
              {
                "name": "limit",
                "description": "The maximum number of tokens to return. Maximum number of tokens is 50.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkFilter",
                "description": "The list of network IDs to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "The offset to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "LatestTokenConnection",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "This query is no longer supported. Use `filterTokens` with a createdAt: DESC filter instead."
          },
          {
            "name": "getNetworkConfigs",
            "description": "Returns a list of network configurations.",
            "args": [
              {
                "name": "networkIds",
                "description": null,
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "UNION",
                    "name": "NetworkConfig",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getNetworkStats",
            "description": "Returns metadata for a given network supported on Codex.",
            "args": [
              {
                "name": "exchangeAddress",
                "description": "The exchange address to filter by (optional).",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network Id to filter by.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "GetNetworkStatsResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getNetworkStatus",
            "description": "Returns the status of a list of networks supported on Codex.",
            "args": [
              {
                "name": "networkIds",
                "description": "The list of network IDs.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "SCALAR",
                        "name": "Int",
                        "ofType": null
                      }
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "MetadataResponse",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getNetworks",
            "description": "Returns a list of all networks supported on Codex.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Network",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getNftAssets",
            "description": "Returns a list of NFT assets in a given collection.",
            "args": [
              {
                "name": "address",
                "description": "The contract address of the NFT collection.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "fetchMissingAssets",
                "description": "Whether to trigger fetching onchain metadata for missing assets. Defaults to false. Fetch results are delayed and can be ingested realtime via onNftAssetsCreated subscription. Free tier API users are limited to 1 missing asset fetch per request, and may only retry fetching a missing asset once per week. To remove these limitations, please upgrade your API plan at https://www.dashboard.defined.fi/plan.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of NFT assets to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenIds",
                "description": "An optional list of token IDs to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftAssetsConnection",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getNftCollectionMetadata",
            "description": "Returns stats for an NFT collection across different time frames.",
            "args": [
              {
                "name": "address",
                "description": "The contract address of the NFT collection.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "collectionId",
                "description": "The ID of the NFT collection (`address`:`networkId`). For example, `0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d:1`.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": true,
                "deprecationReason": "Use address & networkId instead."
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftCollectionMetadataResponse",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getNftContracts",
            "description": "Returns a list of NFT collection metadata.",
            "args": [
              {
                "name": "contracts",
                "description": "A list of NFT contract address and network IDs.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "NftContractInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EnhancedNftContract",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getNftEvents",
            "description": "Returns transactions for an NFT collection across any marketplace(s).",
            "args": [
              {
                "name": "address",
                "description": "The contract address of the NFT collection.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "exchangeAddress",
                "description": "The NFT marketplace address to filter by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "includeTransfers",
                "description": null,
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of NFT events to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "poolAddress",
                "description": "The NFT pool address to filter by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "timestamp",
                "description": "The time range to filter by.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "EventQueryTimestampInput",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenId",
                "description": "The token ID to filter by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftEventsConnection",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getNftPool",
            "description": "Returns an NFT pool.",
            "args": [
              {
                "name": "address",
                "description": "The contract address of the NFT pool.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftPoolResponse",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getNftPoolCollection",
            "description": "Returns an NFT pool collection with pool stats for a given AMM NFT marketplace.",
            "args": [
              {
                "name": "collectionAddress",
                "description": "The contract address of the NFT collection.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "exchangeAddress",
                "description": "The NFT AMM marketplace address to filter by.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftPoolCollectionResponse",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getNftPoolCollectionsByExchange",
            "description": "Returns an NFT collection with pool stats for a given AMM NFT marketplace.",
            "args": [
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "exchangeAddress",
                "description": "The NFT AMM marketplace address to filter by.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of NFT collections to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "GetNftPoolCollectionsResponse",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getNftPoolEvents",
            "description": "Returns transactions for an NFT collection across all NFT pools or within a given pool.",
            "args": [
              {
                "name": "collectionAddress",
                "description": "The contract address of the NFT collection.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "eventTypes",
                "description": "The event types to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "NftPoolEventType",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "exchangeAddress",
                "description": "The NFT AMM marketplace address to filter by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of NFT pool events to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "poolAddress",
                "description": "The NFT pool address to filter by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "timestamp",
                "description": "The time range to filter by.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "EventQueryTimestampInput",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftPoolEventsResponse",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getNftPoolStats",
            "description": "Returns aggregated NFT pool/collection stats for a given time frame.",
            "args": [
              {
                "name": "collectionAddress",
                "description": "The contract address of the NFT collection.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "endTime",
                "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
              },
              {
                "name": "exchangeAddress",
                "description": "The NFT AMM marketplace address to filter by.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "poolAddress",
                "description": "The NFT pool address to filter by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "startTime",
                "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
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftPoolStatsResponse",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getNftPoolsByCollectionAndExchange",
            "description": "Returns NFT pools for a given collection and AMM NFT marketplace.",
            "args": [
              {
                "name": "collectionAddress",
                "description": "The contract address of the NFT collection.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "exchangeAddress",
                "description": "The NFT AMM marketplace address to filter by.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of NFT pools to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "GetNftPoolsResponse",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getNftPoolsByOwner",
            "description": "Returns a list of NFT pools for a given owner.",
            "args": [
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "exchangeAddress",
                "description": "The NFT AMM marketplace address to filter by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of NFT pools to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "ownerAddress",
                "description": "The contract address of the pool owner.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "GetNftPoolsResponse",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getParallelCardChanges",
            "description": "Returns changes made to Parallel card metadata over time.",
            "args": [
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of Parallel card changes to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "timestamp",
                "description": "The time frame to request card changes.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "ParallelCardChangeQueryTimestampInput",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenId",
                "description": "The token ID for a Parallel asset.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "ParallelCardChangesConnection",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getPrimePoolAssets",
            "description": "Returns a list of Prime pool cached assets.",
            "args": [
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of Prime Pool assets to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the Prime pool is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "poolContractAddress",
                "description": "The contract address of the Prime pool.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "poolId",
                "description": "The pool ID for the Prime pool, within the contract.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "walletAddress",
                "description": "The owner wallet address to filter assets by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PrimePoolAssetConnection",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getPrimePoolEvents",
            "description": "Returns a list of Prime pool events.",
            "args": [
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "eventTypes",
                "description": "The event types to query for.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "PrimePoolEventType",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of Prime Pool events to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the Prime pool is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "poolContractAddress",
                "description": "The contract address of the Prime pool.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "poolId",
                "description": "The pool ID for the Prime pool, within the contract.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "walletAddress",
                "description": "The calling wallet address to filter events by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PrimePoolEventConnection",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getPrimePools",
            "description": "Returns a list of Prime pools.",
            "args": [
              {
                "name": "address",
                "description": "The contract address for the prime pool.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of Prime pools to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the prime pool is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "poolIds",
                "description": "An optional list of pool IDs to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PrimePoolConnection",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "getSymbol",
            "description": "Returns charting metadata for a given pair. Used for implementing a Trading View datafeed.",
            "args": [
              {
                "name": "currencyCode",
                "description": "The currency to use for the response. Can be `USD` (default) or `TOKEN`.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "symbol",
                "description": "The ID of the pair (`address:networkId`).",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "SymbolResponse",
              "ofType": null
            },
            "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 type of statistics returned. Can be `FILTERED` or `UNFILTERED`. Default is `UNFILTERED`.",
                "type": {
                  "kind": "ENUM",
                  "name": "TokenPairStatisticsType",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "symbol",
                "description": "The ID of the token (`tokenAddress:networkId`). For example, `0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1` returns aggregated bar data for WETH pairs 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.",
            "args": [
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "direction",
                "description": "The order to receive the token events. Can be `DESC` (default) or `ASC`.",
                "type": {
                  "kind": "ENUM",
                  "name": "RankingDirection",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of transactions to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "query",
                "description": "The query filters to apply to the results.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "EventsQueryInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "EventConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getTokenEventsForMaker",
            "description": "Returns a list of token events for a given maker across all pairs.",
            "args": [
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "direction",
                "description": "The order to receive the token events. Can be `DESC` (default) or `ASC`.",
                "type": {
                  "kind": "ENUM",
                  "name": "RankingDirection",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of events to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "query",
                "description": "The query filters to apply to the results.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "MakerEventsQueryInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "MakerEventConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getTokenPrices",
            "description": "Returns real-time or historical prices for a list of tokens, fetched in batches.",
            "args": [
              {
                "name": "inputs",
                "description": "A list of `GetPriceInput`s. Accepts a maximum of 25 inputs (anything over will be truncated).",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "GetPriceInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Price",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "getWebhooks",
            "description": "Returns a user's list of webhooks.",
            "args": [
              {
                "name": "bucketId",
                "description": "bucketId: The bucketId of the webhooks you want to retrieve. Note that bucketId and webhookId are mutually exclusive, do not send both.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "bucketSortkey",
                "description": "bucketSortkey: The bucketSortkey of the webhooks you want to retrieve.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "limit: The maximum number of webhooks to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "webhookId",
                "description": "webhookId: The id of the webhook you want to retrieve.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "GetWebhooksResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "holders",
            "description": "Returns list of wallets that hold a given token, ordered by holdings descending. Also has the unique count of holders for that token.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "HoldersInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "HoldersResponse",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityLocks",
            "description": "Returns liquidity locks for a given pair.",
            "args": [
              {
                "name": "cursor",
                "description": "A cursor for use in pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network id of the pair.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "pairAddress",
                "description": "The address of the pair.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenAddress",
                "description": "The address of the token.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "LiquidityLockConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityMetadata",
            "description": "Returns liquidity metadata for a given pair. Includes liquidity lock data.",
            "args": [
              {
                "name": "networkId",
                "description": "The network id of the pair.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "pairAddress",
                "description": "The address of the pair.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "LiquidityMetadata",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityMetadataByToken",
            "description": "Returns liquidity metadata for a given token. Includes liquidity lock data for up to 100 pairs that the token is in.",
            "args": [
              {
                "name": "networkId",
                "description": "The network id of the token.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenAddress",
                "description": "The address of the token.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "LiquidityMetadataByToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "listPairsForToken",
            "description": "Returns a list of pairs containing a given token.",
            "args": [
              {
                "name": "limit",
                "description": "The maximum number of pairs to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the token is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenAddress",
                "description": "The contract address of the token.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "Pair",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "listPairsWithMetadataForToken",
            "description": "Returns a list of pair metadata for a token.",
            "args": [
              {
                "name": "limit",
                "description": "The maximum number of pairs to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the token is deployed on.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "Int",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenAddress",
                "description": "The contract address of the token.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ListPairsForTokenResponse",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "listTopTokens",
            "description": "Returns a list of trending tokens across any given network(s).",
            "args": [
              {
                "name": "limit",
                "description": "The maximum number of tokens to return. Max is `50`.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkFilter",
                "description": "The list of network IDs to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "resolution",
                "description": "The time frame for trending results. Can be `1`, `5`, `15`, `30`, `60`, `240`, `720`, or `1D`.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "TokenWithMetadata",
                  "ofType": null
                }
              }
            },
            "isDeprecated": true,
            "deprecationReason": "This query is no longer supported and will not return up to date data. Use `filterTokens` instead."
          },
          {
            "name": "nftHolders",
            "description": "Returns list of wallets that hold a given collection, ordered by holdings descending. Also has the unique count of holders for that collection.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "NftHoldersInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftHoldersResponse",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "pairMetadata",
            "description": "Returns metadata for a pair of tokens.",
            "args": [
              {
                "name": "pairId",
                "description": "The ID of the pair (`address:networkId`).",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "quoteToken",
                "description": "The token of interest within the pair. Can be `token0` or `token1`.",
                "type": {
                  "kind": "ENUM",
                  "name": "QuoteToken",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "statsType",
                "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`. Default is `UNFILTERED`.",
                "type": {
                  "kind": "ENUM",
                  "name": "TokenPairStatisticsType",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PairMetadata",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionCategories",
            "description": "Returns available prediction categories and nested subcategories.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionCategory",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionEventBars",
            "description": "Returns bar data for a prediction event.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters used to select an event, range, and resolution.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PredictionEventBarsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventBarsResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionEventTopMarketsBars",
            "description": "Returns bar data for top markets inside a prediction event.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters used to select an event, number of markets, and time settings.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PredictionEventTopMarketsBarsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionEventTopMarketsBarsResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionMarketBars",
            "description": "Returns OHLC-style bar data for a prediction market.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters used to select a market, range, and resolution.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PredictionMarketBarsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketBarsResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionMarketPrice",
            "description": "Returns price data for a prediction market at a specific timestamp or latest.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters specifying the market and optional timestamp.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PredictionMarketPriceInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionMarketPrice",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionMarkets",
            "description": "Returns prediction markets by ID.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters containing market IDs to fetch.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PredictionMarketsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionMarket",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionTokenHolders",
            "description": "Returns token holder balances for a prediction market.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters used to select the market/token and pagination settings.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PredictionTokenHoldersInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionTokenHoldersConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionTraderBars",
            "description": "Returns bar data for a prediction trader over a time range.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters used to select a trader, range, and resolution.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PredictionTraderBarsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionTraderBarsResponse",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionTraderHoldings",
            "description": "Returns all prediction token holdings for a specific trader.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters for trader holdings query.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PredictionTraderHoldingsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionTraderHoldingsConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionTraderMarketsStats",
            "description": "Returns per-market performance stats for a specific trader.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters used to select a trader and optional market constraints.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PredictionTraderMarketsStatsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PredictionTraderMarketsStatsConnection",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionTraders",
            "description": "Returns prediction traders by ID.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters containing trader IDs to fetch.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PredictionTradersInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "PredictionTrader",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "predictionTrades",
            "description": "Returns prediction trades with cursor-based pagination.",
            "args": [
              {
                "name": "input",
                "description": "Input parameters used to filter prediction trades.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "PredictionTradesInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PredictionTradesConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "searchNfts",
            "description": "Returns a list of NFT collections matching a given query string.",
            "args": [
              {
                "name": "filterWashTrading",
                "description": "Whether to filter collections that could be linked to wash trading",
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "include",
                "description": "The level of NFTs to include in the search. Can be `Asset` or `Collection`.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "NftSearchable",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of NFTs to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkFilter",
                "description": "The list of network IDs to filter by.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "SCALAR",
                      "name": "Int",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "search",
                "description": "The query string to search for. Can match an NFT collection contract address or partially match a collection's name or symbol.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "window",
                "description": "The time frame to use for calculating stats. Can be `1h`, `4h`, `12h`, or `1d` (default).",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftSearchResponse",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "token",
            "description": "Returns a single token by its address & network id.",
            "args": [
              {
                "name": "input",
                "description": "Input for a token ID.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "TokenInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EnhancedToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenLifecycleEvents",
            "description": "Returns a list of token lifecycle events.",
            "args": [
              {
                "name": "cursor",
                "description": "The cursor to use for pagination.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of events to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "query",
                "description": "The query filters to apply to the results.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "TokenLifecycleEventsQueryInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "TokenLifecycleEventConnection",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenSparklines",
            "description": "Returns a list of token simple chart data (sparklines) for the given tokens.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "TokenSparklineInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "TokenSparkline",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenTopTraders",
            "description": "Returns a list of top traders for a given token.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "TokenTopTradersInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "TokenTopTradersConnection",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokens",
            "description": "Returns a list of tokens by their addresses & network id, with pagination.",
            "args": [
              {
                "name": "ids",
                "description": "A list of token ID input.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "INPUT_OBJECT",
                      "name": "TokenInput",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "EnhancedToken",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "top10HoldersPercent",
            "description": "Returns the percentage of a token's total supply held collectively by its top 10 holders.",
            "args": [
              {
                "name": "tokenId",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAggregateBackfillState",
            "description": "Once a wallet backfill has been triggered, this query can be used to check the status of the backfill.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "WalletAggregateBackfillStateInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WalletAggregateBackfillStateResponse",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletChart",
            "description": "Returns a chart of a wallet's activity.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "WalletChartInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "WalletChartResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletLabelTypes",
            "description": "Returns the full vocabulary of wallet label types and their metadata.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "WalletLabelType",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletNftCollectionAssets",
            "description": "Returns list of NFT assets held by a given wallet for a single collection.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "WalletNftCollectionAssetsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WalletNftCollectionAssetsResponse",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "walletNftCollections",
            "description": "Returns list of collections and quantity of NFTs held by a given wallet.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "WalletNftCollectionsInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WalletNftCollectionsResponse",
                "ofType": null
              }
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "QuoteCurrency",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "TOKEN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "USD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "QuoteToken",
        "description": "The quote token within the pair.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "token0",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RangeInput",
        "description": "The range of time for a chart.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "end",
            "description": null,
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": null,
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "RankingDirection",
        "description": "The order of ranking.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "ASC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "DESC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RawNftAssetData",
        "description": "Raw NFT asset data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "animationUrl",
            "description": "An optional image field that may or may not be present on the requested NFT asset smart contract.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "externalUrl",
            "description": "An optional field that may or may not be present on the requested NFT asset smart contract.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageData",
            "description": "An optional image field that may or may not be present on the requested NFT asset smart contract.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageUrl",
            "description": "An optional image field that may or may not be present on the requested NFT asset smart contract.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RawTransactionWebhookCondition",
        "description": "Webhook conditions for a raw transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "from",
            "description": "The from address to listen for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ignoreNftEvents",
            "description": "Do not trigger the webhook if the raw transaction is handled by the NftEvent webhook.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ignoreTokenPairEvents",
            "description": "Do not trigger the webhook if the raw transaction is handled by the TokenPairEvent webhook.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "input",
            "description": "Trigger the webhook if the contains or doesn't contain the specified string.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringContainsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "A list of network IDs to listen on.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OneOfNumberCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "to",
            "description": "The to address to listen for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "toOrFrom",
            "description": "Trigger the webhook if either the to or the from address matches.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RawTransactionWebhookConditionInput",
        "description": "Input conditions for a Raw Transaction webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "from",
            "description": "The from address to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ignoreNftEvents",
            "description": "Do not trigger the webhook if the raw transaction is handled by the NftEvent webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ignoreTokenPairEvents",
            "description": "Do not trigger the webhook if the raw transaction is handled by the TokenPairEvent webhook.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "input",
            "description": "Trigger the webhook if the input contains or doesn't contain the specified string.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringContainsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "A list of network IDs to listen on.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "OneOfNumberConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "to",
            "description": "The to address to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "toOrFrom",
            "description": "Trigger the webhook if either the to or the from address matches.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RefreshBalancesInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "tokenId",
            "description": "The token to check balance of",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletId",
            "description": "The wallet address(es) in question",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "ResolutionBarData",
        "description": "Price data for each supported resolution.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "r1",
            "description": "1 minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r1D",
            "description": "1 day resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r1S",
            "description": "1 second resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r5",
            "description": "5 minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r5S",
            "description": "5 second resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r7D",
            "description": "1 week resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r15",
            "description": "15 minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r15S",
            "description": "15 second resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r30",
            "description": "30 minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r30S",
            "description": "30 second resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r60",
            "description": "60 minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r240",
            "description": "4 hour resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r720",
            "description": "12 hour resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "RetrySettings",
        "description": "Config for retrying failed webhook messages.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "maxRetries",
            "description": "The maximum number of times the webhook will retry sending a message",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxRetryDelay",
            "description": "The maximum time in seconds that the webhook will wait before retrying a failed message",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxTimeElapsed",
            "description": "The maximum time in seconds that the webhook will retry sending a message",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minRetryDelay",
            "description": "The minimum time in seconds that the webhook will wait before retrying a failed message",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "RetrySettingsInput",
        "description": "Config input for retrying failed webhook messages.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "maxRetries",
            "description": "The maximum number of times the webhook will retry sending a message",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxRetryDelay",
            "description": "The maximum time in seconds that the webhook will wait before retrying a failed message",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maxTimeElapsed",
            "description": "The maximum time in seconds that the webhook will retry sending a message",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "minRetryDelay",
            "description": "The minimum time in seconds that the webhook will wait before retrying a failed message",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SandwichLabelForEvent",
        "description": "Metadata for a sandwich label.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "label",
            "description": "The label type, 'sandwiched'.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sandwichType",
            "description": "The sandwich event label types.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "SandwichLabelForEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token0DrainedAmount",
            "description": "The amount of `token0` drained in the attack.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1DrainedAmount",
            "description": "The amount of `token1` drained in the attack.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "SandwichLabelForEventType",
        "description": "Sandwich event label types.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "backrun",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "frontrun",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sandwiched",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SandwichedLabelData",
        "description": "Metadata for a sandwich label.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "token0DrainedAmount",
            "description": "The amount of `token0` drained in the attack.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1DrainedAmount",
            "description": "The amount of `token1` drained in the attack.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SearchPredictionEvent",
        "description": "Metadata for a prediction event returned in search results.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "closesAt",
            "description": "The timestamp when this entity closes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The creation timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "The description.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The exchange contract address.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageThumbUrl",
            "description": "URL of the thumbnail image.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "opensAt",
            "description": "The timestamp when this entity opens.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "question",
            "description": "The question or title.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvedAt",
            "description": "The actual resolution timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvesAt",
            "description": "The expected resolution timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "slug",
            "description": "The URL slug.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The current status.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionEventStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Tags associated with this entity.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueEventId",
            "description": "The venue-specific event ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueSeriesId",
            "description": "The venue-specific series ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueUrl",
            "description": "The venue url.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SearchPredictionMarket",
        "description": "Metadata for a prediction market returned in search results.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "closesAt",
            "description": "The timestamp when this entity closes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "collateral",
            "description": "The collateral backing this market.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The creation timestamp.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventId",
            "description": "The ID of the prediction event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The exchange contract address.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The unique identifier.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageThumbUrl",
            "description": "URL of the thumbnail image.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "label",
            "description": "The display label.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "opensAt",
            "description": "The timestamp when this entity opens.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocol",
            "description": "The prediction protocol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionProtocol",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "question",
            "description": "The question or title.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvedAt",
            "description": "The actual resolution timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolvesAt",
            "description": "The expected resolution timestamp.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The current status.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PredictionEventStatus",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tags",
            "description": "Tags associated with this entity.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueEventId",
            "description": "The venue-specific event ID.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueMarketId",
            "description": "The venue-specific market ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueMarketSlug",
            "description": "The venue-specific market slug.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SocialLinks",
        "description": "Community gathered links for the socials of this contract.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "bitcointalk",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blog",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "coingecko",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "coinmarketcap",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "discord",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "email",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "facebook",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "github",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "instagram",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "linkedin",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "reddit",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "slack",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "telegram",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twitch",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twitter",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "website",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wechat",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "whitepaper",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "youtube",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SolanaNetworkConfig",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "baseTokenAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "color",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairQuoteToken",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "QuoteToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "enabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "explorer",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ExplorerConfig",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mainnet",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkIconUrl",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkShortName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkType",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NetworkConfigType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newTokensEnabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stableCoinAddresses",
            "description": null,
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wrappedBaseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "SparklineAttribute",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "PRICE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SparklineValue",
        "description": "A value in a sparkline.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "timestamp",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "value",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "StarknetNetworkConfig",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "baseTokenAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "color",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairQuoteToken",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "QuoteToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "enabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "explorer",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ExplorerConfig",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mainnet",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkIconUrl",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkShortName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkType",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NetworkConfigType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newTokensEnabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stableCoinAddresses",
            "description": null,
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wrappedBaseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "StatsFilter",
        "description": "Filter for NFT stats.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "change",
            "description": "The percent change between the `current` and `previous`.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "current",
            "description": "The total value for the current window.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "previous",
            "description": "The total value for the previous window.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "String",
        "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "StringContainsCondition",
        "description": "String contains condition.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "contains",
            "description": "A list of substrings included within the string.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "notContains",
            "description": "A list of substrings not included within the string.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "StringContainsConditionInput",
        "description": "Input for string contains condition.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "contains",
            "description": "A list of substrings to be included within the string.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "notContains",
            "description": "A list of substrings not to be included within the string.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "StringEqualsCondition",
        "description": "String equals condition.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "eq",
            "description": "The string to equal.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "StringEqualsConditionInput",
        "description": "Input for string equals condition.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "eq",
            "description": "The string to equal.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "StringFilter",
        "description": "Input type of `StringFilter`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "gt",
            "description": "Greater than.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gte",
            "description": "Greater than or equal to.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lt",
            "description": "Less than.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lte",
            "description": "Less than or equal to.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Subscription",
        "description": "Live-streamed prediction data subscriptions for trades, stats, and bar updates.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "onBalanceUpdated",
            "description": "Live-streamed balance updates for a given wallet.",
            "args": [
              {
                "name": "walletAddress",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Balance",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onBarsUpdated",
            "description": "Live-streamed bar chart data to track price changes over time. Processed updates are projected into `aggregates` using the confirmed bar shape.",
            "args": [
              {
                "name": "commitmentLevel",
                "description": "The commitment levels to include in the Solana stream. Defaults to `Confirmed`.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "BarCommitmentLevel",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "pairId",
                "description": "The ID of the pair (`address`:`networkId`).",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "quoteToken",
                "description": "The token of interest within the pair. Can be `token0` or `token1`.",
                "type": {
                  "kind": "ENUM",
                  "name": "QuoteToken",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "OnBarsUpdatedResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onDetailedPredictionEventStatsUpdated",
            "description": "Streams updated detailed stats for a specific prediction event.",
            "args": [
              {
                "name": "eventId",
                "description": "The ID of the prediction event.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedSubscriptionPredictionEventStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onDetailedPredictionMarketStatsUpdated",
            "description": "Streams updated detailed stats for a specific prediction market.",
            "args": [
              {
                "name": "marketId",
                "description": "The ID of the prediction market.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedSubscriptionPredictionMarketStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onDetailedStatsUpdated",
            "description": "Live-streamed bucketed stats for a given token within a pair.",
            "args": [
              {
                "name": "pairId",
                "description": "The ID of the pair (`address`:`networkId`).",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenOfInterest",
                "description": "The token of interest within the pair. Can be `token0` or `token1`.",
                "type": {
                  "kind": "ENUM",
                  "name": "TokenOfInterest",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onDetailedTokenStatsUpdated",
            "description": "Live-streamed bucketed stats for a given token.",
            "args": [
              {
                "name": "tokenId",
                "description": "The ID of the token (`address`:`networkId`).",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedTokenStats",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onEventLabelCreated",
            "description": "Live-streamed event labels for a token.",
            "args": [
              {
                "name": "id",
                "description": "The ID of the pair (`address`:`networkId`).",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "EventLabel",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onEventsCreated",
            "description": "Live-streamed transactions for a pair.",
            "args": [
              {
                "name": "address",
                "description": "The pair contract address.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "commitmentLevel",
                "description": "The commitment levels to include in the Solana stream. Defaults to `Confirmed`.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "EventCommitmentLevel",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "id",
                "description": "The ID of the pair (`address`:`networkId`). Required unless you are on an enterprise plan including EventFeed features.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The networkId to use when getting all events per network",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "quoteToken",
                "description": "The token of interest within the pair. Can be `token0` or `token1`.",
                "type": {
                  "kind": "ENUM",
                  "name": "QuoteToken",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "AddEventsOutput",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onEventsCreatedByMaker",
            "description": "Live-streamed transactions for a maker. On Solana, use `commitmentLevel` to request processed events, confirmed events, or both.",
            "args": [
              {
                "name": "commitmentLevel",
                "description": "The commitment levels to include in the Solana stream. Defaults to `Confirmed`.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "NON_NULL",
                    "name": null,
                    "ofType": {
                      "kind": "ENUM",
                      "name": "EventCommitmentLevel",
                      "ofType": null
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "OnEventsCreatedByMakerInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "AddEventsByMakerOutput",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onFilterTokensUpdated",
            "description": "Live-streamed filter token updates for the current `filterTokens` result set.",
            "args": [
              {
                "name": "excludeTokens",
                "description": "A list of token IDs (`address:networkId`) to exclude from results",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "filters",
                "description": "A set of filters to apply.",
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "TokenFilters",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "limit",
                "description": "The maximum number of tokens to return.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "offset",
                "description": "Where in the list the server should start when returning items. Use `count`+`page` from the previous query to request the next page of results.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "phrase",
                "description": "A phrase to search for. Can match a token or pair contract address or partially match a token's name or symbol.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "rankings",
                "description": "A list of ranking attributes to apply.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "TokenRanking",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "statsType",
                "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`. Default is `UNFILTERED`.",
                "type": {
                  "kind": "ENUM",
                  "name": "TokenPairStatisticsType",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokens",
                "description": "A list of token IDs (`address:networkId`) or addresses. Can be left blank to discover new tokens.",
                "type": {
                  "kind": "LIST",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "updatePeriod",
                "description": "How long, in milliseconds, to batch token updates before emitting them. Defaults to 500ms and must be between 0 and 60000.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "useAggregatedStats",
                "description": "Flag to use aggregated token stats.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "FilterTokenUpdates",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onHoldersUpdated",
            "description": "Live-streamed list of wallets that hold a given token. Also has the unique count of holders for that token.",
            "args": [
              {
                "name": "tokenId",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "HoldersUpdate",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onLatestTokens",
            "description": "Live-streamed updates for newly listed tokens.",
            "args": [
              {
                "name": "id",
                "description": "The ID of the token (`tokenAddress`:`networkId`).",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the token is deployed on.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenAddress",
                "description": "The address of the token contract.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "LatestToken",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "No longer supported"
          },
          {
            "name": "onLaunchpadTokenEvent",
            "description": "Live-streamed launchpad token event.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "OnLaunchpadTokenEventInput",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "LaunchpadTokenEventOutput",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onLaunchpadTokenEventBatch",
            "description": "Live-streamed launchpad token events batched (more efficient).",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "INPUT_OBJECT",
                  "name": "OnLaunchpadTokenEventBatchInput",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "LaunchpadTokenEventOutput",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onNftAssetsCreated",
            "description": "Live-streamed transactions for an NFT asset.",
            "args": [
              {
                "name": "address",
                "description": "The contract address for the NFT collection",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenId",
                "description": "The token ID of the NFT asset.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "NftAsset",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "onNftEventsCreated",
            "description": "Live-streamed transactions for an NFT collection.",
            "args": [
              {
                "name": "address",
                "description": "The contract address for the NFT collection.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the NFT collection is deployed on.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "AddNftEventsOutput",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "onNftPoolEventsCreated",
            "description": "Live streamed NFT pool events for a given pool address or collection address.",
            "args": [
              {
                "name": "collectionAddress",
                "description": "The contract address of the NFT collection to filter by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "exchangeAddress",
                "description": "The contract address of the NFT AMM marketplace to filter by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID to filter by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "poolAddress",
                "description": "The NFT pool address to filter by.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "AddNftPoolEventsOutput",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "NFT data coverage will be removed on March 31, 2026"
          },
          {
            "name": "onPairMetadataUpdated",
            "description": "Live-streamed stat updates for a given token within a pair.",
            "args": [
              {
                "name": "id",
                "description": "The ID of the pair (`address`:`networkId`).",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "quoteToken",
                "description": "The token of interest within the pair. Can be `token0` or `token1`. If not specified, returns data for both tokens.",
                "type": {
                  "kind": "ENUM",
                  "name": "QuoteToken",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "useNonLiquidityTokenAsQuoteToken",
                "description": "If true, automatically selects the non-liquidity token as the quoteToken. Ignored if quoteToken is explicitly specified.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "PairMetadata",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onPredictionEventBarsUpdated",
            "description": "Live-streamed bar chart data to track price changes over time for a prediction event.",
            "args": [
              {
                "name": "eventId",
                "description": "The ID of the prediction event.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "OnPredictionEventBarsUpdatedResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onPredictionMarketBarsUpdated",
            "description": "Live-streamed bar chart data to track price changes over time for a prediction market.",
            "args": [
              {
                "name": "marketId",
                "description": "The ID of the prediction market.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "OnPredictionMarketBarsUpdatedResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onPredictionTradesCreated",
            "description": "Streams new prediction trades as they are ingested.",
            "args": [
              {
                "name": "input",
                "description": "Optional subscription filters for narrowing by market, event, or trader.",
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "OnPredictionTradesCreatedInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "AddPredictionTradeOutput",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onPriceUpdated",
            "description": "Live-streamed price updates for a token.",
            "args": [
              {
                "name": "address",
                "description": "The token contract address. Required unless you are on an enterprise plan including PriceFeed features.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the token is deployed on.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "sourcePairAddress",
                "description": "The pair contract address from which to get pricing. Defaults to the top pair for the token.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "useWeightedPrices",
                "description": "Whether to subscribe to weighted token prices instead of pair-derived prices. Not supported when `sourcePairAddress` is provided.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "Price",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onPricesUpdated",
            "description": "Live-streamed price updates for multiple tokens.",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "LIST",
                    "name": null,
                    "ofType": {
                      "kind": "NON_NULL",
                      "name": null,
                      "ofType": {
                        "kind": "INPUT_OBJECT",
                        "name": "OnPricesUpdatedInput",
                        "ofType": null
                      }
                    }
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "useWeightedPrices",
                "description": "Whether to subscribe to weighted token prices instead of pair-derived prices. Not supported when any input provides `sourcePairAddress`.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Price",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onTokenBarsUpdated",
            "description": "Live-streamed bar chart data to track price changes over time for a token.",
            "args": [
              {
                "name": "networkId",
                "description": "The networkId to use when getting all bars per network.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "tokenId",
                "description": "The ID of the token (`address`:`networkId`). Required unless you are on an enterprise plan including BarFeed features.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "OnTokenBarsUpdatedResponse",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onTokenEventsCreated",
            "description": "Live-streamed events for a given token across all it's pools",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "OnTokenEventsCreatedInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "AddTokenEventsOutput",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onTokenLifecycleEventsCreated",
            "description": "Live-streamed token lifecycle events (mints and burns).",
            "args": [
              {
                "name": "address",
                "description": "The token contract address.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "networkId",
                "description": "The network ID the token is deployed on.",
                "type": {
                  "kind": "SCALAR",
                  "name": "Int",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "AddTokenLifecycleEventsOutput",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "onUnconfirmedBarsUpdated",
            "description": "Deprecated unconfirmed live-streamed bar chart data to track price changes over time. Use `onBarsUpdated(commitmentLevel: [Processed])` instead. (Solana only)",
            "args": [
              {
                "name": "pairId",
                "description": "The ID of the pair (`address`:`networkId`).",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "quoteToken",
                "description": "The token of interest within the pair. Can be `token0` or `token1`.",
                "type": {
                  "kind": "ENUM",
                  "name": "QuoteToken",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "OnUnconfirmedBarsUpdated",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use onBarsUpdated(commitmentLevel: [Processed]) instead"
          },
          {
            "name": "onUnconfirmedEventsCreated",
            "description": "Deprecated unconfirmed live-streamed transactions for a token. Use `onEventsCreated(commitmentLevel: [Processed])` instead. (Solana only)",
            "args": [
              {
                "name": "address",
                "description": "The pair contract address.",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": true,
                "deprecationReason": "Unused"
              },
              {
                "name": "id",
                "description": "The ID of the pair (`address`:`networkId`).",
                "type": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              },
              {
                "name": "quoteToken",
                "description": "The token of interest within the pair. Can be `token0` or `token1`.",
                "type": {
                  "kind": "ENUM",
                  "name": "QuoteToken",
                  "ofType": null
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "AddUnconfirmedEventsOutput",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use onEventsCreated(commitmentLevel: [Processed]) instead"
          },
          {
            "name": "onUnconfirmedEventsCreatedByMaker",
            "description": "Deprecated unconfirmed live-streamed transactions for a maker. Use `onEventsCreatedByMaker(commitmentLevel: [Processed])` instead. (Solana only)",
            "args": [
              {
                "name": "input",
                "description": null,
                "type": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "INPUT_OBJECT",
                    "name": "OnUnconfirmedEventsCreatedByMakerInput",
                    "ofType": null
                  }
                },
                "defaultValue": null,
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "OBJECT",
              "name": "AddUnconfirmedEventsByMakerOutput",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Use onEventsCreatedByMaker(commitmentLevel: [Processed]) instead"
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SuiNetworkConfig",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "baseTokenAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "color",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultPairQuoteToken",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "QuoteToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "enabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "explorer",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ExplorerConfig",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "ID",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mainnet",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkIconUrl",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkShortName",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkType",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NetworkConfigType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newTokensEnabled",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "stableCoinAddresses",
            "description": null,
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wrappedBaseTokenSymbol",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "SupplementalFeeData",
        "description": "Protocol-specific supplemental fee data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "PumpAmmCashbackFeeData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PumpCashbackFeeData",
            "ofType": null
          }
        ]
      },
      {
        "kind": "OBJECT",
        "name": "SwapEventData",
        "description": "Event data for a token swap event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount0",
            "description": "The amount of `token0` involved in the swap. Only applicable for UniswapV3 events.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount0In",
            "description": "The amount of `token0` that was sold. Only applicable for UniswapV2 events.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount0Out",
            "description": "The amount of `token0` that was bought. Only applicable for UniswapV2 events.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount1",
            "description": "The amount of `token1` involved in the swap. Only applicable for UniswapV3 events.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount1In",
            "description": "The amount of `token1` that was sold. Only applicable for UniswapV2 events.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount1Out",
            "description": "The amount of `token1` that was bought. Only applicable for UniswapV2 events.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountNonLiquidityToken",
            "description": "The amount of `quoteToken` involved in the swap. For example, if `quoteToken` is USDC for a USDC/WETH pair, `amountNonLiquidityToken` would be the amount of USDC involved in the swap.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceBaseToken",
            "description": "The price per `quoteToken` at the time of the swap in the network's base token. For example, if `quoteToken` is USDC for a USDC/WETH pair on ETH network, `priceBaseToken` would the price of USDC in ETH.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceBaseTokenTotal",
            "description": "The total amount of `quoteToken` involved in the swap in the network's base token (`amountNonLiquidityToken` x `priceBaseToken`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsd",
            "description": "The price per `quoteToken` at the time of the swap in USD. For example, if `quoteToken` is USDC for a USDC/WETH pair on ETH network, `priceBaseToken` would the price of USDC in USD ($1.00).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsdTotal",
            "description": "The total amount of `quoteToken` involved in the swap in USD (`amountNonLiquidityToken` x `priceUsd`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tick",
            "description": "The tick index that the swap occurred in. Only applicable for UniswapV3 events.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of token event, `Swap`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SwapNftInPoolEventData",
        "description": "Event data for swapping an NFT into a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountT",
            "description": "The total value of all NFTs involved in the swap in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newBuyPriceT",
            "description": "The updated price at which the pool is willing to buy an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newDelta",
            "description": "The updated delta used in the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSellPriceT",
            "description": "The updated price at which the pool is willing to sell an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSpotPriceT",
            "description": "The updated spot price in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenBalance",
            "description": "The number of NFTs in the contract after the block has processed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsTransfered",
            "description": "Metadata for each of the NFTs involved in the swap.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftPoolEventNftTransfer",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeeT",
            "description": "The fee for the pool in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeeT",
            "description": "The protocol fee in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The ID of the token involved in the swap (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `SWAP_NFT_IN_POOL`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SwapNftInPoolEventDataV2",
        "description": "Event data for swapping an NFT into a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountT",
            "description": "The total value of all NFTs involved in the swap in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newBuyPriceT",
            "description": "The updated price at which the pool is willing to buy an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newDelta",
            "description": "The updated delta used in the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSellPriceT",
            "description": "The updated price at which the pool is willing to sell an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSpotPriceT",
            "description": "The updated spot price in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftAssets",
            "description": "*New Param*: The list of NFT assets withdrawn. More extensive info than nftTokenIds.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftAsset",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsTransfered",
            "description": "Metadata for each of the NFTs involved in the swap.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftPoolEventNftTransferV2",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeeT",
            "description": "The fee for the pool in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeeT",
            "description": "The protocol fee in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The ID of the token involved in the swap (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `SWAP_NFT_IN_POOL`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SwapNftOutPoolEventData",
        "description": "Event data for swapping an NFT out of a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountT",
            "description": "The total value of all NFTs involved in the swap in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newBuyPriceT",
            "description": "The updated price at which the pool is willing to buy an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newDelta",
            "description": "The updated delta used in the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSellPriceT",
            "description": "The updated price at which the pool is willing to sell an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSpotPriceT",
            "description": "The updated spot price in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftTokenBalance",
            "description": "The number of NFTs in the contract after the block has processed.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsTransfered",
            "description": "Metadata for each of the NFTs involved in the swap.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftPoolEventNftTransfer",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeeT",
            "description": "The fee for the pool in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeeT",
            "description": "The protocol fee in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The ID of the token involved in the swap (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `SWAP_NFT_OUT_POOL`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SwapNftOutPoolEventDataV2",
        "description": "Event data for swapping an NFT out of a pool.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountT",
            "description": "The total value of all NFTs involved in the swap in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nbtRatio",
            "description": "The ratio of the transaction token to the network's base token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newBuyPriceT",
            "description": "The updated price at which the pool is willing to buy an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newDelta",
            "description": "The updated delta used in the bonding curve.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSellPriceT",
            "description": "The updated price at which the pool is willing to sell an NFT in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "newSpotPriceT",
            "description": "The updated spot price in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftAssets",
            "description": "*New Param*: The list of NFT assets withdrawn. More extensive info than nftTokenIds.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftAsset",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nftsTransfered",
            "description": "Metadata for each of the NFTs involved in the swap.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "NftPoolEventNftTransferV2",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFeeT",
            "description": "The fee for the pool in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "protocolFeeT",
            "description": "The protocol fee in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceT",
            "description": "The amount of token in the contract after the block has processed in the pool's liquidity token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The ID of the token involved in the swap (`address`:`networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of NFT pool event, `SWAP_NFT_OUT_POOL`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "NftPoolEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "usdRatio",
            "description": "The ratio of the transaction token to USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "SymbolResponse",
        "description": "Response returned by `getSymbol`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "currency_code",
            "description": "The currencyCode argument passed in (`TOKEN` or `USD`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "The trading pair. If currencyCode is TOKEN, the base token will be used, otherwise USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The symbols of the pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "original_currency_code",
            "description": "The base token symbol.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pricescale",
            "description": "10^n, where n is the number of decimal places the price has. Max 16. Used for charting.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supported_resolutions",
            "description": "The list of time frames supported for the symbol in other charting endpoints, eg. getBars.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ticker",
            "description": "The ID of the pair (`address:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "SymbolType",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "POOL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOKEN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenBarsResponse",
        "description": "Bar chart data to track price changes over time.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "averageCostPerTrade",
            "description": "Average total fee cost per transaction in USD (totalFees / transactions). Null when there are no transactions.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseFees",
            "description": "The aggregate base fees (gas) in USD",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips",
            "description": "The aggregate builder tips (MEV) in USD",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "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": "feeRegimeClassification",
            "description": "Dominant fee component: gas-dominated (gas &gt;50% of fees), mev-dominated (tips &gt;20%), or pool-fee-dominated. Null when no fees.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeToVolumeRatio",
            "description": "Ratio of total fees to volume (totalFees / volume). Null when volume is zero.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gasPerVolume",
            "description": "Gas cost per dollar of volume ((baseFees + priorityFees + l1DataFees) / volume). Null when volume is zero.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "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": "l1DataFees",
            "description": "The aggregate L1 data posting fees in USD (L2 rollups only)",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "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": "mevRiskLevel",
            "description": "MEV risk level for this bar: low (&lt;3% builder tips), medium (3-30%), or high (&gt;30%). Null for pre-genesis bars.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mevToTotalFeesRatio",
            "description": "Ratio of builder tips (MEV) to total fees (builderTips / totalFees). Null when totalFees is zero.",
            "args": [],
            "type": {
              "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": "poolFees",
            "description": "The aggregate pool/DEX fees in USD",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees",
            "description": "The aggregate priority fees in USD",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "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": "sandwichRate",
            "description": "Rate of sandwich attacks per transaction (sandwichedEventCount / transactions). Null when no transaction data.",
            "args": [],
            "type": {
              "kind": "LIST",
              "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": "totalFees",
            "description": "The total fees in USD (sum of poolFees + baseFees + priorityFees + builderTips + l1DataFees)",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "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",
        "description": "Token burn event data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": "The amount of tokens burned.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "circulatingSupply",
            "description": "The new circulating supply for the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The new total supply for the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenFilterConnection",
        "description": "Response returned by `filterTokens`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The number of tokens returned.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "page",
            "description": "Where in the list the server started when returning items.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of tokens matching the filter parameters.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "TokenFilterResult",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenFilterResult",
        "description": "A token matching a set of filter parameters.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "age",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "Age isn't supported - use createdAt instead"
          },
          {
            "name": "baseFees1",
            "description": "The total base gas fees in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseFees4",
            "description": "The total base gas fees in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseFees5m",
            "description": "The total base gas fees in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseFees12",
            "description": "The total base gas fees in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseFees24",
            "description": "The total base gas fees in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips1",
            "description": "The total builder tips (MEV) in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips4",
            "description": "The total builder tips (MEV) in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips5m",
            "description": "The total builder tips (MEV) in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips12",
            "description": "The total builder tips (MEV) in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips24",
            "description": "The total builder tips (MEV) in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bundlerCount",
            "description": "The number of wallets that have bundled the token",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bundlerHeldPercentage",
            "description": "The percentage of tokens held by bundlers",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount1",
            "description": "The number of buys in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount4",
            "description": "The number of buys in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount5m",
            "description": "The number of buys in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount12",
            "description": "The number of buys in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount24",
            "description": "The number of buys in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume1",
            "description": "The buy volume in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume4",
            "description": "The buy volume in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume5m",
            "description": "The buy volume in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume12",
            "description": "The buy volume in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume24",
            "description": "The buy volume in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change1",
            "description": "The percent price change in the past hour. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change4",
            "description": "The percent price change in the past 4 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change5m",
            "description": "The percent price change in the past 5 minutes. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change12",
            "description": "The percent price change in the past 12 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change24",
            "description": "The percent price change in the past 24 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "circulatingMarketCap",
            "description": "The circulating market cap.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The unix timestamp for the creation of the token's first pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "devHeldPercentage",
            "description": "The percentage of tokens held by the dev",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchanges",
            "description": "The exchanges the token is listed on.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "Exchange",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fdv",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "FDV isn't supported - use marketCap instead"
          },
          {
            "name": "feeToVolumeRatio1",
            "description": "The ratio of total fees to volume in the past hour. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeToVolumeRatio4",
            "description": "The ratio of total fees to volume in the past 4 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeToVolumeRatio5m",
            "description": "The ratio of total fees to volume in the past 5 minutes. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeToVolumeRatio12",
            "description": "The ratio of total fees to volume in the past 12 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeToVolumeRatio24",
            "description": "The ratio of total fees to volume in the past 24 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high1",
            "description": "The highest price in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high4",
            "description": "The highest price in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high5m",
            "description": "The highest price in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high12",
            "description": "The highest price in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high24",
            "description": "The highest price in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "holders",
            "description": "The number of different wallets holding the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "insiderCount",
            "description": "The number of wallets that have been an insider of the token",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "insiderHeldPercentage",
            "description": "The percentage of tokens held by insiders",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isScam",
            "description": "Whether the token has been flagged as a scam.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFees1",
            "description": "The total L1 data fees in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFees4",
            "description": "The total L1 data fees in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFees5m",
            "description": "The total L1 data fees in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFees12",
            "description": "The total L1 data fees in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFees24",
            "description": "The total L1 data fees in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransaction",
            "description": "The unix timestamp for the token's last transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidPair",
            "description": "Metadata for the token's most liquid pair",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Pair",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidPairLiquidity",
            "description": "The liquidity of the token's most liquid pair",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidPairPriceUSD",
            "description": "The liquid pairs price in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "Amount of liquidity in the token's top pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low1",
            "description": "The lowest price in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low4",
            "description": "The lowest price in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low5m",
            "description": "The lowest price in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low12",
            "description": "The lowest price in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low24",
            "description": "The lowest price in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketCap",
            "description": "The fully diluted market cap.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pair",
            "description": "Metadata for the token's top pair.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Pair",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees1",
            "description": "The total pool fees in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees4",
            "description": "The total pool fees in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees5m",
            "description": "The total pool fees in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees12",
            "description": "The total pool fees in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees24",
            "description": "The total pool fees in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "potentialScamReasons",
            "description": "The reasons the token has been flagged as a potential scam.",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "PotentialScamReason",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUSD",
            "description": "The token price in USD.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees1",
            "description": "The total priority fees in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees4",
            "description": "The total priority fees in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees5m",
            "description": "The total priority fees in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees12",
            "description": "The total priority fees in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees24",
            "description": "The total priority fees in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The token of interest. Can be `token0` or `token1`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount1",
            "description": "The number of sells in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount4",
            "description": "The number of sells in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount5m",
            "description": "The number of sells in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount12",
            "description": "The number of sells in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount24",
            "description": "The number of sells in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume1",
            "description": "The sell volume in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume4",
            "description": "The sell volume in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume5m",
            "description": "The sell volume in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume12",
            "description": "The sell volume in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume24",
            "description": "The sell volume in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sniperCount",
            "description": "The number of wallets that have sniped the token",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sniperHeldPercentage",
            "description": "The percentage of tokens held by snipers",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct1dOldWallet",
            "description": "The percentage of wallets that are less than 1d old that have traded in the last 24h",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct7dOldWallet",
            "description": "The percentage of wallets that are less than 7d old that have traded in the last 24h",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token",
            "description": "Metadata for the token.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "EnhancedToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "top10HoldersPercent",
            "description": "The percentage of total supply held by the top 10 holders.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees1",
            "description": "The total trading fees (pool + gas + tips) in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees4",
            "description": "The total trading fees (pool + gas + tips) in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees5m",
            "description": "The total trading fees (pool + gas + tips) in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees12",
            "description": "The total trading fees (pool + gas + tips) in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees24",
            "description": "The total trading fees (pool + gas + tips) in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore",
            "description": "A heuristic based on various factors used to rank tokens based on how trending they are.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount1",
            "description": "The number of transactions in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount4",
            "description": "The number of transactions in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount5m",
            "description": "The number of transactions in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount12",
            "description": "The number of transactions in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount24",
            "description": "The number of transactions in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys1",
            "description": "The unique number of buys in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys4",
            "description": "The unique number of buys in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys5m",
            "description": "The unique number of buys in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys12",
            "description": "The unique number of buys in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys24",
            "description": "The unique number of buys in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells1",
            "description": "The unique number of sells in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells4",
            "description": "The unique number of sells in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells5m",
            "description": "The unique number of sells in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells12",
            "description": "The unique number of sells in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells24",
            "description": "The unique number of sells in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions1",
            "description": "The unique number of transactions in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions4",
            "description": "The unique number of transactions in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions5m",
            "description": "The unique number of transactions in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions12",
            "description": "The unique number of transactions in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions24",
            "description": "The unique number of transactions in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume1",
            "description": "The trade volume in USD in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume4",
            "description": "The trade volume in USD in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume5m",
            "description": "The trade volume in USD in the past 5 minutes.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume12",
            "description": "The trade volume in USD in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume24",
            "description": "The trade volume in USD in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1",
            "description": "The percent volume change in the past hour. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4",
            "description": "The percent volume change in the past 4 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": "The percent volume change in the past 5 minutes. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12",
            "description": "The percent volume change in the past 12 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24",
            "description": "The percent volume change in the past 24 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeAvg",
            "description": "The average age of the wallets that traded in the last 24h",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeStd",
            "description": "The standard deviation of age of the wallets that traded in the last 24h",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TokenFilters",
        "description": "Input type of `TokenFilters`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "age",
            "description": null,
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Age isn't supported - use createdAt instead"
          },
          {
            "name": "bluechipRatings",
            "description": "Filter by Grid bluechip ratings. Returns tokens matching any of the provided ratings.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bundlerCount",
            "description": "Filter by number of wallets that have bundled the token",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bundlerHeldPercentage",
            "description": "Filter by percentage of tokens held by bundlers",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount1",
            "description": "The number of buys in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount4",
            "description": "The number of buys in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount5m",
            "description": "The number of buys in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount12",
            "description": "The number of buys in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount24",
            "description": "The number of buys in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume1",
            "description": "The buy volume in USD in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume4",
            "description": "The buy volume in USD in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume5m",
            "description": "The buy volume in USD in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume12",
            "description": "The buy volume in USD in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume24",
            "description": "The buy volume in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change1",
            "description": "The percent price change in the past hour. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change4",
            "description": "The percent price change in the past 4 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change5m",
            "description": "The percent price change in the past 5 minutes. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change12",
            "description": "The percent price change in the past 12 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change24",
            "description": "The percent price change in the past 24 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "circulatingMarketCap",
            "description": "The circulating market cap.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The unix timestamp for the creation of the token's first pair.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "creatorAddress",
            "description": "The address of the creator of the token.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "Use creatorAddresses string array instead"
          },
          {
            "name": "creatorAddresses",
            "description": "The addresses of the token creators (supports multiple addresses). Max 25 addresses. You cannot provide both creatorAddress and creatorAddresses.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "devHeldPercentage",
            "description": "Filter by percentage of tokens held by the dev",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The list of exchange contract addresses to filter by.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeId",
            "description": "The list of exchange contract IDs to filter by. Applied in conjunction with `network` filter using an OR condition. When used together, the query returns results that match either the specified exchanges or the specified network.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fdv",
            "description": null,
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": true,
            "deprecationReason": "FDV isn't supported - use marketCap instead"
          },
          {
            "name": "feeToVolumeRatio24",
            "description": "Filter by fee to volume ratio in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "freezable",
            "description": "The token is freezable.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasGridData",
            "description": "Filter by whether the token has linked Grid asset data.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high1",
            "description": "The highest price in USD in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high4",
            "description": "The highest price in USD in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high5m",
            "description": "The highest price in USD in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high12",
            "description": "The highest price in USD in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high24",
            "description": "The highest price in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "holders",
            "description": "The number of different wallets holding the token.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "includeScams",
            "description": "Whether to include tokens that have been flagged as scams. Default: false",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "insiderCount",
            "description": "Filter by number of wallets that have been an insider of the token",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "insiderHeldPercentage",
            "description": "Filter by percentage of tokens held by insiders",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isTestnet",
            "description": "Whether to filter for tokens on testnet networks. Use `true` for testnet tokens only, `false` for mainnet tokens only and `undefined` (default) for both.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isVerified",
            "description": "Only include verified tokens",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransaction",
            "description": "The unix timestamp for the token's last transaction.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadCompleted",
            "description": "Indicates if the launchpad is completed.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadCompletedAt",
            "description": "The timestamp when the launchpad was completed.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadGraduationPercent",
            "description": "The graduation percentage.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadMigrated",
            "description": "Indicates if the launchpad has migrated.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadMigratedAt",
            "description": "The timestamp when the launchpad was migrated.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadName",
            "description": "A list of launchpad names. Any of the following: Pump.fun, Pump Mayhem, Bonk, BONAD.fun, Nad.Fun, Baseapp, Baseapp Creator, Zora, Zora Creator, Four.meme, Four.meme Fair, Believe, Moonshot, Jupiter Studio, boop, Heaven, TokenMill V2, Virtuals, Clanker, Clanker V4, ArenaTrade, Moonit, LaunchLab, MeteoraDBC, Zora Solana, Cooking.City, time.fun, BAGS, Circus, Dealr, OhFuckFun, PrintFun, Trend, shout.fun, xApple, Sendshot, DubDub, cults, OpenGameProtocol, AMERICA.fun, Kumbaya, Printr, Bankr, Liquid, Noice, Flaunch, Coinbarrel, Blowfish, MeMoo, Metaplex, Scale.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadProtocol",
            "description": "A list of launchpad protocols.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "The amount of liquidity in the token's top pair.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low1",
            "description": "The lowest price in USD in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low4",
            "description": "The lowest price in USD in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low5m",
            "description": "The lowest price in USD in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low12",
            "description": "The lowest price in USD in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low24",
            "description": "The lowest price in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketCap",
            "description": "The market cap of circulating supply.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mintable",
            "description": "The token is mintable.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "network",
            "description": "The list of network IDs to filter by. Applied in conjunction with `exchangeId` filter using an OR condition. When used together, the query returns results that match either the specified exchanges or the specified network.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees24",
            "description": "Filter by pool fees in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "potentialScam",
            "description": "Filter potential Scams",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUSD",
            "description": "The token price in USD.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "profanity",
            "description": "Whether the token name or symbol contains profanity.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount1",
            "description": "The number of sells in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount4",
            "description": "The number of sells in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount5m",
            "description": "The number of sells in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount12",
            "description": "The number of sells in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount24",
            "description": "The number of sells in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume1",
            "description": "The sell volume in USD in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume4",
            "description": "The sell volume in USD in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume5m",
            "description": "The sell volume in USD in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume12",
            "description": "The sell volume in USD in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume24",
            "description": "The sell volume in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sniperCount",
            "description": "Filter by number of wallets that have sniped the token",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sniperHeldPercentage",
            "description": "Filter by percentage of tokens held by snipers",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct1dOldWallet",
            "description": "The percentage of wallets that are less than 1d old that have traded in the last 24h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct7dOldWallet",
            "description": "The percentage of wallets that are less than 7d old that have traded in the last 24h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenCreatedAt",
            "description": "The unix timestamp for the creation of the token.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "top10HoldersPercent",
            "description": "Filter by top 10 holders percentage.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees1",
            "description": "Filter by total fees in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees4",
            "description": "Filter by total fees in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees5m",
            "description": "Filter by total fees in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees12",
            "description": "Filter by total fees in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees24",
            "description": "Filter by total fees in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingIgnored",
            "description": "Whether to ignore pairs/tokens not relevant to trending. This is done checking against a few factors and ignoring uninteresting tokens like stables / network tokens. If you want all tokens regardless of these checks, then don't include this field. (default) If you want only tokens that fail the trending ignore checks, then set it to `true`. (i.e. stablecoins, rugs, network base tokens) If you want only tokens that pass the trending ignore checks, then set it to `false`.",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount1",
            "description": "The number of transactions in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount4",
            "description": "The number of transactions in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount5m",
            "description": "The number of transactions in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount12",
            "description": "The number of transactions in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount24",
            "description": "The number of transactions in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys1",
            "description": "The unique number of buys in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys4",
            "description": "The unique number of buys in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys5m",
            "description": "The unique number of buys in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys12",
            "description": "The unique number of buys in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys24",
            "description": "The unique number of buys in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells1",
            "description": "The unique number of sells in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells4",
            "description": "The unique number of sells in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells5m",
            "description": "The unique number of sells in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells12",
            "description": "The unique number of sells in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells24",
            "description": "The unique number of sells in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions1",
            "description": "The unique number of transactions in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions4",
            "description": "The unique number of transactions in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions5m",
            "description": "The unique number of transactions in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions12",
            "description": "The unique number of transactions in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions24",
            "description": "The unique number of transactions in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume1",
            "description": "The trade volume in USD in the past hour.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume4",
            "description": "The trade volume in USD in the past 4 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume5m",
            "description": "The trade volume in USD in the past 5 minutes.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume12",
            "description": "The trade volume in USD in the past 12 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume24",
            "description": "The trade volume in USD in the past 24 hours.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1",
            "description": "The percent volume change in the past hour. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4",
            "description": "The percent volume change in the past 4 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": "The percent volume change in the past 5 minutes. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12",
            "description": "The percent volume change in the past 12 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24",
            "description": "The percent volume change in the past 24 hours. Decimal format.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeAvg",
            "description": "The average age of the wallets that traded in the last 24h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeStd",
            "description": "The standard deviation of age of the wallets that traded in the last 24h.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenInfo",
        "description": "Metadata for a token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bluechipRating",
            "description": "The Grid bluechip rating for this token (e.g. `A+`, `B-`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "circulatingSupply",
            "description": "The circulating supply of the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cmcId",
            "description": "The token ID on CoinMarketCap.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "A description of the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "gridAssetId",
            "description": "The Grid asset ID, if this token is linked to a Grid asset.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "Uniquely identifies the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageBannerUrl",
            "description": "The token banner URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageLargeUrl",
            "description": "The large token logo URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageSmallUrl",
            "description": "The small token logo URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageThumbHash",
            "description": "The thumbhash of the token logo.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageThumbUrl",
            "description": "The thumbnail token logo URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isScam",
            "description": "Whether the token has been flagged as a scam.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The token name. For example, `ApeCoin`.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "symbol",
            "description": "The token symbol. For example, `APE`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The total supply of the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "videoExternalUrl",
            "description": "The original URL/URI for the video associated with the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TokenInput",
        "description": "Input type of `token` and `tokens`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The contract address of the token.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the token is deployed on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenLifecycleEvent",
        "description": "Events that occur during a token's lifecycle. Only Mint and Burn events right now.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "blockHash",
            "description": "The hash of the block where the transaction occurred.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blockNumber",
            "description": "The block number for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "data",
            "description": "The event data, depends on the type of event",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "UNION",
                "name": "TokenLifecycleEventData",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The type of event.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TokenLifecycleEventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the event (`address:networkId`). For example, `0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "logIndex",
            "description": "The index of the log in the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The wallet address that performed the transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID that the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for when the transaction occurred.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token's contract address.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionHash",
            "description": "The unique hash for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionIndex",
            "description": "The index of the transaction within the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenLifecycleEventConnection",
        "description": "Response returned by `tokenLifecycleEvents`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination. If non-null, more results are available; pages may be empty due to filtering.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "A list of transactions for a token's top pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "TokenLifecycleEvent",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "TokenLifecycleEventData",
        "description": "Event data for a token's lifecycle.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "TokenBurnEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "TokenMintEventData",
            "ofType": null
          }
        ]
      },
      {
        "kind": "ENUM",
        "name": "TokenLifecycleEventType",
        "description": "Event types for a token. Mint or Burn.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BURN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MINT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TokenLifecycleEventsQueryInput",
        "description": "Input type of `tokenLifecycleEvents` query.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The token contract address to filter events by. In conjunction with `networkId`, this will filter events for a specific token on a specific network.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The networkId to filter events by.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenMintEventData",
        "description": "Token mint event data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": "The amount of tokens minted.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "circulatingSupply",
            "description": "The new circulating supply for the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalSupply",
            "description": "The new total supply for the token.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "TokenOfInterest",
        "description": "The token of interest within a pair. Can be `token0` or `token1`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "token0",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "TokenPairEventType",
        "description": "Token pair event types.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BURN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BUY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "COLLECT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "COLLECT_PROTOCOL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MINT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SELL",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SWAP",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SYNC",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenPairEventTypeCondition",
        "description": "Webhook condition for token pair event type.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "oneOf",
            "description": "The list of token pair event types.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "TokenPairEventType",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TokenPairEventTypeConditionInput",
        "description": "Input for token pair event type condition.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "oneOf",
            "description": "The list of token event types to equal.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "TokenPairEventType",
                    "ofType": null
                  }
                }
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenPairEventWebhookCondition",
        "description": "Webhook conditions for a token pair event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "eventType",
            "description": "The event type the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "TokenPairEventTypeCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The exchange contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The maker wallet address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The list of network IDs the webhook is listening on.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OneOfNumberCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The pair contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapValue",
            "description": "The swap values the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "ComparisonOperator",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TokenPairEventWebhookConditionInput",
        "description": "Input conditions for a token pair event webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "eventType",
            "description": "The token event type to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "TokenPairEventTypeConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchangeAddress",
            "description": "The exchange contract address to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The maker wallet address to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "A list of network IDs to listen on.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "OneOfNumberConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "pairAddress",
            "description": "The pair contract address to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapValue",
            "description": "The swap values to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "ComparisonOperatorInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token contract address to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "TokenPairStatisticsType",
        "description": "The type of statistics returned. Can be `FILTERED` or `UNFILTERED`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "FILTERED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNFILTERED",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenPriceEventWebhookCondition",
        "description": "Webhook conditions for a token price event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The token contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "StringEqualsCondition",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the webhook is listening on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "IntEqualsCondition",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsd",
            "description": "The price condition that must be met in order for the webhook to send.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "ComparisonOperator",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TokenPriceEventWebhookConditionInput",
        "description": "Input conditions for a token price event webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The contract address of the token to listen for.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "StringEqualsConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID to listen on.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "IntEqualsConditionInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsd",
            "description": "The price conditions to listen for.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "ComparisonOperatorInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TokenRanking",
        "description": "Input type of `TokenRanking`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank tokens by.",
            "type": {
              "kind": "ENUM",
              "name": "TokenRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction to apply to the ranking attribute.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "TokenRankingAttribute",
        "description": "The attribute used to rank tokens.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "age",
            "description": null,
            "isDeprecated": true,
            "deprecationReason": "Use createdAt instead"
          },
          {
            "name": "baseFees1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseFees4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseFees5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseFees12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "baseFees24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "builderTips24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyCount24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "change24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "circulatingMarketCap",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeToVolumeRatio1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeToVolumeRatio4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeToVolumeRatio5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeToVolumeRatio12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "feeToVolumeRatio24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "graduationPercent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "high24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "holders",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFees1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFees4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFees5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFees12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l1DataFees24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransaction",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadCompletedAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "launchpadMigratedAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "low24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketCap",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "notableHolderCount",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "poolFees24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUSD",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priorityFees24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellCount24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct1dOldWallet",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapPct7dOldWallet",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenCreatedAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "top10HoldersPercent",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalFees24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trendingScore24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTransactions24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange4",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange5m",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange12",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange24",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeAvg",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAgeStd",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenSparkline",
        "description": "A sparkline for a token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "attribute",
            "description": "Which attribute the sparkline is charting. Defaults to `PRICE`",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "SparklineAttribute",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The token id",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolution",
            "description": "The timeframe of the sparkline.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sparkline",
            "description": "List of sparkline values to chart",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "SparklineValue",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TokenSparklineInput",
        "description": "Input type of `tokenSparkline`.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "fillMissingBars",
            "description": "Whether to add empty bars to the response, populated with the previous bar's value. Default is `false`",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "from",
            "description": "The unix timestamp for the start of the requested range. Defaults to 1 week ago.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ids",
            "description": "The contract address & networkId of the token, joined by a colon. ex: 0xbe042e9d09cb588331ff911c2b46fd833a3e5bd6:1",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "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`. Defaults to `60` (1 hour)",
            "type": {
              "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. Defaults to current time.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenTopTrader",
        "description": "A top trader for a token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountBoughtUsd",
            "description": "The amount of tokens bought in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd",
            "description": "The amount of tokens sold in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys",
            "description": "The number of buys.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTransactionAt",
            "description": "The unix timestamp for the first transaction from this wallet.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The unix timestamp for the last transaction from this wallet.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage",
            "description": "The realized profit percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd",
            "description": "The realized profit in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells",
            "description": "The number of sells.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "singleTokenAcquisitionCostUsd",
            "description": "The single token acquisition cost in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token address.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought",
            "description": "The amount of tokens bought.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold",
            "description": "The amount of tokens sold.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalance",
            "description": "The token balance of the trader.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "The volume of tokens bought and sold in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The wallet address of the trader.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenTopTradersConnection",
        "description": "A paginated list of top traders for a token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "items",
            "description": "The list of top traders.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "TokenTopTrader",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "The offset of the first trader in the connection.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token address.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradingPeriod",
            "description": "The trading period.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TradingPeriod",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TokenTopTradersInput",
        "description": "Input arguments for the `tokenTopTraders` query.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "limit",
            "description": "The number of traders to return",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Where in the list the server started when returning items",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token address",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradingPeriod",
            "description": "The trading period",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "TradingPeriod",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "TokenTransferDirection",
        "description": "The direction of a token transfer.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "FROM",
            "description": "Tokens sent from the address.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TO",
            "description": "Tokens received to the address.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenTransferEventWebhookCondition",
        "description": "Webhook conditions for a token transfer event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The wallet address the webhook is listening for transfers from or to.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The directions of the transfer the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OneOfTokenTransferDirectionCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The list of network IDs the webhook is listening on.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "OneOfNumberCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token contract address the webhook is listening for.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "StringEqualsCondition",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "TokenTransferEventWebhookConditionInput",
        "description": "Input conditions for a token transfer event webhook.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "address",
            "description": "The wallet address to listen for transfers from or to.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction of the transfer (TO, FROM). Defaults to [TO, FROM] if not specified.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "OneOfTokenTransferDirectionConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The list of network IDs to listen on.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "OneOfNumberConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The contract address of the token to listen for.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StringEqualsConditionInput",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenWalletActivity",
        "description": "Wallet pattern data showing suspicious or notable wallet activity for a token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "bundlerCount",
            "description": "The number of bundler wallets that hold this token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bundlerHeldPercentage",
            "description": "The percentage of token supply held by bundler wallets.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "devHeldPercentage",
            "description": "The percentage of token supply held by developer/creator wallet.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "insiderCount",
            "description": "The number of insider wallets that hold this token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "insiderHeldPercentage",
            "description": "The percentage of token supply held by insider wallets.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sniperCount",
            "description": "The number of sniper wallets that hold this token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sniperHeldPercentage",
            "description": "The percentage of token supply held by sniper wallets.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenWalletFilterConnection",
        "description": "A connection of wallets matching a filter on a specific token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The number of wallets returned.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Where in the list the server started when returning items.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of wallets matching the filter parameters.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "TokenWalletFilterResult",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenWalletFilterResult",
        "description": "The result for filtering wallets for a token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The wallet address",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd1d",
            "description": "Amount bought in USD in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd1w",
            "description": "Amount bought in USD in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd1y",
            "description": "Amount bought in USD in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd30d",
            "description": "Amount bought in USD in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1d",
            "description": "Amount sold in USD in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1w",
            "description": "Amount sold in USD in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1y",
            "description": "Amount sold in USD in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd30d",
            "description": "Amount sold in USD in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsdAll1d",
            "description": "Amount sold USD all in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsdAll1w",
            "description": "Amount sold USD all in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsdAll1y",
            "description": "Amount sold USD all in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsdAll30d",
            "description": "Amount sold USD all in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "backfillState",
            "description": "The backfill state of the wallet.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "WalletAggregateBackfillState",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "botScore",
            "description": "The bot score for the wallet.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1d",
            "description": "Number of buys in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1w",
            "description": "Number of buys in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1y",
            "description": "Number of buys in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys30d",
            "description": "Number of buys in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTransactionAt",
            "description": "The unix timestamp for the first transaction from this wallet",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "labels",
            "description": "The labels associated with the wallet",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The unix timestamp for the last transaction from this wallet",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "purchasedTokenBalance",
            "description": "The total balance of tokens that the user has bought or sold. This value does not include tokens acquired through external transfers or unsupported methods.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1d",
            "description": "Realized profit percentage in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": "Realized profit percentage in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1y",
            "description": "Realized profit percentage in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage30d",
            "description": "Realized profit percentage in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1d",
            "description": "Realized profit in USD in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1w",
            "description": "Realized profit in USD in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1y",
            "description": "Realized profit in USD in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd30d",
            "description": "Realized profit in USD in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scammerScore",
            "description": "The scammer score for the wallet.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1d",
            "description": "Number of sells in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1w",
            "description": "Number of sells in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1y",
            "description": "Number of sells in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells30d",
            "description": "Number of sells in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellsAll1d",
            "description": "Number of sells all in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellsAll1w",
            "description": "Number of sells all in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellsAll1y",
            "description": "Number of sells all in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellsAll30d",
            "description": "Number of sells all in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "token",
            "description": "The token metadata",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "EnhancedToken",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAcquisitionCostUsd",
            "description": "The token acquisition cost in USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": "The token address",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1d",
            "description": "Token amount bought in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1w",
            "description": "Token amount bought in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1y",
            "description": "Token amount bought in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought30d",
            "description": "Token amount bought in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1d",
            "description": "Token amount sold in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1w",
            "description": "Token amount sold in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1y",
            "description": "Token amount sold in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold30d",
            "description": "Token amount sold in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSoldAll1d",
            "description": "Token amount sold all in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSoldAll1w",
            "description": "Token amount sold all in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSoldAll1y",
            "description": "Token amount sold all in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSoldAll30d",
            "description": "Token amount sold all in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalance",
            "description": "The total balance of tokens held by the user, reflecting the most recent update to the record. This balance includes all tokens, even those transferred in through unsupported methods or DEXs that are not tracked by our system. This value does not update with every transfer and can be slightly stale. Use tokenBalanceLive for live data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalanceLive",
            "description": "The current token balance in the wallet. This value is updated with every transfer and is therefore more accurate than tokenBalance.",
            "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,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "TokenWithMetadata",
        "description": "A token with metadata.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "createdAt",
            "description": "The unix timestamp for the creation of the token's first pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "decimals",
            "description": "The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "exchanges",
            "description": "The exchanges the token is listed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "Exchange",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the token (`address:networkId`). For example, `0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageBannerUrl",
            "description": "The token banner URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageLargeUrl",
            "description": "The token logo URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageSmallUrl",
            "description": "The token logo URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "imageThumbUrl",
            "description": "The token logo URL.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isScam",
            "description": "Whether the token has been flagged as a scam.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransaction",
            "description": "The unix timestamp for the token's last transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "The total liquidity of the token's top pair in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "marketCap",
            "description": "The market cap of circulating supply.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The name of the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "price",
            "description": "The token price in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange",
            "description": "The percent price change for the time frame requested. Decimal format.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange1",
            "description": "The percent price change in the past hour. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange4",
            "description": "The percent price change in the past 4 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange12",
            "description": "The percent price change in the past 12 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange24",
            "description": "The percent price change in the past 24 hours. Decimal format.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The token of interest. Can be `token0` or `token1`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolution",
            "description": "The time frame for the results.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "symbol",
            "description": "The symbol for the token.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "topPairId",
            "description": "The ID of the token's top pair (`pairAddress:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount1",
            "description": "The number of transactions in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount4",
            "description": "The number of transactions in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount12",
            "description": "The number of transactions in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "txnCount24",
            "description": "The number of transactions in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys1",
            "description": "The unique number of buys in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys4",
            "description": "The unique number of buys in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys12",
            "description": "The unique number of buys in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuys24",
            "description": "The unique number of buys in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells1",
            "description": "The unique number of sells in the past hour.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells4",
            "description": "The unique number of sells in the past 4 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells12",
            "description": "The unique number of sells in the past 12 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSells24",
            "description": "The unique number of sells in the past 24 hours.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "The volume over the time frame requested in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "TradingPeriod",
        "description": "A time period used when calculating wallet trading data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "DAY",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MONTH",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WEEK",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "YEAR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "UnconfirmedEvent",
        "description": "An unconfirmed token transaction.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The contract address of the token's top pair.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blockHash",
            "description": "The hash of the block where the transaction occurred.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "blockNumber",
            "description": "The block number for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "data",
            "description": "The event-specific data for the transaction.",
            "args": [],
            "type": {
              "kind": "UNION",
              "name": "UnconfirmedEventData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventDisplayType",
            "description": "A more specific breakdown of `eventType`. Splits `Swap` into `Buy` or `Sell`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "EventDisplayType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "eventType",
            "description": "The type of transaction event. Can be `Burn`, `Mint`, `Swap`, `Sync`, `Collect`, or `CollectProtocol`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "id",
            "description": "The ID of the event (`address:networkId`). For example, `0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "logIndex",
            "description": "The index of the log in the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "maker",
            "description": "The wallet address that performed the transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID that the token is deployed on.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quoteToken",
            "description": "The token of interest within the token's top pair. Can be `token0` or `token1`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "QuoteToken",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "supplementalIndex",
            "description": "A optional unique identifier of where the event is within the transaction.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for when the transaction occurred.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionHash",
            "description": "The unique hash for the transaction.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionIndex",
            "description": "The index of the transaction within the block.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "UnconfirmedEventData",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "UnconfirmedLiquidityChangeEventData",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "UnconfirmedSwapEventData",
            "ofType": null
          }
        ]
      },
      {
        "kind": "OBJECT",
        "name": "UnconfirmedIndividualBarData",
        "description": "Unconfirmed bar chart data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "c",
            "description": "The closing price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "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": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "l",
            "description": "The low price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "o",
            "description": "The opening price.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "t",
            "description": "The timestamp for the bar.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "v",
            "description": "The volume.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "The volume with higher precision.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "UnconfirmedLiquidityChangeEventData",
        "description": "Event data for a token liquidity change event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount0",
            "description": "The amount of `token0` added or removed from the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount0Shifted",
            "description": "The amount of `token0` added or removed from the pair, adjusted by the number of decimals in the token. For example, if `amount0` is in WEI, `amount0Shifted` will be in ETH.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount1",
            "description": "The amount of `token1` added or removed from the pair.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amount1Shifted",
            "description": "The amount of `token1` added or removed from the pair, adjusted by the number of decimals in the token. For example, USDC `amount1Shifted` will be by 6 decimals.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of token event, `Mint` or 'Burn'.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "UnconfirmedResolutionBarData",
        "description": "Unconfirmed price data for each supported resolution.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "r1",
            "description": "1 minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "UnconfirmedIndividualBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r1D",
            "description": "1 day resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "UnconfirmedIndividualBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r1S",
            "description": "1 second resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "UnconfirmedIndividualBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r5",
            "description": "5 minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "UnconfirmedIndividualBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r5S",
            "description": "5 second resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "UnconfirmedIndividualBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r7D",
            "description": "1 week resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "UnconfirmedIndividualBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r15",
            "description": "15 minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "UnconfirmedIndividualBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r15S",
            "description": "15 second resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "UnconfirmedIndividualBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r60",
            "description": "60 minute resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "UnconfirmedIndividualBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r240",
            "description": "4 hour resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "UnconfirmedIndividualBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "r720",
            "description": "12 hour resolution.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "UnconfirmedIndividualBarData",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "UnconfirmedSwapEventData",
        "description": "Event data for a token swap event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amountBaseToken",
            "description": "The amount of `baseToken` involved in the swap",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountNonLiquidityToken",
            "description": "The amount of `quoteToken` involved in the swap. For example, if `quoteToken` is USDC for a USDC/WETH pair, `amountNonLiquidityToken` would be the amount of USDC involved in the swap.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceBaseToken",
            "description": "The price per `quoteToken` at the time of the swap in the network's base token. For example, if `quoteToken` is USDC for a USDC/WETH pair on ETH network, `priceBaseToken` would the price of USDC in ETH.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceBaseTokenTotal",
            "description": "The total amount of `quoteToken` involved in the swap in the network's base token (`amountNonLiquidityToken` x `priceBaseToken`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsd",
            "description": "The price per `quoteToken` at the time of the swap in USD. For example, if `quoteToken` is USDC for a USDC/WETH pair on ETH network, `priceBaseToken` would the price of USDC in USD ($1.00).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceUsdTotal",
            "description": "The total amount of `quoteToken` involved in the swap in USD (`amountNonLiquidityToken` x `priceUsd`).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": "The type of token event, `Swap`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "EventType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "UniswapV4Data",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "isDynamicFee",
            "description": "Whether the pool uses a dynamic fee. A fee of 0x80000 is used by Uniswap V4 to indicate a dynamic pool -- in such cases, the fee percentage on the pair should be disregarded.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "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,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniswapV4HookAddress",
            "description": "The address of the hook contract for Uniswap V4 pools.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "SCALAR",
        "name": "Void",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Wallet",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "avatarUrl",
            "description": "Resolved profile avatar URL (best available source)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": "A community-contributed description of the wallet",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "discordId",
            "description": "Discord numeric ID",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "discordUsername",
            "description": "Discord username",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "displayName",
            "description": "A human-readable display name for the wallet",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethosLevel",
            "description": "Ethos credibility tier (1-10)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethosScore",
            "description": "Ethos credibility score (0-2800, higher = more trustworthy)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethosVerified",
            "description": "Ethos Network verification status",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "farcasterId",
            "description": "Farcaster numeric ID",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "farcasterUsername",
            "description": "Farcaster username",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstFunding",
            "description": null,
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "WalletFunding",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstSeenTimestamp",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "githubId",
            "description": "GitHub numeric ID",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "githubUsername",
            "description": "GitHub username",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "identityLabels",
            "description": "Identity labels describing what this wallet is (e.g. CEX, DEX, bridge, team)",
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "SCALAR",
                  "name": "String",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "identitySource",
            "description": "Source of identity data (e.g. ethos, manual)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "identityUpdatedAt",
            "description": "When identity data was last updated (unix timestamp)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "telegramId",
            "description": "Telegram numeric ID",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "telegramUsername",
            "description": "Telegram username",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twitterId",
            "description": "Twitter/X numeric ID",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "twitterUsername",
            "description": "Twitter/X username",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "website",
            "description": "Website URL",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletAggregateBackfillInput",
        "description": "Input arguments for the `backfillWalletAggregates` mutation.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "walletAddress",
            "description": null,
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "WalletAggregateBackfillState",
        "description": "The state of the wallet backfill.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BackfillBlocked",
            "description": "Historical stats calculations have been blocked for this wallet. It may have been flagged as a bot",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BackfillCanceled",
            "description": "Historical stats calculations were started, then canceled for this wallet. It may have been flagged as a bot",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BackfillComplete",
            "description": "Historical stats calculations for this wallet have been successfully processed",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BackfillInProgress",
            "description": "Historical stats calculations for this wallet are being processed",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BackfillNotFound",
            "description": "Historical stats calculations for this wallet have not been started, nor attempted",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "BackfillRequestReceived",
            "description": "Historical stats calculations for this wallet are queued and will be processed soon",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletAggregateBackfillStateInput",
        "description": "Input arguments for the `walletAggregateBackfillState` mutation.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "walletAddress",
            "description": null,
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletAggregateBackfillStateResponse",
        "description": "The response for the `walletAggregateBackfillState` mutation.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "status",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "WalletAggregateBackfillState",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletChartData",
        "description": "The data for a chart of a wallet's activity.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "realizedProfitUsd",
            "description": "The realized profit in USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolution",
            "description": "The resolution",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps",
            "description": "The number of swaps",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The timestamp",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "The volume in USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll",
            "description": "The volume in USD including tokens sold for which we do not have a price",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletChartInput",
        "description": "The input for a chart of a wallet's activity.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "networkId",
            "description": "The network ID",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range",
            "description": "The range of time for the chart",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "RangeInput",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolution",
            "description": "The time frame for each candle. Available options are `60`, `240`, `1D`, `7D`.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The wallet address",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletChartRange",
        "description": "The range of time for a chart.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "end",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletChartResponse",
        "description": "The response for a chart of a wallet's activity.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "backfillState",
            "description": "The backfill state of the wallet.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "WalletAggregateBackfillState",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "data",
            "description": "The data for the chart",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "WalletChartData",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "range",
            "description": "The range of time for the chart",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WalletChartRange",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "resolution",
            "description": "The resolution of the chart",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The wallet address",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletFilterConnection",
        "description": "A connection of wallets matching a filter.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "count",
            "description": "The number of wallets returned.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "offset",
            "description": "Where in the list the server started when returning items.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "results",
            "description": "The list of wallets matching the filter parameters.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "WalletFilterResult",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletFilterResult",
        "description": "A wallet matching a filter.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "address",
            "description": "The wallet address",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1d",
            "description": "Average profit in USD per trade in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1w",
            "description": "Average profit in USD per trade in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1y",
            "description": "Average profit in USD per trade in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade30d",
            "description": "Average profit in USD per trade in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1d",
            "description": "Average swap amount in USD in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1w",
            "description": "Average swap amount in USD in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1y",
            "description": "Average swap amount in USD in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd30d",
            "description": "Average swap amount in USD in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "backfillState",
            "description": "The backfill state of the wallet.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "WalletAggregateBackfillState",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "botScore",
            "description": "The bot score for the wallet.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTransactionAt",
            "description": "The unix timestamp for the first transaction from this wallet",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "labels",
            "description": "The labels associated with the wallet",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "SCALAR",
                    "name": "String",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The unix timestamp for the last transaction from this wallet",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nativeTokenBalance",
            "description": "The native token balance of the wallet (only present if filtered by network)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID of the wallet (only present if filtered by network)",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1d",
            "description": "Realized profit percentage in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": "Realized profit percentage in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1y",
            "description": "Realized profit percentage in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage30d",
            "description": "Realized profit percentage in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1d",
            "description": "Realized profit in USD in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1w",
            "description": "Realized profit in USD in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1y",
            "description": "Realized profit in USD in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd30d",
            "description": "Realized profit in USD in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scammerScore",
            "description": "The scammer score for the wallet.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1d",
            "description": "Number of swaps in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1w",
            "description": "Number of swaps in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1y",
            "description": "Number of swaps in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps30d",
            "description": "Number of swaps in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1d",
            "description": "Total number of swaps in the past day including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1w",
            "description": "Total number of swaps in the past week including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1y",
            "description": "Total number of swaps in the past year including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll30d",
            "description": "Total number of swaps in the past 30 days including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1d",
            "description": "Number of unique tokens traded in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1w",
            "description": "Number of unique tokens traded in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1y",
            "description": "Number of unique tokens traded in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens30d",
            "description": "Number of unique tokens traded in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1d",
            "description": "Volume in USD in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": "Volume in USD in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1y",
            "description": "Volume in USD in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd30d",
            "description": "Volume in USD in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1d",
            "description": "Total volume in USD in the past day including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1w",
            "description": "Total volume in USD in the past week including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1y",
            "description": "Total volume in USD in the past year including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll30d",
            "description": "Total volume in USD in the past 30 days including all tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wallet",
            "description": "The wallet identity and profile data",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "Wallet",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1d",
            "description": "Win rate in the past day",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1w",
            "description": "Win rate in the past week",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1y",
            "description": "Win rate in the past year",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate30d",
            "description": "Win rate in the past 30 days",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletFilters",
        "description": "Filters for a wallet.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "averageProfitUsdPerTrade1d",
            "description": "Average profit in USD per trade in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1w",
            "description": "Average profit in USD per trade in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1y",
            "description": "Average profit in USD per trade in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade30d",
            "description": "Average profit in USD per trade in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1d",
            "description": "Average swap amount in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1w",
            "description": "Average swap amount in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1y",
            "description": "Average swap amount in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd30d",
            "description": "Average swap amount in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "botScore",
            "description": "The bot score for the wallet.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethosScore",
            "description": "Ethos credibility score (0-2800)",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTransactionAt",
            "description": "The unix timestamp for the first transaction from this wallet.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasDiscord",
            "description": "Filter by whether the wallet has a Discord account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasDisplayName",
            "description": "Filter by whether the wallet has a display name set",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasFarcaster",
            "description": "Filter by whether the wallet has a Farcaster account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasGithub",
            "description": "Filter by whether the wallet has a GitHub account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasSocials",
            "description": "Filter by whether the wallet has any linked social account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasTelegram",
            "description": "Filter by whether the wallet has a Telegram account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasTwitter",
            "description": "Filter by whether the wallet has a Twitter/X account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The unix timestamp for the last transaction from this wallet.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nativeTokenBalance",
            "description": "The native token balance of the wallet. Can only be used in conjunction with `networkId` filter.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID to filter by.",
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1d",
            "description": "Realized profit percentage in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": "Realized profit percentage in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1y",
            "description": "Realized profit percentage in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage30d",
            "description": "Realized profit percentage in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1d",
            "description": "Realized profit in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1w",
            "description": "Realized profit in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1y",
            "description": "Realized profit in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd30d",
            "description": "Realized profit in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scammerScore",
            "description": "The scammer score for the wallet.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1d",
            "description": "Number of swaps in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1w",
            "description": "Number of swaps in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1y",
            "description": "Number of swaps in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps30d",
            "description": "Number of swaps in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1d",
            "description": "Total number of swaps in the past day including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1w",
            "description": "Total number of swaps in the past week including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1y",
            "description": "Total number of swaps in the past year including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll30d",
            "description": "Total number of swaps in the past 30 days including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1d",
            "description": "Number of unique tokens traded in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1w",
            "description": "Number of unique tokens traded in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1y",
            "description": "Number of unique tokens traded in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens30d",
            "description": "Number of unique tokens traded in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1d",
            "description": "Volume in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": "Volume in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1y",
            "description": "Volume in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd30d",
            "description": "Volume in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1d",
            "description": "Total volume in USD in the past day including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1w",
            "description": "Total volume in USD in the past week including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1y",
            "description": "Total volume in USD in the past year including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll30d",
            "description": "Total volume in USD in the past 30 days including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1d",
            "description": "Win rate in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1w",
            "description": "Win rate in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1y",
            "description": "Win rate in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate30d",
            "description": "Win rate in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletFunding",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "amount",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fundedAt",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fundedByAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fundedByLabel",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAddress",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactionHash",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "WalletLabel",
        "description": "Wallet labels. Used for filtering wallets with `includeLabels` and `excludeLabels`.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "INTERESTING",
            "description": "Wallet is interesting (based on a number of factors).",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MEDIUM_WEALTHY",
            "description": "Wallet holds $5M+ in assets.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MEGA_WEALTHY",
            "description": "Wallet holds $10M+ in assets.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SMART_TRADER_TOKENS_OVER_TWO_DAYS_OLD",
            "description": "Wallet has made over $7.5K profit in the last 90 days trading tokens that are older than 2 days.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SMART_TRADER_TOKENS_UNDER_TWO_DAYS_OLD",
            "description": "Wallet has made over $5K profit in the last 90 days trading tokens that are between 1 hour and 2 days old.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SNIPER",
            "description": "Wallet has made over $3K profit in the last 90 days trading tokens that were launched within their first hour.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "WEALTHY",
            "description": "Wallet holds $1M+ in assets.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletLabelType",
        "description": "Metadata for a wallet label from the WALLET_LABEL_TYPES vocabulary",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "description",
            "description": "Description of what this label means",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "displayName",
            "description": "Human-readable display name",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "Label name (e.g. WHALE, CEX, KOL)",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletNetworkFilters",
        "description": "Filters for a wallet on a specific network.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "averageProfitUsdPerTrade1d",
            "description": "Average profit in USD per trade in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1w",
            "description": "Average profit in USD per trade in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1y",
            "description": "Average profit in USD per trade in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade30d",
            "description": "Average profit in USD per trade in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1d",
            "description": "Average swap amount in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1w",
            "description": "Average swap amount in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1y",
            "description": "Average swap amount in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd30d",
            "description": "Average swap amount in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "botScore",
            "description": "The bot score for the wallet. Indicates the likelihood of the wallet being a bot. Zero being not a bot and 100 being a definite bot.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethosScore",
            "description": "Ethos credibility score (0-2800)",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTransactionAt",
            "description": "The unix timestamp for the first transaction from this wallet.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasDiscord",
            "description": "Filter by whether the wallet has a Discord account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasDisplayName",
            "description": "Filter by whether the wallet has a display name set",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasFarcaster",
            "description": "Filter by whether the wallet has a Farcaster account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasGithub",
            "description": "Filter by whether the wallet has a GitHub account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasSocials",
            "description": "Filter by whether the wallet has any linked social account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasTelegram",
            "description": "Filter by whether the wallet has a Telegram account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "hasTwitter",
            "description": "Filter by whether the wallet has a Twitter/X account",
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The unix timestamp for the last transaction from this wallet.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nativeTokenBalance",
            "description": "The native token balance of the wallet.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1d",
            "description": "Realized profit percentage in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": "Realized profit percentage in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1y",
            "description": "Realized profit percentage in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage30d",
            "description": "Realized profit percentage in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1d",
            "description": "Realized profit in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1w",
            "description": "Realized profit in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1y",
            "description": "Realized profit in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd30d",
            "description": "Realized profit in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scammerScore",
            "description": "The scammer score for the wallet. Indicates the likelihood of the wallet being a scammer. Zero being not a scammer and 100 being a definite scammer.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1d",
            "description": "Number of swaps in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1w",
            "description": "Number of swaps in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1y",
            "description": "Number of swaps in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps30d",
            "description": "Number of swaps in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1d",
            "description": "Total number of swaps in the past day including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1w",
            "description": "Total number of swaps in the past week including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1y",
            "description": "Total number of swaps in the past year including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll30d",
            "description": "Total number of swaps in the past 30 days including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1d",
            "description": "Number of unique tokens traded in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1w",
            "description": "Number of unique tokens traded in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1y",
            "description": "Number of unique tokens traded in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens30d",
            "description": "Number of unique tokens traded in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1d",
            "description": "Volume in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": "Volume in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1y",
            "description": "Volume in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd30d",
            "description": "Volume in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1d",
            "description": "Total volume in USD in the past day including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1w",
            "description": "Total volume in USD in the past week including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1y",
            "description": "Total volume in USD in the past year including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll30d",
            "description": "Total volume in USD in the past 30 days including all tokens",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1d",
            "description": "Win rate in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1w",
            "description": "Win rate in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1y",
            "description": "Win rate in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate30d",
            "description": "Win rate in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletNetworkRanking",
        "description": "A wallet ranking on a specific network.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank wallets by.",
            "type": {
              "kind": "ENUM",
              "name": "WalletNetworkRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction to apply to the ranking attribute.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "WalletNetworkRankingAttribute",
        "description": "Attributes for a wallet ranking on a specific network.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "averageProfitUsdPerTrade1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "botScore",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethosScore",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTransactionAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nativeTokenBalance",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scammerScore",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletNftCollection",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "collectionId",
            "description": "The collection ID (`collectionAddress:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "quantity",
            "description": "The number of items held by the wallet.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The address of the wallet.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletNftCollectionAsset",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "quantity",
            "description": "The number of instances of the nft held by the wallet (Applicable to ERC1155 NFTs).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenId",
            "description": "The id of the nft asset.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletNftCollectionAssetsInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "collectionId",
            "description": "The collection ID (`collectionAddress:networkId`).",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The address of the wallet.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletNftCollectionAssetsResponse",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "collectionId",
            "description": "The collection ID (`collectionAddress:networkId`).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list of nft assets for a wallet.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "WalletNftCollectionAsset",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The address of the wallet.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletNftCollectionsInput",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The address of the wallet.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WalletNftCollectionsResponse",
        "description": null,
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "cursor",
            "description": "A cursor for use in pagination.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "items",
            "description": "The list of collections for a wallet.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "WalletNftCollection",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletRanking",
        "description": "A wallet ranking.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank wallets by.",
            "type": {
              "kind": "ENUM",
              "name": "WalletRankingAttribute",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction to apply to the ranking attribute.",
            "type": {
              "kind": "ENUM",
              "name": "RankingDirection",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "WalletRankingAttribute",
        "description": "Attributes for a wallet ranking.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "averageProfitUsdPerTrade1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "botScore",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ethosScore",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTransactionAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "nativeTokenBalance",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scammerScore",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swapsAll30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1w",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate1y",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winRate30d",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "WalletStatsDuration",
        "description": "The period the wallet stats are for.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "day1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "day30",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "week1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "year1",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletTokenFilterRange",
        "description": "A range for a wallet token filter.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "max",
            "description": "The maximum value (inclusive)",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "min",
            "description": "The minimum value (inclusive)",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletTokenFilters",
        "description": "Filters for a wallet on a specific token.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "amountBoughtUsd1d",
            "description": "Filter by amount bought in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd1w",
            "description": "Filter by amount bought in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd1y",
            "description": "Filter by amount bought in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd30d",
            "description": "Filter by amount bought in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1d",
            "description": "Filter by amount sold in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1w",
            "description": "Filter by amount sold in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1y",
            "description": "Filter by amount sold in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd30d",
            "description": "Filter by amount sold in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "botScore",
            "description": "Filter by bot score",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1d",
            "description": "Filter by number of buys in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1w",
            "description": "Filter by number of buys in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1y",
            "description": "Filter by number of buys in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys30d",
            "description": "Filter by number of buys in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTransactionAt",
            "description": "Filter by first transaction timestamp",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "Filter by last transaction timestamp",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "purchasedTokenBalance",
            "description": "Filter by purchased token balance",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1d",
            "description": "Filter by realized profit percentage in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": "Filter by realized profit percentage in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1y",
            "description": "Filter by realized profit percentage in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage30d",
            "description": "Filter by realized profit percentage in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1d",
            "description": "Filter by realized profit in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1w",
            "description": "Filter by realized profit in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1y",
            "description": "Filter by realized profit in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd30d",
            "description": "Filter by realized profit in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scammerScore",
            "description": "Filter by scammer score",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1d",
            "description": "Filter by number of sells in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1w",
            "description": "Filter by number of sells in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1y",
            "description": "Filter by number of sells in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells30d",
            "description": "Filter by number of sells in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAcquisitionCostUsd",
            "description": "Filter by token acquisition cost in USD",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1d",
            "description": "Filter by token amount bought in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1w",
            "description": "Filter by token amount bought in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1y",
            "description": "Filter by token amount bought in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought30d",
            "description": "Filter by token amount bought in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1d",
            "description": "Filter by token amount sold in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1w",
            "description": "Filter by token amount sold in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1y",
            "description": "Filter by token amount sold in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold30d",
            "description": "Filter by token amount sold in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalance",
            "description": "Filter by token balance",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "WalletTokenFilterRange",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletTokenFiltersV2",
        "description": "Filters for a wallet on a specific token.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "amountBoughtUsd1d",
            "description": "Filter by amount bought in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd1w",
            "description": "Filter by amount bought in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd1y",
            "description": "Filter by amount bought in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd30d",
            "description": "Filter by amount bought in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1d",
            "description": "Filter by amount sold in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1w",
            "description": "Filter by amount sold in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1y",
            "description": "Filter by amount sold in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd30d",
            "description": "Filter by amount sold in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "botScore",
            "description": "Filter by bot score",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1d",
            "description": "Filter by number of buys in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1w",
            "description": "Filter by number of buys in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1y",
            "description": "Filter by number of buys in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys30d",
            "description": "Filter by number of buys in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTransactionAt",
            "description": "Filter by first transaction timestamp",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "Filter by last transaction timestamp",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "purchasedTokenBalance",
            "description": "Filter by purchased token balance",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1d",
            "description": "Filter by realized profit percentage in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": "Filter by realized profit percentage in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1y",
            "description": "Filter by realized profit percentage in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage30d",
            "description": "Filter by realized profit percentage in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1d",
            "description": "Filter by realized profit in USD in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1w",
            "description": "Filter by realized profit in USD in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1y",
            "description": "Filter by realized profit in USD in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd30d",
            "description": "Filter by realized profit in USD in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scammerScore",
            "description": "Filter by scammer score",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1d",
            "description": "Filter by number of sells in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1w",
            "description": "Filter by number of sells in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1y",
            "description": "Filter by number of sells in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells30d",
            "description": "Filter by number of sells in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAcquisitionCostUsd",
            "description": "Filter by token acquisition cost in USD",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1d",
            "description": "Filter by token amount bought in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1w",
            "description": "Filter by token amount bought in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1y",
            "description": "Filter by token amount bought in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought30d",
            "description": "Filter by token amount bought in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1d",
            "description": "Filter by token amount sold in the past day",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1w",
            "description": "Filter by token amount sold in the past week",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1y",
            "description": "Filter by token amount sold in the past year",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold30d",
            "description": "Filter by token amount sold in the past 30 days",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalance",
            "description": "Filter by token balance",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "NumberFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "WalletTokenRanking",
        "description": "A wallet ranking on a specific token.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "attribute",
            "description": "The attribute to rank wallets by",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "WalletTokenRankingAttribute",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "direction",
            "description": "The direction to apply to the ranking attribute",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "RankingDirection",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "WalletTokenRankingAttribute",
        "description": "Attributes for a wallet ranking on a specific token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "amountBoughtUsd1d",
            "description": "Amount bought in USD in the past day",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd1w",
            "description": "Amount bought in USD in the past week",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd1y",
            "description": "Amount bought in USD in the past year",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountBoughtUsd30d",
            "description": "Amount bought in USD in the past 30 days",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1d",
            "description": "Amount sold in USD in the past day",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1w",
            "description": "Amount sold in USD in the past week",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd1y",
            "description": "Amount sold in USD in the past year",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "amountSoldUsd30d",
            "description": "Amount sold in USD in the past 30 days",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "botScore",
            "description": "The bot score for the wallet.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1d",
            "description": "Number of buys in the past day",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1w",
            "description": "Number of buys in the past week",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys1y",
            "description": "Number of buys in the past year",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys30d",
            "description": "Number of buys in the past 30 days",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "firstTransactionAt",
            "description": "The first transaction timestamp",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The last transaction timestamp",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "purchasedTokenBalance",
            "description": "The total balance of tokens that the user has bought or sold. This value does not include tokens acquired through external transfers or unsupported methods.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1d",
            "description": "Realized profit percentage in the past day",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1w",
            "description": "Realized profit percentage in the past week",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage1y",
            "description": "Realized profit percentage in the past year",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage30d",
            "description": "Realized profit percentage in the past 30 days",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1d",
            "description": "Realized profit in USD in the past day",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1w",
            "description": "Realized profit in USD in the past week",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd1y",
            "description": "Realized profit in USD in the past year",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd30d",
            "description": "Realized profit in USD in the past 30 days",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "scammerScore",
            "description": "The scammer score for the wallet.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1d",
            "description": "Number of sells in the past day",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1w",
            "description": "Number of sells in the past week",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells1y",
            "description": "Number of sells in the past year",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells30d",
            "description": "Number of sells in the past 30 days",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAcquisitionCostUsd",
            "description": "Token acquisition cost in USD",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1d",
            "description": "Token amount bought in the past day",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1w",
            "description": "Token amount bought in the past week",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought1y",
            "description": "Token amount bought in the past year",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountBought30d",
            "description": "Token amount bought in the past 30 days",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1d",
            "description": "Token amount sold in the past day",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1w",
            "description": "Token amount sold in the past week",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold1y",
            "description": "Token amount sold in the past year",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenAmountSold30d",
            "description": "Token amount sold in the past 30 days",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokenBalance",
            "description": "The total balance of tokens held by the user, reflecting the most recent update to the record. This balance includes all tokens, even those transferred in through unsupported methods or DEXs that are not tracked by our system.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WashtradeLabelForEvent",
        "description": "Metadata for a washtrade label.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "label",
            "description": "The label type, 'washtrade'",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "Webhook",
        "description": "Metadata for a webhook.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "alertRecurrence",
            "description": "The recurrence of the webhook. Can be `INDEFINITE` or `ONCE`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "AlertRecurrence",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketId",
            "description": "An optional bucket ID (max 64 characters). Can be used to query for subgroups of webhooks (useful if you have a large number of webhooks).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bucketSortkey",
            "description": "An optional bucket sort key (max 64 characters). Can be used to query for subgroups of webhooks (useful if you have a large number of webhooks).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "callbackUrl",
            "description": "The url to which the webhook message should be sent.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "conditions",
            "description": "The conditions which must be met in order for the webhook to send a message.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "UNION",
                "name": "WebhookCondition",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "created",
            "description": "The unix timestamp for the time the webhook was created.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "groupId",
            "description": "The webhook group ID used to group webhooks together for ordered message sending.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": true,
            "deprecationReason": "GroupId is deprecated and will be removed in the future. Messages will be grouped by webhookId"
          },
          {
            "name": "id",
            "description": "The ID of the webhook.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": "The given name of the webhook.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "publishingType",
            "description": "The type of publishing for the webhook. If not set, it defaults to `SINGLE`.",
            "args": [],
            "type": {
              "kind": "ENUM",
              "name": "PublishingType",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "retrySettings",
            "description": "The settings for retrying failed webhook messages.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "RetrySettings",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "status",
            "description": "The status of the webhook. Can be `ACTIVE` or `INACTIVE`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "webhookType",
            "description": "The type of webhook. Can be `PRICE_EVENT`, `NFT_EVENT`, or `TOKEN_PAIR_EVENT`.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "WebhookType",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "UNION",
        "name": "WebhookCondition",
        "description": "Webhook conditions that must be met for each webhook type.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": [
          {
            "kind": "OBJECT",
            "name": "MarketCapEventWebhookCondition",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "NftEventWebhookCondition",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PredictionTradeWebhookCondition",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "PriceEventWebhookCondition",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "RawTransactionWebhookCondition",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "TokenPairEventWebhookCondition",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "TokenPriceEventWebhookCondition",
            "ofType": null
          },
          {
            "kind": "OBJECT",
            "name": "TokenTransferEventWebhookCondition",
            "ofType": null
          }
        ]
      },
      {
        "kind": "ENUM",
        "name": "WebhookNftEventFillSource",
        "description": "NFT marketplace names.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "BLUR",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "COINBASE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ECHELON",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ELEMENT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ENSVISION",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FLIPXYZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GEM",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "GENIE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "KODEX",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MAGICEDEN",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NFTNERDS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OPENSEA",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RARIBLE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RESERVOIRTOOLS",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SOUNDXYZ",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "WebhookNftEventType",
        "description": "NFT event types.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "MINT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SALE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TRANSFER",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "WebhookType",
        "description": "The type of webhook.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "MARKET_CAP_EVENT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NFT_EVENT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PREDICTION_TRADE",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "PRICE_EVENT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "RAW_TRANSACTION",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOKEN_PAIR_EVENT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOKEN_PRICE_EVENT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "TOKEN_TRANSFER_EVENT",
            "description": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedDetailedCurrencyPairStats",
        "description": "Price stats for a pair over a time frame.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buyVolume",
            "description": "The buy volume over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "close",
            "description": "The closing price forr the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highest",
            "description": "The highest price in USD in the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidity",
            "description": "The liquidity for the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowest",
            "description": "The lowest price in USD in the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "open",
            "description": "The opening price for the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume",
            "description": "The sell volume over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "The volume over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedDetailedCurrencyWalletStats",
        "description": "The currency stats for a wallet over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "averageProfitUsdPerTrade",
            "description": "The average profit in USD per trade",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd",
            "description": "The average swap amount in USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heldTokenAcquisitionCostUsd",
            "description": "The cost of tokens held in the wallet",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage",
            "description": "The realized profit percentage",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitUsd",
            "description": "The realized profit in USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "soldTokenAcquisitionCostUsd",
            "description": "The cost of tokens sold during the period",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "The volume in USD",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsdAll",
            "description": "The volume in USD including tokens sold for which we do not have a price",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedDetailedNftCurrencyStats",
        "description": "Price stats for an NFT collection over a time frame. Either in USD or the network's base token.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "average",
            "description": "The average sale price in the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "close",
            "description": "The closing price for the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highestSale",
            "description": "The highest sale price in the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowestSale",
            "description": "The lowest sale price in the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "open",
            "description": "The opening price for the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "The volume over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedDetailedNftNonCurrencyStats",
        "description": "Numerical stats for an NFT collection over a time frame.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "mints",
            "description": "The number of mints over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sales",
            "description": "The number of sales over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokensSold",
            "description": "The number of tokens sold over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transfers",
            "description": "The number of transfers over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuyers",
            "description": "The number of unique buyers over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMinters",
            "description": "The number of unique minters over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSalesWallets",
            "description": "The number of unique wallets (buyers or sellers) over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSellers",
            "description": "The number of unique sellers over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedNftStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedDetailedNftStats",
        "description": "Detailed NFT stats over a time frame.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "duration",
            "description": "The duration used to request detailed NFT stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "DetailedNftStatsDuration",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end",
            "description": "The unix timestamp for the end of the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": "The unix timestamp for the start of the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsNetworkBaseToken",
            "description": "The currency stats in the network's base token, such as volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedDetailedNftCurrencyStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsNonCurrency",
            "description": "The numerical stats, such as number of buyers.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedDetailedNftNonCurrencyStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsUsd",
            "description": "The currency stats in USD, such as volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedDetailedNftCurrencyStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamps",
            "description": "The list of start/end timestamps broken down for each bucket within the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "DetailedNftStatsBucketTimestamp",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedDetailedNonCurrencyPairStats",
        "description": "Numerical stats for a pair over a time frame.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buyers",
            "description": "The number of unique buyers over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys",
            "description": "The number of buys over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellers",
            "description": "The number of unique sellers over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells",
            "description": "The number of sells over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traders",
            "description": "The number of unique traders over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactions",
            "description": "The transaction count over the time frame.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedPairStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedDetailedNonCurrencyWalletStats",
        "description": "The non-currency stats for a wallet over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "losses",
            "description": "The number of losses",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "swaps",
            "description": "The number of swaps",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTokens",
            "description": "The number of unique tokens",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wins",
            "description": "The number of wins",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedDetailedPairStats",
        "description": "Detailed pair stats over a time frame.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "duration",
            "description": "The duration used to request detailed pair stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "DetailedPairStatsDuration",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end",
            "description": "The unix timestamp for the end of the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": "The unix timestamp for the start of the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsNonCurrency",
            "description": "The numerical stats, such as number of buyers.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedDetailedNonCurrencyPairStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsUsd",
            "description": "The currency stats in USD, such as volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedDetailedCurrencyPairStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamps",
            "description": "The list of start/end timestamps broken down for each bucket within the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "DetailedPairStatsBucketTimestamp",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedDetailedStats",
        "description": "Detailed stats over a window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buckets",
            "description": "The list of start/end timestamps broken down for each bucket within the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "DetailedStatsBucketTimestamp",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolume",
            "description": "The buy volume over the window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyers",
            "description": "The number of unique buyers over the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedStatsNumberMetrics",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys",
            "description": "The number of buys over the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedStatsNumberMetrics",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "endTimestamp",
            "description": "The unix timestamp for the end of the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume",
            "description": "The sell volume over the window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedStatsStringMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellers",
            "description": "The number of unique sellers over the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedStatsNumberMetrics",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells",
            "description": "The number of sells over the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedStatsNumberMetrics",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamp",
            "description": "The unix timestamp for the start of the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "traders",
            "description": "The number of unique traders over the window.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "DetailedStatsNumberMetrics",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transactions",
            "description": "The transaction count over the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedStatsNumberMetrics",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "The volume over the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "DetailedStatsStringMetrics",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "windowSize",
            "description": "The window size used to request detailed stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "DetailedStatsWindowSize",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedDetailedTokenStats",
        "description": "Detailed token stats over a time frame.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "duration",
            "description": "The duration used to request detailed token stats.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "DetailedTokenStatsDuration",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "end",
            "description": "The unix timestamp for the end of the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": "The unix timestamp for the start of the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsNonCurrency",
            "description": "The numerical stats, such as number of buyers.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedDetailedNonCurrencyPairStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsUsd",
            "description": "The currency stats in USD, such as volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedDetailedCurrencyPairStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "timestamps",
            "description": "The list of start/end timestamps broken down for each bucket within the window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "DetailedPairStatsBucketTimestamp",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionAllTimeStats",
        "description": "All-time stats containing volume data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "venueVolume",
            "description": "Venue-specific volume (optional).",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "CurrencyValuePair",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "Total volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionEventBuySellStats",
        "description": "Buy/sell volume breakdown for an event.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buyVolume",
            "description": "Buy volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume",
            "description": "Sell volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionEventChangeStats",
        "description": "Change percentages for a prediction event over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buyVolumeChange",
            "description": "Buy volume change percentage (optional).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange",
            "description": "Liquidity change percentage (optional).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange",
            "description": "Open interest change percentage (optional).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeChange",
            "description": "Sell volume change percentage (optional).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange",
            "description": "Trades change percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange",
            "description": "Unique traders change percentage (optional).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange",
            "description": "Volume change percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionEventCoreStats",
        "description": "Core event stats that are always available.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "trades",
            "description": "Number of trades during this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "Volume during this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionEventLiquidityStats",
        "description": "Event-level liquidity OHLC data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "liquidity",
            "description": "Liquidity OHLC values.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyOHLC",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionEventOpenInterestStats",
        "description": "Event-level open interest OHLC data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "openInterest",
            "description": "Open interest OHLC values.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyOHLC",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionEventUniqueTraderStats",
        "description": "Unique trader count during the period.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "uniqueTraders",
            "description": "Number of unique traders.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionMarketChangeStats",
        "description": "Change percentages for a prediction market over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "liquidityChange",
            "description": "Liquidity change percentage (optional).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "openInterestChange",
            "description": "Open interest change percentage (optional).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange",
            "description": "Trades change percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueTradersChange",
            "description": "Unique traders change percentage (optional).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange",
            "description": "Volume change percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionMarketCoreStats",
        "description": "Core market stats that are always available.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "trades",
            "description": "Number of trades during this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "Volume during this window.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyValuePair",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionMarketLiquidityStats",
        "description": "Market-level liquidity OHLC data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "liquidity",
            "description": "Liquidity OHLC values.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyOHLC",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionMarketOpenInterestStats",
        "description": "Market-level open interest OHLC data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "openInterest",
            "description": "Open interest OHLC values.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyOHLC",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionMarketUniqueTraderStats",
        "description": "Unique trader count during the period.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "uniqueTraders",
            "description": "Number of unique traders.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionOutcomeBuySellStats",
        "description": "Buy/sell trade breakdown for an outcome.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buyVolume",
            "description": "Buy volume breakdown.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OutcomeBuySellVolumeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buys",
            "description": "Number of buys.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolume",
            "description": "Sell volume breakdown.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OutcomeBuySellVolumeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sells",
            "description": "Number of sells.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionOutcomeChangeStats",
        "description": "Change percentages for a prediction outcome over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buysChange",
            "description": "Buys change percentage (optional).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "liquidityChange",
            "description": "Liquidity change percentage (optional).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceChange",
            "description": "Price change percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "priceRange",
            "description": "Price range over the window (volatility proxy).",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellsChange",
            "description": "Sells change percentage (optional).",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Float",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange",
            "description": "Trades change percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange",
            "description": "Volume change percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeSharesChange",
            "description": "Volume shares change percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionOutcomeCoreStats",
        "description": "Core outcome stats that are always available.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "price",
            "description": "Price OHLC data.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PriceOHLC",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades",
            "description": "Number of trades.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "venueOutcomeId",
            "description": "The venue-specific outcome ID.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "Volume stats including shares.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "OutcomeVolumeStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionOutcomeDepthStats",
        "description": "Two percent depth OHLC data for bid and ask.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "askDepth",
            "description": "Ask depth OHLC.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyOHLC",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bidDepth",
            "description": "Bid depth OHLC.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyOHLC",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionOutcomeLiquidityStats",
        "description": "Outcome-level liquidity OHLC data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "liquidity",
            "description": "Liquidity OHLC values.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "CurrencyOHLC",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionOutcomeOrderbookStats",
        "description": "Orderbook bid/ask OHLC data.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "ask",
            "description": "Ask price OHLC.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PriceOHLC",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "bid",
            "description": "Bid price OHLC.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "PriceOHLC",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionTraderAllTimeStats",
        "description": "All-time stats for a prediction trader in a windowed context.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "totalProfitCT",
            "description": "The total profit ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalProfitUsd",
            "description": "The total profit usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeCT",
            "description": "The total volume ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "totalVolumeUsd",
            "description": "The total volume usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionTraderChangeStats",
        "description": "Change percentages for a prediction trader over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buyVolumeChange",
            "description": "Buy volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lossesChange",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlChange",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeChange",
            "description": "Sell volume.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tradesChange",
            "description": "Trades change percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMarketsChange",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeChange",
            "description": "Volume change percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "winsChange",
            "description": "The percentage change.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionTraderCurrencyStats",
        "description": "Currency stats for a prediction trader over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "averageProfitCTPerTrade",
            "description": "The average profit ctper trade.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageProfitUsdPerTrade",
            "description": "The average profit usd per trade.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountCT",
            "description": "The average swap amount ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "averageSwapAmountUsd",
            "description": "The average swap amount usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeCT",
            "description": "Buy volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "buyVolumeUsd",
            "description": "Buy volume in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heldTokenAcquisitionCostCT",
            "description": "The held token acquisition cost ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "heldTokenAcquisitionCostUsd",
            "description": "The held token acquisition cost usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlCT",
            "description": "The realized pnl ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedPnlUsd",
            "description": "The realized pnl usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "realizedProfitPercentage",
            "description": "The realized profit percentage.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Float",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeCT",
            "description": "Sell volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sellVolumeUsd",
            "description": "Sell volume in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "soldTokenAcquisitionCostCT",
            "description": "The sold token acquisition cost ct.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "soldTokenAcquisitionCostUsd",
            "description": "The sold token acquisition cost usd.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeCT",
            "description": "Volume in collateral token units.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeUsd",
            "description": "Volume in USD.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedPredictionTraderNonCurrencyStats",
        "description": "Non-currency stats for a prediction trader over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "buys",
            "description": "The number of buys.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "losses",
            "description": "The losses.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "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": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "trades",
            "description": "The number of trades.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMarkets",
            "description": "The number of unique markets.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "wins",
            "description": "The wins.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "WindowedWalletStats",
        "description": "The stats for a wallet over a time window.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "end",
            "description": "The end timestamp",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lastTransactionAt",
            "description": "The last transaction timestamp",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "networkId",
            "description": "The network ID",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Int",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "start",
            "description": "The start timestamp",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Int",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsNonCurrency",
            "description": "The stats related to non-currency",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedDetailedNonCurrencyWalletStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "statsUsd",
            "description": "The stats related to currency",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "WindowedDetailedCurrencyWalletStats",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "walletAddress",
            "description": "The wallet address",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__Directive",
        "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isRepeatable",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "locations",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "ENUM",
                    "name": "__DirectiveLocation",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "args",
            "description": null,
            "args": [
              {
                "name": "includeDeprecated",
                "description": null,
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": "false",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__InputValue",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "__DirectiveLocation",
        "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "QUERY",
            "description": "Location adjacent to a query operation.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "MUTATION",
            "description": "Location adjacent to a mutation operation.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SUBSCRIPTION",
            "description": "Location adjacent to a subscription operation.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FIELD",
            "description": "Location adjacent to a field.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FRAGMENT_DEFINITION",
            "description": "Location adjacent to a fragment definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FRAGMENT_SPREAD",
            "description": "Location adjacent to a fragment spread.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INLINE_FRAGMENT",
            "description": "Location adjacent to an inline fragment.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "VARIABLE_DEFINITION",
            "description": "Location adjacent to a variable definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SCHEMA",
            "description": "Location adjacent to a schema definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "SCALAR",
            "description": "Location adjacent to a scalar definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OBJECT",
            "description": "Location adjacent to an object type definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "FIELD_DEFINITION",
            "description": "Location adjacent to a field definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ARGUMENT_DEFINITION",
            "description": "Location adjacent to an argument definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INTERFACE",
            "description": "Location adjacent to an interface definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNION",
            "description": "Location adjacent to a union definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ENUM",
            "description": "Location adjacent to an enum definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ENUM_VALUE",
            "description": "Location adjacent to an enum value definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INPUT_OBJECT",
            "description": "Location adjacent to an input object type definition.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INPUT_FIELD_DEFINITION",
            "description": "Location adjacent to an input object field definition.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__EnumValue",
        "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isDeprecated",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deprecationReason",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__Field",
        "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "args",
            "description": null,
            "args": [
              {
                "name": "includeDeprecated",
                "description": null,
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": "false",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__InputValue",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "__Type",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isDeprecated",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deprecationReason",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__InputValue",
        "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "type",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "__Type",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "defaultValue",
            "description": "A GraphQL-formatted string representing the default value for this input value.",
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isDeprecated",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "deprecationReason",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__Schema",
        "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "types",
            "description": "A list of all types supported by this server.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__Type",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "queryType",
            "description": "The type that query operations will be rooted at.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "OBJECT",
                "name": "__Type",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "mutationType",
            "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "__Type",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "subscriptionType",
            "description": "If this server support subscription, the type that subscription operations will be rooted at.",
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "__Type",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "directives",
            "description": "A list of all directives supported by this server.",
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "LIST",
                "name": null,
                "ofType": {
                  "kind": "NON_NULL",
                  "name": null,
                  "ofType": {
                    "kind": "OBJECT",
                    "name": "__Directive",
                    "ofType": null
                  }
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "OBJECT",
        "name": "__Type",
        "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": [
          {
            "name": "kind",
            "description": null,
            "args": [],
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "ENUM",
                "name": "__TypeKind",
                "ofType": null
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "name",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "description",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "specifiedByURL",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "fields",
            "description": null,
            "args": [
              {
                "name": "includeDeprecated",
                "description": null,
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": "false",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__Field",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "interfaces",
            "description": null,
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__Type",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "possibleTypes",
            "description": null,
            "args": [],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__Type",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "enumValues",
            "description": null,
            "args": [
              {
                "name": "includeDeprecated",
                "description": null,
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": "false",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__EnumValue",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "inputFields",
            "description": null,
            "args": [
              {
                "name": "includeDeprecated",
                "description": null,
                "type": {
                  "kind": "SCALAR",
                  "name": "Boolean",
                  "ofType": null
                },
                "defaultValue": "false",
                "isDeprecated": false,
                "deprecationReason": null
              }
            ],
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "NON_NULL",
                "name": null,
                "ofType": {
                  "kind": "OBJECT",
                  "name": "__InputValue",
                  "ofType": null
                }
              }
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ofType",
            "description": null,
            "args": [],
            "type": {
              "kind": "OBJECT",
              "name": "__Type",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "isOneOf",
            "description": null,
            "args": [],
            "type": {
              "kind": "SCALAR",
              "name": "Boolean",
              "ofType": null
            },
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "inputFields": null,
        "interfaces": [],
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "ENUM",
        "name": "__TypeKind",
        "description": "An enum describing what kind of type a given `__Type` is.",
        "specifiedByURL": null,
        "isOneOf": null,
        "fields": null,
        "inputFields": null,
        "interfaces": null,
        "enumValues": [
          {
            "name": "SCALAR",
            "description": "Indicates this type is a scalar.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "OBJECT",
            "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INTERFACE",
            "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "UNION",
            "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "ENUM",
            "description": "Indicates this type is an enum. `enumValues` is a valid field.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "INPUT_OBJECT",
            "description": "Indicates this type is an input object. `inputFields` is a valid field.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "LIST",
            "description": "Indicates this type is a list. `ofType` is a valid field.",
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "NON_NULL",
            "description": "Indicates this type is a non-null. `ofType` is a valid field.",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "statsCurrency",
        "description": "Currency stats.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "average",
            "description": "The average sale price in the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "close",
            "description": "The closing price for the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "highestSale",
            "description": "The highest sale price in the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "lowestSale",
            "description": "The lowest sale price in the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "open",
            "description": "The opening price for the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volume",
            "description": "The volume over the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumeByFillsource",
            "description": "The volume by fillsource over the time frame.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "FillsourceStatsFilter",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "volumePercentByFillsource",
            "description": "The volume percentage by fillsource over the time frame.",
            "type": {
              "kind": "LIST",
              "name": null,
              "ofType": {
                "kind": "INPUT_OBJECT",
                "name": "FillsourceStatsFilter",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      },
      {
        "kind": "INPUT_OBJECT",
        "name": "statsNonCurrency",
        "description": "Numerical stats for an NFT collection over a time frame.",
        "specifiedByURL": null,
        "isOneOf": false,
        "fields": null,
        "inputFields": [
          {
            "name": "mints",
            "description": "The number of mints over the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "sales",
            "description": "The number of sales over the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "tokensSold",
            "description": "The number of tokens sold over the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "transfers",
            "description": "The number of transfers over the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueBuyers",
            "description": "The number of unique buyers over the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueMinters",
            "description": "The number of unique minters over the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSalesWallets",
            "description": "The number of unique wallets (buyers or sellers) over the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          },
          {
            "name": "uniqueSellers",
            "description": "The number of unique sellers over the time frame.",
            "type": {
              "kind": "INPUT_OBJECT",
              "name": "StatsFilter",
              "ofType": null
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ],
        "interfaces": null,
        "enumValues": null,
        "possibleTypes": null
      }
    ],
    "directives": [
      {
        "name": "deprecated",
        "description": "Marks an element of a GraphQL schema as no longer supported.",
        "isRepeatable": false,
        "locations": [
          "ARGUMENT_DEFINITION",
          "ENUM_VALUE",
          "FIELD_DEFINITION",
          "INPUT_FIELD_DEFINITION"
        ],
        "args": [
          {
            "name": "reason",
            "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).",
            "type": {
              "kind": "SCALAR",
              "name": "String",
              "ofType": null
            },
            "defaultValue": "\"No longer supported\"",
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "include",
        "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
        "isRepeatable": false,
        "locations": [
          "FIELD",
          "FRAGMENT_SPREAD",
          "INLINE_FRAGMENT"
        ],
        "args": [
          {
            "name": "if",
            "description": "Included when true.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "oneOf",
        "description": "Indicates exactly one field must be supplied and this field must not be `null`.",
        "isRepeatable": false,
        "locations": [
          "INPUT_OBJECT"
        ],
        "args": []
      },
      {
        "name": "skip",
        "description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
        "isRepeatable": false,
        "locations": [
          "FIELD",
          "FRAGMENT_SPREAD",
          "INLINE_FRAGMENT"
        ],
        "args": [
          {
            "name": "if",
            "description": "Skipped when true.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "Boolean",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      },
      {
        "name": "specifiedBy",
        "description": "Exposes a URL that specifies the behavior of this scalar.",
        "isRepeatable": false,
        "locations": [
          "SCALAR"
        ],
        "args": [
          {
            "name": "url",
            "description": "The URL that specifies the behavior of this scalar.",
            "type": {
              "kind": "NON_NULL",
              "name": null,
              "ofType": {
                "kind": "SCALAR",
                "name": "String",
                "ofType": null
              }
            },
            "defaultValue": null,
            "isDeprecated": false,
            "deprecationReason": null
          }
        ]
      }
    ]
  }
}