Retrieve sold listings counts for a User
Last updated 1 year ago
Get ListingsCounts from sales by a User.
export type GetUserHistoryProps = { walletUserId?: string; }
const listingsCounts = await assetlayer.listings.getUserSalesCounts();
type ReturnType = ListingsCounts;