Function getMarketSnapshot

  • Parameters

    • __namedParameters: {
          chainId: CHAIN_IDS;
          token0: `0x${string}`;
          token1: `0x${string}`;
          options?: DefaultOptions & {
              timestampInSeconds?: number;
          };
      }
      • chainId: CHAIN_IDS
      • token0: `0x${string}`
      • token1: `0x${string}`
      • Optional options?: DefaultOptions & {
            timestampInSeconds?: number;
        }

    Returns Promise<null | MarketSnapshot>