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

Language:

BuyNFT

Purchase NFT on specified Marketplace.


string mintAddress = "NFT mint address on evm";
double price = "NFT's price";
string auction_house = "auction house which NFT is on";
MWSDK.BNB.Asset.BuyNFT(mintAddress, price, auction_house, null, (res) => {
//todo
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference