Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

listNFT

List NFT on Mirror World Marketplace. AuctionHouse: If you give the auctionHouse param, you can specify which market you want to list in.


Activity activity = this;
string mintAddress = "mint_address";
String tokenID = "token ID";
double price = 1;
String marketplaceAddress = "marketplace address";
MirrorWorld.BNB.Asset.listNFT(activity, mintAddress, tokenID, price, marketplaceAddress, new MirrorCallback() {
@Override
public void callback(String result) {
//todo
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog