getUserPurchasesCounts()
Retrieve purchased listings counts for a User
Get ListingsCounts from purchases by a User.
Parameters
export type GetUserHistoryProps = {
walletUserId?: string;
}
Examples
const listingsCounts = await assetlayer.listings.getUserPurchasesCounts();
Return Types
type ReturnType = ListingsCounts;
Alternatives
user()Last updated