The parameters for getBuyWithFiatHistory function
getBuyWithFiatHistory
type BuyWithFiatHistoryParams = { client: ThirdwebClient; count: number; start: number; walletAddress: string;};