GetRecommendSearchNFTs
Get NFTs by server recommend.
List<string> collections = new List<string>();collections.Add("collection 1");MWSDK.Polygon.Metadata.GetRecommendSearchNFTs(collections, (res) => { //todo});
Edit this page on GitHub