Docs

getBuyWithCryptoHistory

Gets the History of purchases for a given wallet address

Example

// * import { BuyWithCryptoHistoryData } from "@thirdweb-dev/sdk";
const walletAddress = "0x...";
const params = {
clientId: "YOUR_CLIENT_ID",
walletAddress,
};
// grabs the history of purchase transactions for the wallet address
const status = await getBuyWithCryptoHistory(params);

Parameters

Returns

Object of type BuyWithCryptoHistoryData