Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuides
View Mirror World on Github
Join the Discord server

Language:

SearchNFTs

Search NFTs by an input search string.


List<string> collections = new List<string>();
collections.Add("collection 1");
string searchString = "your search string";
MWSDK.BNB.Metadata.SearchNFTs(collections, searchString, (res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference