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

Language:

getNFTInfo

Get details of a NFT in Marketplace.


String mint_address = "nft mint address";
MirrorWorld.Solana.Metadata.getNFTInfo(mint_address, new MirrorCallback() {
@Override
public void callback(String result) {
Log.d("MirrorSDK","Visiting result:"+MirrorGsonUtils.getInstance().toJson(result));
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog