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

Language:

searchNFTsByMintAddress

Fetch NFTs By Mint Addresses. Returns a detailed payload of all NFTs whose mintAddresses are provided.


List<ReqEVMFetchNFTsToken> tokens = new ArrayList<>();
tokens.add(new ReqEVMFetchNFTsToken("token_address_1","tokenID1"));
tokens.add(new ReqEVMFetchNFTsToken("token_address_2","tokenID2"));
MirrorWorld.BNB.Asset.searchNFTsByMintAddress(tokens, 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