Docs

GetBuyWithFiatQuoteParams

Parameters for getBuyWithFiatQuote function

type GetBuyWithFiatQuoteParams = {
client: ThirdwebClient;
fromAmount?: string;
fromCurrencySymbol: "USD";
isTestMode?: boolean;
maxSlippageBPS?: number;
toAddress: string;
toAmount?: string;
toChainId: number;
toTokenAddress: string;
};