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

Language:

GetNFTs

Get info of NFTs by unabriged params.


string collection = "collection address";
int page = 1;
int pageSize = 10;
string orderByString = "price";
bool desc = true;
MWSDK.Polygon.Metadata.GetNFTs(collection, page, pageSize, orderByString, desc, null, (res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference