Retrieve purchased listings for a User
Get Listings purchased by a User.
export type GetUserHistoryProps = { walletUserId?: string; }
const listings = await assetlayer.listings.getUserPurchases();
type ReturnType = Listing[];
Last updated 1 year ago