Docs

BuyWithCryptoHistoryData

The results for getBuyWithCryptoHistory function It includes information about transactions that the wallet address has made through thirdweb buy with crypto.

type BuyWithCryptoHistoryData = {
hasNextPage: boolean;
page: Array<BuyWithCryptoStatus>;
};