Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuides
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.


string mintAddress = "mint_address";
double price = 1;
string confirmation = Confirmation.Default;
string auctionHouse = "your_market_auction_house";
MWSDK.BNB.Asset.ListNFT(mintAddress, price, auctionHouse, confirmation, null, (res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference