Polygon Service Methods | Unity API Reference
Asset
In the Asset module, you can perform operations related to on-chain assets, such as minting, listing, buying, and searching NFTs.
MWSDK.Polygon.Asset.BuyNFTMWSDK.Polygon.Asset.CancelListingMWSDK.Polygon.Asset.ListNFTMWSDK.Polygon.Asset.TransferNFTMWSDK.Polygon.Asset.MintCollectionMWSDK.Polygon.Asset.MintNFTMWSDK.Polygon.Asset.QueryNFTMWSDK.Polygon.Asset.SearchNFTsByMintAddressMWSDK.Polygon.Asset.SearchNFTsByOwner
Wallet
In the Wallet module, you can perform various operations on the assets in your wallet, such as viewing transactions, viewing/transfering tokens, and more.
MWSDK.Polygon.Wallet.GetTransactionsMWSDK.Polygon.Wallet.GetTransactionsByWalletMWSDK.Polygon.Wallet.GetTransactionsBySignatureMWSDK.Polygon.Wallet.GetTokensMWSDK.Polygon.Wallet.GetTokensByWalletMWSDK.Polygon.Wallet.TransferNativeTokenMWSDK.Polygon.Wallet.TransferToken
Metadata
If you want to implement your own UI for a marketplace, the Metadata module provides you with the necessary APIs. By using these APIs, you can create a marketplace similar to Mirror World, where you can manage and display metadata related to assets, such as NFTs.
MWSDK.Polygon.Metadata.GetCollectionsInfoMWSDK.Polygon.Metadata.GetCollectionFiltersMWSDK.Polygon.Metadata.GetCollectionsSummaryMWSDK.Polygon.Metadata.GetNFTInfoMWSDK.Polygon.Metadata.GetNFTsMWSDK.Polygon.Metadata.GetNFTEventsMWSDK.Polygon.Metadata.SearchNFTsMWSDK.Polygon.Metadata.GetRecommendSearchNFTs
Edit this page on GitHub