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

Language:

getCollectionInfo

Get collection info in marketplace.


List<String> collections = new ArrayList<>();
collections.add("your collection address");
MirrorWorld.BNB.Metadata.getCollectionInfo(collections, new GetCollectionInfoListener() {
@Override
public void onSuccess(List<GetCollectionInfoRes> result) {
//todo
}
@Override
public void onFail(long code, String message) {
//todo
}
});

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog