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