T402 API Reference - v2.8.0
    Preparing search index...

    Function executePayGasless

    • Execute payGasless tool

      Parameters

      • input: {
            to?: string;
            amount?: string;
            token?: "USDT" | "USDC" | "USDT0";
            network?:
                | "base"
                | "ethereum"
                | "arbitrum"
                | "optimism"
                | "polygon"
                | "avalanche";
            confirmed?: boolean;
        }
      • options: PayGaslessOptions

      Returns Promise<
          | GaslessPaymentResult
          | {
              needsConfirmation: true;
              summary: string;
              details: Record<string, string>;
          },
      >