CancelNFTListing
Cancel listing NFT on Mirror World Marketplace.
string mintAddress = "mint_address";decimal price = 1;string auctionHouse = "your_market_auction_house";string confirmation = Confirmation.Default;MirrorSDK.CancelNFTListing(mintAddress,price,auctionHouse,confirmation,(response) => { long resCode = response.Code; ListingResponse result = response.Data; string error = response.Error; string message = response.Message; string status = response.Status;});
Edit this page on GitHub