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

Language:

GetNFTEvents

Get events of a NFT.


string mintAddress = "collection address";
int page = 1;
int pageSize = 10;
MWSDK.BNB.Metadata.GetNFTEvents(mintAddress, page, pageSize, (res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference