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

Language:

buyNFT

Purchase NFT on Mirror World Marketplace.


Activity activity = this;
String mintAddress = "mint address";
String tokenID = "token ID";
double price = 1;
String marketplaceAddress = "marketplace address";
MirrorWorld.Ethereum.Asset.buyNFT(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