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";
double price = 1;
String confirmation = Confirmation.Default;
MirrorWorld.Solana.Asset.listNFT(activity, mintAddress, price, confirmation, new ListNFTListener() {
@Override
public void onListSuccess(ListingResponse listingResponse) {
//todo
}
@Override
public void onListFailed(long code, String message) {
//todo
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog