Type Alias GetAssetsParams
GetAssetsParams: PaginatedParams<{ chainId?: string; collectionSlugs?: string[]; contractAddress?: string; isCount?: boolean; isVerified?: boolean; keywords?: string; orderStatus?: string[]; platformType?: PlatformType; priceMax?: string; priceMin?: string; priceSymbol?: string; sortBy?: | "-createdAt" | "-bestListPrice" | "bestListPrice" | "-bestOfferPrice" | "-likeCount" | "lastCreatedListingAt" | "rarityRanking" | "-rarityRanking"; traits?: string; username?: string; walletAddress?: string; }>