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

Language:

queryNFT

Fetches an NFT's details by mint address.


String tokenAddress = "mint_address";
String tokenID = "token ID";
MirrorWorld.Polygon.Asset.queryNFT(tokenAddress, tokenID, 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