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

Language:

fetchNFTsByOwnerAddresses

Fetch NFTs By Owner Addresses. Returns a detailed payload of all NFTs whose owners are provided.


String owner = "owner address";
int limit = 99;
MirrorWorld.Ethereum.Asset.fetchNFTsByOwnerAddresses(owner, limit, 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