Docs

BuyWithCryptoQuote

type BuyWithCryptoQuote = {
approval?: TransactionRequest;
client: BuyWithCryptoQuoteV5["client"];
paymentTokens: BuyWithCryptoQuoteV5["paymentTokens"];
processingFees: BuyWithCryptoQuoteV5["processingFees"];
swapDetails: BuyWithCryptoQuoteV5["swapDetails"];
transactionRequest: TransactionRequest;
};