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.BuyNFT
MWSDK.Polygon.Asset.CancelListing
MWSDK.Polygon.Asset.ListNFT
MWSDK.Polygon.Asset.TransferNFT
MWSDK.Polygon.Asset.MintCollection
MWSDK.Polygon.Asset.MintNFT
MWSDK.Polygon.Asset.QueryNFT
MWSDK.Polygon.Asset.SearchNFTsByMintAddress
MWSDK.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.GetTransactions
MWSDK.Polygon.Wallet.GetTransactionsByWallet
MWSDK.Polygon.Wallet.GetTransactionsBySignature
MWSDK.Polygon.Wallet.GetTokens
MWSDK.Polygon.Wallet.GetTokensByWallet
MWSDK.Polygon.Wallet.TransferNativeToken
MWSDK.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.GetCollectionsInfo
MWSDK.Polygon.Metadata.GetCollectionFilters
MWSDK.Polygon.Metadata.GetCollectionsSummary
MWSDK.Polygon.Metadata.GetNFTInfo
MWSDK.Polygon.Metadata.GetNFTs
MWSDK.Polygon.Metadata.GetNFTEvents
MWSDK.Polygon.Metadata.SearchNFTs
MWSDK.Polygon.Metadata.GetRecommendSearchNFTs
Edit this page on GitHub