SUI Service Methods | Unity SUI API List
Here is a list of APIs for SUI that can assist you in performing operations on the SUI chain. However, please note that the APIs for the Client and Authentication modules, being public, are not listed here. Please visit: Authentication APIs or Client APIs for accessing those APIs.
Asset Module
In the Asset module, you can perform operations related to on-chain assets, such as minting, listing, buying, and searching NFTs.
MWSDK.SUI.Asset.GetMintedCollections
MWSDK.SUI.Asset.GetMintedNFTOnCollection
MWSDK.SUI.Asset.MintCollection
MWSDK.SUI.Asset.MintNFT
MWSDK.SUI.Asset.QueryNFT
MWSDK.SUI.Asset.SearchNFTsByOwner
MWSDK.SUI.Asset.SearchNFTs
Wallet Module
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.SUI.Wallet.GetTransactionByDigest
MWSDK.SUI.Wallet.GetTokens
MWSDK.SUI.Wallet.TransferSUI
MWSDK.SUI.Wallet.TransferToken
Metadata Module
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.
This section of APIs is currently under development and will be available soon. We look forward to introducing them to you shortly.
Edit this page on GitHub