BNB 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.BNB.Asset.BuyNFTMWSDK.BNB.Asset.CancelListingMWSDK.BNB.Asset.ListNFTMWSDK.BNB.Asset.TransferNFTMWSDK.BNB.Asset.MintCollectionMWSDK.BNB.Asset.MintNFTMWSDK.BNB.Asset.QueryNFTMWSDK.BNB.Asset.SearchNFTsByMintAddressMWSDK.BNB.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.BNB.Wallet.GetTransactionsMWSDK.BNB.Wallet.GetTransactionsByWalletMWSDK.BNB.Wallet.GetTransactionsBySignatureMWSDK.BNB.Wallet.GetTokensMWSDK.BNB.Wallet.GetTokensByWalletMWSDK.BNB.Wallet.TransferNativeTokenMWSDK.BNB.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.
Edit this page on GitHub