GetNFTEvents
Get events of a NFT.
string mintAddress = "collection address";int page = 1;int pageSize = 10;MWSDK.Polygon.Metadata.GetNFTEvents(mintAddress, page, pageSize, (res) => { //todo});
Edit this page on GitHub
Language:
GetNFTEvents
Get events of a NFT.
string mintAddress = "collection address";int page = 1;int pageSize = 10;MWSDK.Polygon.Metadata.GetNFTEvents(mintAddress, page, pageSize, (res) => { //todo});
Edit this page on GitHub
Home
Integration
Guides
API Reference